@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------
　　全ページに共通のパーツはcommon.cssに記載。
　　コンテンツ内のヘッダー・インデックスページの共通フォーマット・パーツなどは
　　こちらのstyle.cssに記載
------------------------------------------------ */
/* ------------------
  containts
------------------ */
.main {
  padding-top: 150px;
}
/* ------------------
  subpage_header
------------------ */
.subPage_headerBox {
  min-width: 1200px;
  margin: 0 auto;
}
.subPage_headerBox_inner {
  padding: 0 4.5vw;
  position: relative;
}
.subPage_headerBox_inner::after {
  content: "";
  position: absolute;
  width: 63vw;
  height: 28.35vw;
  background: #dce1e7;
  border-radius: 10px;
  min-width: 800px;
  min-height: 360px;
  display: block;
  z-index: -1;
  right: 4.5vw;
  top: 50%;
  transform: translateY(-50%);
}
.price .subPage_headerBox_inner::after {
  background: url("../img/subH_price.jpg") no-repeat center;
  background-size: cover;
}
.pp .subPage_headerBox_inner::after {
  background: url("../img/subH_pp.webp") no-repeat center;
  background-size: cover;
}
.faq .subPage_headerBox_inner::after {
  background: url("../img/subH_faq.jpg") no-repeat center;
  background-size: cover;
}
.info .subPage_headerBox_inner::after {
  background: url("../img/subH_characteristics.jpg") no-repeat center;
  background-size: cover;
}
.services .subPage_headerBox_inner::after {
  background: url("../img/subH_services.jpg") no-repeat center;
  background-size: cover;
}
.lingual .subPage_headerBox_inner::after {
  background: url("../img/subH_lingual.jpg") no-repeat center;
  background-size: cover;
}
.mouthpiece .subPage_headerBox_inner::after {
  background: url("../img/subH_mouthpiece.jpg") no-repeat center;
  background-size: cover;
}
.half-lingual .subPage_headerBox_inner::after {
  background: url("../img/subH_half.jpg") no-repeat center;
  background-size: cover;
}
.partial .subPage_headerBox_inner::after {
  background: url("../img/subH_partial.jpg") no-repeat center;
  background-size: cover;
}
.labial .subPage_headerBox_inner::after {
  background: url("../img/subH_labial.jpg") no-repeat center;
  background-size: cover;
}
.kids .subPage_headerBox_inner::after {
  background: url("../img/subH_kids.jpg") no-repeat center;
  background-size: cover;
}
.bridal .subPage_headerBox_inner::after {
  background: url("../img/subH_bridal.jpg") no-repeat center;
  background-size: cover;
}
.whitening .subPage_headerBox_inner::after {
  background: url("../img/subH_whitening.jpg") no-repeat center;
  background-size: cover;
}
.maintenance .subPage_headerBox_inner::after {
  background: url("../img/subH_maintenance.jpg") no-repeat center;
  background-size: cover;
}
.counseling .subPage_headerBox_inner::after {
  background: url("../img/subH_counseling.jpg") no-repeat center;
  background-size: cover;
}
.recruit .subPage_headerBox_inner::after {
  background: url("../img/subH_recruit.jpg") no-repeat center;
  background-size: cover;
}
.guideline .subPage_headerBox_inner::after {
  background: url("../img/subH_guideline.jpg") no-repeat center;
  background-size: cover;
}
.voice-inq .subPage_headerBox_inner::after {
  background: url("../voice/img/subH_voice.webp") no-repeat center;
  background-size: cover;
}
.thanks .subPage_headerBox_inner::after {
  background: url("../img/subH_thanks.jpg") no-repeat center;
  background-size: cover;
}

