@charset "UTF-8";
/*    ----------------------------------------      */
/*                      index                       */
/*    ----------------------------------------      */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*    ----------------------------------------      */
/*       section-cta なかなか治らないニキビ・ニキビ跡におすすめニキビ治療プラン   */
/*    ----------------------------------------      */
.cta-wrapper {
  width: 100%;
}
.cta-list {
  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;
  gap: 0 27px;
}
@media screen and (max-width: 1199px) {
  .cta-list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cta-btn {
  width: 100%;
  height: 100%;
}
.cta-link {
  width: 100%;
  height: 100%;
  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;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
.cta-text {
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cta-text {
    font-size: 18px;
    line-height: 18px;
  }
}
.cta-subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .cta-subtext {
    font-size: 12px;
    line-height: 18px;
  }
}
.cta-item {
  max-width: 380px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .cta-item {
    max-width: 342px;
    height: 54px;
  }
}
.cta-item:first-child .cta-pic {
  max-width: 34px;
}
.cta-item:nth-of-type(2) .cta-link {
  background-color: #00C300;
}
.cta-item:last-child .cta-pic {
  max-width: 23px;
}
.cta-item:last-child .cta-link {
  background-color: #9B8E2C;
}
.cta-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .cta-pic {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .cta-pic {
    margin-right: 10px;
  }
}

.section {
  /*    ----------------------------------------      */
  /*       section-mv ニキビ・ニキビ跡治療   */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      共通パーツ・デザイン 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-worry  なかなか治らないニキビ・ニキビ跡のお悩みに 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-treatment  タカミクリニック ニキビ治療院のニキビ・ニキビ跡治療 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-why  どうしてニキビができるの？ 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-which  あなたのお悩みはどんなニキビ・ニキビ跡？ 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-price  タカミクリニックのニキビ治療料金 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-ex  クリニックでの施術メニュー例 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-step  タカミクリニックのニキビ・ニキビ跡治療の流れ 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-faq  よくある質問 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-about  医師紹介 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-about  クリニックのご案内 　  */
  /*    ----------------------------------------      */
  /*    ----------------------------------------      */
  /*      section-terms  ご利用案内 　  */
  /*    ----------------------------------------      */
}
.section-mv .mv-wrapper {
  max-width: 100vw;
  width: 100%;
  height: calc(120vh - 56px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-wrapper {
    height: 910px;
  }
}
.section-mv .mv-wrapper .cta-wrapper {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/index/mv_bg_pc.svg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-wrapper .cta-wrapper {
    background-image: none;
  }
}
.section-mv .mv-wrapper .cta-wrapper_first {
  padding: 20px 1.5rem;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-wrapper .cta-wrapper_first {
    padding: 20px 24px;
  }
}
.section-mv .mv-bg {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-mv .mv-inner {
  width: calc(100% - 20px);
  height: calc(100% - 16px);
  display: none;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-inner {
    display: block;
  }
}
.section-mv .mv-inner img {
  -o-object-fit: cover;
  object-fit: cover;
}
.section-mv .mv-container {
  position: absolute;
  top: 42.5%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .section-mv .mv-container {
    top: 50%;
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .section-mv .mv-container {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-container {
    max-width: 100vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    left: 50%;
  }
}
.section-mv .mv-title {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 67.5px;
  color: #011388;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .section-mv .mv-title {
    font-size: 34px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-title {
    margin-bottom: 4px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-title br {
    display: none;
  }
}
.section-mv .mv-subtitle {
  display: flex;
  font-size: 22.5px;
  line-height: 33px;
  color: #011388;
}
@media screen and (max-width: 991px) {
  .section-mv .mv-subtitle {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-subtitle {
    font-weight: 500;
  }
}
.section-mv .mv-subtitle span {
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-subtitle span {
    font-size: 10px;
    line-height: 25px;
  }
}
.section-mv .mv-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .section-mv .mv-textbox {
    top: 45%;
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .section-mv .mv-textbox {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-textbox {
    left: 5%;
    right: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.section-mv .mv-text {
  padding: 20px 17px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #011388;
  font-size: 28px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .section-mv .mv-text {
    font-size: 22px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-text {
    padding: 10px 8px;
  }
}
.section-mv .mv-text + .mv-text {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-text + .mv-text {
    margin-left: 13px;
  }
}
.section-mv .mv-pic {
  max-width: 412.5px;
}
@media screen and (max-width: 991px) {
  .section-mv .mv-pic {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-mv .mv-pic_text {
  margin-top: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-pic_text {
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-pic_text {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.section-heading_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-heading_01 {
    margin-bottom: 24px;
  }
}
.section-heading_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-heading_02 {
    margin-bottom: 30px;
  }
}
.section-heading_line {
  max-width: 80px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #011388;
}
@media screen and (max-width: 767px) {
  .section-heading_line {
    max-width: 40px;
    height: 1px;
  }
}
.section-text {
  margin-bottom: 7px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #011388;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-text {
    margin-bottom: 6px;
  }
}
.section-text::before, .section-text::after {
  content: "";
  width: 20px;
  height: 1px;
  top: 60%;
  position: absolute;
  background-color: #011388;
}
.section-text::before {
  left: -20px;
  -webkit-transform: rotate(60deg) translateY(-50%);
  -ms-transform: rotate(60deg) translateY(-50%);
  transform: rotate(60deg) translateY(-50%);
}
.section-text::after {
  right: -20px;
  -webkit-transform: rotate(300deg) translateY(-50%);
  -ms-transform: rotate(300deg) translateY(-50%);
  transform: rotate(300deg) translateY(-50%);
}
.section-title_01 {
  font-size: 36px;
  line-height: 40px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title_01 {
    font-size: 26px;
    line-height: 40px;
  }
}
.section-title_02 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 50px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title_02 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-title_02 {
    margin-bottom: 20px;
  }
}
.section-subtitle {
  font-size: 26px;
  line-height: 32px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 18px;
    line-height: 32px;
  }
}
.section-01 {
  scroll-margin-top: 40px;
}
.section-01 .section-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .section-01 .section-wrapper {
    padding: 60px 1.5rem 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-01 .section-wrapper {
    padding: 30px 20px;
  }
}
.section-02 {
  scroll-margin-top: 40px;
}
.section-02 .section-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .section-02 .section-wrapper {
    padding: 70px 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-02 .section-wrapper {
    padding: 40px 20px 30px;
  }
}
.section-br_pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-br_pc {
    display: block;
  }
}
.section-cta {
  background-color: #F9F9F9;
}
.section-cta .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 45px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-list {
    gap: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.section-cta .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 90px) / 3);
  flex: 0 0 calc((100% - 90px) / 3);
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 28px) / 3);
    flex: 0 0 calc((100% - 28px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #c5c6ce;
  }
}
.section-cta .plan-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .section-cta .plan-item_textbox {
    max-width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_textbox {
    max-width: 55%;
  }
}
.section-cta .plan-item_title {
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_title {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-cta .plan-item_text {
  font-size: 24px;
  line-height: 33px;
  color: #011388;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_text {
    font-size: 20px;
    line-height: 33px;
  }
}
.section-cta .plan-item_subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-item_subtext {
    font-size: 10px;
    line-height: 16px;
  }
}
.section-cta .plan-item_pic {
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_pic {
    max-width: 45%;
  }
}
.section-cta .plan-heading {
  width: 100%;
  background-color: #011388;
  margin-bottom: 24px;
  padding: 8px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-heading {
    margin-bottom: 12px;
    padding: 4px 13px;
  }
}
.section-cta .plan-subtitle {
  margin-right: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subtitle {
    margin-right: 15px;
  }
}
.section-cta .plan-subtitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-cta .plan-subtitle br {
    display: block;
  }
}
.section-cta .plan-btn {
  max-width: 137px;
  width: 100%;
}
.section-cta .plan-link {
  width: 100%;
  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;
  padding: 3px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.section-cta .plan-link_text {
  margin-right: 8px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-link_text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-link_text {
    margin-right: 4px;
  }
}
.section-cta .plan-link_arrow {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #011388;
}
.section-cta .plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0;
  }
}
.section-cta .plan-subList {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-right: 25px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subList {
    gap: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-subList {
    margin: 0 auto 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-cta .plan-subItem_pic {
  max-width: 234px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subItem_pic {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-subItem_pic {
    max-width: 234px;
  }
}
.section-cta .plan-subItem_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subItem_text {
    font-size: 10px;
    line-height: 12px;
  }
}
.section-cta .plan-subItem_text br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subItem_text br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
.section-cta .plan-price .price-text {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 36px;
  color: #011388;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-price .price-text {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price .price-text {
    margin-bottom: 0;
    margin-right: 17px;
  }
}
.section-cta .plan-price .price-text br {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price .price-text br {
    display: none;
  }
}
.section-cta .plan-price .price-subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-price .price-subtext {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 575px) {
  .section-cta .plan-price .price-subtext {
    text-align: left;
  }
}
.section-cta .plan-price .price-subtext br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-cta .plan-price .price-subtext br {
    display: block;
  }
}
.section-anchor {
  scroll-margin-top: 80px;
}
.section-worry {
  background-image: url("../img/index/worry_bg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-worry {
    background-position: 100% 50%;
  }
}
.section-worry .worry-inner {
  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;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-worry .worry-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px 0;
  }
}
.section-worry .worry-pic {
  max-width: 520px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section-worry .worry-pic {
    max-width: 100%;
  }
}
.section-worry .worry-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 43px;
  color: #011388;
}
@media screen and (max-width: 991px) {
  .section-worry .worry-item_text {
    font-size: 15px;
    line-height: 30px;
  }
}
.section-worry .worry-item_text::before {
  content: url("../img/index/worry_checkbox.svg");
  width: 20px;
  margin-right: 11px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-worry .worry-item_text::before {
    width: 16px;
    margin-right: 6px;
  }
}
.section-worry .worry-item_text span {
  font-weight: bold;
}
.section-treatment .treatment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .section-treatment .treatment-inner {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-inner {
    gap: 26px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.section-treatment .treatment-imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-treatment .treatment-pic {
  max-width: 295px;
  margin-bottom: 16px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-pic {
    max-width: 243px;
    margin-bottom: 14px;
  }
}
.section-treatment .treatment-imageText {
  max-width: 310px;
  width: 100%;
  border: 1px solid #011388;
}
.section-treatment .treatment-caption {
  padding: 5px 0;
  font-size: 22px;
  line-height: 26px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-caption {
    font-size: 17px;
    line-height: 20px;
  }
}
.section-treatment .treatment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-treatment .treatment-text span {
  font-weight: bold;
  color: #011388;
}
.section-treatment .treatment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item {
    gap: 50px 0;
  }
}
.section-treatment .treatment-item + .treatment-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c5c6ce;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item + .treatment-item {
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
  }
}
.section-treatment .treatment-item_pic {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_pic {
    max-width: 130px;
  }
}
.section-treatment .treatment-item_wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_top {
    max-width: 330px;
    width: 100%;
    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;
  }
}
.section-treatment .treatment-item_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-treatment .treatment-item_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_step {
    margin-bottom: 12px;
  }
}
.section-treatment .treatment-item_point {
  margin-right: 20px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 58px;
  color: #011388;
  font-weight: 500;
  border-right: 2px solid #011388;
}
@media screen and (max-width: 991px) {
  .section-treatment .treatment-item_point {
    font-size: 18px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_point {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.section-treatment .treatment-item_num {
  font-size: 47px;
  line-height: 36px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_num {
    font-size: 26px;
    line-height: 20px;
  }
}
.section-treatment .treatment-item_title {
  margin-bottom: 13px;
  font-size: 30px;
  line-height: 30px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-treatment .treatment-item_title {
    margin-bottom: 12px;
  }
}
.section-treatment .treatment-item_title br {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-treatment .treatment-item_title br {
    display: block;
  }
}
.section-treatment .treatment-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .section-treatment .treatment-item_text {
    font-size: 15px;
    line-height: 24px;
  }
}
.section-treatment .treatment-item_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-treatment .treatment-item_reverse .treatment-item_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
}
.section-why {
  background-color: #F3F8FF;
}
.section-why .why-inner {
  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;
  gap: 0 54px;
  margin-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .section-why .why-inner {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-why .why-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
    margin-bottom: 20px;
  }
}
.section-why .why-pic {
  max-width: 350px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .section-why .why-pic {
    max-width: 300px;
  }
}
.section-why .why-textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-why .why-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #011388;
  font-weight: bold;
  -webkit-text-decoration: #C6EBFF underline;
  text-decoration: #C6EBFF underline;
  text-decoration-thickness: 7px;
  text-underline-offset: -7px;
}
@media screen and (max-width: 991px) {
  .section-why .why-item_text {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-why .why-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .section-why .why-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-why .why-text span {
  color: #011388;
  font-weight: bold;
}
.section-why .why-text_top {
  margin-top: 20px;
}
.section-why .why-bubble {
  width: 100%;
  margin-bottom: 37px;
  padding: 5px 0;
  background-color: #011388;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-why .why-bubble {
    margin-bottom: 22px;
  }
}
.section-why .why-title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-why .why-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-why .why-arrow {
  width: 18px;
  height: 16px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #011388;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-why .why-ans {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-why .why-ans {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-why .why-ans span {
  color: #998c2c;
}
.section-why .why-ans br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-why .why-ans br {
    display: block;
  }
}
.section-which .which-title {
  margin-bottom: 30px;
  padding: 9px 0;
  background-color: #011388;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-which .which-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-title {
    margin-bottom: 20px;
    padding: 8px 0;
  }
}
.section-which .which-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  .section-which .which-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-which .which-container {
    width: 100%;
  }
}
.section-which .which-subtitle {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-which .which-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-subtitle {
    margin-bottom: 12px;
  }
}
.section-which .which-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .section-which .which-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
.section-which .which-item_pic {
  max-width: 192px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .section-which .which-item_pic {
    max-width: 122px;
    margin-bottom: 14px;
    padding: 0;
  }
}
.section-which .which-item_btn {
  width: 100%;
  height: 30px;
}
.section-which .which-item_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #998c2c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}
.section-which .which-item_linkText {
  margin-right: 6px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-which .which-item_linkText {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-which .which-item_arrow {
  width: 12px;
  height: 14px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-which .which-item_arrow {
    width: 9px;
    height: 11px;
  }
}
.section-which .which-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 991px) {
  .section-which .which-list {
    gap: 0 30px;
  }
}
.section-which .which-list_odd {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-which .which-list_odd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-list_odd .which-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}
.section-which .which-titleLg {
  margin-bottom: 60px;
  padding: 13px 0;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  background-color: #011388;
}
@media screen and (max-width: 767px) {
  .section-which .which-titleLg {
    font-size: 24px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-titleLg {
    margin-bottom: 30px;
  }
}
.section-which .which-seg {
  padding-top: 0;
  padding-bottom: 0;
}
.section-which .which-seg .seg-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-wrapper {
    margin-bottom: 10px;
    padding: 8px 0;
  }
}
.section-which .which-seg .seg-wrapper:last-of-type {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-wrapper:last-of-type {
    padding-bottom: 40px;
  }
}
.section-which .which-seg .seg-title {
  margin-bottom: 30px;
  padding: 9px 0;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #998c2c;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-title {
    margin-bottom: 20px;
    padding: 8px 0;
  }
}
.section-which .which-seg .seg-heading {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  border-left: 4px solid #998c2c;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-heading {
    height: 50px;
    padding-left: 15px;
  }
}
.section-which .which-seg .seg-subtitle {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 23px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}
.section-which .which-seg .seg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-which .which-seg .seg-inner {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-inner {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.section-which .which-seg .seg-container {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 64px) / 2);
  flex: 0 0 calc((100% - 64px) / 2);
}
@media screen and (max-width: 991px) {
  .section-which .which-seg .seg-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-which .which-seg .seg-pic {
  max-width: 124px;
}
@media screen and (max-width: 991px) {
  .section-which .which-seg .seg-pic {
    max-width: 108px;
  }
}
.section-which .which-seg .seg-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-which .which-seg .seg-navList {
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-navList {
    padding: 10px 15px;
  }
}
.section-which .which-seg .seg-navTitle {
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #4d4d4d;
  border-bottom: 1px solid #998c2c;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-navTitle {
    font-size: 17px;
    line-height: 24px;
  }
}
.section-which .which-seg .seg-navTitle span {
  margin-bottom: 10px;
  color: #998c2c;
}
.section-which .which-seg .seg-item_link {
  margin-right: 15px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #998c2c;
  -webkit-text-decoration: #998c2c underline;
  text-decoration: #998c2c underline;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-item_link {
    font-size: 15px;
    line-height: 24px;
  }
}
.section-which .which-seg .seg-item_text {
  display: inline-block;
  margin-right: 15px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #998c2c;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-item_text {
    font-size: 15px;
    line-height: 24px;
  }
}
.section-which .which-seg .seg-arrow {
  width: 56px;
  height: 28px;
  margin: 0 auto 20px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #998c2c;
}
@media screen and (max-width: 767px) {
  .section-which .which-seg .seg-arrow {
    width: 40px;
    height: 20px;
    margin-bottom: 10px;
  }
}
.section-price {
  background-color: #F3F8FF;
}
.section-price .section-wrapper {
  max-width: 1200px;
  width: 100%;
}
.section-price .price-inner {
  max-width: 1200px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 60px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-price .price-inner {
    padding: 0;
    background-color: #F3F8FF;
  }
}
.section-price .price-title {
  font-size: 26px;
  line-height: 26px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-price .price-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-price .price-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-price .price-title br {
    display: block;
  }
}
.section-price .price-pic {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .section-price .price-pic {
    max-width: 330px;
    margin-bottom: 20px;
  }
}
.section-price .price-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-price .price-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-text {
    margin-bottom: 30px;
  }
}
.section-price .price-plan .plan-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .section-price .price-plan .plan-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-wrapper {
    padding: 0;
  }
}
.section-price .price-plan .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .section-price .price-plan .plan-list {
    gap: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-list {
    gap: 42px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-price .price-plan .plan-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 120px) / 2);
  flex: 0 0 calc((100% - 120px) / 2);
}
@media screen and (max-width: 1199px) {
  .section-price .price-plan .plan-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 2);
    flex: 0 0 calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #FFFFFF;
  }
}
.section-price .price-plan .plan-item_title {
  margin-bottom: 36px;
  padding: 12px 0;
  font-size: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  background-color: #011388;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-item_title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_title {
    margin-bottom: 30px;
  }
}
.section-price .price-plan .plan-item_title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_title br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_inner {
    margin: 0 15px;
  }
}
.section-price .price-plan .plan-item_pic {
  max-width: 228px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_pic {
    margin-bottom: 20px;
  }
}
.section-price .price-plan .plan-item_price {
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 36px;
  color: #011388;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_price {
    font-size: 36px;
    line-height: 33px;
  }
}
.section-price .price-plan .plan-item_price span {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 33px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_price span {
    font-size: 24px;
    line-height: 33px;
  }
}
.section-price .price-plan .plan-item_price_sm {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_price_sm {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_price_sm {
    margin-bottom: 21px;
  }
}
.section-price .price-plan .plan-item_textSm {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_textSm {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-price .price-plan .plan-item_desc {
  margin-bottom: 20px;
}
.section-price .price-plan .plan-item_textBanner {
  padding: 6px 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  background-color: #998c2c;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_textBanner {
    font-size: 17px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_textBanner {
    padding: 8px 0;
  }
}
.section-price .price-plan .plan-item_textFirst {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_textFirst {
    margin-top: 10px;
  }
}
.section-price .price-plan .plan-item_textLast {
  margin-bottom: 18px;
}
.section-price .price-plan .plan-item_symbol {
  width: 18px;
  height: 18px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_symbol {
    width: 15px;
    height: 15px;
    margin: 6px auto;
  }
}
.section-price .price-plan .plan-item_symbol span {
  width: 2px;
  height: 18px;
  background-color: #998c2c;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_symbol span {
    width: 1px;
  }
}
.section-price .price-plan .plan-item_symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-price .price-plan .plan-item_symbol span:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-price .price-plan .plan-item_second .plan-item_pic {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-item_second .plan-item_pic {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-inner {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-price .price-plan .plan-seg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 70px;
  padding-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-seg {
    gap: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-seg {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.section-price .price-plan .plan-text {
  max-width: 350px;
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-text {
    max-width: 100%;
  }
}
.section-price .price-plan .plan-visual {
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-visual {
    max-width: 100%;
  }
}
.section-price .price-plan .plan-recom {
  padding-top: 20px;
  background-color: rgba(187, 202, 232, 0.4);
}
.section-price .price-plan .plan-recom .recom-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-price .price-plan .plan-recom .recom-subtitle {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #011388;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-subtitle {
    margin-bottom: 6px;
  }
}
.section-price .price-plan .plan-recom .recom-subtitle::before, .section-price .price-plan .plan-recom .recom-subtitle::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #011388;
  position: absolute;
  top: 60%;
}
.section-price .price-plan .plan-recom .recom-subtitle::before {
  left: -20px;
  -webkit-transform: rotate(60deg) translateY(-50%);
  -ms-transform: rotate(60deg) translateY(-50%);
  transform: rotate(60deg) translateY(-50%);
}
.section-price .price-plan .plan-recom .recom-subtitle::after {
  right: -20px;
  -webkit-transform: rotate(300deg) translateY(-50%);
  -ms-transform: rotate(300deg) translateY(-50%);
  transform: rotate(300deg) translateY(-50%);
}
.section-price .price-plan .plan-recom .recom-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 26px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-title {
    margin-bottom: 12px;
  }
}
.section-price .price-plan .plan-recom .recom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
  }
}
.section-price .price-plan .plan-recom .recom-symbol {
  width: 18px;
  height: 18px;
  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;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-symbol {
    margin: 6px auto;
    width: 15px;
    height: 15px;
  }
}
.section-price .price-plan .plan-recom .recom-symbol span {
  width: 2px;
  height: 18px;
  background-color: #998c2c;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-symbol span {
    width: 1px;
  }
}
.section-price .price-plan .plan-recom .recom-symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-price .price-plan .plan-recom .recom-symbol span:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-price .price-plan .plan-recom .recom-textbox {
  width: 100%;
  padding: 6px 0;
  background-color: #998c2c;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-recom .recom-textbox {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-textbox {
    padding: 8px 0;
  }
}
.section-price .price-plan .plan-recom .recom-price {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 33px;
  color: #011388;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-price {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-price {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-price .price-plan .plan-recom .recom-price_blank {
    display: none;
  }
}
.section-price .price-plan .plan-recom .recom-price span {
  font-size: 28px;
  line-height: 33px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-price span {
    font-size: 24px;
    line-height: 40px;
  }
}
.section-price .price-plan .plan-recom .recom-price br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-price .price-plan .plan-recom .recom-price br {
    display: block;
  }
}
.section-price .price-plan .plan-recom .recom-price_sm {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-price_sm {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-price .price-plan .plan-recom .recom-info {
  padding-top: 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info {
    padding-top: 20px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-text {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #011388;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-text {
    margin-bottom: 24px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-para {
  margin-bottom: 36px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-para {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-para {
    margin-bottom: 25px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 148px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-recom .recom-info .info-inner {
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-inner {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 148px) / 2);
  flex: 0 0 calc((100% - 148px) / 2);
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-recom .recom-info .info-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px) / 2);
    flex: 0 0 calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-container_second {
    padding-bottom: 20px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-title {
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 26px;
  color: #FFFFFF;
  background-color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-title {
    padding: 7px 0;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-title_second {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-title_second {
    margin-bottom: 30px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-dl_wrapper {
    padding: 8px 14px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-dl_wrapper:nth-of-type(2n + 2) {
  background-color: #F3F8FF;
}
.section-price .price-plan .plan-recom .recom-info .info-dt {
  width: 80%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #011388;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-recom .recom-info .info-dt {
    font-size: 14px;
    line-height: 19px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-dd {
  width: 20%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #011388;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .section-price .price-plan .plan-recom .recom-info .info-dd {
    font-size: 14px;
    line-height: 19px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-textbox {
  margin-bottom: 14px;
  padding: 2px 0;
  background-color: #998c2c;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-textbox {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-textbox {
    margin-bottom: 8px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-textCenter {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-textCenter {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-price .price-plan .plan-recom .recom-info .info-arrow {
  width: 55px;
  height: 26px;
  margin: 33px auto;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #998c2c;
}
@media screen and (max-width: 767px) {
  .section-price .price-plan .plan-recom .recom-info .info-arrow {
    width: 40px;
    height: 20px;
    margin: 12px auto;
  }
}
.section-price .price-list {
  margin-top: 20px;
}
.section-price .price-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-price .price-item_text {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-ex .section-title_02 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-ex .section-title_02 br {
    display: block;
  }
}
.section-ex .ex-text {
  margin-bottom: 75px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-ex .ex-text {
    margin-bottom: 40px;
  }
}
.section-ex .ex-item + .ex-item {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c5c6ce;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item + .ex-item {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
}
.section-ex .ex-item_inner {
  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;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.section-ex .ex-item_heading {
  padding-left: 16px;
  border-left: 4px solid #011388;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_heading {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 12px;
  }
}
.section-ex .ex-item_title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 34px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_title {
    margin-bottom: 0;
  }
}
.section-ex .ex-item_subtitle {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_subtitle {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_subtitle_pc {
    display: none;
  }
}
.section-ex .ex-item_subtitle_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_subtitle_sp {
    display: block;
    margin-bottom: 16px;
  }
}
.section-ex .ex-item_tag .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-ex .ex-item_tag .tag-item {
  padding: 3px 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #011388;
}
.section-ex .ex-item_tag .tag-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_tag .tag-item_text {
    font-size: 14px;
    line-height: 26px;
  }
}
.section-ex .ex-item_tag_quad {
  max-width: 275px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_tag_quad {
    max-width: 100%;
  }
}
.section-ex .ex-item_btn {
  max-width: 330px;
  width: 100%;
  display: none;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_btn {
    display: block;
  }
}
.section-ex .ex-item_link {
  width: 100%;
  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;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  border-radius: 20px;
}
.section-ex .ex-item_linkTextbox {
  max-width: 80px;
  width: 100%;
  height: 24px;
  margin-right: 12px;
  position: relative;
}
.section-ex .ex-item_linkText {
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_linkText {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-ex .ex-item_linkText_open {
  opacity: 1;
  visibility: visible;
}
.section-ex .ex-item_linkText_open.show {
  opacity: 0;
  visibility: hidden;
}
.section-ex .ex-item_linkText_close {
  opacity: 0;
  visibility: hidden;
}
.section-ex .ex-item_linkText_close.show {
  opacity: 1;
  visibility: visible;
}
.section-ex .ex-item_symbol {
  width: 18px;
  height: 18px;
  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;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.section-ex .ex-item_symbol span {
  width: 12px;
  height: 2px;
  background-color: #011388;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-ex .ex-item_symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-ex .ex-item_symbol span:first-child.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-ex .ex-item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_container {
    display: block;
  }
}
.section-ex .ex-item_pic {
  max-width: 340px;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_pic {
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
.section-ex .ex-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.section-ex .ex-item_textbox .textbox-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-ex .ex-item_textbox .textbox-attn {
  margin-top: 12px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-attn {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-attn {
    margin-top: 10px;
  }
}
.section-ex .ex-item_textbox .textbox-attn_noMargin {
  margin-top: 0;
}
.section-ex .ex-item_textbox .textbox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 26px) / 2);
  flex: 0 0 calc((100% - 26px) / 2);
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-ex .ex-item_textbox .textbox-item_title {
  height: 60px;
  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;
  margin-bottom: 8px;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  background-color: #011388;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-item_title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-item_title {
    margin-bottom: 10px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-ex .ex-item_textbox .textbox-item_price {
  font-size: 28px;
  line-height: 24px;
  color: #C50000;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-item_price {
    font-size: 28px;
    line-height: 24px;
  }
}
.section-ex .ex-item_textbox .textbox-item_price span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-item_price span {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-ex .ex-item_textbox .textbox-item_price_spanBold {
  font-weight: bold;
}
.section-ex .ex-item_textbox .textbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 26px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_textbox .textbox-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
.section-ex .ex-item_textbox .textbox-list_trio .textbox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 52px) / 3);
  flex: 0 0 calc((100% - 52px) / 3);
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_textbox .textbox-list_trio .textbox-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-ex .ex-item_close {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-ex .ex-item_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section-ex .ex-item_linkClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.section-ex .ex-item_linkCloseText {
  margin-right: 5px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-ex .ex-item_linkCloseText {
    font-size: 14px;
    line-height: 26px;
  }
}
.section-ex .ex-item_minus {
  width: 18px;
  height: 18px;
  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;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: relative;
}
.section-ex .ex-item_minus span {
  width: 12px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-step {
  background-color: #F3F8FF;
}
@media screen and (max-width: 767px) {
  .section-step .section-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.section-step-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-step .step-dl_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-step .step-dl_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-step .step-dt {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-step .step-dt {
    width: 100%;
    height: 140px;
    margin-bottom: 54px;
    background-color: transparent;
  }
}
.section-step .step-dt_heading {
  max-width: 150px;
  width: 100%;
  margin-right: 7px;
  padding: 13px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
}
@media screen and (max-width: 991px) {
  .section-step .step-dt_heading {
    max-width: 120px;
    margin-right: 6px;
    padding: 10px 11px;
  }
}
.section-step .step-dt_num {
  margin-bottom: 12px;
  font-size: 37px;
  line-height: 25px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .section-step .step-dt_num {
    font-size: 30px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section-step .step-dt_num {
    margin-bottom: 9px;
  }
}
.section-step .step-dt_title {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .section-step .step-dt_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-step .step-dt_pic {
  max-width: 240px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-step .step-dt_pic {
    max-width: 100%;
  }
}
.section-step .step-dt_pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-step .step-dd {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .section-step .step-dd {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-step .step-dd {
    width: 100%;
    padding: 0 0 15px 0;
    background-color: transparent;
  }
}
.section-step .step-dd_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .section-step .step-dd_text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-step .step-dd_text + .step-dd_text {
  margin-top: 12px;
}
.section-step .step-dd_attn {
  margin-top: 12px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .section-step .step-dd_attn {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section-step .step-dd_attn {
    margin-top: 10px;
  }
}
.section-step .step-dd_textbox {
  margin-top: 12px;
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #011388;
  border: 1px solid #011388;
}
@media screen and (max-width: 991px) {
  .section-step .step-dd_textbox {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section-step .step-dd_textbox {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-step .swiper {
    max-width: 500px;
    width: 100%;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  .section-step .swiper {
    max-width: 100%;
  }
}
.section-step .swiper-button-prev,
.section-step .swiper-button-next {
  width: 28px;
  height: 28px;
  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;
  background-color: #707070;
  border-radius: 50%;
  top: 20%;
}
.section-step .swiper-button-prev::after,
.section-step .swiper-button-next::after {
  display: none;
}
.section-step .swiper-button_nextArrow {
  width: 10px;
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FFFFFF;
}
.section-step .swiper-button_prevArrow {
  width: 10px;
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #FFFFFF;
}
.section-step .swiper-pagination {
  height: 14px;
  top: 45%;
  z-index: 999;
}
@media screen and (max-width: 575px) {
  .section-step .swiper-pagination {
    top: 37.5%;
  }
}
.section-step .swiper-pagination-bullet {
  max-width: 14px;
  width: 100%;
  height: 14px;
  background-color: #EFEFEF;
  opacity: 1;
}
.section-step .swiper-pagination-bullet-active {
  background-color: #BBCAE8;
}
.section-step .mySwiper:not(.swiper-initialized) .swiper-button-prev,
.section-step .mySwiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.section-step .mySwiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 0;
}
.section-faq {
  background-color: #F3F8FF;
}
.section-faq .faq-dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dl {
    margin-bottom: 30px;
  }
}
.section-faq .faq-dl_wrapper + .faq-dl_wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dl_wrapper + .faq-dl_wrapper {
    margin-top: 30px;
  }
}
.section-faq .faq-dt_link {
  cursor: default;
  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: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_link {
    cursor: pointer;
    padding: 10px 14px;
  }
}
.section-faq .faq-dt_link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_link:hover {
    opacity: 0.7;
  }
}
.section-faq .faq-dt_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_heading {
    margin-right: 13px;
  }
}
.section-faq .faq-dt_ques {
  margin-right: 20px;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_ques {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_ques {
    margin-right: 15px;
  }
}
.section-faq .faq-dt_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_title {
    font-size: 15px;
    line-height: 22px;
  }
}
.section-faq .faq-dt_symbol {
  max-width: 20px;
  width: 100%;
  height: 20px;
  display: none;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dt_symbol {
    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;
  }
}
.section-faq .faq-dt_symbol.show {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-faq .faq-dt_arrow {
  width: 8px;
  height: 8px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #011388;
}
.section-faq .faq-dd {
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #011388;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-faq .faq-dd_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dd_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 15px;
  }
}
.section-faq .faq-dd_ans {
  margin-right: 20px;
  font-size: 26px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dd_ans {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dd_ans {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.section-faq .faq-dd_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dd_text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-faq .faq-dd_attn {
  margin-top: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-dd_attn {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-faq .faq-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #011388;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-about .section-wrapper {
  max-width: 800px;
  width: 100%;
}
.section-about .about-inner + .about-inner {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-about .about-inner + .about-inner {
    margin-top: 50px;
  }
}
.section-about .about-subtitle {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-about .about-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-subtitle {
    margin-bottom: 10px;
  }
}
.section-about .about-title {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-about .about-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-title {
    margin-bottom: 16px;
  }
}
.section-about .about-title span {
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-about .about-title span {
    font-size: 15px;
    line-height: 30px;
  }
}
.section-about .about-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-about .about-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-company {
  background-color: #F9F9F9;
}
.section-company .section-wrapper .cta-list {
  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;
  gap: 0 27px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .section-company .section-wrapper .cta-list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .section-wrapper .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-company .section-wrapper .cta-btn {
  width: 100%;
  height: 100%;
}
.section-company .section-wrapper .cta-link {
  width: 100%;
  height: 100%;
  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;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
.section-company .section-wrapper .cta-text {
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-company .section-wrapper .cta-text {
    font-size: 18px;
    line-height: 18px;
  }
}
.section-company .section-wrapper .cta-subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .section-company .section-wrapper .cta-subtext {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-company .section-wrapper .cta-item {
  max-width: 380px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .section-company .section-wrapper .cta-item {
    max-width: 342px;
    height: 54px;
  }
}
.section-company .section-wrapper .cta-item:first-child .cta-pic {
  max-width: 34px;
}
.section-company .section-wrapper .cta-item:nth-of-type(2) .cta-link {
  background-color: #00C300;
}
.section-company .section-wrapper .cta-item:last-child .cta-pic {
  max-width: 23px;
}
.section-company .section-wrapper .cta-item:last-child .cta-link {
  background-color: #9B8E2C;
}
.section-company .section-wrapper .cta-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .section-company .section-wrapper .cta-pic {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .section-wrapper .cta-pic {
    margin-right: 10px;
  }
}
.section-company .company-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.section-company .company-pic {
  max-width: 800px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-company .company-pic {
    max-width: 100%;
    margin-bottom: 44px;
  }
}
.section-company .company-title {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-company .company-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-title {
    margin-bottom: 10px;
  }
}
.section-company .company-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-company .company-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.section-company .company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-company .company-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-bottom: 40px;
  }
}
.section-company .company-mapWrapper {
  max-width: 100%;
  width: 100%;
  height: 234px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-company .company-mapWrapper {
    height: 180px;
    margin-bottom: 0;
  }
}
.section-company .company-mapWrapper_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-company .company-mapWrapper_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-mapWrapper_pc {
    display: none;
  }
}
.section-company .company-map {
  width: 100%;
  height: 100%;
}
.section-terms .section-wrapper {
  max-width: 860px;
  width: 100%;
}
.section-terms .terms-btn {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.section-terms .terms-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-link {
    padding: 9.5px 0;
  }
}
.section-terms .terms-link_icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-terms .terms-link_icon {
    right: 16px;
  }
}
.section-terms .terms-link_symbol {
  width: 31px;
  height: 31px;
  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;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-link_symbol {
    width: 20px;
    height: 20px;
  }
}
.section-terms .terms-link_symbol span {
  width: 16px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-link_symbol span {
    width: 12px;
  }
}
.section-terms .terms-link_symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-terms .terms-link_symbol span:first-child.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-terms .terms-linkTitle {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-linkTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-terms .terms-linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-linkText {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-terms .terms-inner {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-terms .terms-container {
  padding: 37px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-container {
    padding: 30px 0 0;
  }
}
.section-terms .terms-mainTitle {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  color: #011388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-mainTitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-terms .terms-mainTitle {
    margin-bottom: 12px;
  }
}
.section-terms .terms-mainTitle::before {
  content: "";
  width: 50%;
  height: 1px;
  display: inline-block;
  margin-left: -50%;
  vertical-align: middle;
  background-color: #011388;
  position: relative;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-mainTitle::before {
    right: 10.5px;
  }
}
.section-terms .terms-mainTitle::after {
  content: "";
  width: 50%;
  height: 1px;
  display: inline-block;
  margin-right: -50%;
  vertical-align: middle;
  background-color: #011388;
  position: relative;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-mainTitle::after {
    left: 10.5px;
  }
}
.section-terms .terms-textbox + .terms-textbox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-textbox + .terms-textbox {
    margin-top: 30px;
  }
}
.section-terms .terms-subtitle {
  margin-bottom: 14px;
  padding-left: 6px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #011388;
  border-left: 4px solid #011388;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}
.section-terms .terms-subtitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-terms .terms-subtitle br {
    display: block;
  }
}
.section-terms .terms-dt {
  width: 40%;
  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;
  border-right: 1px solid #FFFFFF;
}
.section-terms .terms-dt_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-dt_title {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-terms .terms-dt_title br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-terms .terms-dt_title br {
    display: block;
  }
}
.section-terms .terms-dd {
  width: 60%;
  padding: 16px 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 14px;
  }
}
.section-terms .terms-dd_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-dd_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-terms .terms-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-terms .terms-dl_wrapper:nth-of-type(2n+2) {
  background-color: #F8F8F8;
}
.section-terms .terms-dl_wrapper:nth-of-type(2n+1) {
  background-color: #EFEFEF;
}
.section-terms .terms-dl_wrapper:first-child {
  background-color: #011388;
}
.section-terms .terms-dl_wrapper:first-child .terms-dt {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-dl_wrapper:first-child .terms-dt {
    border-right: 1px solid #FFFFFF;
  }
}
.section-terms .terms-dl_wrapper:first-child .terms-dd_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-dl_wrapper:first-child .terms-dd_text {
    font-size: 15px;
    line-height: 20px;
  }
}
.section-terms .terms-item + .terms-item {
  margin-top: 20px;
}
.section-terms .terms-item_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-item_title {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-terms .terms-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-item_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-terms .terms-item_text + .terms-item_text {
  margin-top: 20px;
}
.section-terms .terms-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-terms .terms-text + .terms-text {
  margin-top: 20px;
}
.section-terms .terms-text_red {
  color: #C50000;
}
.section-terms .terms-attn.attn-listSm {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-attn.attn-listSm {
    margin-top: 20px;
  }
}
.section-terms .terms-attn .attn-itemSm_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-attn .attn-itemSm_text {
    font-size: 12px;
    line-height: 20px;
  }
}
.section-terms .terms-attn .attn-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-attn .attn-item_text {
    font-size: 12px;
    line-height: 20px;
  }
}
.section-terms .terms-btnClose {
  max-width: 70px;
  width: 100%;
  display: none;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-btnClose {
    margin-top: 12px;
  }
}
.section-terms .terms-btnClose.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.section-terms .terms-linkClose {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-terms .terms-linkClose_text {
  margin-right: 5px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-linkClose_text {
    font-size: 14px;
    line-height: 26px;
  }
}
.section-terms .terms-linkClose_minus {
  width: 18px;
  height: 18px;
  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;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-linkClose_minus {
    width: 16px;
    height: 16px;
  }
}
.section-terms .terms-linkClose_minus span {
  width: 12px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section-terms .terms-linkClose_minus span {
    width: 12px;
  }
}

/*# sourceMappingURL=index.css.map */
