@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

.mw_wp_form_complete p.success_msg, .contact .form, .contact .read, .faq .faq_li, .greeting .affiliation_ul li, .greeting .text_area, .price table td, .price table th, .price .free_li, .case .case_box .text_area, .case .case_box h3, .flow .content_area .text_area, .reason .reason_box p, .reason .reason_box h3, .alignment_of_teeth .teeth_li p.name, .alignment_of_teeth .teeth_li p.situation, .alignment_of_teeth .read, .difference table, .gakuganmen .text_area p, .features .features_li, .myobrace .text_area, .trouble_2 .t2_in_text, .kome, .fukidashi_h4, .footer .footer_address p, .header .header_nav .header_nav_li, .point_ul .explanation, .point_ul .card_text {
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section_title {
  text-align: center;
  margin-bottom: 36px;
}
.section_title h2 {
  color: #383838;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
@media only screen and (max-width: 800px) {
  .section_title h2 {
    font-size: 24px;
  }
}
.section_title h2::before {
  background-image: url("../images/icon/icon_trouble.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto 17px;
}
@media only screen and (max-width: 500px) {
  .section_title h2.sp_2lines {
    line-height: 1.4;
  }
}
.section_title .sp_br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section_title .sp_br {
    display: block;
  }
}
.section_title .title_en {
  color: #8ECFE6;
  font-size: 16px;
  font-weight: 500;
  margin-top: 17px;
}
@media only screen and (max-width: 800px) {
  .section_title .title_en {
    font-size: 13px;
    margin-top: 10px;
  }
}

.h2_sub {
  text-align: center;
  margin: 0 auto 36px;
  display: block;
}

.h3_ribbon {
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
  color: #383838;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .h3_ribbon {
    font-size: 16px;
  }
}
.h3_ribbon::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 496px;
  height: 88px;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .h3_ribbon::after {
    width: 360px;
    height: 64px;
    top: -12px;
  }
}

.ribbon_blue .char1, .ribbon_blue .char2, .ribbon_blue .char3, .ribbon_blue .char4, .ribbon_blue .char6, .ribbon_blue .char7, .ribbon_blue .char8 {
  color: #7DC5DF;
}

.ribbon_purple .char1, .ribbon_purple .char2, .ribbon_purple .char3, .ribbon_purple .char4, .ribbon_purple .char5, .ribbon_purple .char6 {
  color: #A387BD;
}

.ribbon_yellow .char1, .ribbon_yellow .char2 {
  color: #F8AD51;
}

.ribbon_green .char1, .ribbon_green .char2, .ribbon_green .char3 {
  color: #ACC052;
}

