/*media*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
}

li, p, a, label {
  font-size: 2.3rem;
  line-height: 1.6em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  li, p, a, label {
    font-size: 1.5rem;
  }
}

iframe {
  max-width: 100%;
}

a {
  color: #161616;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .header__logoarea {
  padding: 4.5rem 0 4rem 5.5rem;
}
@media screen and (max-width: 767px) {
  header .header__logoarea {
    padding: 2rem 0 2rem 1.5rem;
  }
}
header .header__logo img {
  width: 16%;
}
@media screen and (max-width: 767px) {
  header .header__logo img {
    width: 30%;
  }
}
header .header__logo span {
  font-size: 5.2vw;
  padding-left: 6.5vw;
  font-weight: bold;
  letter-spacing: 0.015em;
  color: #e70113;
}
@media screen and (max-width: 767px) {
  header .header__logo span {
    font-size: 4.6vw;
    padding-left: 2.5vw;
  }
}

.in__box {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button__box {
  text-align: center;
}

footer .footer__text {
  text-align: center;
  font-size: 1.9rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer .footer__text {
    font-size: 1.7rem;
    padding: 2rem 0;
  }
}

.mein_text {
  font-size: 6.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .mein_text {
    font-size: 3rem;
  }
}

.en_text {
  font-size: 3.6rem;
  display: block;
  line-height: 2.4em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .en_text {
    font-size: 2rem;
  }
}

/*add 20251224*/
.area__title {
  text-align: center;
}

.class__area {
  padding: 7rem 0 0;
  background: url(../img/bg-02.jpg) no-repeat top center/100% auto;
}
@media screen and (max-width: 767px) {
  .class__area {
    padding-top: 4rem;
  }
}
.class__area img.arrow {
  margin: auto;
  display: block;
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .class__area img.arrow {
    padding: 0 0 4rem;
  }
}
.class__area .content-2 {
  padding: 8rem 7rem 4rem;
  border: 3px solid #000;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .class__area .content-2 {
    padding: 2rem;
  }
}
.class__area .content-2 ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 3.5rem 5rem;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .class__area .content-2 ul li {
    padding: 0 0 2rem 3rem;
    font-size: 1.8rem;
    position: relative;
  }
}
.class__area .content-2 ul li img {
  margin-right: 3rem;
  height: 1em;
  width: auto;
}
@media screen and (max-width: 767px) {
  .class__area .content-2 ul li img {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.class__area .content-2 ul li .line-end {
  padding: 2.8rem 0 0 7rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .class__area .content-2 ul li .line-end {
    padding: 0.5rem 0;
    line-height: 1.4em;
  }
}
.class__area .content-2 p {
  margin-top: 1rem;
  padding: 4rem 0 4rem 6rem;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  background: #efeff1;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .class__area .content-2 p {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.class__area .iframe_box {
  margin: 9rem auto 0;
}
@media screen and (max-width: 767px) {
  .class__area .iframe_box {
    margin-top: 4rem;
  }
}
.class__area .iframe_box iframe, .class__area .iframe_box img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  .class__area .iframe_box iframe, .class__area .iframe_box img {
    height: 55vw;
  }
}

.color-red {
  color: #e70113;
}

.area__title {
  text-align: center;
  padding: 13rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .area__title {
    padding-top: 8rem;
  }
}

.class-list {
  padding: 0 1rem;
}
.class-list li {
  width: 32.5%;
  border: 3px solid #000;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .class-list li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.class-list li:nth-child(2) .li-title {
  background: #1ea1d9;
}
.class-list li:last-child .li-title {
  background: #e70113;
}
.class-list li:last-child .content .title {
  padding-left: 0;
  font-size: 2.2vw;
}
.class-list .li-title {
  text-align: center;
  padding: 1.2rem 0;
  background: #f1c11f;
}
.class-list .li-title span:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 0.5rem 0;
  display: inline-block;
  width: 13.5em;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .class-list .li-title span:nth-child(1) {
    font-size: 1.8rem;
  }
}
.class-list .li-title span:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  display: block;
  padding: 2rem 0 1rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .class-list .li-title span:nth-child(2) {
    font-size: 2.5rem;
  }
}
.class-list .content {
  padding: 2.5rem 6.5rem 6rem;
}
@media screen and (max-width: 1600px) {
  .class-list .content {
    padding: 2.5rem 3rem 6rem;
  }
}
@media screen and (max-width: 1600px) {
  .class-list .content {
    padding: 2rem;
  }
}
.class-list .content .title {
  display: flex;
  align-items: center;
  font-size: 2.6vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .class-list .content .title {
    font-size: 3rem;
  }
}
.class-list .content .title .icon {
  font-size: 2.4rem;
  padding: 2rem 1rem 2.4rem;
  color: #fff;
  line-height: 1em;
  background: #000;
  border-radius: 50%;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .class-list .content .title .icon {
    font-size: 1.8rem;
    padding: 1.8rem 1rem 2rem;
  }
}
.class-list .content .title .big {
  font-size: 6rem;
  line-height: 1.3em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .class-list .content .title .big {
    font-size: 4rem;
  }
}
.class-list .content img {
  border-radius: 1rem;
  margin: 3rem 0 2rem;
  border-radius: 2rem;
}
.class-list .content p {
  text-align: center;
}

