@charset "UTF-8";
/* CSS Document */
/* ---------------------
  services index
--------------------- */
.services_contentBoxHeader { /*topとmargin異なる*/
  margin: 0 auto 80px;
}
.services_contentBox {
  margin-bottom: 150px;
}
.surgery .subPage_headerBox_inner::after {
  background: url("./img/subH_surgery.jpg") no-repeat center;
  background-size: cover;
}
.gummysmile .subPage_headerBox_inner::after {
  background: url("./img/subH_gummy.jpg") no-repeat center;
  background-size: cover;
}
.retreatment .subPage_headerBox_inner::after {
  background: url("./img/subH_retreatment.jpg") no-repeat center;
  background-size: cover;
}
.inspection .subPage_headerBox_inner::after {
  background: url("./img/subH_inspection.jpg") no-repeat center;
  background-size: cover;
}
.mft .subPage_headerBox_inner::after {
  background: url("./img/subH_mft.jpg") no-repeat center;
  background-size: cover;
}
.customizedSystem .subPage_headerBox_inner::after {
  background: url("./img/subH_custom.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width:620px) {
  .surgery .subPage_headerBox_inner::after {
    background: url("./img/subH_surgery_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .gummysmile .subPage_headerBox_inner::after {
    background: url("./img/subH_gummy_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .retreatment .subPage_headerBox_inner::after {
    background: url("./img/subH_retreatment_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .inspection .subPage_headerBox_inner::after {
    background: url("./img/subH_inspection_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .mft .subPage_headerBox_inner::after {
    background: url("./img/subH_mft_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .customizedSystem .subPage_headerBox_inner::after {
    background: url("./img/subH_custom_sp.jpg") no-repeat center;
    background-size: cover;
  }
}
/* -----------------------------
  services contents common style
----------------------------- */
.services .secInner {
  width: 1200px;
  margin: 120px auto;
}
.services .secInner:first-child {
  margin-top: 0;
}
.services .secInner:last-child {
  margin-bottom: 0;
}
.imgBox_40 {
  width: 40%;
  padding: 0 20px;
}
.imgBox_40.circle {
  padding: 0 40px;
}
.imgBox_40.circle img {
  border-radius: 100vh;
}
.imgBox_40 img {
  display: inline-block;
  width: 100%;
}
.txtBox_60 {
  width: 60%;
  margin-bottom: 60px;
}
.img_center {
  display: block;
  width: 80%;
  margin: 30px auto;
}
.subContents_cover {
  border: 3px solid #e7e6ec;
  padding: 3rem;
  position: relative;
  border-radius: 6px;
  margin-block-end: 3rem;
}
.subContents_cover::before {
  content: "";
}
.point {
  background: #e4e9f4;
  border-radius: 5px;
  padding: 1rem;
}
.point h5 {
  margin: 0 0 10px;
  font-size: 15px;
}
.point p {
  font-size: 12px;
}
.point p:last-child {
  margin-bottom: 0;
}
p.apdx {
  font-size: 0.8em;
}
@media screen and (max-width:768px) {
  .services .secInner {
    width: 100%;
    margin: 60px auto;
  }
}
@media screen and (max-width:620px) {
  .imgBox_40, .txtBox_60 {
    width: 100%;
  }
  .img_center {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}
/* side effects scroll box */
.sideEffecs_scrollBox {
  background-color: #ebeef3;
  overflow-y: scroll;
  width: 100%;
  height: 250px;
  margin: 30px auto;
  padding: 20px;
}
.sideEffecs_scrollBox h4 {
  margin: 0;
  font-size: 14px;
  padding: 0 0 0.3em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  border-top: none;
}
.sideEffecs_scrollBox p {
  font-size: 14px;
  text-align: justify;
}
.sideEffecs_scrollBox::-webkit-scrollbar {
  width: 10px;
}
.sideEffecs_scrollBox::-webkit-scrollbar-track {
  background-color: #ccc;
}
.sideEffecs_scrollBox::-webkit-scrollbar-thumb {
  background-color: #19344b;
}
/* malocclusion types */
.flexbox.mcTypesBox {
  margin-top: 60px;
}
.mcTypesBox_item {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}
.mcTypesBox_item .mcTypes {
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: 30px 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.mcTypesBox_item .mcTypes::after {
  display: none;
}
.mcTypesBox_item img {
  display: inline-block;
  width: 77%;
}
.mcTypesBox_item .mcTypes > .sub {
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
.mcTypesBox_item > p {
  font-size: 14px;
  margin: 17px 0;
}
/* pc 3columns layout */
.typesBox_item {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}
.typesBox_item.wide {
  width: 47%;
}
.typesBox_item img {
  display: inline-block;
  width: 92%;
}
.typesBox_item .types {
  font-size: 18px;
  text-align: center;
}
.typesBox_item .types > .sub {
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
.typesBox_item > p {
  font-size: 14px;
  margin: 17px 0;
}
/* pros-consBox */
.pros-consBox .flexbox {
  justify-content: space-between;
}
.prosBox, .consBox {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgb(180 186 196 / 31%);
  width: 48%;
  position: relative;
}
.prosBox h4, .consBox h4 {
  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;
}
.prosBox h4 {
  background: #f0ab5f;
}
.prosBox {
  background: #ffeedc;
}
.consBox h4 {
  background: #7795C1;
}
.consBox {
  background: #dae2ed;
}
.prosBox ul, .consBox ul {
  margin: 0;
  padding: 0 30px 30px 50px;
  list-style: circle;
}
.prosBox ul li, .consBox ul li {
  line-height: 1.6;
  padding: 0.5em 0;
}
.prosBox ul li::marker, .consBox ul li::marker {
  margin-right: 5px;
}
@media screen and (max-width:620px) {
  /* malocclusion types */
  .mcTypesBox_item {
    width: 49%;
    margin-bottom: 2vw;
    background: #e8ebf1;
    padding: 13px 2vw 13px;
    border-radius: 5px;
  }
  .mcTypesBox_item img {
    display: inline-block;
    width: 90%;
  }
  .mcTypesBox_item .mcTypes {
    font-size: 4.2vw;
    text-align: center;
    margin: 16px auto 20px;
  }
  .mcTypesBox_item > p {
    font-size: 3vw;
    margin: 0px 0;
    line-height: 1.7;
  }
  .typesBox_item, .typesBox_item.wide {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .typesBox_item img {
    display: inline-block;
    width: 60%;
  }
  /* pros-consBox */
  .prosBox, .consBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .prosBox h4 {
    padding: 11px 3.73vw;
  }
  .prosBox ul, .consBos ul {
    padding: 0 3.73vw 20px 8vw;
  }
}
.yellow-marker {
  background: #FFF290;
}
.services_img {
  width: 50%;
}
.counseling_img {
  width: 30%;
}
.services_img img, .counseling_img img {
  width: 100%;
  display: inline-block;
}
.counseling_img img {
  border-radius: 5px;
}
.counseling_img img:nth-child(n+2) {
  margin-block-start: 25px;
}
.services_txt {
  width: 45%;
}
.counseling_txt {
  width: 65%;
}
.counseling_other {
  background: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  margin: 30px auto;
  box-shadow: 2px 2px 5px rgb(180 186 196 / 31%);
  width: 80%;
  text-align: center;
}
.counseling_other p {
  text-align: center;
}
@media screen and (max-width:768px) {
  .services_img, .services_txt {
    width: 100%;
  }
  .services_img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:620px) {
  .counseling_img {
    width: 60%;
  }
  .counseling_txt {
    width: 100%;
    padding-left: 16vw;
    margin-top: 10px;
  }
  .counseling_other {
    background: #fff;
    border-radius: 5px;
    padding: 20px 2vw;
    margin: 30px auto;
    box-shadow: 2px 2px 5px rgb(180 186 196 / 31%);
    width: 100%;
    text-align: center;
  }
}
.introBox {
  position: relative;
}
.mouthpiece .introBox::after {
  content: "";
  background: url(img/mp_00.png) no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 400px;
  display: block;
  position: absolute;
  top: 62px;
  left: 47%;
  z-index: -1;
  opacity: 0.5;
}
#sec4 {
  position: relative;
}
#sec4::after {
  content: "";
  background: url(img/mp_01.png) no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  top: -7%;
  left: 66%;
  z-index: -1;
  opacity: 0.5;
}
.lingual .introBox::after {
  content: "";
  background: url(img/lingual_00.png) no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 400px;
  display: block;
  position: absolute;
  top: -69px;
  left: 47%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width:768px) {
  .mouthpiece .introBox::after {
    top: -50px;
    left: -30%;
  }
  #sec4::after {
    width: 100vw;
    height: 100vw;
    display: block;
    position: absolute;
    top: 1%;
    left: 29%;
    z-index: -1;
    opacity: 0.3;
  }
  .lingual .introBox::after {
    top: -69px;
    left: 10%;
  }
}
/* -----------------------------
  customized ortho page
------------------------------ */
.flexbox.custom {
  column-gap: 8%;
  justify-content: center;
  margin-block-end: 1rem;
}
.flexbox.custom .imgBox {
  width: 45%;
  margin-block-end: 0;
}
.flexbox.custom .imgBox img {
  object-fit: cover;
  aspect-ratio: 1.6 / 1;
  overflow: hidden;
  margin-block-end: 1rem;
  border-radius: 7px;
}
.flexbox.custom .imgBox p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.flexbox.custom.hasBg {
  background: #f2f2f2;
  padding: 2rem 1.5rem 0;
  border-radius: 8px;
  margin-block: 3rem;
}
@media screen and (max-width:620px) {
  .imgBox38.c-f {
    width: 50%;
    border-radius: 100vh;
    display: flex;
    margin-block-end: 1vw;
    margin-inline: auto;
  }
  .flexbox.custom.hasBg {
    padding: 2vw 1vw 0;
  }
  .flexbox.custom.hasBg .imgBox p {
    margin-block-end: 0;
  }
  .flexbox.custom .imgBox p {
    font-size: 13px;
    line-height: 1.5;
  }
}
/* -----------------------------
  bridal page
------------------------------ */
.bridal .introBox::before {
  content: "";
  background: url("img/bridal_img00_a.jpg") no-repeat;
  background-size: 100% auto;
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  top: 62px;
  left: -60%;
  z-index: -1;
  opacity: 0.5;
}
.bridal .introBox::after {
  content: "";
  background: url("img/bridal_img00_b.jpg") no-repeat;
  background-size: 100% auto;
  width: 470px;
  height: 470px;
  display: block;
  position: absolute;
  top: -235px;
  right: -56%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width:768px) {
  .bridal .introBox::before {
    width: 60vw;
    height: 60vw;
    top: unset;
    bottom: -46vw;
    left: -27vw;
  }
  .bridal .introBox::after {
    width: 63vw;
    height: 63vw;
    top: -78px;
    right: -22vw;
  }
  .bridal .introBox {
    margin: 50px auto 190px;
  }
}
h3.worriesHeader {
  background: #fed09f;
  border-radius: 15px;
  padding: 15px 15px 15px 107px;
  width: 70%;
}
h3.worriesHeader::after {
  display: none;
}
h3.worriesHeader::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("./img/icon_1.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
h3.worriesHeader.icon2::before {
  background: url("./img/icon_2.png") no-repeat;
  background-size: 100% auto;
}
h3.worriesHeader.icon3::before {
  background: url("./img/icon_3.png") no-repeat;
  background-size: 100% auto;
}
.worriesAnswer {
  padding: 1em;
  background: #ffedda;
}
@media screen and (max-width:768px) {
  h3.worriesHeader {
    width: 100%;
    font-size: clamp(15px, 4vw, 18px);
    padding: 3vw 3vw 3vw 24vw;
  }
  h3.worriesHeader::before {
    width: 20vw;
    height: 20vw;
  }
}