@charset "UTF-8";
/*
Theme Name: Genova Template
File: aligner_correction.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the aligner_correction-page css
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
body {
  color: #4d463b;  
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav > li > a:hover:before, #header .header_menu .g_nav > li > span:hover:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 14px 16px;
    border-color: transparent transparent #539065 transparent;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    min-height: 84.81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 12px;
    min-height: 67.53px;
  }
}
@media screen and (max-width: 767px) {
  #content img {
    width: 100%;
  }
}
.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 1;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  width: 58px;
  height: 58px;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/prev.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.slick-slider .slick-arrow.slick-next {
  left: 54px;
  background: url("../img/next.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.two-columns dl {
  background: #eff0f4;
}
.two-columns dl dt {
  background: #7a99c1;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  padding-top: 82px;
  z-index: 1;
  position: relative;
  color: #fff;
  overflow: hidden;
}
#mainimage .kv-catch {
  position: relative;
  z-index: 1;
}
#mainimage .kv-img {
  margin-top: -30vw;
}

@media screen and (min-width: 768px) {
  #mainimage {
    height: 767px;
  }
  #mainimage .kv-catch {
    position: absolute;
    top: 18px;
    left: 16px;
    bottom: 15px;
    background-image: url(../img/aligner-correction/bg_blur.png);
    background-position: center top;
    background-repeat: repeat;
    width: 50%;
    max-width: 690px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 69px;
  }
  #mainimage .kv-catch .inner {
    max-width: 551px;
  }
  #mainimage .kv-img {
    position: absolute;
    top: 18px;
    left: 16px;
    right: 16px;
    bottom: 15px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #mainimage .kv-catch {
    padding: 60px 20px;
    align-items: center;
  }
  #mainimage .kv-img img {
    -o-object-position: 65%;
       object-position: 65%;
  }
}
/*--------------------------------------
	WORRIES section
--------------------------------------*/
#worries {
  position: relative;
}
#worries:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ebe0c4;
  z-index: -1;
}
#worries .inside {
  position: relative;
  filter: drop-shadow(0px 3px 20px rgba(137, 137, 137, 0.16));
  padding: 48px 0px 64px;
}
#worries .inside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/aligner-correction/bg_dots.jpg") repeat center top, #ebe0c4;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
}
#worries .worries-top {
  position: relative;
}
#worries .worries-top .worries-person {
  max-width: 103px;
  margin: -15px 0px -15px 15px;
  position: relative;
  z-index: 1;
}
#worries .worries-top .worries-ttl {
  color: #7a99c1;
  line-height: 1.19;
  font-size: 36px;
}
#worries .worries-top .worries-ttl span {
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#worries .worries-top .worries-ttl span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: url(../img/aligner-correction/line_dashed_sp.png), url(../img/aligner-correction/line_dashed_right_sp.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
#worries .worries-top .worries-box {
  color: #363636;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 3px 30px rgba(157, 157, 157, 0.16);
  line-height: 1.5;
  border-radius: 10px;
  padding: 19px 21px 30px 13px;
  margin-top: 33px;
}
#worries .worries-top .worries-box:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(-29deg);
  background-image: url(../img/aligner-correction/icon_play.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 29px;
}
#worries .worries-top .worries-box li {
  position: relative;
  padding-left: 16px;
}
#worries .worries-top .worries-box li:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0px;
}
#worries .worries-top .worries-box li + li {
  margin-top: 8px;
}
#worries .worries-bottom {
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#worries .worries-bottom .item {
  box-shadow: 0px 3px 30px rgba(157, 157, 157, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background: #7a99c1;
  padding-bottom: 16px;
  width: calc(50% - 15px);
  margin: 8px 7.5px 0px;
}
#worries .worries-bottom .item .worries-img {
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  min-height: 85px;
  padding: 0px 20px;
}
#worries .worries-bottom .item dl {
  color: #fff;
  text-align: center;
  padding: 8px 10px 0px;
}
#worries .worries-bottom .item dl dt {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
#worries .worries-bottom .item dl dt small {
  font-size: 15px;
}
#worries .worries-bottom .item dl dd {
  font-size: 14px;
  line-height: 1.42;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #worries .inside {
    padding-top: 106px;
    padding-bottom: 120px;
  }
  #worries .inside::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 66%, 50% 100%, 0 66%);
            clip-path: polygon(0% 0%, 100% 0, 100% 66%, 50% 100%, 0 66%);
  }
  #worries .worries-top {
    justify-content: space-between;
  }
  #worries .worries-top .worries-person {
    position: absolute;
    left: 90px;
    bottom: 0px;
    margin: 0px;
  }
  #worries .worries-top .worries-ttl {
    font-size: 41px;
    line-height: 1.04;
  }
  #worries .worries-top .worries-ttl span {
    padding-left: 0px;
    padding-right: 0px;
  }
  #worries .worries-top .worries-ttl span:before {
    bottom: -27px;
    background: url(../img/aligner-correction/line_dashed.png), url(../img/aligner-correction/line_dashed_right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
  }
  #worries .worries-top .worries-box {
    width: 66%;
    max-width: 718px;
    padding: 48px 65px;
    margin-top: 0px;
  }
  #worries .worries-top .worries-box:before {
    left: -28px;
    bottom: 68px;
    width: 64px;
    height: 58px;
    transform: none;
  }
  #worries .worries-top .worries-box li {
    padding-left: 20px;
  }
  #worries .worries-top .worries-box li + li {
    margin-top: 0;
  }
  #worries .worries-top .worries-person {
    max-width: 116px;
    margin-top: 0px;
  }
  #worries .worries-bottom .item {
    width: calc(25% - 26px);
    max-width: 250.5px;
    padding-bottom: 21px;
    margin: 35px 13px 0px;
  }
  #worries .worries-bottom .item .worries-img {
    min-height: 147px;
    padding: 0px;
  }
  #worries .worries-bottom .item .worries-img img{
	  max-width: 168px;
  }
  #worries .worries-bottom .item dl {
    padding: 14px 19px 0px;
  }
  #worries .worries-bottom .item dl dt {
    padding-bottom: 12px;
  }
  #worries .worries-bottom .item dl dt small {
    font-size: 16px;
  }
  #worries .worries-bottom .item dl dd {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  #worries .inside:before {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 82%, 50% 100%, 0 82%);
            clip-path: polygon(0% 0%, 100% 0, 100% 82%, 50% 100%, 0 82%);
  }
  #worries .worries-top .worries-person {
    left: 50px;
  }
  #worries .worries-top .worries-ttl {
    font-size: 31px;
  }
  #worries .worries-top .worries-box {
    padding: 28px 20px;
  }
  #worries .worries-bottom .item {
    width: calc(50% - 26px);
  }
}