.subPage_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 28.35vw;
  min-height: 360px;
}
.fukidashiMidashi {
  display: flex;
  justify-content: center;
  margin-block: 3rem;
}
.fukidashiMidashi .fukidashiInner {
    padding: 1.2rem 3rem;
    background: linear-gradient(80deg, #ffa1ae, #f5849b);
    border-radius: 10px;
    font-size: clamp( 16px, calc( 15px + 0.3125vw ), 20px );
    font-weight: bold;
    display: inline-block;
  color: #fff;
  position: relative;
}
.fukidashiMidashi .fukidashiInner::after {
  display: block;
  content: "";
  background: url("../img/fukidashiMisdashi_ashi.svg") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: auto;
  aspect-ratio: 8 / 7;
  position: absolute;
  bottom: -21px;
  left: 70%;
}
.innerCover {
  /*background: rgb(176 196 217 / 41%);*/
  background: rgb(238 242 248 / 84%);
  width: 32vw;
  height: 20vw;
  min-width: 400px;
  min-height: 280px;
  border-radius: 5px;
  padding: 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subPage_header_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header_txt {
  font-size: 28px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-block: 0.5vw;
}
.header_txt .smallTxt {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.subHeader_txt {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: left;
  display: block;
  margin-bottom: 7px;
  color: #768a9d;
  font-family: serif;
  font-weight: 500;
}
picture.subPage_headerImg {
  width: 63vw;
  height: 28.35vw;
  background: #dce1e7;
  border-radius: 10px;
  min-width: 800px;
  min-height: 360px;
}
picture.subPage_headerImg img {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width:768px) {
  .main {
    padding-top: 180px;
  }
  .subPage_headerBox {
    min-width: unset;
    width: 100%;
    margin: 0 auto;
    top: -30px;
    position: relative;
  }
  .subPage_headerBox_inner::after {
    min-width: unset;
    min-height: unset;
    width: 70vw;
    height: 240px;
    right: 0;
    border-radius: 5px 0 0 5px;
  }
  .subPage_header {
    min-height: unset;
    min-width: unset;
  }
  .innerCover {
    width: auto;
    height: 180px;
    padding: 0 5vw;
    min-width: unset;
    min-height: unset;
    background: rgb(238 242 248 / 84%);
  }
  .header_txt {
    font-size: 20px;
  }
  .subHeader_txt {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:620px) {
  .main {
    padding-top: 160px;
  }
  .subPage_headerBox_inner::after {
    aspect-ratio: 2 / 1.5;
    height: auto;
    max-height: 200px;
  }
  .price .subPage_headerBox_inner::after {
    background: url("../img/subH_price_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .pp .subPage_headerBox_inner::after {
    background: url("../img/subH_pp_sp.webp") no-repeat center;
    background-size: cover;
  }
  .faq .subPage_headerBox_inner::after {
    background: url("../img/subH_faq_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .info .subPage_headerBox_inner::after {
    background: url("../img/subH_characteristics_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .services .subPage_headerBox_inner::after {
    background: url("../img/subH_services_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .lingual .subPage_headerBox_inner::after {
    background: url("../img/subH_lingual_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .mouthpiece .subPage_headerBox_inner::after {
    background: url("../img/subH_mouthpiece_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .half-lingual .subPage_headerBox_inner::after {
    background: url("../img/subH_half_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .partial .subPage_headerBox_inner::after {
    background: url("../img/subH_partial_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .labial .subPage_headerBox_inner::after {
    background: url("../img/subH_labial_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .bridal .subPage_headerBox_inner::after {
    background: url("../img/subH_bridal_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .kids .subPage_headerBox_inner::after {
    background: url("../img/subH_kids_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .whitening .subPage_headerBox_inner::after {
    background: url("../img/subH_whitening_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .maintenance .subPage_headerBox_inner::after {
    background: url("../img/subH_maintenance_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .counseling .subPage_headerBox_inner::after {
    background: url("../img/subH_counseling_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .recruit .subPage_headerBox_inner::after {
    background: url("../img/subH_recruit_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .guideline .subPage_headerBox_inner::after {
    background: url("../img/subH_guideline_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .voice-inq .subPage_headerBox_inner::after {
    background: url("../voice/img/subH_voice_sp.webp") no-repeat center;
    background-size: cover;
  }
  .thanks .subPage_headerBox_inner::after {
    background: url("../img/subH_thanks_sp.jpg") no-repeat center;
    background-size: cover;
  }
  
  .innerCover {
    width: auto;
    height: 140px;
    padding: 0 5vw;
    min-height: unset;
    min-width: unset;
    background: rgb(238 242 248 / 84%);
  }
  .header_txt {
    font-size: 5.06vw;
    margin: 0;
  }
  .subHeader_txt {
    font-size: 2.73vw;
    margin-bottom: 5px;
  }
}
/* ------------------
  breadcrumb
------------------ */
.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 20px auto;
  min-width: 1200px;
  padding: 0 4.5vw;
}
.breadcrumb li a {
  margin-right: 10px;
  font-size: clamp( 12px, calc( 11.5px + 0.15625vw ), 14px );
  position: relative;
  letter-spacing: 0.05em;
  transtion: all .6s;
}
/*.breadcrumb li a.disabled,*/
.breadcrumb li:last-child {
  pointer-events: none;
}
.breadcrumb li a:hover {
  color: #99a6b6;
}
.breadcrumb li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("../img/icon_breadcrumb_arrow.svg") no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.breadcrumb li:last-child a {
  margin-right: 0;
}
.breadcrumb li:last-child a::after {
  display: none;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    position: relative;
    top: 3.2vw;
    justify-content: flex-start;
    padding-left: 4.5vw;
    min-width: unset;
    flex-wrap: wrap;
  }
}
/* ---------------------
  parts / btn /
--------------------- */

.contentsBtm_btnBox {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.contentsBtm_btnBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background: #b9c9d8;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
a.relationBtn {
  font-size: 16px;
  max-width: 450px;
  padding: 19px 60px 19px 20px;
  background: #eff2f7;
  display: block;
  letter-spacing: 0.05em;
  border-radius: 5px;
  position: relative;
  margin: 0 20px;
}
a.relationBtn::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_arrow.svg) no-repeat;
  width: 30px;
  height: 6.5px;
  background-size: 100% auto;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  transition: ease .6s;
}
a.backBtn {
  font-size: 16px;
  max-width: 450px;
  padding: 19px 20px 19px 69px;
  background: #eff2f7;
  display: block;
  letter-spacing: 0.05em;
  border-radius: 5px;
  position: relative;
  margin: 0 20px;
}
a.backBtn::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_return.svg) no-repeat;
  width: 30px;
  height: 21.5px;
  background-size: 100% auto;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  transition: ease .6s;
}
a.relationBtn:hover, a.backBtn:hover {
  background: #b5c4dd;
}
a.link {
  border-bottom: 1px solid #7795c2;
  padding: 0 0 1px;
}
ul.basicList {
  margin: 0;
  padding: 0 30px 30px 50px;
  list-style: circle;
}
ul.basicList li {
  line-height: 1.6;
  padding-block: 0.5em 0;
}
.featureList {
  padding-inline: 0;
  border-radius: 10px;
  border: solid 2px #d5deec;
  padding: 35px 10px 31px 25px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
.featureList_item, .contentsBox .featureList_item {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 6px 0 30px;
}
.contentsBox .featureList_item {
  font-size: 18px;
  border: none;
  margin: 0 0 20px;
}
.featureList_item:last-child {
  margin-bottom: 0;
}
.featureList_item .num, .contentsBox .featureList_item .num {
  background: #d4c592;
  line-height: 30px;
  display: inline-block;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.01px;
  margin-right: 1rem;
  position: relative;
  top: auto;
  left: auto;
}
.contentsBox .featureList_item span {
  position: relative;
  width: calc(100% - 46px);
}
.contentsBox h3.featureList_item::after {
  display: none;
}
.contentsBox .featureList_item span span.smallTxt {
    font-size: 0.9em;
    font-weight: normal;
}
/* 補足説明ボックス */
.apdx_box {
  background: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  margin: 30px auto;
  box-shadow: 2px 2px 15px rgb(180 186 196 / 31%);
  width: 90%;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
.apdx_ttl {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 7px auto 14px;
  border-bottom: 2px solid #7795c1;
  padding-bottom: 3px;
}
.matome_box {
  padding: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgb(180 186 196 / 31%);
  width: 80%;
  position: relative;
  background: #ffeedc;
  margin: 30px auto;
}
.matome_box h4, .basicListTtl, .contentsBox .matome_box h3 {
  font-size: 16px;
  margin: 0 auto 1em;
  padding: 11px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  display: block;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  border-top: none;
  background: #f0ab5f;
}
.basicListTtl::after,
.contentsBox .matome_box h3::after,
.contentsBox .matome_box h3::before {
  display: none !important;
}

a.innerSec_bnr img {
  width: 100%;
  display: block;
}
.bnr_inContents img {
  display: block;
  max-width: 300px;
}
.bnrCover {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3vw;
}

/* ---------------------
  parts / list /
--------------------- */
.pros-cons_list {
  list-style: none;
  padding-inline-start: 0;
}
.pros-cons_listItem {
  padding-block: 1.3rem;
  padding-inline-start: 4.3rem;
  font-size: 1.8rem;
  position: relative;
}
.pros-cons_listItem.pros::before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background: url("../knowledge/img/pros_icon.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pros-cons_listItem.cons::before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background: url("../knowledge/img/cons_icon.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .contentsBtm_btnBox {
    flex-wrap: wrap;
    width: 100%;
  }
  a.relationBtn, a.backBtn {
    width: 70%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:620px) {
  ul.basicList {
    padding: 0 3.73vw 20px 8vw;
  }
  .matome_box h4, .basicListTtl, .contentsBox .matome_box h3 {
    font-size: 14px;
    margin: 0 auto 0.5em;
    padding: 6px 12px;
  }
  .featureList {
    padding: 3vw;
  }
  .featureList_item .num, .contentsBox .featureList_item .num {
    line-height: 24px;
    width: 25px;
    height: 25px;
  }
  .contentsBox .featureList_item {
    font-size: 15px;
  }
  /* 補足説明ボックス */
  .apdx_box {
    width: 100%;
    font-size: 3.29vw;
    padding: 2rem 4vw;
  }
  .apdx_box p {
    font-size: 15px;
  }
  .matome_box {
    width: 100%;
  }
  
}
/* ---------------------
  contents menu
--------------------- */
ul.contentMenu {
  width: 860px;
  margin: 50px auto;
  padding: 40px 50px;
  border: 1px solid #4d7abc;
  border-radius: 4px;
}
ul.contentMenu > li {
  line-height: 2.3;
  font-size: 15px;
  margin-block-start: 15px;
}
.cMenu_item > a {
  line-height: 2.3;
  font-size: 15px;
  border-bottom: 1px solid #4d7abc;
  padding-bottom: 4px;
  font-weight: bold;
}
ul.contentMenu > li > ul > li {
  line-height: 1.7;
  font-size: 15px;
  margin-block: 13px;
}
li.sub {
  margin-block: 7px;
}
@media screen and (max-width:768px) {
  ul.contentMenu {
    width: 90%;
    padding: 20px 4vw 20px 6vw;
  }
  ul.contentMenu > li > ul {
    padding-inline-start: 5vw;
    font-size: 14px;
  }
}
@media screen and (max-width:620px) {}
/* ---------------------
  clinic・about index
--------------------- */
.indexPanel {
  display: block;
  width: 500px;
  height: 500px;
  background: #ccc;
  border-radius: 10px;
  position: relative;
}
.indexPanel:nth-child(2n) {
  margin-top: 100px;
}
.panel_inner {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 30px 20px 20px;
  background: #fafcff61;
}
.indexPanel::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c5cbd8;
  mix-blend-mode: hard-light;
  opacity: 0.4;
  top: 0;
  left: 0;
  transition: ease .6s;
  z-index: 1;
}
.indexPanel:hover::after {
  opacity: 0;
}
.panelLabel {
  margin-bottom: 20px;
}
.panelLabel > .sec_subHeader {
  text-align: left;
  font-size: 14px;
}
.panelLabel > .sec_subHeader::before {
  display: none;
}
.panelLabel > .sec_subHeader::after {
  width: 100px;
  left: 120%;
  right: unset;
}
.panelLabel > .secHeader {
  text-align: left;
}
.panel_more {
  text-align: right;
  font-size: 14px;
  position: relative;
}
.panel_more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../img/icon_breadcrumb_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
@media screen and (max-width:768px) {
  .indexPanel {
    display: block;
    width: 43%;
    height: 43vw;
  }
  .indexPanel::after, .indexPanel:hover::after {
    opacity: 0.1;
  }
}
@media screen and (max-width:620px) {
  .indexPanel {
    display: block;
    width: 100%;
    height: 80vw;
    margin-bottom: 50px;
  }
  .indexPanel:nth-child(2n) {
    margin-top: 0;
  }
  .panel_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* ---------------------
  services index
--------------------- */
.introBox {
  width: 625px;
  margin: 90px auto 90px;
}
.introBox > h4, .introBox > .introTtl {
  font-size: 25px;
  letter-spacing: 0.085em;
  margin: 0 auto 10px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.introBox > h4 .smallTxt, .introBox > .introTtl .smallTxt {
  font-size: 17px;
}
.introBox > h4 .underline, .introBox > .introTtl .underline {
  position: relative;
}
.introBox .apdx {
  font-size: 12px;
  margin-bottom: 45px;
}
/*.introBox > h4 .underline::before {
  content: "※";
  position: absolute;
  display: inline-block;
  font-size: 12px;
  right: -8px;
  top: -10px;
}*/
.introBox > h4 .underline::after, .introBox > .introTtl .underline::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FFF290;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.introBox > h4 .largeTxt, .introBox > .introTtl .largeTxt {
  font-size: 39px;
  letter-spacing: 0.03em;
  padding: 0 2px;
}
.services_contentBox {
  margin-bottom: 90px;
}
.services_contentBoxHeader {
  font-size: 22px;
  line-height: 2.0;
  max-width: 1200px;
  margin: 0 auto 27px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.services_contentBoxHeader::before {
  content: "";
  background: url("../img/servicesHeaderImg.svg") no-repeat;
  background-size: auto 100%;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.itemCover {
  margin: 0 auto;
  max-width: 1600px;
}
.servicesItem {
  width: 320px;
  margin-right: 68px;
  margin-bottom: 68px;
  display: block;
}
.standard-menu .servicesItem {
  width: 420px;
  margin: 0 68px 60px 0;
}
.servicesItemImg {
  overflow: hidden;
  width: 320px;
  height: 289px;
  border-radius: 4px;
}
.standard-menu .servicesItemImg {
  width: 420px;
  height: 379px;
}
.servicesItemImg img {
  display: inline-block;
  transition: 0.5s;
  width: 100%;
}
.servicesItem:hover .servicesItemImg img {
  transform: scale(1.2, 1.2);
}
.servicesItemTxt {
  width: 93%;
  background: #fff;
  padding: 10px 20px;
  margin: -60px auto 0;
  z-index: 2;
  position: relative;
  height: 184px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgb(180 186 196 / 31%);
}
.servicesItemTxt .more {
  position: absolute;
  right: 9px;
  bottom: 7px;
  font-size: 14px;
}
.servicesItemTxt .more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../img/icon_breadcrumb_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.servicesItemName {
  font-size: 18px;
  margin: 8px auto 11px;
  text-align: center;
  letter-spacing: 0.05em;
}
.servicesItemName .smallTxt {
  font-size: 15px;
}
.servicesItem p {
  font-size: 14px;
}
/* youtube movie in treatmentPage */
.subPage-movieCover {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.movie_index_item {
  width: 48%;
  display: block;
  /*padding: 0px 10px 0px 130px;*/
  border-radius: 5px;
}
.movie_index_item iframe {
  width: 100%;
    display: inline-block;
    aspect-ratio: 560 / 315;
    height: auto;
    border-radius: 8px;
}
.movie_index_itemInner {
  padding: 10px 10px;
  background: #fbfcff;
}
@media screen and (max-width:768px) {
  .introBox {
    width: 88%;
    max-width: 625px;
    margin: 50px auto 90px;
  }
  .services_contentBox:last-of-type {
    margin-bottom: 0
  }
  .services_contentBoxHeader {
    margin-bottom: 80px;
    padding-left: 14vw;
    font-size: 19px; /*4.47vw*/
  }
  .services_contentBoxHeader::before {
    left: 10px;
    width: 140px;
    height: 140px;
  }
  .servicesItem, .standard-menu .servicesItem {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 10vw;
  }
  .servicesItemImg, .standard-menu .servicesItemImg {
    margin: 0 auto;
  }
  .servicesItem:hover .servicesItemImg img, .standard-menu .servicesItemImg img {
    transform: none;
  }
  .servicesItemImg img {
    display: inline-block;
    transition: 0.5s;
    width: 100%;
    aspect-ratio: 1.6 / 1;
    object-fit: cover;
  }
  
}
@media screen and (max-width:620px) {
  .services_contentBoxHeader {
    font-size: 4.47vw;
  }
  .introBox > h4, .introBox > .introTtl {
    font-size: 5.6vw;
    line-height: 1.6;
    margin-bottom: 34px;
  }
  .introBox > h4 .smallTxt, .introBox > .introTtl .smallTxt {
    font-size: 3.73vw;
    margin-bottom: -43px;
    display: block;
  }
  .servicesItemTxt {
    height: auto;
  }
  .servicesItemName {
    font-size: 5.06vw;
  }
  .servicesItemImg, .standard-menu .servicesItemImg {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .movie_index_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* ------------------
  price section
------------------ */
.price_contentBox {
  width: 1024px;
  margin: 90px auto 0;
  padding: 0 100px;
}
.price_contentBox_tag {
  font-size: 15px;
  letter-spacing: 0.15em;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  width: 185px;
  padding: 9px 0;
  text-align: center;
  border: 1px solid #3D5872;
  border-bottom: none;
  position: relative;
  margin-bottom: 70px;
}
.price_contentBox_tag::after {
  content: "";
  display: block;
  width: 1024px;
  height: 1px;
  background: #3D5872;
  position: absolute;
  bottom: 0;
  left: -100px;
}
.price_contentBoxHeader {
  font-size: 20px;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto 17px;
}
.price_contentBox p {
  padding-left: 25px;
  margin-bottom: 48px;
  font-size: 15px;
}
.price_list {
  border: 1px solid #BEC8D3;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 22px 25px;
  padding: 9px 30px 9px 12px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.price_list.column {
  flex-direction: column;
}
.price_list.column .subList {
  justify-content: space-between;
  margin: 7px 0;
  border-bottom: 1px dashed #7795c2;
}
.serviceName {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.serviceName > .smallTxt {
  font-size: 1.4rem;
  margin-left: 1.0rem;
}
.servicePrice {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.yen {
  font-size: 0.65em;
}
.sec_bg2 .sec_bg_inner {
  width: 70%;
  height: 322px;
  background: url("../img/sec_bg2.jpg") no-repeat top right;
  background-size: cover;
}
.payment_ex {
  width: 38%;
  margin-right: 2%;
}
.payment_logoBox {
  width: 60%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid rgb(84 109 131 / 35%);
  margin-bottom: 42px;
}
.payment_logoBox img {
  display: inline-block;
  width: 100%;
}
img.p_logo_01 {
  width: 200px;
}
img.p_logo_03 {
  width: 240px;
}
@media screen and (max-width:768px) {
  .price_contentBox {
    width: 100%;
    margin: 90px auto 0;
    padding: 0 0 0 2vw;
  }
  .price_contentBox_tag {
    width: 130px;
  }
  .price_contentBox_tag::after {
    content: "";
    display: block;
    width: 87vw;
    height: 1px;
    background: #3D5872;
    position: absolute;
    bottom: 0;
    left: -2vw;
  }
  .price_contentBoxHeader {
    font-size: 18px;
    margin: 0 auto 30px;
  }
  .price_list {
    margin: 0 0 22px 3vw;
    padding: 2vw;
    font-size: 17px;
  }
  .servicePrice {
    font-size: 17px;
  }
  .price_contentBoxHeader {
    font-size: 20px;
    margin: 0 auto 30px;
  }
  .serviceName > .smallTxt {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .sec_bg2 .sec_bg_inner {
    width: 75%;
    height: 200px;
    background: url("../img/sec_bg2.jpg") no-repeat top right;
    background-size: cover;
  }
  .price_contentBox p.payment_ex {
    width: 100%;
    margin-bottom: 20px;
  }
  .payment_logoBox {
    width: 100%;
    margin: 0 0 45px 25px;
  }
}
@media screen and (max-width:620px) {
  .price_list {
    margin: 0 0 22px 3vw;
    padding: 2vw;
    font-size: 4vw;
  }
  .servicePrice {
    font-size: 4vw;
  }
  .price_contentBoxHeader {
    font-size: clamp(18px, 4.26vw, 20px);
    margin: 0 auto 30px;
  }
}
a.qaIndexLink {
  font-size: 17px;
  width: 100%;
  padding: 19px 77px 19px 20px;
  background: #eff2f7;
  margin-bottom: 21px;
  display: block;
  letter-spacing: 0.05em;
  border-radius: 5px;
  position: relative;
}
a.qaIndexLink::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_arrow.svg) no-repeat;
  width: 30px;
  height: 6.5px;
  background-size: 100% auto;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: ease .6s;
}
.contents_btnBox {
  margin: 30px auto;
}
@media screen and (max-width:768px) {
  .contents_btnBox {
    text-align: center;
  }
  a.qaIndexLink {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  a.qaIndexLink {
    font-size: clamp(13px, 4vw, 15px);
    padding: 19px 4.53vw 19px 3vw;
  }
  a.qaIndexLink::after {
    right: -10px;
  }
}
/* ------------------
   bnr styles
------------------ */
.bnr_hasImg {
  width: 400px;
  display: inline-block;
  margin-block: 20px;
}
.bnr_hasImg img {
  display: inline-block;
  width: 100%;
}
.voice,
.voiceQuestion {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 45px;
  margin-block: 4rem;
}
.voiceQuestion {
  justify-content: flex-start;
}
.voice::after {
  position: relative;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: url("../img/doc_icon.png") no-repeat;
  background-size: 100% auto;
}
.voiceQuestion::before {
  position: relative;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: url("../img/staff_icon.png") no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.voice_txt {
  background: #fff;
  width: 70%;
  padding: 2.5rem 3rem;
  border-radius: 8px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  border: 5px solid #c1dcf6;
}
.voiceQuestion .voice_txt {
  border: 5px solid #f5ea9f;
}
.voice_txt::after {
  content: "";
  display: block;
  background: #c1dcf6;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
.voiceQuestion .voice_txt::after {
  display: none;
}
.voiceQuestion .voice_txt::before {
  content: "";
  display: block;
  background: #f5ea9f;
  clip-path: polygon(100% 0%, 100% 100%, 0 50%);
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}
span.kome {
  vertical-align: super;
  font-size: 1.5rem;
}
span.kome-chu {
  font-size: 1.3rem;
  display: block;
  margin-block-start: 0.3rem;
}
.nextBtn_box {
  display: flex;
  justify-content: center;
}
.bnrCover:has(.toNoteBnr) {
  background: rgb(229 232 241 / 64%);
  padding: 4rem 0;
  row-gap: 3rem;
}
.toNoteBnr {
  display: flex;
  max-width: 330px;
  background: #e9f4ff;
  border-radius: 7px;
  align-items: center;
  padding: 1rem 1.6rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border: 4px solid #70aae5;
}
.toNoteBnr::before {
  content: "";
  display: block;
  background: url("../img/bnr/noteIndexTag.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 213/52;
  width: 34%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.toNoteBnr p {
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: bold;
  margin-block-end: 2px;
}
.toNoteBnr .more {
  text-indent: -9999px;
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 114 / 23;
  background: url(../img/more_img.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 8px;
  bottom: -3px;
}
.en.noteNumber {
  font-size: 26px;
  color: #70aae5;
  position: absolute;
  top: 0;
  right: 11px;
}
.toNoteBnr_inner {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.toNoteBnr img {
  display: block;
  width: 40%;
  border-radius: 7px;
  margin-inline-end: 5%;
}
.box {
  border: 1px solid #4d7abc;
  border-radius: 8px;
  padding: 2rem;
  background: #fff;
}
.noteTtl {
  margin-block: 0.5em 2rem;
  font-size: 18px;
}
.box a.min_linkBtn {
    margin-inline: auto;
    display: block;
    width: 300px;
    margin-block: 1rem;
}
dl.note_inServicePage dt {
    margin-block: 1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #4d7abc;
    padding-block-end: 0.2em;
    position: relative;
}
dl.note_inServicePage dt::before {
  content: "■";
  display: inline-block;
  margin-inline-end: 0.5em;
}
dl.note_inServicePage dd {
  margin-inline-start: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 620px) {
  .bnr_hasImg {
    width: 90%;
    display: block;
    margin-inline: auto;
    margin-block: 1rem;
  }
  .voice,
  .voiceQuestion {
    column-gap: unset;
    justify-content: space-between;
  }
  .voice::after {
    width: clamp(48px, 15vw, 70px);
    position: absolute;
    bottom: -5vw;
    right: 0;
  }
  .voiceQuestion::before {
    width: clamp(48px, 15vw, 70px);
    position: absolute;
    bottom: -5vw;
    left: 0;
  }
  .voice_txt {
    width: 85vw;
    padding: 2rem 4vw;
    /*font-size: clamp(12px, 3.2vw, 15px);*/
    font-size: 15px;
  }
  .voice_txt::after {
    display: none;
  }
  .voiceQuestion .voice_txt::before {
    display: none;
  }
}
/* ------------------
   info styles
------------------ */
a.infoItem {
    background: #fff;
    display: block;
    border-radius: 8px;
    padding: 2rem 9vw 2rem 4vw;
    border: 2px solid #e7e6ec;
  position: relative;
}
a.infoItem::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/btn_arrow.svg) no-repeat;
    width: 30px;
    height: 6.5px;
    background-size: 100% auto;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: ease .6s;
}
a.infoItem:hover::after {
    right: 5px;
}
a.infoItem p {
    margin-block-end: 0;
}

@media screen and (max-width:640px) {
  a.infoItem {
    padding: 1.5rem 10vw 1.5rem 4vw;
  }
  a.infoItem::after {
    right: 2vw;
  }
  
}