@charset "UTF-8";
.container {
  width: 100vw;
  padding: 58px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", Roboto, YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Helvetica, sans-serif;
  font-size: min(3.5vw, 16px);
  font-weight: normal;
  line-height: 2;
  color: #1F1D1D;
}
@media (max-width: 979px) {
  .container {
    padding: 50px 0 0;
  }
}
.container * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}
.container a {
  -webkit-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity;
  text-decoration: none;
  color: #1F1D1D;
}
@media (min-width: 980px) {
  .container a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 979px) {
  .container a:active {
    opacity: 0.75;
  }
}

.u_txtred {
  color: #B30D23;
}

.u_txtbold {
  font-weight: bold !important;
}

@media (min-width: 980px) {
  .u_spbreak {
    display: none;
  }
}
.l_roundbtn {
  width: 100%;
  height: 100%;
}

.roundbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: min(3.5vw, 17px);
  background-color: #036EA8;
  border-radius: 100px;
}
.roundbtn::before {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.roundbtn .roundbtn_txt {
  color: #fff;
}

.hero .hero_body {
  padding: 150px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_hero01.webp);
}
@media (max-width: 979px) {
  .hero .hero_body {
    padding: 100px 0;
    background-image: url(../img/bg_hero01_sp.webp);
  }
}
.hero .hero_body .hero_body_sub {
  font-size: min(4vw, 18px);
  font-weight: 500;
  color: #bba170;
}
.hero .hero_body .hero_body_ttl {
  margin: 20px 0 0;
  font-size: min(5vw, 30px);
  font-weight: bold;
}
.hero .hero_body .hero_body_txt {
  margin: 20px 0 0;
  font-size: min(3vw, 12px);
  font-weight: 500;
}

.l_contents {
  margin: 100px 0 0;
  padding: 0 0 150px;
}
@media (max-width: 979px) {
  .l_contents {
    margin: 30px 0 0;
    padding: 0 0 80px;
  }
}