/*--------------------------------------
	solution section
--------------------------------------*/
#solution {
  position: relative;
  margin-top: -40px;
  padding-bottom: 32px;
}
#solution:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../img/aligner-correction/bg_gradient_sp.png), url(../img/aligner-correction/solution_bg_sp.jpg);
  background-position: center top, center top;
  background-repeat: repeat-x, no-repeat;
  background-size: 100% auto, cover;
  z-index: -1;
}
#solution .solution-ttl {
  background: #6c675f;
  color: #fff;
  border-radius: 46px;
  margin: 0px auto;
  display: block;
  line-height: 1.3335;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 14px;
  position: relative;
}
#solution .solution-ttl:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 9.5px 0 9.5px;
  border-color: #6C675F transparent transparent transparent;
  margin: 0px auto;
}
#solution .solution-title {
  justify-content: center;
  align-items: center;
}
#solution .solution-tit {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #7a99c1;
}
#solution .solution-img {
  margin-left: -6px;
  width: 108px;
}
#solution .solution-txt {
  margin-top: 12px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #4D463B;
  align-items: flex-end;
  justify-content: center;
}
#solution .solution-txt .txt-left {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
#solution .solution-txt .txt-left small {
  font-size: 24px;
  display: block;
  line-height: 2;
}
#solution .solution-txt .txt-right {
  letter-spacing: 0.05em;
  font-size: 42px;
  line-height: 1;
  align-items: flex-end;
  justify-content: center;
}
#solution .solution-txt .txt-right span {
  font-size: 143px;
  line-height: 1;
  color: #93BDB9;
}
#solution .solution-group-btn {
  margin: 30px -20px 0px;
  flex-wrap: wrap;
  justify-content: center;
}
#solution .solution-group-btn .btn-circle {
  background: rgba(104, 165, 159, 0.8);
  border-radius: 50%;
  line-height: 1.18;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin: -9px -11px 0px;
}
#solution .solution-group-btn .btn-circle small {
  font-size: 14px;
  display: block;
}
#solution .solution-group-btn .btn-circle a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 135px;
  height: 135px;
  position: relative;
}
#solution .solution-group-btn .btn-circle a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 11px;
  background-image: url(../img/aligner-correction/icon_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  margin: 0px auto;
}
#solution .solution-group-btn .btn-circle a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #solution {
    margin-top: -47px;
    padding-bottom: 92px;
  }
  #solution:before {
    top: -209px;
    background: url(../img/aligner-correction/bg_gradient.png), url(../img/aligner-correction/solution_bg.jpg);
    background-position: center top, center top;
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover;
  }
  #solution .solution-ttl {
    max-width: 545px;
    border-radius: 32px;
  }
  #solution .solution-title {
    margin-top: -12px;
  }
  #solution .solution-tit {
    font-size: 48px;
  }
  #solution .solution-img {
    width: 180px;
  }
  #solution .solution-txt {
    margin-top: -20px;
    padding-bottom: 19px;
  }
  #solution .solution-txt .txt-left {
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #solution .solution-txt .txt-right {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
  #solution .solution-txt .txt-right span {
    font-size: 203px;
  }
  #solution .solution-group-btn {
    margin-top: 26px;
    align-items: flex-start;
  }
  #solution .solution-group-btn .btn-circle {
    font-size: 48px;
    margin: 0px -50px;
  }
  #solution .solution-group-btn .btn-circle:nth-child(odd) {
    margin-top: 150px;
  }
  #solution .solution-group-btn .btn-circle small {
    font-size: 32px;
  }
  #solution .solution-group-btn .btn-circle a {
    width: 294px;
    height: 294px;
  }
  #solution .solution-group-btn .btn-circle a:before {
    bottom: 24px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #solution:before {
    top: -90px;
    background-position: center top, right 20% top;
  }
  #solution .solution-group-btn {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  #solution .solution-group-btn .btn-circle {
    margin: -9px -9px 0px;
    font-size: 40px;
  }
  #solution .solution-group-btn .btn-circle small {
    font-size: 22px;
  }
  #solution .solution-group-btn .btn-circle a {
    width: 250px;
    height: 250px;
  }
  #solution .solution-group-btn .btn-circle a:before {
    bottom: 11px;
  }
  #solution .solution-group-btn .btn-circle:nth-child(odd) {
    margin-top: -9px;
  }
  #solution .solution-txt .txt-left, #solution .solution-txt .txt-right {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-group-btn .btn-circle.fz-21 {
    font-size: 21px;
  }
}