.point_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 861px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .point_ul {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .point_ul {
    display: block;
  }
}
.point_ul .li_card {
  width: 267px;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .point_ul .li_card {
    width: 180px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .point_ul .li_card {
    margin: 0 auto 20px;
    width: 300px;
  }
}
.point_ul .li_card:nth-child(2) {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
  .point_ul .li_card:nth-child(2) {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 20px;
  }
}
.point_ul .li_card_pink {
  -webkit-box-shadow: 0px 5px 0px 0px #EA909A;
          box-shadow: 0px 5px 0px 0px #EA909A;
}
.point_ul .li_card_yellow {
  -webkit-box-shadow: 0px 5px 0px 0px #F8AD51;
          box-shadow: 0px 5px 0px 0px #F8AD51;
}
.point_ul .li_card_green {
  -webkit-box-shadow: 0px 5px 0px 0px #ACC052;
          box-shadow: 0px 5px 0px 0px #ACC052;
}
.point_ul .li_card_purple {
  -webkit-box-shadow: 0px 5px 0px 0px #A387BD;
          box-shadow: 0px 5px 0px 0px #A387BD;
}
.point_ul .li_card_blue {
  -webkit-box-shadow: 0px 5px 0px 0px #7DC5DF;
          box-shadow: 0px 5px 0px 0px #7DC5DF;
}
.point_ul img {
  border-radius: 20px;
}
@media only screen and (max-width: 900px) {
  .point_ul img {
    border-radius: 10px;
  }
}
.point_ul .number {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 800px) {
  .point_ul .number {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}
.point_ul .card_text {
  font-weight: 600;
  font-size: 22px;
  padding: 20px 0 10px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .point_ul .card_text {
    font-size: 18px;
  }
}
.point_ul .text_pink {
  color: #EA909A;
}
.point_ul .text_yellow {
  color: #F8AD51;
}
.point_ul .text_green {
  color: #ACC052;
}
.point_ul .text_purple {
  color: #A387BD;
}
.point_ul .text_blue {
  color: #7DC5DF;
}
.point_ul .explanation {
  padding: 0 5px 15px 8px;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.5;
}

.header {
  z-index: 1000;
  position: relative;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.header .logo {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 18px 18px;
}
@media only screen and (max-width: 1160px) {
  .header .logo {
    padding: 10px;
    border-radius: 0 0 12px 12px;
  }
}
@media only screen and (max-width: 800px) {
  .header .logo {
    padding: 7px;
    border-radius: 7px;
  }
}
.header .logo img {
  width: 94.107px;
}
@media only screen and (max-width: 1160px) {
  .header .logo img {
    width: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .header .logo img {
    width: 50px;
  }
}
.header .logo h1 {
  background-color: #8ECFE6;
  padding: 3px 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 500;
}
@media only screen and (max-width: 1160px) {
  .header .logo h1 {
    font-size: 18px;
    padding: 2px 12px;
  }
}
@media only screen and (max-width: 800px) {
  .header .logo h1 {
    font-size: 15px;
    padding: 1px 8px;
    border-radius: 4px;
  }
}
.header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 617px;
  position: absolute;
  top: 0;
  right: 267px;
}
@media only screen and (max-width: 1160px) {
  .header .header_right_pc {
    display: none;
  }
}
.header .heaer_card {
  width: 295px;
  height: 100px;
  margin-top: 40px;
  border-radius: 14px;
  position: relative;
  margin-right: 27px;
  background-color: #fff;
}
.header .heaer_card .fukidashi {
  font-size: 15px;
  color: #fff;
  padding: 9px 20px;
  border-radius: 50px;
  display: inline;
  position: absolute;
  top: -15px;
  left: -20px;
}
.header .heaer_card .fukidashi::after {
  position: absolute;
  content: "";
  top: 86%;
  left: 50%;
  -webkit-transform: skew(30deg, -30deg);
          transform: skew(30deg, -30deg);
  border: 5px solid transparent;
  width: 0;
  height: 0;
  border-radius: 1px;
}
.header .card_time {
  border: solid 2px #F9CC75;
  padding: 10px;
}
.header .card_time .fukidashi {
  background-color: #F9CC75;
}
.header .card_time .fukidashi::after {
  border-top: 12px solid #F9CC75;
}
.header .card_time .table_time {
  margin-bottom: 6px;
  font-size: 13px;
}
.header .card_time .table_time .table_head {
  width: 70px;
  padding-left: 5px;
  font-size: 12px;
}
.header .card_time .table_time .table_head_1 {
  opacity: 0;
}
.header .card_time .table_time th {
  padding: 4px 0;
}
.header .card_time .table_time .week, .header .card_time .table_time .mark {
  width: 22px;
}
.header .card_time .table_time .week {
  font-size: 11px;
}
.header .card_time .table_time .mark {
  font-size: 12px;
}
.header .card_time .table_text {
  font-size: 11px;
}
.header .card_tel {
  border: solid 2px #EDA4AC;
  text-align: center;
  padding: 10px;
}
.header .card_tel .fukidashi {
  background-color: #EDA4AC;
}
.header .card_tel .fukidashi::after {
  border-top: 12px solid #EDA4AC;
}
.header .card_tel .weekday {
  color: #F0A7AF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 8px;
}
.header .card_tel .btn_title {
  padding-left: 42px;
  font-size: 31px;
  position: relative;
  font-weight: 500;
}
.header .card_tel .btn_title::before {
  background-image: url("../images/icon/icon_tel.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
}
.header .card_tel .btn_supplement {
  font-size: 11px;
  font-weight: 500;
  margin-top: 12px;
}
.header .card_tel .btn_supplement span {
  color: #EA909A;
  letter-spacing: 0.1rem;
}
.header .header_btn {
  width: 100px;
  height: 100px;
  border-radius: 14px;
  text-align: center;
  display: block;
  padding: 15px 5px;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .header .header_btn {
    width: 70px;
    height: 70px;
    margin-top: 0;
    padding: 9px 5px;
    border-radius: 10px;
  }
}
.header .header_btn img {
  width: 49px;
}
@media only screen and (max-width: 800px) {
  .header .header_btn img {
    width: 32px;
    margin-bottom: -5px;
  }
}
.header .web_btn {
  background-color: #8ECFE6;
  border: solid 2px #7DC5DF;
  padding-top: 18px;
  position: fixed;
  right: 167px;
}
@media only screen and (max-width: 800px) {
  .header .web_btn {
    display: none;
  }
}
.header .menu_btn {
  background-color: #94B6F5;
  border: solid 2px #7FA5F0;
  position: fixed;
  right: 40px;
  z-index: 10000;
}
@media only screen and (max-width: 800px) {
  .header .menu_btn {
    top: 20px;
    right: 20px;
  }
}
.header .menu_btn .menu_close {
  display: none;
}
.header .menu_btn.active .menu_open {
  display: none;
}
.header .menu_btn.active .menu_close {
  display: block;
  width: 30px;
  margin: 10px auto;
}
@media only screen and (max-width: 800px) {
  .header .menu_btn.active .menu_close {
    width: 20px;
    margin: 5px auto;
  }
}
.header .header_nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  padding-top: 180px;
  height: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media only screen and (max-width: 800px) {
  .header .header_nav {
    width: 100vw;
    padding-top: 110px;
  }
}
.header .header_nav .header_nav_ul {
  height: calc(100vh - 180px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 800px) {
  .header .header_nav .header_nav_ul {
    height: calc(100vh - 110px);
  }
}
.header .header_nav .header_nav_li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  width: 680px;
}
.header .header_nav .header_nav_li a {
  padding: 20px 0 20px 90px;
  border-bottom: solid 1px rgba(142, 207, 230, 0.4);
  display: block;
}
@media only screen and (max-width: 800px) {
  .header .header_nav .header_nav_li a {
    padding: 20px 0 20px 55px;
  }
}
@media only screen and (max-width: 800px) {
  .header .header_nav .header_nav_li {
    width: 100vw;
    font-size: 16px;
  }
}
.header .header_nav .header_nav_li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}
@media only screen and (max-width: 800px) {
  .header .header_nav .header_nav_li::before {
    width: 26px;
    height: 26px;
    left: 20px;
  }
}
.header .header_nav .menu_trouble::before {
  background-image: url("../images/icon/icon_trouble.svg");
}
.header .header_nav .menu_features::before {
  background-image: url("../images/icon/icon_features.svg");
  top: 46%;
}
.header .header_nav .menu_difference::before {
  background-image: url("../images/icon/icon_difference.svg");
}
.header .header_nav .menu_reason::before {
  background-image: url("../images/icon/icon_reason.svg");
  top: 55%;
}
.header .header_nav .menu_flow::before {
  background-image: url("../images/icon/icon_flow.svg");
}
.header .header_nav .menu_case::before {
  background-image: url("../images/icon/icon_case.svg");
}
.header .header_nav .menu_price::before {
  background-image: url("../images/icon/icon_price.svg");
}
.header .header_nav .menu_greeting::before {
  background-image: url("../images/icon/icon_greeting.svg");
  top: 60%;
}
.header .header_nav .menu_faq::before {
  background-image: url("../images/icon/icon_faq.svg");
}
.header .header_nav .menu_contact::before {
  background-image: url("../images/icon/icon_contact.svg");
  top: 56%;
}
.header .following_btn_area {
  display: none;
}
@media only screen and (max-width: 800px) {
  .header .following_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
    -webkit-box-shadow: 0 -3px 18px 5px rgba(125, 197, 223, 0.2);
            box-shadow: 0 -3px 18px 5px rgba(125, 197, 223, 0.2);
  }
  .header .following_btn_area .following_btn {
    width: 50%;
    background-color: #fff;
    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;
    font-weight: 600;
    font-size: 18px;
  }
  .header .following_btn_area img {
    margin-right: 10px;
  }
  .header .following_btn_area .f_tel {
    border-right: solid 1px rgba(142, 207, 230, 0.4);
  }
  .header .following_btn_area .f_tel img {
    width: 28px;
  }
  .header .following_btn_area .f_web img {
    width: 32px;
  }
}

.cta {
  padding: 50px 0;
  border-top: solid 7px #F6CACF;
  border-bottom: solid 7px #F6CACF;
}
@media only screen and (max-width: 700px) {
  .cta {
    padding-bottom: 150px;
  }
}
.cta .h2_sub .h2_img_pc {
  width: 839px;
}
@media only screen and (max-width: 900px) {
  .cta .h2_sub .h2_img_pc {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .cta .h2_sub .h2_img_pc {
    display: none;
  }
}
.cta .h2_sub .h2_img_sp {
  display: none;
}
@media only screen and (max-width: 500px) {
  .cta .h2_sub .h2_img_sp {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
.cta .btn_area {
  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: 1000px) {
  .cta .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta .btn_area .cta_btn {
  width: 440px;
  height: 104px;
  border-radius: 18px;
  background-color: #fff;
  margin: 0 16px;
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .cta_btn {
    width: 330px;
    height: auto;
  }
}
.cta .btn_area .btn_title {
  position: relative;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.cta .btn_area .btn_title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .btn_title::before {
    left: 32px;
  }
}
.cta .btn_area .btn_supplement {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.cta .btn_area .cta_tel {
  -webkit-box-shadow: 0px 5px 0px 0px #A387BD;
          box-shadow: 0px 5px 0px 0px #A387BD;
  border: solid 5px #DDD2E7;
  padding: 12px 0;
}
@media only screen and (max-width: 1000px) {
  .cta .btn_area .cta_tel {
    margin-bottom: 20px;
  }
}
.cta .btn_area .cta_tel .btn_title {
  padding-left: 42px;
  font-size: 40px;
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .cta_tel .btn_title {
    font-size: 34px;
    padding-left: 46px;
  }
}
.cta .btn_area .cta_tel .btn_title::before {
  background-image: url("../images/icon/icon_tel.svg");
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .cta_tel .btn_supplement {
    line-height: 1.4;
  }
}
.cta .btn_area .cta_web {
  -webkit-box-shadow: 0px 5px 0px 0px #F8AD51;
          box-shadow: 0px 5px 0px 0px #F8AD51;
  border: solid 5px #FDDFA3;
  padding: 21px 0 12px;
}
@media only screen and (max-width: 700px) {
  .cta .btn_area .cta_web {
    margin-bottom: 20px;
  }
}
.cta .btn_area .cta_web .btn_title {
  padding-left: 65px;
  font-size: 32px;
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .cta_web .btn_title {
    padding-left: 68px;
    font-size: 26px;
  }
}
.cta .btn_area .cta_web .btn_title::before {
  background-image: url("../images/icon/icon_web.svg");
  width: 48px;
  height: 39px;
  position: absolute;
  top: 55%;
  left: 53px;
}
@media only screen and (max-width: 470px) {
  .cta .btn_area .cta_web .btn_title::before {
    left: 27px;
  }
}
.cta .sp_br {
  display: none;
}
@media only screen and (max-width: 470px) {
  .cta .sp_br {
    display: block;
  }
}
.cta .btn_box {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.cta .cta_kids_l {
  width: 202px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media only screen and (max-width: 1350px) {
  .cta .cta_kids_l {
    width: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .cta .cta_kids_l {
    display: none;
  }
}
.cta .cta_kids_r {
  width: 250px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media only screen and (max-width: 1350px) {
  .cta .cta_kids_r {
    width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .cta .cta_kids_r {
    display: none;
  }
}
.cta .cta_kids_sp {
  display: none;
}
@media only screen and (max-width: 700px) {
  .cta .cta_kids_sp {
    display: block;
    width: 222px;
    position: absolute;
    left: 50%;
    bottom: -150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bg_check {
  background-color: #FBE7E9;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(36%, #FAE2E5), color-stop(36%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(36%, #FAE2E5), color-stop(36%, transparent));
  background-image: linear-gradient(-90deg, #FAE2E5 36%, transparent 36%), linear-gradient(#FAE2E5 36%, transparent 36%);
  background-size: 10px 10px;
  background-position: center;
}

input[type=checkbox] {
  display: none;
}

.form_check_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 2px 5px 28px;
  position: relative;
  width: auto;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .form_check_label {
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
  }
}

.form_check_label::before {
  background: #fff;
  border: solid 2px #8ECFE6;
  border-radius: 5px;
  content: "";
  display: block;
  height: 23px;
  left: -3px;
  margin-top: -12px;
  position: absolute;
  top: 14px;
  width: 23px;
}

.form_check_label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

input[type=checkbox]:checked + .form_check_label::before {
  background-color: #8ECFE6;
}

input[type=checkbox]:checked + .form_check_label::after {
  opacity: 1;
}

.table_time {
  width: 100%;
  margin-bottom: 18px;
  font-size: 13px;
  color: #383838;
}
.table_time tr {
  border-bottom: solid 1px #e8e8e8;
}
.table_time .table_head {
  width: 120px;
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
}
.table_time th {
  padding: 13px 0;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05rem;
}
.table_time .week, .table_time .mark {
  width: 38px;
}
.table_time .week {
  font-weight: 500;
}
.table_time .mark {
  font-size: 14px;
  font-weight: 900;
}
.table_time .maru {
  color: #F0A7AF;
}
.table_time .sankaku {
  color: #ACC052;
}
.table_time .hyphen {
  color: #aeaeae;
  font-weight: 600;
}

.table_text {
  font-weight: 500;
  text-align: center;
}

.footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 1080px) {
  .footer .footer_top {
    width: 92%;
    display: block;
  }
}
.footer .footer_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 492px);
}
@media only screen and (max-width: 1080px) {
  .footer .footer_top_left {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  .footer .footer_top_left {
    display: block;
    width: 100%;
  }
}
.footer .logo {
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .footer .logo {
    width: 200px;
    margin: 0 auto 30px;
    display: block;
  }
}
.footer .logo img {
  width: 94.107px;
  height: 145px;
}
.footer .logo h1 {
  background-color: #8ECFE6;
  padding: 3px 20px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  border-radius: 7px;
  font-weight: 500;
}
@media only screen and (max-width: 550px) {
  .footer .info_area {
    width: 270px;
    margin: 0 auto;
  }
}
.footer .footer_tel {
  padding: 12px 0;
}
.footer .footer_tel .btn_title {
  padding-left: 50px;
  font-size: 35px;
  position: relative;
}
.footer .footer_tel .btn_title::before {
  background-image: url("../images/icon/icon_tel.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.footer .footer_tel .btn_supplement {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.footer .footer_tel .btn_supplement span {
  color: #EA909A;
  letter-spacing: 0.1rem;
}
.footer .footer_address p {
  font-size: 17px;
  line-height: 2;
  margin-top: 18px;
}
.footer .time_area {
  border: solid 4px #DAEFF7;
  border-radius: 15px;
  padding: 15px 15px 18px 15px;
}
@media only screen and (max-width: 1080px) {
  .footer .time_area {
    width: 500px;
    padding: 18px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 550px) {
  .footer .time_area {
    width: 100%;
  }
}
.footer .map_area {
  height: 380px;
}
@media only screen and (max-width: 550px) {
  .footer .map_area {
    height: 280px;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  padding: 18px 0;
  background-color: #8ECFE6;
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  .footer .copyright {
    padding: 13px 0 73px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .copyright {
    font-size: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  text-decoration: none;
  line-height: 1.7;
  letter-spacing: 0.06rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #383838;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
  letter-spacing: 0.06rem;
  color: #383838;
}

h3, h4 {
  letter-spacing: 0.06rem;
  color: #383838;
}

p {
  letter-spacing: 0.06rem;
  color: #383838;
  font-size: 15px;
}

.container {
  max-width: 1020px;
  width: 92%;
  margin: 0 auto;
  display: block;
  padding: 60px 0;
}
@media only screen and (max-width: 1020px) {
  .container {
    width: 92%;
  }
}

.fukidashi_h4 {
  position: relative;
  display: inline-block;
  margin: 45px auto 20px;
  padding: 7px 10px;
  width: 198px;
  color: #383838;
  background: #FFF;
  border: solid 3px #BDA9D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  display: block;
}
.fukidashi_h4::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -9px;
  border: 7px solid transparent;
  border-top: 9px solid #FFF;
  z-index: 2;
}
.fukidashi_h4::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
  border: 9px solid transparent;
  border-top: 11px solid #BDA9D1;
  z-index: 1;
  border-bottom-right-radius: 8px;
}
.fukidashi_h4 p {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
@media only screen and (max-width: 500px) {
  .fukidashi_h4 p {
    font-size: 18px;
  }
}

.kome {
  font-size: 14px;
  text-align: center;
}

.mv {
  background-image: url("../images/bg/mv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: -232px;
}
@media only screen and (max-width: 1000px) {
  .mv {
    background-image: url("../images/bg/mv_sp.jpg");
    background-position: bottom center;
  }
}
.mv .mv_inner {
  height: 100vh;
  position: relative;
}
.mv .mv_inner .mv_copy {
  width: 1000px;
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 610px) {
  .mv .mv_inner .mv_copy {
    width: 90%;
    bottom: 10%;
  }
}
@media only screen and (max-width: 1080px) {
  .mv .mv_inner .mv_copy_pc {
    width: 92%;
    bottom: 16%;
  }
}
@media only screen and (max-width: 610px) {
  .mv .mv_inner .mv_copy_pc {
    display: none;
  }
}
.mv .mv_inner .mv_copy_sp {
  display: none;
}
@media only screen and (max-width: 610px) {
  .mv .mv_inner .mv_copy_sp {
    display: block;
  }
}
.mv .mv_inner .mv_bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mv .mv_inner .mv_flower {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 256px;
  height: 175px;
  position: absolute;
}
@media only screen and (max-width: 800px) {
  .mv .mv_inner .mv_flower {
    width: 120px;
    height: 81px;
  }
}
.mv .mv_inner .flower_l {
  background-image: url("../images/bg/flower_l.svg");
  left: 0;
  bottom: 36px;
}
@media only screen and (max-width: 1410px) {
  .mv .mv_inner .flower_l {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .mv .mv_inner .flower_l {
    bottom: 8px;
  }
}
@media only screen and (max-width: 410px) {
  .mv .mv_inner .flower_l {
    bottom: 5px;
  }
}
.mv .mv_inner .flower_r {
  background-image: url("../images/bg/flower_r.svg");
  right: 0;
  bottom: 42px;
}
@media only screen and (max-width: 1520px) {
  .mv .mv_inner .flower_r {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .mv .mv_inner .flower_r {
    bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .mv .mv_inner .flower_r {
    bottom: 5px;
  }
}
.mv .mv_inner .g_1 {
  position: absolute;
  bottom: 30%;
  left: 45px;
  width: 120px;
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_1 {
    display: none;
  }
}
.mv .mv_inner .g_2 {
  position: absolute;
  bottom: 50%;
  left: 45px;
  width: 90px;
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_2 {
    display: none;
  }
}
.mv .mv_inner .g_3 {
  position: absolute;
  top: 5%;
  left: 25%;
  width: 66px;
}
@media only screen and (max-width: 1160px) {
  .mv .mv_inner .g_3 {
    top: 100px;
    left: 52%;
  }
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_3 {
    display: none;
  }
}
.mv .mv_inner .g_4 {
  position: absolute;
  top: 30%;
  left: 62%;
  width: 120px;
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_4 {
    display: none;
  }
}
.mv .mv_inner .g_5 {
  position: absolute;
  top: 25%;
  right: 3%;
  width: 100px;
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_5 {
    display: none;
  }
}
.mv .mv_inner .g_6 {
  position: absolute;
  top: 40%;
  right: 3%;
  width: 45px;
}
@media only screen and (max-width: 1000px) {
  .mv .mv_inner .g_6 {
    display: none;
  }
}

.header_right_sp {
  display: none;
}

@media only screen and (max-width: 1160px) {
  .header_right_sp {
    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: 1160px) and (max-width: 700px) {
  .header_right_sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1160px) {
  .heaer_card {
    width: 295px;
    height: 100px;
    margin: 40px 30px 0 30px;
    border-radius: 14px;
    position: relative;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1160px) and (max-width: 700px) {
  .heaer_card {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 1160px) {
  .heaer_card .fukidashi {
    font-size: 15px;
    color: #fff;
    padding: 9px 20px;
    border-radius: 50px;
    display: inline;
    position: absolute;
    top: -15px;
    left: -20px;
  }
  .heaer_card .fukidashi::after {
    position: absolute;
    content: "";
    top: 86%;
    left: 50%;
    -webkit-transform: skew(30deg, -30deg);
            transform: skew(30deg, -30deg);
    border: 5px solid transparent;
    width: 0;
    height: 0;
    border-radius: 1px;
  }
}
@media only screen and (max-width: 1160px) {
  .card_time {
    border: solid 2px #F9CC75;
    padding: 10px;
  }
  .card_time .fukidashi {
    background-color: #F9CC75;
  }
  .card_time .fukidashi::after {
    border-top: 12px solid #F9CC75;
  }
  .card_time .table_time {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .card_time .table_time .table_head {
    width: 70px;
    padding-left: 5px;
    font-size: 12px;
  }
  .card_time .table_time .table_head_1 {
    opacity: 0;
  }
  .card_time .table_time th {
    padding: 4px 0;
  }
  .card_time .table_time .week, .card_time .table_time .mark {
    width: 22px;
  }
  .card_time .table_time .week {
    font-size: 11px;
  }
  .card_time .table_time .mark {
    font-size: 12px;
  }
  .card_time .table_text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1160px) {
  .card_tel {
    border: solid 2px #EDA4AC;
    text-align: center;
    padding: 10px;
  }
  .card_tel .fukidashi {
    background-color: #EDA4AC;
  }
  .card_tel .fukidashi::after {
    border-top: 12px solid #EDA4AC;
  }
  .card_tel .weekday {
    color: #F0A7AF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin-bottom: 8px;
  }
  .card_tel .btn_title {
    padding-left: 42px;
    font-size: 31px;
    position: relative;
    font-weight: 500;
  }
  .card_tel .btn_title::before {
    background-image: url("../images/icon/icon_tel.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 24px;
  }
  .card_tel .btn_supplement {
    font-size: 11px;
    font-weight: 500;
    margin-top: 12px;
  }
  .card_tel .btn_supplement span {
    color: #EA909A;
    letter-spacing: 0.1rem;
  }
}
.trouble {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .trouble {
    padding-bottom: 0;
  }
}
.trouble::before {
  background-image: url("../images/bg/fish_l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 240px;
  height: 395px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 800px) {
  .trouble::before {
    display: none;
  }
}
.trouble::after {
  background-image: url("../images/bg/fish_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 238px;
  height: 423px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 800px) {
  .trouble::after {
    display: none;
  }
}
.trouble .ul_box {
  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: 800px) {
  .trouble .ul_box {
    display: block;
  }
}
.trouble ul {
  margin: 0 40px;
}
@media only screen and (max-width: 900px) {
  .trouble ul {
    margin: 0 20px;
  }
}
.trouble .check_li {
  font-weight: bold;
  position: relative;
  color: #383838;
  padding: 10px 0 13px 36px;
  width: 324px;
  font-size: 19px;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .trouble .check_li {
    width: 100%;
    font-size: 17px;
  }
}
.trouble .check_li::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.trouble .check_li_1 {
  border-bottom: dashed 2px #F0A7AF;
}
.trouble .check_li_1::before {
  background-image: url("../images/icon/check_pink.svg");
}
.trouble .check_li_2 {
  border-bottom: dashed 2px #FCCF75;
}
.trouble .check_li_2::before {
  background-image: url("../images/icon/check_yellow.svg");
}
.trouble .check_li_3 {
  border-bottom: dashed 2px #8ECFE6;
}
.trouble .check_li_3::before {
  background-image: url("../images/icon/check_blue.svg");
}
.trouble .check_li_4 {
  border-bottom: dashed 2px #BDA9D1;
}
.trouble .check_li_4::before {
  background-image: url("../images/icon/check_purple.svg");
}

.trouble_2 {
  background-image: url("../images/bg/trouble_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 41.4vw;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .trouble_2 {
    background-size: cover;
    height: 60vw;
  }
}
@media only screen and (max-width: 600px) {
  .trouble_2 {
    background-image: url("../images/bg/trouble_2_sp.png");
    background-size: cover;
    height: 1200px;
  }
}
.trouble_2 .container {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.trouble_2 .container .g_7 {
  position: absolute;
  top: 60px;
  left: -80px;
  width: 120px;
}
@media only screen and (max-width: 760px) {
  .trouble_2 .container .g_7 {
    width: 60px;
    left: 0;
  }
}
@media only screen and (max-width: 520px) {
  .trouble_2 .container .g_7 {
    top: 20px;
  }
}
.trouble_2 .container .g_8 {
  position: absolute;
  top: 70px;
  right: 0;
  width: 70px;
}
@media only screen and (max-width: 760px) {
  .trouble_2 .container .g_8 {
    width: 35px;
    right: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .trouble_2 .container .g_8 {
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .trouble_2 .container {
    padding: 60px 0 0;
  }
}
.trouble_2 .h2_sub {
  width: 634px;
  height: 37px;
}
@media only screen and (max-width: 900px) {
  .trouble_2 .h2_sub {
    width: 352px;
  }
}
.trouble_2 .h2_sub .h2_img_pc {
  width: 100%;
  height: 36px;
}
@media only screen and (max-width: 900px) {
  .trouble_2 .h2_sub .h2_img_pc {
    display: none;
  }
}
.trouble_2 .h2_sub .h2_img_sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .trouble_2 .h2_sub .h2_img_sp {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.trouble_2 .point_ul {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .trouble_2 .point_ul {
    margin-top: 70px;
  }
}
.trouble_2 .point_ul_t2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trouble_2 .li_card {
  cursor: pointer;
}
.trouble_2 .arrow_down {
  width: 30px;
  margin: 5px auto 10px;
  display: block;
}
.trouble_2 .t2_inner {
  display: none;
}
.trouble_2 .t2_inner.active {
  display: block;
}
.trouble_2 .t2_in_text {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.01rem;
}
.trouble_2 .t2_in_text::before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.myobrace_area {
  margin-top: -166px;
  padding: 180px 0 50px;
  background-color: #D5EDF6;
  background-image: repeating-linear-gradient(-45deg, #DCF0F8, #DCF0F8 7px, transparent 0, transparent 14px);
}
@media only screen and (max-width: 1080px) {
  .myobrace_area {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .myobrace_area {
    padding-bottom: 50px;
  }
}

.myobrace {
  position: relative;
}
.myobrace .g_9 {
  position: absolute;
  top: 50px;
  left: -90px;
  width: 209px;
}
@media only screen and (max-width: 1200px) {
  .myobrace .g_9 {
    width: 130px;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .myobrace .g_9 {
    width: 90px;
    top: -20px;
  }
}
.myobrace .g_10 {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 200px;
}
@media only screen and (max-width: 1200px) {
  .myobrace .g_10 {
    width: 130px;
    right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .myobrace .g_10 {
    width: 90px;
    top: -20px;
  }
}
.myobrace .h3_ribbon::after {
  background-image: url("../images/illustration/ribbon_blue.svg");
}
.myobrace .h2_sub {
  max-width: 656px;
  margin-top: 60px;
}
.myobrace .h2_sub img {
  width: 100%;
}
.myobrace .content_inner {
  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;
}
@media only screen and (max-width: 1030px) {
  .myobrace .content_inner {
    display: block;
  }
}
.myobrace .content_inner img {
  width: 40%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 700px) {
  .myobrace .content_inner img {
    width: 100%;
  }
}
.myobrace .text_area {
  width: 56%;
}
@media only screen and (max-width: 1030px) {
  .myobrace .text_area {
    width: 100%;
  }
}
.myobrace .text_area h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .myobrace .text_area h4 {
    font-size: 19px;
    text-align: center;
  }
}
.myobrace .text_area p {
  line-height: 1.7;
}
@media only screen and (max-width: 1080px) {
  .myobrace .text_area p {
    margin-bottom: 30px;
  }
}

.features {
  background-image: url("../images/bg/paper.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1080px;
  height: 565px;
  margin: 0 auto;
  display: block;
  content: "";
  padding: 60px 70px 50px;
}
@media only screen and (max-width: 1090px) {
  .features {
    max-width: 800px;
    padding: 110px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  .features {
    background-image: url("../images/bg/paper_sp.png");
    max-width: 363px;
    height: 714px;
    padding: 60px 0;
  }
}
.features .section_title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1090px) {
  .features h2 {
    font-size: 24px;
  }
}
.features h2::before {
  background-image: url("../images/icon/icon_features.svg");
}
@media only screen and (max-width: 1090px) {
  .features .title_en {
    font-size: 13px;
    margin-top: 10px;
  }
}
.features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1090px) {
  .features ul {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 800px) {
  .features ul {
    width: 310px;
    margin: 0 auto;
    gap: 10px;
  }
}
.features .features_li {
  width: 217px;
  height: 135px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding: 37px 0 30px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1090px) {
  .features .features_li {
    width: 150px;
    height: 104px;
    font-size: 19px;
    padding: 27px 0;
  }
}
.features .number {
  color: rgba(255, 255, 255, 0.5);
  font-size: 96px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: -1;
  line-height: 0.5;
}
@media only screen and (max-width: 1090px) {
  .features .number {
    font-size: 60px;
  }
}
.features .li_purple {
  background-color: #E9E2EF;
}
.features .li_purple .text_color {
  color: #A387BD;
}
.features .li_purple_2 {
  padding-top: 54px;
}
@media only screen and (max-width: 1090px) {
  .features .li_purple_2 {
    padding-top: 40px;
  }
}
.features .li_yellow {
  background-color: #FEEFD0;
}
.features .li_yellow .text_color {
  color: #F8AD51;
}
.features .li_green {
  background-color: #E9EFD0;
}
.features .li_green .text_color {
  color: #ACC052;
}
.features .li_green_2 {
  padding-top: 24px;
}
@media only screen and (max-width: 1090px) {
  .features .li_green_2 {
    padding-top: 14px;
  }
}
.features .li_blue {
  background-color: #DAEFF7;
}
.features .li_blue .text_color {
  color: #7DC5DF;
}
.features .long_text {
  padding: 22px 0;
}
@media only screen and (max-width: 1090px) {
  .features .long_text {
    padding: 13px 0;
  }
}

.gakuganmen {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 1090px) {
  .gakuganmen {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .gakuganmen {
    padding-bottom: 0;
  }
}
.gakuganmen .h2_sub {
  max-width: 568px;
}
.gakuganmen .h3_ribbon {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1090px) {
  .gakuganmen .h3_ribbon {
    margin-bottom: 50px;
  }
}
.gakuganmen .h3_ribbon::after {
  background-image: url("../images/illustration/ribbon_blue.svg");
}
.gakuganmen .text_area p {
  line-height: 1.7;
  letter-spacing: 0.06rem;
  color: #383838;
  font-size: 15px;
}

.difference {
  position: relative;
}
.difference::before {
  background-image: url("../images/bg/fish_blue_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 328px;
  height: 395px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .difference::before {
    top: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .difference::before {
    display: none;
  }
}
.difference::after {
  background-image: url("../images/bg/fish_blue_3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 328px;
  height: 395px;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .difference::after {
    display: none;
  }
}
.difference .fish_blue::after {
  background-image: url("../images/bg/fish_blue_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 190px;
  height: 395px;
  position: absolute;
  top: 36%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .difference .fish_blue::after {
    display: none;
  }
}
.difference h2::before {
  background-image: url("../images/icon/icon_difference.svg");
}
@media only screen and (max-width: 850px) {
  .difference h2.sp_2lines {
    line-height: 1.4;
    font-size: 23px;
  }
}
.difference .sp_br {
  display: none;
}
@media only screen and (max-width: 850px) {
  .difference .sp_br {
    display: block;
  }
}
.difference table {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .difference table {
    width: 340px;
  }
}
.difference table img {
  width: 297px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .difference table img {
    width: 100%;
  }
}
.difference .th_non {
  background-color: none;
}
@media only screen and (max-width: 900px) {
  .difference thead {
    display: none;
  }
  .difference th, .difference td {
    display: block;
  }
}
.difference .label_row th {
  font-size: 20px;
  font-weight: 600;
  padding: 24px 15px;
}
.difference .label_row .th_wire {
  background-color: #FAE2E5;
  color: #EA909A;
  border-right: solid 3px #fff;
}
.difference .label_row .th_my {
  background-color: #DAEFF7;
  color: #7DC5DF;
}
.difference .label_row .th_gaku {
  background-color: #FEF1D7;
  color: #F8AD51;
}
.difference .date_row {
  border-top: solid 3px #fff;
}
.difference .date_row:nth-child(even) .th_left {
  background-color: #e1e1e1;
}
@media only screen and (max-width: 900px) {
  .difference .date_row:nth-child(even) .th_left {
    background-color: #ebebeb;
  }
}
.difference .date_row:nth-child(even) td {
  background-color: #ededed;
}
@media only screen and (max-width: 900px) {
  .difference .date_row:nth-child(even) td {
    background-color: #f4f4f4;
  }
}
.difference .th_left {
  color: #383838;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 20px;
  background-color: #ebebeb;
  border-right: solid 3px #fff;
  width: 20px;
}
@media only screen and (max-width: 900px) {
  .difference .th_left {
    width: 100%;
    border-right: none;
  }
}
.difference td {
  background-color: #f4f4f4;
  position: relative;
  max-width: 326px;
  padding: 16px 20px;
  color: #383838;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  border-right: solid 3px #fff;
}
.difference td:nth-child(4) {
  border-right: none;
}
@media only screen and (max-width: 900px) {
  .difference td {
    padding: 50px 20px 20px;
    max-width: none;
    width: 100%;
    border-right: none;
  }
}
.difference td::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .difference td::before {
    content: attr(data-label);
    font-weight: 600;
    background: none;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
  }
}
.difference .td_li {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0;
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
}
.difference .td_li::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}
.difference .td_li_pink::before {
  background-color: #EA909A;
}
.difference .td_li_blue::before {
  background-color: #7DC5DF;
}
.difference .td_li_yellow::before {
  background-color: #F8AD51;
}
.difference td.sp_wire {
  color: #EA909A;
  font-size: 17px;
}
@media only screen and (max-width: 900px) {
  .difference td.sp_wire {
    border-bottom: solid 2px #fff;
  }
}
.difference td.sp_my {
  color: #7DC5DF;
  font-size: 17px;
}
@media only screen and (max-width: 900px) {
  .difference td.sp_my {
    border-bottom: solid 10px #fff;
  }
}
.difference td.sp_gaku {
  color: #F8AD51;
  font-size: 17px;
}
@media only screen and (max-width: 900px) {
  .difference td.sp_gaku {
    border-bottom: solid 2px #fff;
  }
}

.alignment_of_teeth {
  margin-top: 50px;
  padding: 100px 0 80px;
  background-color: #D5EDF6;
  background-image: repeating-linear-gradient(-45deg, #DCF0F8, #DCF0F8 7px, transparent 0, transparent 14px);
}
@media (max-width: 1200px) {
  .alignment_of_teeth {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .alignment_of_teeth {
    padding: 40px 0 250px;
    margin-top: 0;
  }
}
.alignment_of_teeth .container {
  background-image: url("../images/bg/paper.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1080px;
  height: 565px;
  margin: 0 auto;
  display: block;
  content: "";
  padding: 120px 70px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .container {
    background-image: url("../images/bg/paper_sp.png");
    height: 900px;
    padding: 80px 0 20px;
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .alignment_of_teeth .container {
    background-size: cover;
  }
}
.alignment_of_teeth .h3_ribbon {
  margin-bottom: 76px;
}
@media only screen and (max-width: 1200px) {
  .alignment_of_teeth .h3_ribbon {
    font-size: 16px;
  }
}
.alignment_of_teeth .h3_ribbon::after {
  background-image: url("../images/illustration/ribbon_yellow.svg");
}
@media only screen and (max-width: 1200px) {
  .alignment_of_teeth .h3_ribbon::after {
    width: 300px;
    height: 64px;
    top: -10px;
  }
}
.alignment_of_teeth .read {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .alignment_of_teeth .read {
    max-width: 300px;
    text-align: left;
    margin: -20px auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .alignment_of_teeth .read .pc_br {
    display: none;
  }
}
.alignment_of_teeth .alignment_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .alignment_ul {
    width: 306px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 0;
    gap: 17px 0;
  }
}
.alignment_of_teeth .teeth_li {
  text-align: center;
  border-radius: 300px;
  width: 176px;
  height: 176px;
  padding: 18px 0;
  position: absolute;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .teeth_li {
    width: 150px;
    height: 150px;
    position: static;
  }
}
.alignment_of_teeth .teeth_li img {
  width: 96px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .teeth_li img {
    width: 70px;
  }
}
.alignment_of_teeth .teeth_li p.situation {
  font-weight: 600;
}
.alignment_of_teeth .teeth_li p.name {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 5px;
}
.alignment_of_teeth .teeth_li_1 {
  top: 107px;
  left: 60px;
  background-color: #FEF1D7;
  border: solid 4px #FDE2AC;
}
.alignment_of_teeth .teeth_li_2 {
  top: 275px;
  left: 160px;
  background-color: #E0F2F8;
  border: solid 4px #BBE2F0;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .teeth_li_2 {
    margin-top: 80px;
  }
}
.alignment_of_teeth .teeth_li_3 {
  top: 330px;
  left: 352px;
  background-color: #EEE9F3;
  border: solid 4px #D7CBE3;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .teeth_li_3 {
    margin-top: -80px;
  }
}
.alignment_of_teeth .teeth_li_4 {
  top: 330px;
  right: 352px;
  background-color: #EEE9F3;
  border: solid 4px #D7CBE3;
}
.alignment_of_teeth .teeth_li_5 {
  top: 275px;
  right: 160px;
  background-color: #E0F2F8;
  border: solid 4px #BBE2F0;
}
@media (max-width: 1200px) {
  .alignment_of_teeth .teeth_li_5 {
    margin-top: -80px;
  }
}
.alignment_of_teeth .teeth_li_6 {
  top: 107px;
  right: 60px;
  background-color: #FEF1D7;
  border: solid 4px #FDE2AC;
}
.alignment_of_teeth .kids_3 {
  position: absolute;
  left: -100px;
  bottom: -30px;
  width: 171px;
}
@media (max-width: 1320px) {
  .alignment_of_teeth .kids_3 {
    left: -30px;
    width: 126px;
  }
}
@media (max-width: 1200px) {
  .alignment_of_teeth .kids_3 {
    left: -80px;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .alignment_of_teeth .kids_3 {
    display: none;
  }
}
.alignment_of_teeth .kids_4 {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 142px;
}
@media (max-width: 1320px) {
  .alignment_of_teeth .kids_4 {
    right: 50px;
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .alignment_of_teeth .kids_4 {
    right: -50px;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .alignment_of_teeth .kids_4 {
    display: none;
  }
}
.alignment_of_teeth .kids_34_sp {
  display: none;
}
@media (max-width: 600px) {
  .alignment_of_teeth .kids_34_sp {
    display: block;
    width: 185px;
    position: absolute;
    left: 50%;
    bottom: -200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.cause {
  background-image: url("../images/bg/howto_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 54vw;
  position: relative;
  margin-top: -42px;
}
@media (max-width: 1200px) {
  .cause {
    background-image: url("../images/bg/howto_1_sp.png");
    height: 1300px;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .cause {
    height: 1580px;
  }
}
.cause .container {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .cause .container {
    padding: 110px 0 0;
  }
}
@media (max-width: 600px) {
  .cause .container {
    padding-bottom: 180px;
  }
}
.cause .container::before {
  background-image: url("../images/bg/cloud_l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 230px;
  height: 88px;
  position: absolute;
  top: 30px;
  left: -20px;
}
@media (max-width: 700px) {
  .cause .container::before {
    width: 130px;
    height: 50px;
    left: 0;
    top: 50px;
  }
}
.cause .container::after {
  background-image: url("../images/bg/cloud_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 230px;
  height: 88px;
  position: absolute;
  top: 30px;
  right: -20px;
}
@media (max-width: 700px) {
  .cause .container::after {
    width: 130px;
    height: 50px;
    right: 0;
    top: 50px;
  }
}
.cause .container .kids_5 {
  position: absolute;
  left: -100px;
  bottom: -30px;
  width: 158px;
}
@media (max-width: 1320px) {
  .cause .container .kids_5 {
    left: 0;
    width: 126px;
  }
}
@media (max-width: 600px) {
  .cause .container .kids_5 {
    display: none;
  }
}
.cause .container .kids_6 {
  position: absolute;
  right: -100px;
  bottom: -30px;
  width: 158px;
}
@media (max-width: 1320px) {
  .cause .container .kids_6 {
    right: 0;
    width: 126px;
  }
}
@media (max-width: 600px) {
  .cause .container .kids_6 {
    display: none;
  }
}
.cause .container .kids_56_sp {
  display: none;
}
@media (max-width: 600px) {
  .cause .container .kids_56_sp {
    display: block;
    width: 224px;
    position: absolute;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1200px) {
  .cause .point_ul {
    display: block;
  }
}
.cause .h3_ribbon {
  margin-bottom: 76px;
}
.cause .h3_ribbon::after {
  background-image: url("../images/illustration/ribbon_green.svg");
}
.cause .li_card {
  height: 350px;
}
@media only screen and (max-width: 1200px) {
  .cause .li_card {
    border-radius: 20px;
    margin: 0 auto 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .cause .li_card:nth-child(2) {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 20px;
  }
}
.cause .card_text {
  padding: 11px 0 5px;
}
@media only screen and (max-width: 1200px) {
  .cause .number {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}

.reason {
  width: 1050px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .reason {
    width: 92%;
  }
}
@media only screen and (max-width: 800px) {
  .reason {
    padding-bottom: 0;
  }
}
.reason h2::before {
  background-image: url("../images/icon/icon_reason.svg");
}
.reason .reason_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 86px;
}
@media only screen and (max-width: 1100px) {
  .reason .reason_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .reason .reason_box {
    display: block;
    width: 100%;
  }
}
.reason .reason_box::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
}
.reason .reason_box .number {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 182px;
  z-index: -1;
  line-height: 0.5;
}
@media only screen and (max-width: 1100px) {
  .reason .reason_box .number {
    font-size: 150px;
  }
}
.reason .reason_box img {
  width: 511px;
}
@media only screen and (max-width: 1100px) {
  .reason .reason_box img {
    width: 400px;
    height: 273px;
  }
}
@media only screen and (max-width: 900px) {
  .reason .reason_box img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
  }
}
.reason .reason_box .text_area {
  width: 46%;
  padding-top: 30px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .reason .reason_box .text_area {
    width: calc(100% - 430px);
  }
}
@media only screen and (max-width: 900px) {
  .reason .reason_box .text_area {
    width: 100%;
  }
}
.reason .reason_box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 29px;
  line-height: 1.3;
}
@media only screen and (max-width: 800px) {
  .reason .reason_box h3 {
    font-size: 22px;
  }
}
.reason .reason_box hr {
  margin-bottom: 28px;
  width: 43px;
  margin-top: 0;
}
.reason .reason_box p {
  line-height: 1.7;
}
.reason .reason_box_1 {
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_1 {
    margin-right: 0;
  }
}
.reason .reason_box_1::before {
  background-image: url("../images/en_reason01.png");
  width: 284px;
  height: 99px;
  top: -18px;
  left: -30px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_1::before {
    width: 200px;
    height: 70px;
    left: 0;
  }
}
.reason .reason_box_1 .number {
  color: #FBEAEC;
}
.reason .reason_box_1 hr {
  border: solid 2px #F0A7AF;
}
.reason .reason_box_2 {
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_2 {
    margin-left: 0;
  }
}
.reason .reason_box_2::before {
  background-image: url("../images/en_reason02.png");
  width: 232px;
  height: 86px;
  bottom: -18px;
  right: -12px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_2::before {
    width: 160px;
    height: 60px;
    top: -18px;
    bottom: auto;
    right: auto;
    left: 0;
  }
}
.reason .reason_box_2 .number {
  color: #EFEAF4;
}
.reason .reason_box_2 hr {
  border: solid 2px #BDA9D1;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_2 .reason2_pc {
    display: none;
  }
}
.reason .reason_box_2 .reason2_sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_2 .reason2_sp {
    display: block;
  }
}
.reason .reason_box_3 {
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_3 {
    margin-right: 0;
  }
}
.reason .reason_box_3::before {
  background-image: url("../images/en_reason03.png");
  width: 382px;
  height: 144px;
  top: -18px;
  left: -30px;
}
@media only screen and (max-width: 900px) {
  .reason .reason_box_3::before {
    width: 220px;
    height: 83px;
    left: 0;
  }
}
.reason .reason_box_3 .number {
  color: #FEF3DE;
}
.reason .reason_box_3 hr {
  border: solid 2px #FCCF75;
}

.flow {
  padding-top: 126px;
}
@media only screen and (max-width: 800px) {
  .flow {
    padding-top: 60px;
  }
}
.flow h2 {
  padding-top: 60px;
  margin-top: -60px;
}
.flow h2::before {
  background-image: url("../images/icon/icon_flow.svg");
}
.flow .step_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
@media only screen and (max-width: 1100px) {
  .flow .step_li {
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .flow .step_li {
    margin-bottom: 10px;
  }
}
.flow .step_icon {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  padding: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .flow .step_icon {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-weight: 400;
    padding: 9px 8px 8px 10px;
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media only screen and (max-width: 500px) {
  .flow .step_icon {
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flow .step_icon::before {
  content: "";
  background-repeat: repeat-y;
  background-size: 4px;
  display: block;
  width: 4px;
  height: 260%;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .flow .step_icon::before {
    display: none;
  }
}
.flow .step_icon .step_num {
  font-weight: 500;
  font-size: 49px;
}
@media only screen and (max-width: 1100px) {
  .flow .step_icon .step_num {
    font-size: 22px;
  }
}
.flow .content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 12px;
  max-width: 864px;
}
@media only screen and (max-width: 1100px) {
  .flow .content_area {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .flow .content_area {
    display: block;
  }
}
.flow .content_area .text_area {
  padding: 13px;
  width: calc(100% - 274px - 15px);
}
@media only screen and (max-width: 800px) {
  .flow .content_area .text_area {
    width: 100%;
    padding: 26px 0 10px 0;
  }
}
.flow .content_area .text_area h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .flow .content_area .text_area h3 {
    text-align: center;
  }
}
.flow .content_area .text_area p {
  font-size: 16px;
  line-height: 1.7;
}
.flow .content_area .img_area {
  width: 274px;
}
@media only screen and (max-width: 800px) {
  .flow .content_area .img_area {
    width: 100%;
  }
}
.flow .content_area .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.flow .step_1 .step_icon {
  background-color: #8ECFE6;
}
.flow .step_1 .step_icon::before {
  background-image: url("../images/dot_blue.svg");
  height: 180%;
  top: 0;
}
.flow .step_1 .content_area {
  background-color: #F4FAFC;
  border: solid 4px #8ECFE6;
}
@media only screen and (max-width: 500px) {
  .flow .step_1 .content_area {
    border: solid 2px #8ECFE6;
  }
}
.flow .step_1 h3 {
  color: #7DC5DF;
}
.flow .step_2 .step_icon {
  background-color: #F0A7AF;
}
.flow .step_2 .step_icon::before {
  background-image: url("../images/dot_pink.svg");
  height: 240%;
  top: -60%;
}
.flow .step_2 .content_area {
  background-color: #FDF6F7;
  border: solid 4px #F0A7AF;
}
@media only screen and (max-width: 500px) {
  .flow .step_2 .content_area {
    border: solid 2px #F0A7AF;
  }
}
.flow .step_2 h3 {
  color: #EA909A;
}
.flow .step_3 .step_icon {
  background-color: #BDA9D1;
}
.flow .step_3 .step_icon::before {
  background-image: url("../images/dot_purple.svg");
  height: 246%;
  top: -75%;
}
.flow .step_3 .content_area {
  background-color: #F8F6FA;
  border: solid 4px #BDA9D1;
}
@media only screen and (max-width: 500px) {
  .flow .step_3 .content_area {
    border: solid 2px #BDA9D1;
  }
}
.flow .step_3 h3 {
  color: #A387BD;
}
@media only screen and (max-width: 500px) {
  .flow .step_4 {
    margin-bottom: 0;
  }
}
.flow .step_4 .step_icon {
  background-color: #FCCF75;
}
.flow .step_4 .step_icon::before {
  background-image: url("../images/dot_yellow.svg");
  height: 170%;
  top: -75%;
}
.flow .step_4 .content_area {
  background-color: #FFFAF1;
  border: solid 4px #FCCF75;
}
@media only screen and (max-width: 500px) {
  .flow .step_4 .content_area {
    border: solid 2px #FCCF75;
  }
}
.flow .step_4 h3 {
  color: #F8AD51;
}

.case {
  background-image: url("../images/bg/case.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
.case h2::before {
  background-image: url("../images/icon/icon_case.svg");
}
.case .content_inner {
  border-radius: 30px;
  padding: 48px 0 42px;
  background-color: #E8F5FA;
}
@media only screen and (max-width: 1000px) {
  .case .content_inner {
    padding: 15px;
    border-radius: 20px;
  }
}
.case .case_box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 921px;
  height: 495px;
  margin: 0 auto;
  display: block;
  content: "";
  padding: 20px 80px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .case .case_box {
    padding: 50px 18px 5px 18px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    height: auto;
  }
}
.case .case_box::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 213px;
  height: 90px;
  display: block;
  position: absolute;
  top: -5px;
  left: -12px;
}
@media only screen and (max-width: 1000px) {
  .case .case_box::before {
    width: 150px;
    height: 63px;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .case .case_box::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 328px;
    height: 249px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.case .case_box h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 22px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .case .case_box h3 {
    padding: 18px 0 22px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.case .case_box .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .case .case_box .img_area {
    display: block;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
.case .case_box .img_area::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 51px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 360px;
}
@media only screen and (max-width: 1000px) {
  .case .case_box .img_area::after {
    width: 14px;
    height: 37px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.case .case_box .img_area img {
  width: 360px;
  height: 216px;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .case .case_box .img_area img {
    width: 320px;
    height: 200px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .case .case_box .img_area img {
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .case .case_box .img_area img.img_after {
    margin-bottom: 0;
  }
}
.case .case_box .text_area {
  margin-top: 30px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .case .case_box .text_area {
    width: 100%;
  }
}
.case .case_box .text_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.7;
}
@media only screen and (max-width: 1000px) {
  .case .case_box .text_area p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.case .case_box .text_area .text_color {
  width: 180px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case .case_1 {
  background-image: url("../images/bg/memo01.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_1 {
    background-image: none;
    margin-bottom: 20px;
  }
}
.case .case_1::before {
  background-image: url("../images/case01.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_1::after {
    background-image: url("../images/bg/flower_purple.png");
  }
}
.case .case_1 .img_area::after {
  background-image: url("../images/icon/arrow_purple.svg");
}
.case .case_1 .text_color {
  color: #A387BD;
}
.case .case_1 .before_img::after {
  background-image: url("../images/icon/arrow_purple.svg");
}
.case .case_2 {
  background-image: url("../images/bg/memo02.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_2 {
    background-image: none;
    margin-bottom: 20px;
  }
}
.case .case_2::before {
  background-image: url("../images/case02.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_2::after {
    background-image: url("../images/bg/flower_green.png");
  }
}
.case .case_2 .img_area::after {
  background-image: url("../images/icon/arrow_green.svg");
}
.case .case_2 .text_color {
  color: #ACC052;
}
.case .case_2 .before_img::after {
  background-image: url("../images/icon/arrow_green.svg");
}
.case .case_3 {
  background-image: url("../images/bg/memo03.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_3 {
    background-image: none;
  }
}
.case .case_3::before {
  background-image: url("../images/case03.png");
}
@media only screen and (max-width: 1000px) {
  .case .case_3::after {
    background-image: url("../images/bg/flower_pink.png");
  }
}
.case .case_3 .img_area::after {
  background-image: url("../images/icon/arrow_pink.svg");
}
.case .case_3 .text_color {
  color: #EA909A;
}
.case .case_3 .before_img::after {
  background-image: url("../images/icon/arrow_pink.svg");
}

.price {
  background-image: url("../images/bg/price.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.price h2::before {
  background-image: url("../images/icon/icon_price.svg");
}
.price .container {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 5px rgba(68, 110, 127, 0.07);
          box-shadow: 3px 3px 5px rgba(68, 110, 127, 0.07);
  padding: 40px 80px;
}
@media only screen and (max-width: 1100px) {
  .price .container {
    padding: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .price .container {
    padding: 40px 18px;
  }
}
.price .free_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .price .free_ul {
    display: block;
  }
}
.price .free_ul::after {
  content: "";
  background-image: url("../images/icon/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.price .free_li {
  border-radius: 12px;
  border: solid 3px #8ECFE6;
  padding: 11px 55px 11px 0;
  width: 398px;
  font-size: 40px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .price .free_li {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 500px) {
  .price .free_li {
    width: 100%;
    padding: 11px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.price .free_li .text_color {
  color: #8ECFE6;
  font-size: 22px;
  width: 252px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .price .free_li .text_color {
    width: 59%;
  }
}
.price table {
  width: 100%;
}
.price table .tr_1 {
  border-bottom: solid 3px #fff;
}
.price table .tr_1 th {
  border-radius: 12px 0 0 0;
}
.price table .tr_1 td {
  border-radius: 0 12px 0 0;
}
.price table .tr_2 th {
  border-radius: 0 0 0 12px;
}
.price table .tr_2 td {
  border-radius: 0 0 12px 0;
}
.price table th {
  background-color: #BDA9D1;
  color: #fff;
  width: 50%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding: 22px;
  border-right: solid 3px #fff;
}
@media only screen and (max-width: 800px) {
  .price table th {
    font-size: 17px;
    width: 40%;
    padding: 22px 10px;
  }
}
.price table td {
  font-size: 33px;
  font-weight: 600;
  color: #383838;
  text-align: center;
  background-color: #f4f4f4;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  .price table td {
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  .price table td {
    font-size: 26px;
  }
}
.price table td span {
  font-size: 24px;
  padding-left: 2px;
}
@media only screen and (max-width: 800px) {
  .price table td span {
    font-size: 14px;
  }
}
.price table td span.mini {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.price .fukidashi_h4_2 {
  border: solid 3px #F0A7AF;
  margin-top: 36px;
}
.price .fukidashi_h4_2::after {
  border-top: 12px solid #F0A7AF;
}
.price .table_pink th {
  border-radius: 12px 0 0 12px;
  background-color: #F0A7AF;
}
.price .table_pink td {
  border-radius: 0 12px 12px 0;
}
.price .kome {
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .price .kome {
    text-align: left;
    line-height: 1.3;
  }
}

.greeting {
  position: relative;
}
.greeting::before {
  background-image: url("../images/bg/fish_blue_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 328px;
  height: 395px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
.greeting::after {
  background-image: url("../images/bg/fish_blue_3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 328px;
  height: 395px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}
.greeting .fish_blue::after {
  background-image: url("../images/bg/fish_blue_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 156px;
  height: 395px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
.greeting h2::before {
  background-image: url("../images/icon/icon_greeting.svg");
}
.greeting .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 910px) {
  .greeting .content_inner {
    display: block;
  }
}
.greeting .content_inner::before {
  background-image: url("../images/en_concept.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 239px;
  height: 94px;
  display: block;
  position: absolute;
  top: 0;
  left: -90px;
}
@media only screen and (max-width: 1200px) {
  .greeting .content_inner::before {
    width: 180px;
    height: 71px;
    top: 20px;
    left: -10px;
  }
}
@media only screen and (max-width: 910px) {
  .greeting .content_inner::before {
    top: -60px;
  }
}
.greeting .text_area {
  margin-top: 80px;
}
.greeting .text_area h3 {
  font-size: 31px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .greeting .text_area h3 {
    font-size: 21px;
  }
}
.greeting .text_area p {
  line-height: 2;
}
.greeting .text_area .concept {
  margin-bottom: 46px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (max-width: 800px) {
  .greeting .text_area .concept {
    margin-bottom: 20px;
  }
}
.greeting .text_area .concept::before {
  background-image: url("../images/kagi_l.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 27px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
.greeting .text_area .concept::after {
  background-image: url("../images/kagi_r.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 27px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.greeting .text_area .name_area {
  margin-top: 50px;
  width: 140px;
}
@media only screen and (max-width: 910px) {
  .greeting .text_area .name_area {
    margin-top: 20px;
  }
}
.greeting .text_area .name_area span {
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #383838;
}
@media only screen and (max-width: 1090px) {
  .greeting .text_area .name_area span {
    font-size: 14px;
  }
}
.greeting .doctor_img {
  width: 340px;
  height: 409px;
  margin-top: 158px;
  margin-left: 20px;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 910px) {
  .greeting .doctor_img {
    width: 50%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .greeting .doctor_img {
    width: 100%;
  }
}
.greeting .affiliation {
  position: relative;
  padding-top: 60px;
}
.greeting .fukidashi_area {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.greeting .fukidashi_h4 {
  border: solid 3px #8ECFE6;
  width: 213px;
}
.greeting .fukidashi_h4::after {
  border-top: 12px solid #8ECFE6;
}
.greeting .fukidashi_h4 .fukidashi_text {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .greeting .fukidashi_h4 .fukidashi_text {
    font-size: 18px;
  }
}
.greeting .affiliation_ul_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 36px 40px 15px;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .greeting .affiliation_ul_box {
    display: block;
  }
}
.greeting .affiliation_ul li {
  margin: 15px 0;
  font-size: 15px;
}
.greeting .affiliation_ul li.li_h {
  color: #7DC5DF;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .greeting .affiliation_ul li.li_h_2 {
    margin-top: 40px;
    margin-left: 0;
  }
}

.faq {
  background-image: url("../images/bg/faq.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 50px 0 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  .faq .container {
    padding: 20px 0 0;
  }
}
.faq .faq_white {
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq .section_title {
  margin-bottom: 40px;
}
.faq h2::before {
  background-image: url("../images/icon/icon_faq.svg");
}
.faq .faq_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.9%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .faq .faq_ul {
    width: 96%;
    margin: 0 auto;
  }
}
.faq .faq_li {
  width: 482px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1.7;
  position: relative;
  margin-bottom: 27px;
  position: relative;
}
.faq .faq_li .corner_1 {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 35.5px;
  display: block;
  position: absolute;
  top: -3px;
  right: -2px;
}
.faq .faq_li .corner_2 {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 35.5px;
  display: block;
  position: absolute;
  bottom: -3px;
  right: -2px;
}
.faq .faq_li .corner_3 {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 35.5px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: -2px;
}
.faq .faq_li .q_icon {
  border-radius: 100px;
  width: 49px;
  height: 49px;
  position: absolute;
  top: -15px;
  left: -15px;
  color: #fff;
  padding: 10px 14px 10px 15px;
  font-size: 26px;
  line-height: 1;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media only screen and (max-width: 500px) {
  .faq .faq_li .q_icon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    padding: 7px 11px 8px 11px;
  }
}
.faq .faq_li .question_area {
  padding: 22px 54px 22px 36px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .faq .faq_li .question_area {
    font-size: 18px;
    padding: 18px 40px 18px 24px;
  }
}
.faq .faq_li .faq_icon {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 500px) {
  .faq .faq_li .faq_icon {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.faq .faq_li .faq_icon.active {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 500px) {
  .faq .faq_li .faq_icon.active {
    width: 18px;
    height: 5px;
    right: 18px;
  }
}
.faq .faq_li .answer_area {
  display: none;
  padding: 0 54px 22px 36px;
}
.faq .faq_li .answer_area.active {
  background-color: #fff;
  padding: 0 54px 22px 36px;
  border-radius: 0 0 20px 20px;
}
.faq .q_li_pink {
  border-top: solid 3px #F0A7AF;
  border-bottom: solid 3px #F0A7AF;
}
.faq .q_li_pink .corner_1 {
  background-image: url("../images/faq/faq_pink_1.svg");
}
.faq .q_li_pink .corner_2 {
  background-image: url("../images/faq/faq_pink_2.svg");
}
.faq .q_li_pink .corner_3 {
  background-image: url("../images/faq/faq_pink_3.svg");
}
.faq .q_li_pink .q_icon {
  background-color: #F0A7AF;
}
.faq .q_li_pink .faq_icon {
  background-image: url("../images/icon/plus_pink.svg");
}
.faq .q_li_pink .faq_icon.active {
  background-image: url("../images/icon/minus_pink.svg");
}
.faq .q_li_yellow {
  border-top: solid 3px #FCCF75;
  border-bottom: solid 3px #FCCF75;
}
.faq .q_li_yellow .corner_1 {
  background-image: url("../images/faq/faq_yellow_1.svg");
}
.faq .q_li_yellow .corner_2 {
  background-image: url("../images/faq/faq_yellow_2.svg");
}
.faq .q_li_yellow .corner_3 {
  background-image: url("../images/faq/faq_yellow_3.svg");
}
.faq .q_li_yellow .q_icon {
  background-color: #FCCF75;
}
.faq .q_li_yellow .faq_icon {
  background-image: url("../images/icon/plus_yellow.svg");
}
.faq .q_li_yellow .faq_icon.active {
  background-image: url("../images/icon/minus_yellow.svg");
}
.faq .q_li_green {
  border-top: solid 3px #ACC052;
  border-bottom: solid 3px #ACC052;
}
.faq .q_li_green .corner_1 {
  background-image: url("../images/faq/faq_green_1.svg");
}
.faq .q_li_green .corner_2 {
  background-image: url("../images/faq/faq_green_2.svg");
}
.faq .q_li_green .corner_3 {
  background-image: url("../images/faq/faq_green_3.svg");
}
.faq .q_li_green .q_icon {
  background-color: #ACC052;
}
.faq .q_li_green .faq_icon {
  background-image: url("../images/icon/plus_green.svg");
}
.faq .q_li_green .faq_icon.active {
  background-image: url("../images/icon/minus_green.svg");
}
.faq .q_li_purple {
  border-top: solid 3px #BDA9D1;
  border-bottom: solid 3px #BDA9D1;
}
.faq .q_li_purple .corner_1 {
  background-image: url("../images/faq/faq_purple_1.svg");
}
.faq .q_li_purple .corner_2 {
  background-image: url("../images/faq/faq_purple_2.svg");
}
.faq .q_li_purple .corner_3 {
  background-image: url("../images/faq/faq_purple_3.svg");
}
.faq .q_li_purple .q_icon {
  background-color: #BDA9D1;
}
.faq .q_li_purple .faq_icon {
  background-image: url("../images/icon/plus_purple.svg");
}
.faq .q_li_purple .faq_icon.active {
  background-image: url("../images/icon/minus_purple.svg");
}

.contact h2::before {
  background-image: url("../images/icon/icon_contact.svg");
}
.contact .read {
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 500px) {
  .contact .read {
    text-align: left;
  }
}
.contact .asterisk {
  color: #7DC5DF;
  font-size: 16px;
}
.contact .form {
  margin: 30px auto 0;
  max-width: 890px;
  width: 100%;
}
.contact .form .row {
  display: block;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 30px 0;
}
.contact .form .row_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 800px) {
  .contact .form .row_inner {
    display: block;
  }
}
.contact .form .main_label {
  font-size: 17px;
  font-weight: 600;
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 800px) {
  .contact .form .main_label {
    margin-bottom: 12px;
    display: block;
  }
}
.contact .form .asterisk {
  color: #7DC5DF;
  font-size: 16px;
  margin-left: 3px;
}
.contact .form .form_area_input, .contact .form textarea {
  font-size: 16px;
  height: 44px;
  background-color: #f3f3f3;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  padding: 0 0 0 15px;
}
.contact .form textarea {
  width: 100%;
  resize: vertical;
  height: 160px;
}
.contact .form .label_sub {
  font-size: 16px;
}
.contact .form .row_name .name_input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact .form .row_name .area_1 {
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  .contact .form .row_name .area_1 {
    margin-right: 12px;
  }
}
.contact .form .row_name .name_input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact .form .row_name .name_input_area .label_sub {
  margin-right: 8px;
}
.contact .form .row_name .name_input_area input {
  width: 100%;
}
.contact .form .row_age input {
  width: 140px;
}
.contact .form .row_age .label_sub {
  margin-left: 8px;
}
.contact .form .row_tel input {
  width: 316px;
}
@media only screen and (max-width: 800px) {
  .contact .form .row_tel input {
    width: 100%;
  }
}
.contact .form .row_mail input {
  width: 100%;
}
.contact .form .row_mail .asterisk {
  margin-left: 2px;
}
.contact .form .submit_button {
  position: relative;
  background-color: #EDF7FB;
  border: solid 2px #383838;
  color: #383838;
  border-radius: 100px;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: 600;
  width: 215px;
  display: block;
  margin: 50px auto 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact .form .submit_button:hover {
  opacity: 0.6;
}
.contact .form .submit_button::after {
  content: "";
  background-image: url("../images/contact/contact_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}

.mw_wp_form_complete p.read {
  display: none;
}
.mw_wp_form_complete p.success_msg {
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .mw_wp_form_complete p.success_msg {
    text-align: left;
  }
}
.mw_wp_form_complete a.submit_button {
  position: relative;
  background-color: #EDF7FB;
  border: solid 2px #383838;
  color: #383838;
  border-radius: 100px;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: 600;
  width: 215px;
  display: block;
  margin: 50px auto 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}
.mw_wp_form_complete a.submit_button:hover {
  opacity: 0.6;
}
.mw_wp_form_complete a.submit_button::after {
  content: "";
  background-image: url("../images/contact/contact_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}

.form-error a.submit_button {
  width: 300px;
}

.img_slider_area {
  position: relative;
  margin-top: 100px;
}
.img_slider_area .wave_blue {
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .img_slider_area .wave_blue {
    top: -40px;
  }
}

.img_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.img_slider img {
  width: 420px;
  height: auto;
  margin: 0 -5px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .img_slider img {
    margin: 0 -4px;
  }
}
@media only screen and (max-width: 1200px) {
  .img_slider img {
    margin: 0 -3px;
  }
}
@media only screen and (max-width: 800px) {
  .img_slider img {
    width: 300px;
  }
}