@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  line-height: 1.15;
}

* {
  font-family: 'Noto Sans JP', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.base {
  max-width: 1000px;
  margin: 0 auto;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  .base {
    padding: 0 4vw;
  }
  .container {
    padding: 0 4vw;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  line-height: 1.15;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #666;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

.pink {
  color: #e9998b;
}

p {
  letter-spacing: 1px;
}

.base {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 745px;
  padding: 0 15px;
  margin: 0 auto;
}

h2 {
  font-size: 30px;
  letter-spacing: 0.24em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

.sec-mv img {
  width: 100%;
}

.sec-intro {
  margin-top: 100px;
}

.sec-intro .intro-catch {
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 8px;
}

.sec-intro .intro-catch span {
  font-size: 1.8rem;
  color: #666666;
  letter-spacing: 0.5em;
  display: block;
}

.sec-intro .intro-catch span:nth-of-type(2) {
  color: #94d1cb;
  font-weight: 600;
}

.sec-intro .intro-txt {
  margin-top: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .sec-intro .intro-txt {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}

.sec-intro .img-wrap {
  margin-top: 160px;
  background-color: #eae1de;
  height: 330px;
  position: relative;
}

.sec-intro .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 490px;
}

.sec-intro .intro-list {
  margin-top: 130px;
}

.sec-intro .intro-list li {
  font-size: 20px;
  line-height: 35px;
  border-bottom: 1px solid #666;
  margin-bottom: 18px;
  padding: 6px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-intro .intro-list li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 3px 10px 0 0;
  background: url(../images/ic_check.png) no-repeat center/contain;
}

.sec-voice {
  margin-top: 150px;
}

.sec-voice h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-voice .note {
  text-align: center;
}

.sec-voice .voice-list {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-voice .voice-list li {
  width: 30%;
}

.sec-voice .voice-list li .img-wrap {
  text-align: center;
  background-color: #f1ebe9;
  padding: 30px 0;
  position: relative;
}

.sec-voice .voice-list li .img-wrap img {
  position: absolute;
  width: 148px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -85px;
}

.sec-voice .voice-list li .img-wrap .ttl {
  letter-spacing: 2px;
  line-height: 24px;
}

.sec-voice .voice-list li .img-wrap .ttl img {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: inherit;
  left: inherit;
  width: auto;
  height: 48px;
}

.sec-voice .voice-list li .img-wrap::after {
  position: absolute;
  width: 18px;
  height: 11px;
  content: '';
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  background-color: #f1ebe9;
}

.sec-voice .voice-list li .txt-wrap {
  margin-top: 20px;
}

.sec-voice .voice-list li .txt-wrap .txt {
  line-height: 25px;
}

.sec-faq {
  margin-top: 160px;
  padding-bottom: 80px;
  background-color: #eae1de;
}

.sec-faq h2 {
  max-width: 245px;
  margin: 0 auto;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
}

.sec-faq .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.sec-faq .faq-list li {
  padding: 14px 17px 22px 17px;
  width: 48%;
  background-color: #fff;
}

.sec-faq .faq-list li .faq-q {
  padding: 18px 0;
  border-bottom: 1px solid #666;
  position: relative;
  padding-left: 44px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sec-faq .faq-list li .faq-q {
    padding: 8px 0 18px 44px;
  }
}

.sec-faq .faq-list li .faq-q::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/ic_q.png) no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .sec-faq .faq-list li .faq-q::before {
    top: 40%;
  }
}

.sec-faq .faq-list li .faq-a {
  padding-left: 44px;
  margin-top: 16px;
  position: relative;
}

.sec-faq .faq-list li .faq-a::before {
  position: absolute;
  top: 0;
  left: 12px;
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/ic_a.png) no-repeat center/contain;
}

.flow {
  background: url(../images/bg_flow.png) no-repeat top/cover;
  padding: 84px 0;
}

@media only screen and (max-width: 767px) {
  .flow {
    padding: 50px 0;
    background: url(../images/bg_flow_sp.jpg) no-repeat top/cover;
  }
}

.flow h2 {
  color: #fff;
}

.flow .lead_text {
  text-align: center;
  color: #fff;
  letter-spacing: 0.32em;
  line-height: 2;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .flow .lead_text {
    font-size: 1.3rem;
  }
}

.flow .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
}

@media only screen and (max-width: 767px) {
  .flow .col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 38px;
  }
}