/*--------------------------------------
	CASE section
--------------------------------------*/
#case {
  margin-top: 59px;
}
#case .slick-track {
  padding-top: 62px;
}
#case .ribbon {
  background: #e6d5ab;
  border-left: var(--f) solid #BFAD81;
  border-bottom: var(--r) solid #e6d5ab;
}
@media screen and (max-width: 767px) {
  #case {
    margin-top: 79px;
  }
  #case .slick-track {
    padding-top: 44px;
  }
}

/*--------------------------------------
	 TREATMENT section
--------------------------------------*/
#treatment {
  background-image: url(../img/aligner-correction/bg_dots.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding-top: 57px;
  padding-bottom: 45px;
}
#treatment .treatment-top .treatment-ttl {
  color: #7a99c1;
  letter-spacing: 0.1em;
  line-height: 1.38;
  font-weight: 600;
  font-size: 36px;
}
#treatment .treatment-top .treatment-ttl small {
  color: #6c675f;
  display: block;
  font-weight: 400;
  font-size: 20px;
}
#treatment .treatment-top .txt {
  margin-top: 9px;
  padding-top: 12px;
  border-top: 1px dashed #6C675F;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
#treatment .treatment-mid {
  margin-top: 67px;
}
#treatment .treatment-mid h3 {
  background: #93bdb9;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.5;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 14px 21px 13px;
}
#treatment .treatment-mid h4 {
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #6c675f;
  margin-bottom: 14px;
}
#treatment .treatment-mid .box {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(162, 162, 162, 0.16);
  padding: 15px;
}
#treatment .treatment-mid .treatment-img {
  margin-top: 44px;
}
#treatment .treatment-mid .txt-box {
  letter-spacing: 0.05em;
}
#treatment .treatment-mid .row + .row {
  margin-top: 32px;
}
#treatment .treatment-bottom {
  margin-top: 20px;
}
#treatment .treatment-bottom h3 {
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
}
#treatment .treatment-bottom h3 span {
  position: relative;
}
#treatment .treatment-bottom h3 span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../img/aligner-correction/line_dashed2.png), url(../img/aligner-correction/line_dashed2_right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
#treatment .treatment-bottom h3 em {
  border-radius: 41px;
  background: #e6d5ab;
  display: block;
  margin: 0px auto;
  font-size: 24px;
}
#treatment .treatment-bottom h3 em + em {
  margin: 8px auto 4px auto;
}
#treatment .treatment-bottom .box {
  margin-top: 12px;
  box-sizing: border-box;
  padding: 17px 0px 26px;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(162, 162, 162, 0.16);
}
#treatment .treatment-bottom .box .inner-box {
  position: relative;
  overflow-x: auto;
  margin-left: 118px;
}
#treatment .treatment-bottom .box .step {
  position: absolute;
  top: 17px;
  left: 0px;
  right: 0px;
}
#treatment .treatment-bottom .box .step li {
  display: flex;
  align-items: center;
}
#treatment .treatment-bottom .box .step li em {
  background: #7a99c1;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 16px;
  padding: 3px 12px;
  min-height: 50px;
  width: 100%;
}
#treatment .treatment-bottom .box .step li span {
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background: #fff;
  color: #7a99c1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 15px;
  width: 26px;
  height: 26px;
}
#treatment .treatment-bottom .box .step .step-top em {
  margin-top: 31.5px;
}
#treatment .treatment-bottom .box .step li + li {
  margin-top: 8px;
}
#treatment .treatment-bottom .box h5 {
  background: #93bdb9;
  border-radius: 41px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 10.5px 0px;
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
#treatment .treatment-bottom .box .inner-col {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  width: 400px;
}
#treatment .treatment-bottom .box .inner-col-top [class^=col] {
  padding-top: 0;
}
#treatment .treatment-bottom .box .inner-col-top [class^=col]:before {
  top: 30.5px;
}
#treatment .treatment-bottom .box [class^=col] {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 197px;
  min-height: 110px;
  padding: 24px 11px 24px;
}
#treatment .treatment-bottom .box [class^=col]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #eff0f4;
  z-index: -1;
  border-radius: 10px;
}
#treatment .treatment-bottom .box [class^=col] + [class^=col] {
  margin-left: 6px;
}
#treatment .treatment-bottom .box .inner-col + .inner-col {
  margin-top: 8px;
}
#treatment .treatment-bottom .box .treatment-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
  color: #082034;
}
#treatment .treatment-bottom .box .treatment-list span {
  font-size: 18px;
  line-height: 1;
}
#treatment .treatment-bottom .box .treatment-list small {
  font-size: 14px;
}
#treatment .treatment-bottom .box .treatment-list li + li {
  margin-top: 8px;
}
#treatment .treatment-bottom .box .treatment-list li {
  position: relative;
  padding-left: 17px;
}
#treatment .treatment-bottom .box .treatment-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background-image: url(../img/aligner-correction/icon_check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 7px;
}
#treatment .treatment-bottom .box .treatment-list [class^=row] {
  padding-left: 0;
}
#treatment .treatment-bottom .box .treatment-list [class^=row]:before {
  display: none;
}
#treatment .treatment-bottom .box .treatment-list [class^=row] dl {
  display: flex;
  justify-content: center;
  text-align: center;
}
#treatment .treatment-bottom .box .treatment-list [class^=row] dt, #treatment .treatment-bottom .box .treatment-list [class^=row] dd {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}
#treatment .treatment-bottom .box .treatment-list [class^=row] dt {
  color: #fff;
}
#treatment .treatment-bottom .box .treatment-list [class^=row] dd {
  background: #fff;
}
#treatment .treatment-bottom .box .treatment-list .row1 dt {
  background: #a5bede;
}
#treatment .treatment-bottom .box .treatment-list .row2 dt {
  background: #7a99c1;
}
#treatment .treatment-bottom .box .col-right.col-right-special {
  padding-left: 11px;
  padding-right: 11px;
}
@media screen and (min-width: 768px) {
  #treatment {
    padding-top: 92px;
    padding-bottom: 116px;
  }
  #treatment .treatment-top {
    justify-content: space-between;
  }
  #treatment .treatment-top .treatment-ttl {
    font-size: 48px;
    border-bottom: none;
    padding-bottom: 9px;
  }
  #treatment .treatment-top .treatment-ttl small {
    font-size: 24px;
  }
  #treatment .treatment-top .txt {
    width: calc(100% - 402px);
    max-width: 679px;
    box-sizing: border-box;
    border-top: none;
    border-left: 1px dashed #6C675F;
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 37px;
  }
  #treatment .treatment-mid {
    margin-top: 60px;
  }
  #treatment .treatment-mid h3 {
    font-size: 32px;
    max-width: 507px;
    text-align: left;
    padding: 12px 0px 11px 43px;
  }
  #treatment .treatment-mid h4 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #treatment .treatment-mid .box {
    padding: 57px 59px 57px 42px;
    justify-content: space-between;
  }
  #treatment .treatment-mid .col-txt {
    width: 56%;
    max-width: 557px;
  }
  #treatment .treatment-mid .treatment-img {
    width: 40%;
    max-width: 360px;
    margin-top: 0px;
  }
  #treatment .treatment-mid .txt-box {
    letter-spacing: 0.2em;
  }
  #treatment .treatment-mid .row + .row {
    margin-top: 48px;
  }
  #treatment .treatment-bottom {
    margin-top: 92px;
  }
  #treatment .treatment-bottom h3 {
    font-size: 28px;
  }
  #treatment .treatment-bottom h3 span {
    padding: 0px 40px;
  }
  #treatment .treatment-bottom h3 span:before {
    left: 0px;
    right: 0px;
    bottom: -15px;
  }
  #treatment .treatment-bottom h3 em {
    width: 313px;
    font-size: 28px;
    display: inline-block;
  }
  #treatment .treatment-bottom h3 em + em {
    margin-left: 18px;
    margin-right: 10px;
  }
  #treatment .treatment-bottom .box {
    margin-top: 27px;
    padding: 48px 30px 50px;
  }
  #treatment .treatment-bottom .box .inner-box {
    margin-left: 244px;
  }
  #treatment .treatment-bottom .box .step {
    top: 48px;
    left: 30px;
    right: 30px;
  }
  #treatment .treatment-bottom .box .step li em {
    padding: 16px;
    font-size: 24px;
    line-height: 1;
  }
  #treatment .treatment-bottom .box .step li span {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  #treatment .treatment-bottom .box .step .step-top em {
    margin-top: 31.5px;
  }
  #treatment .treatment-bottom .box .step li + li {
    margin-top: 12px;
  }
  #treatment .treatment-bottom .box h5 {
    font-size: 20px;
    max-width: 277px;
    margin: 0px 21px 14px 21px;
    line-height: 2;
    padding: 6px 0px;
  }
  #treatment .treatment-bottom .box .inner-col {
    margin-right: 20px;
    width: 756px;
  }
  #treatment .treatment-bottom .box .inner-col-top [class^=col]:before {
    top: 26px;
  }
  #treatment .treatment-bottom .box [class^=col] {
    width: 372px;
    min-height: 141px;
    padding: 30px 25px 30px 25px;
  }
  #treatment .treatment-bottom .box [class^=col] + [class^=col] {
    margin-left: 12px;
  }
  #treatment .treatment-bottom .box .inner-col + .inner-col {
    margin-top: 12px;
  }
  #treatment .treatment-bottom .box .treatment-list {
    font-size: 16px;
  }
  #treatment .treatment-bottom .box .treatment-list span {
    font-size: 24px;
  }
  #treatment .treatment-bottom .box .treatment-list small {
    font-size: 14px;
  }
  #treatment .treatment-bottom .box .treatment-list li {
    padding-left: 28px;
  }
  #treatment .treatment-bottom .box .treatment-list li:before {
    width: 17px;
    height: 12px;
  }
  #treatment .treatment-bottom .box .treatment-list [class^=row] dt, #treatment .treatment-bottom .box .treatment-list [class^=row] dd {
    padding: 4.5px;
    min-height: 33px;
  }
  #treatment .treatment-bottom .box .treatment-list [class^=row] dt {
    width: 109px;
  }
  #treatment .treatment-bottom .box .treatment-list [class^=row] dd {
    width: 170px;
    margin-left: 8px;
  }
  #treatment .treatment-bottom .box .col-right.col-right-special {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #treatment .treatment-bottom h3 span:before {
    bottom: 0px;
  }
  #treatment .treatment-bottom h3 em {
    display: block;
    margin: 0px auto;
  }
  #treatment .treatment-bottom h3 em + em {
    margin: 8px auto 4px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  #treatment .treatment-top .treatment-ttl {
    letter-spacing: 0;
  }
  #treatment .treatment-top .txt {
    width: calc(100% - 382px);
    padding-left: 27px;
  }
  #treatment .treatment-mid h4 {
    font-size: 25px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #treatment .treatment-bottom h3 span {
    display: block;
    padding: 0px 20px;
  }
  #treatment .treatment-bottom h3 em {
    margin: 0px auto;
  }
  #treatment .treatment-bottom h3 em + em {
    margin: 6px auto 0px auto;
  }
}