.contents:nth-child(n+2) {
  margin: 100px 0 0;
}
@media (max-width: 979px) {
  .contents:nth-child(n+2) {
    margin: 50px 0 0;
  }
}
.contents .contents_head {
  width: 90%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  line-height: 1;
}
.contents .contents_head .contents_head_sub {
  font-size: min(4vw, 26px);
  color: #bba170;
}
.contents .contents_head .contents_head_ttl {
  margin: 20px 0 0;
  font-size: min(4.5vw, 30px);
  font-weight: bold;
}
@media (max-width: 979px) {
  .contents .contents_head .contents_head_ttl {
    margin: 10px 0 0;
    line-height: 1.5;
  }
}
.contents .contents_body {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_body {
    margin: 20px 0 0;
  }
}
.contents .contents_body .contents_body_ttl,
.contents .contents_body .contents_body_sub,
.contents .contents_body .contents_body_img,
.contents .contents_body .contents_body_txt,
.contents .contents_body .contents_body_tabbtn,
.contents .contents_body .contents_body_tabbody,
.contents .contents_body .contents_body_note {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.contents .contents_body .contents_body_main {
  margin: 30px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_main {
    margin: 20px 0 0;
  }
}
.contents .contents_body .contents_body_ttl {
  font-size: min(4.5vw, 30px);
  font-weight: bold;
  text-align: center;
}
.contents .contents_body .contents_body_ttl:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_ttl:nth-child(n+2) {
    margin-top: 40px;
  }
}
.contents .contents_body .contents_body_sub {
  font-size: min(3.5vw, 24px);
  text-align: center;
}
.contents .contents_body .contents_body_sub:nth-child(n+2) {
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_sub:nth-child(n+2) {
    margin-top: 0;
    line-height: 1.5;
  }
}
.contents .contents_body .contents_body_img {
  margin-top: 30px;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_img {
    margin-top: 20px;
  }
}
.contents .contents_body .contents_body_txt {
  margin-top: 20px;
  font-size: min(4vw, 20px);
}
.contents .contents_body .contents_body_tabbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  background-color: #F4F4F4;
}
.contents .contents_body .contents_body_tabbtn > a {
  width: 50%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(5vw, 28px);
  font-weight: 500;
  color: #B9B9B9;
  background-color: #F4F4F4;
  border-radius: 100px;
  -webkit-transition: 0.3s background, 0.3s color;
  transition: 0.3s background, 0.3s color;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_tabbtn > a {
    height: 50px;
  }
}
.contents .contents_body .contents_body_tabbtn > a.is_current {
  color: #42CFBE;
  background-color: #000;
}
.contents .contents_body .contents_body_tabbody {
  position: relative;
}
.contents .contents_body .contents_body_tabbody .contents_body_tabbody_inner {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.contents .contents_body .contents_body_tabbody .contents_body_tabbody_inner:not(.is_current) {
  position: absolute;
  top: 0;
  right: 50%;
  opacity: 0;
  pointer-events: none;
}
.contents .contents_body .contents_body_tabbody .contents_body_tabbody_inner > h3 {
  margin: 60px 0 0;
  font-size: min(6vw, 30px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #42CFBE;
}
.contents .contents_body .contents_body_note {
  font-size: 13px;
}
.contents .contents_body .contents_body_note:nth-child(n+2) {
  margin-top: 20px;
}
.contents .contents_foot {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}
.contents .contents_foot .contents_foot_btn {
  width: 50%;
  max-width: 230px;
  height: 55px;
  margin: 0 0 0 auto;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_btn {
    height: 45px;
  }
}

.l_flow {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .l_flow {
    margin: 30px 0 0;
  }
}

.flow:nth-child(n+2) {
  margin: 60px 0 0;
}
@media (max-width: 979px) {
  .flow:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.flow .flow_head .flow_head_ttl {
  position: relative;
  font-size: min(4vw, 28px);
  line-height: 1;
}
@media (max-width: 979px) {
  .flow .flow_head .flow_head_ttl {
    padding: 0 0 0 70px;
    line-height: 1.5;
  }
}
.flow .flow_head .flow_head_ttl > span {
  margin: 0 20px 0 0;
  display: inline-block;
  font-family: "din-2014";
  font-size: min(5.5vw, 30px);
  color: #42CFBE;
}
@media (max-width: 979px) {
  .flow .flow_head .flow_head_ttl > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.flow .flow_body {
  margin: 30px 0 0;
}
.flow .flow_body .flow_body_txt {
  margin: 20px 0 0;
  font-size: min(4vw, 20px);
}
.flow .flow_body .flow_body_note {
  margin: 20px 0 0;
  padding: 10px;
  font-size: min(5vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #bba170;
  border: 1px solid #bba170;
}
.flow .flow_body .flow_body_note .flow_body_note_btn {
  width: 330px;
  height: 60px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3.5vw, 26px);
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #42CFBE;
}
.flow .flow_body .flow_body_note .flow_body_note_btn:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 979px) {
  .flow .flow_body .flow_body_note .flow_body_note_btn {
    width: 200px;
    height: 50px;
    margin: auto;
  }
}

.l_faq {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.faq {
  position: relative;
  overflow: hidden;
  border: 1px solid #939393;
  border-radius: 20px;
}
.faq:nth-child(n+2) {
  margin: 20px 0 0;
}
.faq .faq_head {
  padding: 20px 30px;
  display: block;
  position: relative;
  background-color: #EDEDED;
}
@media (max-width: 979px) {
  .faq .faq_head {
    padding: 10px 20px;
  }
}
.faq .faq_head::before, .faq .faq_head::after {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-color: #939393;
}
.faq .faq_head::before {
  width: 23px;
  height: 2px;
  right: 30px;
}
@media (max-width: 979px) {
  .faq .faq_head::before {
    width: 12px;
    right: 10px;
  }
}
.faq .faq_head::after {
  width: 2px;
  height: 23px;
  right: 40px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (max-width: 979px) {
  .faq .faq_head::after {
    height: 12px;
    right: 15px;
  }
}
.faq .faq_head.is_close::after {
  opacity: 0;
}
.faq .faq_head .faq_head_ttl {
  position: relative;
  padding: 0 0 0 50px;
  font-size: min(3.5vw, 26px);
  font-weight: 500;
}
@media (max-width: 979px) {
  .faq .faq_head .faq_head_ttl {
    padding: 0 0 0 30px;
  }
}
.faq .faq_head .faq_head_ttl::before {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-family: "din-2014";
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  content: "Q";
  color: #fff;
  background-color: #42CFBE;
}
@media (max-width: 979px) {
  .faq .faq_head .faq_head_ttl::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.faq .faq_body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.faq .faq_body.is_show {
  max-height: 1000px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.faq .faq_body .faq_body_inner {
  position: relative;
  padding: 20px 20px 20px 80px;
  font-size: min(3.5vw, 26px);
  font-weight: 500;
  border-top: 1px solid #939393;
}
@media (max-width: 979px) {
  .faq .faq_body .faq_body_inner {
    padding: 10px 20px 10px 50px;
  }
}
.faq .faq_body .faq_body_inner::before {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 32px;
  left: 30px;
  font-family: "din-2014";
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  content: "A";
  color: #fff;
  background-color: #bba170;
}
@media (max-width: 979px) {
  .faq .faq_body .faq_body_inner::before {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 20px;
    font-size: 14px;
  }
}
.faq .faq_body .faq_body_inner > a {
  color: #42CFBE;
}
.faq .faq_body .faq_body_inner > div {
  margin: 20px 0 0;
  font-weight: 400;
}
.faq .faq_body .faq_body_inner > div > a {
  color: #42CFBE;
}

.l_reserv {
  padding: 60px 0;
  background-color: #F4F4F4;
}
@media (max-width: 979px) {
  .l_reserv {
    padding: 20px 0;
  }
}

.reserv {
  width: 90%;
  max-width: 680px;
  margin: auto;
}
.reserv .reserv_foot {
  margin: 30px 0 0;
}
@media (min-width: 980px) {
  .reserv .reserv_foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.reserv .reserv_foot .reserv_foot_btn {
  width: calc(50% - 10px);
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3.5vw, 26px);
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #42CFBE;
}
@media (max-width: 979px) {
  .reserv .reserv_foot .reserv_foot_btn {
    width: calc(50% - 5px);
    height: 50px;
    margin: auto;
  }
  .reserv .reserv_foot .reserv_foot_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

.u_blankline::before {
  font-family: "Noto Sans JP", Roboto, YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  content: "ー";
}

.u_offtag {
  color: #42CFBE;
}
.u_offtag::after {
  width: 89px;
  height: 47px;
  margin: 0 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(../img/icon_off01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 979px) {
  .u_offtag::after {
    width: 60px;
    height: 32px;
    margin: 0 0 3px 10px;
  }
}

.l_courselist {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.courselist {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
@media (max-width: 979px) {
  .courselist.courselist__pc {
    display: none;
  }
}
.courselist.courselist__pc tr {
  text-align: center;
}
.courselist.courselist__pc tr > th {
  width: 25%;
  padding: 10px 0;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}
.courselist.courselist__pc tr > th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.courselist.courselist__pc tr > td:nth-child(n+2) {
  border-left: 1px solid #000;
}
.courselist.courselist__pc tr:nth-child(n+2) {
  border-top: 1px solid #000;
}
.courselist.courselist__pc tr:nth-child(2) > td {
  font-family: "din-2014";
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .courselist.courselist__sp {
    display: none;
  }
}
.courselist.courselist__sp tr {
  text-align: center;
}
.courselist.courselist__sp tr > th {
  width: 25%;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #000;
}
.courselist.courselist__sp tr:nth-child(n+2) {
  border-top: 1px solid #000;
}
.courselist.courselist__sp tr:nth-child(n+2) > th {
  border-top: 1px solid #fff;
}
.courselist.courselist__sp tr:nth-child(odd) > td {
  font-family: "din-2014";
  font-size: min(6vw, 32px);
  font-weight: bold;
}

.l_medicinelist {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.medicinelist {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
@media (max-width: 979px) {
  .medicinelist.medicinelist__pc {
    display: none;
  }
}
.medicinelist.medicinelist__pc tr {
  text-align: center;
}
.medicinelist.medicinelist__pc tr > th {
  width: 50%;
  padding: 10px 0;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}
.medicinelist.medicinelist__pc tr > th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.medicinelist.medicinelist__pc tr > td:nth-child(n+2) {
  border-left: 1px solid #000;
}
.medicinelist.medicinelist__pc tr:nth-child(n+2) {
  border-top: 1px solid #000;
}
.medicinelist.medicinelist__pc tr:nth-child(2) > td {
  font-family: "din-2014";
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .medicinelist.medicinelist__sp {
    display: none;
  }
}
.medicinelist.medicinelist__sp tr {
  text-align: center;
}
.medicinelist.medicinelist__sp tr > th {
  padding: 10px 0;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}
@media (max-width: 979px) {
  .medicinelist.medicinelist__sp tr > th {
    width: 25%;
    line-height: 1.3;
  }
}
.medicinelist.medicinelist__sp tr > td {
  font-family: "din-2014";
  font-size: min(6vw, 32px);
  font-weight: bold;
}
.medicinelist.medicinelist__sp tr:nth-child(n+2) > th {
  border-top: 1px solid #fff;
}
.medicinelist.medicinelist__sp tr:nth-child(n+2) > td {
  border-top: 1px solid #000;
}/*# sourceMappingURL=style.css.map */