.flow .col-3 .col-3_item {
  width: 28%;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .flow .col-3 .col-3_item {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.flow .col-3 .col-3_item figure {
  height: 102px;
  width: 102px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow .col-3 .col-3_item img {
  max-height: 102px;
  max-width: 102px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .flow .col-3 .col-3_item img {
    max-height: 90px;
    max-width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .flow .col-3 .col-3_item:nth-of-type(2) figure {
    max-height: 90px;
    max-width: 90px;
  }
}

.flow .col-3 .col-3_item:nth-of-type(2) img:first-child {
  height: 73px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .flow .col-3 .col-3_item:nth-of-type(3) figure {
    max-height: 90px;
    max-width: 90px;
  }
}

.flow .col-3 .col-3_item:nth-of-type(3) img:first-child {
  height: 62px;
  width: auto;
}

.flow .col-3 .col-3_item .step {
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
  right: -4px;
}

.flow .col-3 .col-3_item p {
  text-align: center;
  letter-spacing: 0.2em;
  color: #666666;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .flow .col-3 .col-3_item p {
    font-size: 1.3rem;
  }
}

.flow .col-3 .col-3_item p a {
  color: #94d1cb;
  text-decoration: underline;
}

.flow .circle_hight {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.flow .circle_hight .inner_content {
  position: absolute;
  padding: 16px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .flow .circle_hight .inner_content {
    top: 44%;
  }
}

.accordion__title {
  position: relative;
  cursor: pointer;
}

.accordion__title::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 48%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media only screen and (max-width: 767px) {
  .accordion__title::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    right: 18px;
  }
}

.accordion__title.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .accordion__content {
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

.accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.contents {
  padding: 245px 0 125px;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding: 90px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .contents .base {
    padding: 0 36px;
  }
}

.contents h2 {
  font-size: 30px;
  letter-spacing: 0.24em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 767px) {
  .contents h2 {
    font-size: 20px;
  }
}

.contents p {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contents p {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}

.contents p::before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #94d1cb;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin: 0 28px 20px 0;
}

.contents p::after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #94d1cb;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin: 0 0 20px 28px;
}

.contents .contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .contents .contents_wrapper {
    margin-top: 28px;
  }
}

.contents .contents_wrapper .content {
  width: 48%;
  margin-bottom: 46px;
}

@media only screen and (max-width: 767px) {
  .contents .contents_wrapper .content {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contents .contents_wrapper .content .accordion__title {
  text-align: center;
  border: 1px solid #000;
  font-size: 1.6rem;
  padding: 1rem 0;
  margin-top: 20px;
}

.contents .contents_wrapper .content .accordion__content {
  padding: 0 46px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .contents .contents_wrapper .content .accordion__content {
    padding: 0;
    margin-top: 0px;
  }
}

.contents .contents_wrapper .content .accordion__content h4 {
  color: #94d1cb;
  font-weight: 500;
  margin: 2rem 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .contents .contents_wrapper .content .accordion__content h4 {
    font-size: 1.3rem;
    margin: 1rem 0;
  }
}

.contents .contents_wrapper .content .accordion__content ul {
  padding-bottom: 2rem;
}

.contents .contents_wrapper .content .accordion__content ul:first-of-type {
  background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.contents .contents_wrapper .content .accordion__content ul li {
  line-height: 1.2;
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 767px) {
  .contents .contents_wrapper .content .accordion__content ul li {
    font-size: 1.3rem;
  }
}

.contents .time .time_text {
  width: 100%;
  background-color: #666666;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
  padding: 1rem 0;
  border-radius: 14px;
  font-size: 16px;
}

.contents .time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.075em;
  padding: 0 40px;
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .contents .time ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.contents .time ul li {
  margin: 0 0.7em 1em 0;
}

.contents .time ul li span {
  text-decoration: underline;
}

.contents .time ul li:last-child span {
  text-decoration: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e9998b;
  border-radius: 50%;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  .contents .time ul li {
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 1em 0 0;
  }
}

.schedule {
  background: #fce5ce;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .schedule {
    padding: 24px 20px;
  }
}

.schedule .base {
  background: #fff;
  padding: 40px 0 70px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .schedule .base {
    padding: 32px 20px;
  }
}

.schedule .title {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.24em;
}

.schedule .title h2 {
  font-size: 2.4rem;
}

.schedule .title p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.schedule .title img {
  width: 40px;
  height: 40px;
}

.schedule .accordion__title {
  max-width: 390px;
  margin: 42px auto 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #e9998b;
  border: 1px solid #e9998b;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__title {
    max-width: 100%;
    font-size: 1.6rem;
  }
}

.schedule .accordion__title::after {
  border-bottom: solid 2px #e9998b;
  border-right: solid 2px #e9998b;
}

.schedule .accordion__title::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(../images/icon_schedule.png) no-repeat top/cover;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__title::before {
    width: 20px;
    height: 22px;
    margin-right: 16px;
  }
}

.schedule .accordion__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  max-width: 610px;
  margin: 0 auto;
}

.schedule .accordion__content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.schedule .accordion__content p {
  margin: 42px 0 28px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__content p {
    padding: 0 10px;
    margin: 28px 0;
  }
}

.schedule .accordion__content .shedule_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule .accordion__content .shedule_wrapper .schedule_content {
  width: 48%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__content .shedule_wrapper .schedule_content {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.schedule .accordion__content .shedule_wrapper .schedule_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px;
  font-weight: 500;
}

.schedule .accordion__content .shedule_wrapper .schedule_content dl:last-child {
  margin-bottom: 0;
}

.schedule .accordion__content .shedule_wrapper .schedule_content dl dd {
  width: 16%;
  color: #e9998b;
  border: 1px solid #e9998b;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__content .shedule_wrapper .schedule_content dl dd {
    font-size: 1rem;
  }
}

.schedule .accordion__content .shedule_wrapper .schedule_content dl dt {
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 82%;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .schedule .accordion__content .shedule_wrapper .schedule_content dl dt {
    font-size: 1.3rem;
  }
}

.schedule a {
  display: block;
  max-width: 390px;
  margin: 36px auto 0;
  color: #fff;
  background-color: #e9998b;
  text-align: center;
  font-size: 20px;
  padding: 1rem 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .schedule a {
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}

.schedule a::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 32px;
  background: url(../images/icon_.png) no-repeat top/cover;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .schedule a::before {
    width: 28px;
    height: 22px;
    margin-right: 16px;
  }
}

.schedule a::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 40%;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.teacher {
  padding: 116px 0 0;
}

@media only screen and (max-width: 767px) {
  .teacher {
    padding: 42px 0 0;
  }
}

.teacher .teacher_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 78px;
}