/*--------------------------------------
	COMMITMENT section
--------------------------------------*/
#commitment {
  background: #eff0f4;
  padding-bottom: 48px;
}
#commitment .commitment-title {
  background-image: url(../img/aligner-correction/commitment_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16px;
}
#commitment .commitment-title .title-global {
  margin: 6px 0px 0px 0px;
}
#commitment .commitment-title .title-global em {
  background: none;
}
#commitment .commitment-title .title-global .ttls-jp {
  color: #fff;
}
#commitment .commitment-title .commitment-catch {
  width: 146px;
  margin: 0px auto;
}
#commitment .commitment-inner {
  margin-top: 49px;
}
#commitment .commitment-inner .row {
  position: relative;
}
#commitment .commitment-inner .row + .row {
  margin-top: 64px;
}
#commitment .commitment-inner .commitment-tit {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  color: #7a99c1;
  border-bottom: 1px dashed #6C675F;
  align-items: flex-start;
}
#commitment .commitment-inner .commitment-tit .commitment-num {
  border-radius: 50%;
  min-width: 47px;
  height: 47px;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/aligner-correction/bg_point.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
}
#commitment .commitment-inner .commitment-tit .commitment-num small {
  display: block;
  font-size: 5px;
}
#commitment .commitment-inner .commitment-tit dd {
  margin-left: 7px;
}
#commitment .commitment-inner .commitment-img {
  margin-top: 12px;
}
#commitment .commitment-inner .commitment-txt {
  /* font-family: "Noto Sans JP", sans-serif; */
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #commitment {
    padding-bottom: 129px;
  }
  #commitment .commitment-title {
    padding-bottom: 18px;
  }
  #commitment .commitment-title .commitment-title-inner {
    align-items: center;
    justify-content: center;
  }
  #commitment .commitment-title .commitment-catch {
    margin: -39px 0px 0px 0px;
    width: auto;
    min-width: 146px;
  }
  #commitment .commitment-title .title-global {
    margin: 0px 0px 0px 20px;
    padding-top: 24px;
  }
  #commitment .commitment-inner {
    margin-top: 121px;
  }
  #commitment .commitment-inner .row {
    min-height: 311px;
  }
  #commitment .commitment-inner .row + .row {
    margin-top: 120px;
  }
  #commitment .commitment-inner .commitment-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 47%;
    max-width: 502px;
    min-height: 311px;
  }
  #commitment .commitment-inner .commitment-tit {
    font-size: 32px;
    line-height: 1.56;
    align-items: center;
    width: 47%;
    max-width: 505px;
  }
  #commitment .commitment-inner .commitment-tit .commitment-num {
    min-width: 74px;
    height: 74px;
    font-size: 34px;
  }
  #commitment .commitment-inner .commitment-tit .commitment-num small {
    font-size: 9px;
  }
  #commitment .commitment-inner .commitment-tit dd {
    margin-left: 19px;
    letter-spacing: 0.05em;
  }
  #commitment .commitment-inner .commitment-txt {
    letter-spacing: 0.2em;
    width: 47%;
    max-width: 505px;
  }
  #commitment .commitment-inner .row:nth-child(odd) .commitment-img {
    left: 0px;
  }
  #commitment .commitment-inner .row:nth-child(odd) .commitment-tit, #commitment .commitment-inner .row:nth-child(odd) .commitment-txt {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #commitment .commitment-title .title-global .ttls-jp {
    line-height: 1.38;
  }
}