.story__area .area__title {
  padding: 14rem 0 13rem;
  margin-bottom: 2rem;
  background: url(../img/bg-01.png) no-repeat bottom center/96% auto;
}
@media screen and (max-width: 767px) {
  .story__area .area__title {
    padding: 8rem 0;
  }
}
.story__area .bg-box {
  background: url(../img/bg-03.jpg) no-repeat bottom center/cover;
}

.story__li li {
  width: 48%;
  padding: 5rem 5rem 3rem;
  border: 3px solid #000;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .story__li li {
    width: 100%;
    padding: 2rem;
  }
}
.story__li li .in_iframe {
  border-radius: 2rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1300px) {
  .story__li li .in_iframe {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .story__li li .in_iframe {
    height: 46vw;
  }
}
.story__li li .in_iframe img {
  width: 100%;
}
.story__li li .title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .story__li li .title {
    font-size: 2.5rem;
  }
}
.story__li li .title span {
  font-size: 3rem;
  line-height: 2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .story__li li .title span {
    font-size: 1.8rem;
  }
}
.story__li li p {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .story__li li p {
    font-size: 1.6rem;
  }
}
.story__li li:last-child p {
  line-height: 1.2em;
}

.story__title {
  text-align: center;
  padding: 10rem 0 0;
  font-size: 6rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #e70113;
}
@media screen and (max-width: 767px) {
  .story__title {
    font-size: 2rem;
  }
}

.story__text {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.15em;
  padding: 3rem 0 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .story__text {
    font-size: 1.6rem;
  }
}

.story__buttom {
  text-align: center;
}
.story__buttom a {
  display: inline-block;
  padding: 1.5rem 9rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: #fff;
  background: #e70113;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .story__buttom a {
    padding: 1rem 3rem;
  }
}

.story__img {
  padding: 4rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .story__img {
    padding-bottom: 4rem;
  }
}
.story__img img {
  display: block;
  margin: auto;
}

.about__area .area__title {
  padding: 8rem 0 6rem;
}
.about__area .about__list {
  justify-content: space-around;
}
.about__area .about__list li {
  width: 47%;
  height: 17rem;
  display: flex;
  align-items: center;
  border: 3px solid #000;
  border-radius: 2rem;
  background: #fff;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .about__area .about__list li {
    width: 100%;
    min-height: 15rem;
    height: auto;
  }
}
.about__area .about__list li .title {
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efeff1;
  height: 100%;
  border: 0;
}
.about__area .about__list li p {
  width: 86%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__area .about__list li p {
    font-size: 1.8rem;
  }
}

.about__img {
  padding: 6rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .about__img {
    padding: 2rem 0 6rem;
  }
}
.about__img img {
  border-radius: 2rem;
  width: 48.5%;
}

.stem__title {
  text-align: center;
  padding: 9rem 0 0;
  font-size: 5rem;
  line-height: 2.2em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .stem__title {
    padding: 6rem 0 0;
    font-size: 1.8rem;
    line-height: 3.2em;
  }
}
.stem__title .bg-white {
  background: #fff;
  padding: 0.7rem 2.5rem;
  margin: 0 1rem;
  color: #1ea1d9;
}
@media screen and (max-width: 767px) {
  .stem__title .bg-white {
    padding: 0.7rem 1rem;
    margin: 0 0.5rem;
  }
}
.stem__title .big {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .stem__title .big {
    font-size: 4rem;
  }
}