@media only screen and (max-width: 767px) {
  .teacher .teacher_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 34px;
    position: relative;
    margin-top: 42px;
  }
}

.teacher .teacher_wrapper img {
  display: block;
  width: 236px;
  height: 262px;
  margin-right: 54px;
}

@media only screen and (max-width: 767px) {
  .teacher .teacher_wrapper img {
    width: 90px;
    height: 100px;
    margin-right: 0;
  }
}

.teacher .teacher_wrapper h3 {
  color: #94d1cb;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .teacher .teacher_wrapper h3 {
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    right: 42px;
  }
}

.teacher .teacher_wrapper p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .teacher .teacher_wrapper p {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}

footer {
  padding: 95px 0;
}

footer .logo-footer {
  max-width: 180px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  .base {
    padding: 0 4vw;
  }
  .container {
    padding: 0 4vw;
  }
  .sec-intro {
    margin-top: 50px;
  }
  .sec-intro .intro-catch {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 6px;
  }
  .sec-intro .intro-catch span {
    font-size: 1.3rem;
  }
  .sec-intro .img-wrap {
    margin-top: 80px;
    height: 260px;
  }
  .sec-intro .intro-list {
    margin-top: 70px;
    padding: 0 20px;
  }
  .sec-intro .intro-list li {
    font-size: 13px;
    margin-bottom: 8px;
    padding: 0px 10px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .sec-intro .intro-list li::before {
    width: 26px;
    height: 26px;
    margin: 5px 6px 0 0;
  }
  .sec-voice {
    margin-top: 70px;
  }
  .sec-voice h2 {
    font-size: 19px;
    letter-spacing: 6px;
    line-height: 33px;
  }
  .sec-voice .note {
    font-size: 12px;
  }
  .sec-voice .voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
  .sec-voice .voice-list li {
    margin-bottom: 50px;
    width: 100%;
  }
  .sec-voice .voice-list li .img-wrap {
    padding: 18px 0;
  }
  .sec-voice .voice-list li .img-wrap img {
    width: 100px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 100px;
  }
  .sec-voice .voice-list li .img-wrap::after {
    left: 40px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec-voice .voice-list li .img-wrap .ttl {
    height: 40px;
  }
  .sec-voice .voice-list li .img-wrap .ttl img {
    height: 40px;
  }
  .sec-voice .voice-list li .txt-wrap {
    margin-top: 14px;
    padding-left: 120px;
    height: 120px;
  }
  .sec-voice .voice-list li:first-child .img-wrap .ttl img {
    height: 16px;
    margin-top: 10px;
  }
  .sec-faq {
    padding-bottom: 40px;
    margin-top: 100px;
  }
  .sec-faq h2 {
    max-width: 160px;
  }
  .sec-faq .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .sec-faq .faq-list li {
    width: 100%;
  }
  .sec-component {
    margin-top: 140px;
  }
  .sec-component .base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-component .base .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-component .base .box:last-of-type {
    margin-bottom: 0;
  }
  .sec-component .base .box h3 {
    font-size: 19px;
  }
  .sec-component .base .box .material-list li {
    font-size: 13px;
  }
  .sec-component .base .box .note {
    margin-top: 10px;
    font-size: 13px;
  }
  .sec-component .base .box .nutrition-list {
    font-size: 13px;
    border-radius: 10px;
  }
  .sec-component .base .box .nutrition-list th {
    padding: 8px 12px;
    width: 40%;
  }
  .sec-component .base .box .nutrition-list td {
    padding: 8px 0 8px 50px;
    width: 60%;
  }
  footer {
    padding: 20px 0;
  }
  footer .logo-footer {
    max-width: 110px;
  }
}
/*# sourceMappingURL=style.css.map */