/*--------------------------------------
	TEAM section
--------------------------------------*/
.team-global {
  margin-top: 77px;
}
.team-global h2 {
  color: #4D463B;
}
.team-global .btn-link2 {
  background: #7A99C1;
}
@media screen and (max-width: 767px) {
  .team-global {
    margin-top: 40px;
  }
}

#system .set1 .right h2 {
  color: #4D463B;
}
#system .set1 .right .txt {
  color: #1C140A;
}
#system .set2 .item .stt {
  background: #4D463B;
}
#system .set2 .item h4 {
  color: #4D463B;
}
#system .set3 h3 span {
  background: #7A99C1;
}

#patient .group::before {
  background: #FFF9EB;
}
#patient .group .right .txt {
  color: #585C5D;
}
#patient .group .right h3 {
  color: #7A99C1;
}
@media screen and (max-width: 767px) {
  #system .set2 .item h4 {
    height: auto !important;
  }
  #patient .group .right .txt {
    color: #585C5D;
  }
}

#point2:before {
  border-bottom-color: #4D463B;
}
#point2 .point01 h3, #point2 .point02 h3 {
  color: rgba(108, 103, 95, 0.24);
}
#point2 .point01 .group, #point2 .point02 .group {
  background: url("../img/aligner-correction/deco2.png") no-repeat bottom -1px left, url("../img/aligner-correction/deco1.png") no-repeat bottom left, #fff;
}
#point2 .point01 .group .left h4, #point2 .point02 .group .left h4 {
  color: #4D463B;
}
#point2 .point01 .group .left .txt, #point2 .point02 .group .left .txt {
  color: #4D463B;
}
#point2 .point02 .group {
  background: url("../img/aligner-correction/deco4.png") no-repeat bottom right, url("../img/aligner-correction/deco3.png") no-repeat bottom -1px right, #fff;
}
#point2 .set1 h4 {
  color: #4D463B;
}
#point2 .set1 ul .tit {
  color: #4D463B;
  border-color: #4D463B;
}
#point2 .set2 h3 {
  color: #6C675F;
}
#point2 .set2 h3 span:before, #point2 .set2 h3 span:after {
  background: #6C675F;
}
#point2 .set2 .flex .item h4 {
  color: #7a99c1;
}
@media screen and (max-width: 767px) {
  #point2 .set2 .flex .item h4{
    height: auto !important;
  }
  #point2 .point01 .group, #point2 .point02 .group {
    background: url("../img/aligner-correction/deco2_sp.png") no-repeat bottom -1px left/100% auto, url("../img/aligner-correction/deco1_sp.png") no-repeat bottom left/100% auto, #fff;
  }
}