.stem__area {
  padding-bottom: 14rem;
  background: #1ea1d9;
}
@media screen and (max-width: 767px) {
  .stem__area {
    padding-bottom: 4rem;
  }
}
.stem__area .title {
  font-size: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37rem;
  height: 37rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .stem__area .title {
    font-size: 3rem;
    width: 20rem;
    height: 20rem;
    margin: auto;
  }
}
.stem__area ul li {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 1.5rem 0 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .stem__area ul li {
    font-size: 1.7rem;
    position: relative;
    padding-left: 3rem;
  }
}
.stem__area ul li img {
  margin: 0 2rem 1rem 0;
  height: 1em;
  width: auto;
}
@media screen and (max-width: 767px) {
  .stem__area ul li img {
    position: absolute;
    top: 0.7rem;
    left: 0;
  }
}
.stem__area .text__box-1 {
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .stem__area .text__box-1 {
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-1 {
    width: 100%;
  }
}
.stem__area .text__box-1 ul {
  width: calc(100% - 43rem);
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-1 ul {
    width: 100%;
  }
}
.stem__area .text__box-2 {
  padding-top: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-2 {
    padding-top: 2rem;
  }
}
.stem__area .text__box-2 img {
  border-radius: 2rem;
  width: 51%;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-2 img {
    width: 70%;
  }
}
.stem__area .text__box-2 .img-2 {
  margin-top: 10rem;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-2 .img-2 {
    width: 60%;
    margin: -8rem 0 2rem auto;
  }
}
.stem__area .text__box-2 .img-3 {
  margin: -4rem 17rem 0 0;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-2 .img-3 {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .stem__area .text__box-2 .title {
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-2 .title {
    margin: auto;
  }
}
.stem__area .text__box-3 {
  padding: 2rem 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-3 {
    padding-left: 0;
  }
}
.stem__area .text__box-3 .small {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-3 .small {
    padding: 0;
  }
}
.stem__area .text__box-3 .small span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .stem__area .text__box-3 .small span {
    font-size: 1.4rem;
  }
}

.color-yellow {
  color: #ffff66;
}

.text__box-4 {
  padding-top: 6rem;
}
@media screen and (max-width: 1300px) {
  .text__box-4 {
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .text__box-4 {
    width: 100%;
  }
}
.text__box-4 .in_iframe {
  display: inline-block;
  padding-right: 14rem;
}
@media screen and (max-width: 1300px) {
  .text__box-4 .in_iframe {
    width: 68%;
    padding-right: 8rem;
    height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .text__box-4 .in_iframe {
    width: 100%;
    padding: 2rem 0 0;
    height: 59vw;
  }
}
.text__box-4 ul {
  padding: 4rem 0 0 34rem;
}
@media screen and (max-width: 767px) {
  .text__box-4 ul {
    padding-left: 0;
  }
}

.support__area .area__title {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .support__area .area__title {
    padding: 6rem 0;
  }
}
.support__area .in__box.semi-wide {
  max-width: 1230px;
}

.about__list {
  justify-content: space-around;
}
.about__list li {
  width: 47%;
  min-height: 32rem;
  padding: 3rem;
  border: 3px solid #000;
  border-radius: 2rem;
  margin-bottom: 3rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about__list li {
    width: 100%;
    padding: 2rem;
    min-height: 20rem;
  }
}
.about__list li .title {
  font-size: 3.6rem;
  line-height: 1.6em;
  border-bottom: 3px solid #f1c11f;
}
@media screen and (max-width: 767px) {
  .about__list li .title {
    font-size: 2rem;
  }
}
.about__list li p {
  font-weight: bold;
  padding: 0.5rem;
}
.about__list li img {
  margin: auto;
  display: block;
}

.about__list-2 {
  margin-top: 10rem;
  padding-bottom: 4rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 1px 1px 10px #efeff1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__list-2 {
    margin-top: 6rem;
  }
}
.about__list-2 .title {
  font-size: 5rem;
  text-align: center;
  padding: 3rem 0;
  color: #fff;
  font-weight: 900;
  background: #e70113;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__list-2 .title {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }
}
.about__list-2 .title img {
  position: absolute;
  top: 3.5rem;
  left: 5.5em;
  height: 1em;
  width: auto;
}
@media screen and (max-width: 767px) {
  .about__list-2 .title img {
    position: static;
    margin: 0;
  }
}
.about__list-2 p {
  font-size: 2.2rem;
  text-align: center;
  padding: 3rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .about__list-2 p {
    font-size: 1.8rem;
  }
}
.about__list-2 img {
  margin: auto;
  display: block;
}

.lesson__area {
  padding: 17.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .lesson__area {
    padding-top: 8rem;
  }
}
.lesson__area p {
  text-align: center;
  padding: 6rem 0 5rem;
  font-size: 2.6rem;
  line-height: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lesson__area p {
    font-size: 1.6rem;
  }
}
.lesson__area .in__box-wide {
  text-align: center;
  padding-bottom: 17rem;
  background: url(../img/bg-04.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
  .lesson__area .in__box-wide {
    padding-bottom: 6rem;
  }
}
.lesson__area .in__box-wide img {
  border-radius: 3rem;
}
.lesson__area .in__box-wide p {
  padding: 4rem 0 0;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.lesson__area .in__box-wide p .big {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lesson__area .in__box-wide p .big {
    font-size: 2rem;
  }
}
.lesson__area .content {
  margin: 7rem 0;
  padding: 2rem 0 5rem;
  background: #fff;
  border: 3px solid #000;
  border-radius: 2rem;
}
.lesson__area .content .title {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lesson__area .content .title {
    font-size: 2.5rem;
  }
}
.lesson__area .content .title .bg-red {
  display: block;
  width: 9em;
  margin: auto;
  font-size: 3rem;
  padding: 1rem 0;
  color: #fff;
  background: #e70113;
  border-radius: 2em;
}
.lesson__area .content .title .under {
  display: inline-block;
  padding: 4rem 0 0;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, transparent 90%, #ffff66 50%);
}
.lesson__area .content p {
  font-weight: bold;
}

.lesson__title {
  font-size: 5rem;
  text-align: center;
  padding: 1.5rem 0 1rem;
  border-top: 7px dotted #999;
  border-bottom: 7px dotted #999;
}
@media screen and (max-width: 767px) {
  .lesson__title {
    font-size: 2.5rem;
  }
}

.lesson__title-2 {
  font-size: 3.1rem;
  padding: 21rem 0 6rem;
  line-height: 2em;
  font-weight: 900;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
@media screen and (max-width: 767px) {
  .lesson__title-2 {
    padding: 8rem 0 4rem;
    font-size: 2rem;
  }
}

.tel__area .in__box {
  padding: 9rem 7rem 11rem;
}
@media screen and (max-width: 767px) {
  .tel__area .in__box {
    padding: 6rem 2rem;
  }
}
.tel__area .tel__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tel__area .tel__title img {
    width: 60%;
  }
}
.tel__area .content {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .tel__area .content {
    padding-top: 4rem;
  }
}
.tel__area .content img {
  max-width: 44%;
}
@media screen and (max-width: 767px) {
  .tel__area .content img {
    max-width: 100%;
  }
}
.tel__area .content .text__box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tel__area .content .text__box {
    width: 100%;
  }
}
.tel__area .content .text__box .title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tel__area .content .text__box .title {
    font-size: 2.4rem;
    padding-top: 4rem;
  }
}
.tel__area .content .text__box p {
  padding: 2rem 0 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2em;
}
.tel__area .content .text__box .texl-tel {
  text-align: right;
  padding: 4rem 0 0;
}
.tel__area .content .text__box .texl-tel img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .tel__area .content .text__box .texl-tel img {
    width: 100%;
  }
}

.voice__area {
  background: #efefef;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .voice__area {
    padding-bottom: 6rem;
  }
}
.voice__area .area__title {
  padding: 10rem 0 2rem;
}
.voice__area ul li {
  padding: 7rem 6rem 6rem 33rem;
  position: relative;
  margin-bottom: 5rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .voice__area ul li {
    padding: 2rem 2rem 2rem 20%;
    width: 100%;
  }
}
.voice__area ul li img {
  position: absolute;
  bottom: 0;
  left: 6.5rem;
  height: 81%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .voice__area ul li img {
    height: auto;
    width: 15%;
    left: 2%;
  }
}
.voice__area ul li .title {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice__area ul li .title {
    font-size: 2rem;
  }
}
.voice__area ul li p {
  font-size: 2.48rem;
  padding: 2rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .voice__area ul li p {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
}
.voice__area ul li p .color-red {
  font-weight: 900;
  text-decoration: underline;
}
.voice__area .button__box a:last-child {
  margin-top: 5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .voice__area .button__box a:last-child {
    margin-top: 2rem;
  }
}

.voice-text {
  padding: 7rem 0 5rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-text {
    font-size: 2rem;
    padding: 4rem 0;
  }
}/*# sourceMappingURL=style.css.map */