/*--------------------------------------
	DOCTOR section
--------------------------------------*/
#doctor {
  margin-top: 67px;
  z-index: 0;
  background: #7A99C1;
}
#doctor .inner {
  margin-top: 84px;
}
/* #doctor .inner:before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  top: 84px;
  height: 371px;
  background: #7A99C1;
  z-index: -1;
} */


#doctor .group .group-img .doctor-img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  background-image: url(../img/aligner-correction/bg_blur_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

#doctor .doctor-slide .item .name {
  color: #fff;
  margin: 0px;

}
#doctor .doctor-slide .item .name small {
  color: #fff;
}


#doctor .title-global:before{
  border-top: 1px dashed #fff;
}
#doctor .title-global:after{
  border-top: 1px dashed #fff;
}
#doctor .title-global em{
  background: #7A99C1;
}
#doctor .title-global .ttls-jp{
  color: #fff;
}
#doctor .title-global .ttls-jp small{
  color: #fff;
}
#doctor .title-global .ttls-en{
  color: #fff;
}


@media screen and (max-width: 767px) {
  
  #doctor .inner {
    margin-top: 27px;
  }
  #doctor .inner:before {
    background: #fff9eb;
  }
}

/*--------------------------------------
	FEE section
--------------------------------------*/
#fee {
  margin-top: 146px;
}
#fee .two-columns {
  margin-top: 43px;
}
#fee .two-columns dl {
  font-size: 20px;
}
#fee .two-columns dl dt, #fee .two-columns dl dd {
  width: 50%;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}
#fee .two-columns dl dd {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
  border-right: 1px solid #fff;
}
#fee .fee-txt {
  letter-spacing: 0.2em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #fee {
    margin-top: 80px;
  }
  #fee .two-columns {
    margin-top: 26px;
  }
  #fee .two-columns dl {
    font-size: 16px;
  }
  #fee .two-columns dl dt, #fee .two-columns dl dd {
    width: 100%;
  }
  #fee .two-columns dl dt {
    padding: 12px 14px;
    font-size: 16px;
  }
  #fee .two-columns dl dd {
    padding: 12px 24px;
  }
  #fee .fee-txt {
    font-size: 12px;
  }
  #fee .fee-txt li + li {
    margin-top: 6px;
  }
}

/*--------------------------------------
	Achievements section
--------------------------------------*/
#achievements {
  margin-top: 84px;
}
#achievements .two-columns {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #achievements {
    margin-top: 42px;
  }
  #achievements .two-columns {
    margin-top: 30px;
  }
}

/*--------------------------------------
	qa section
--------------------------------------*/
#qa {
  margin-top: 71px;
  margin-bottom: 77px;
}
#qa .group-acc {
  margin-top: 52px;
}
#qa .accordion p {
  background: transparent;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.46;
  padding: 0px 44px 0px 0px;
  color: #4d463b;
}
#qa .accordion p.acv_open:after {
  display: none;
}
#qa .accordion p:before {
  content: "";
  position: absolute;
  top: 16px;
  left: auto;
  right: 0px;
  background: #7a99c1;
  width: 34px;
  height: 2px;
  display: block;
}
#qa .accordion p:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 16px;
  background: #7a99c1;
  width: 2px;
  height: 34px;
}
#qa .accordion p span {
  font-family: "Fira Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #7a99c1;
  margin-right: 20px;
  border-right: 1px solid #7a99c1;
  padding: 0px 20px 0px 0px;
}
#qa .accordion ul {
  background: #fff9eb;
  /* font-family: "Noto Sans JP", sans-serif; */
  margin-top: 20px;
}
#qa .accordion ul li {
  padding: 23px 29px;
}
#qa .accordion ul li span {
  color: #93bdb9;
  font-size: 42px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-right: 20px;
  border-right: 1px solid #93bdb9;
  padding-right: 20px;
}
#qa .accordion + .accordion {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #qa {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  #qa .group-acc {
    margin-top: 17px;
  }
  #qa .accordion p {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 30px;
  }
  #qa .accordion p:before {
    top: 9px;
    width: 20px;
  }
  #qa .accordion p:after {
    right: 9px;
    height: 20px;
  }
  #qa .accordion p span {
    font-size: 32px;
    margin-right: 8px;
    padding-right: 7px;
  }
  #qa .accordion ul {
    background: #fff9eb;
    margin-top: 7px;
  }
  #qa .accordion ul li {
    font-size: 14px;
    padding: 12px;
  }
  #qa .accordion ul li span {
    color: #93bdb9;
    font-size: 32px;
    margin-right: 8px;
    padding-right: 7px;
  }
}



.bnr-top{
  border-radius: 16px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  margin: 70px auto;
  max-width: 698px;
}
.bnr-top a{
  display: block;
}

@media screen and (max-width: 767px) {
  .bnr-top{
    margin: 70px 20px;
  }
}