@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}

body{
  color: #55514c;
  font-family: "Shippori Mincho", serif;
}

a{
  text-decoration: none;
  color: #55514c;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

li{
  list-style: none;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/*-------------------------------------------
HEADER
-------------------------------------------*/

.header{
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 110px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

.header__inner{
  margin: 0 auto;
  max-width: 1920px;
}

.header__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo{
  width: 409px;
}

.header__link{
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__tel{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #447787;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1;
}

.header__tel img{
  width: 17px;
}

.header__reserve{
  width: 231px;
  background-color: #987733;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 19px;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.header__reserve:hover{
  background-color: #987733;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.header__reserve img{
  width: 23px;
}

#g-nav{
  position: fixed;
  z-index: 999;
  top: -150%;
  left: 0;
	width: 100%;
  height: 100vh;
	background: #fff;
	transition: all 0.6s;
}

#g-nav.panelactive{
  top: 0;
}

#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  margin-top: 50px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#g-nav ul li{
  width: 50%;
}

#g-nav li a{
	padding: 10px;
	display: inline-block;
  font-size: 1.125rem;
	font-weight: bold;
  text-transform: uppercase;
}

#g-nav li a.g-nav__tel{
  padding: 0;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #447787;
}

#g-nav li a.g-nav__tel img{
  width: 15px;
}

#g-nav li a.g-nav__reserve{
  padding: 0;
  margin-top: 50px;
  color: #fff;
  background-color: #987733;
  width: 231px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  outline-offset: -4px;
  outline: 1px solid #fff;
  padding: 15px;
}

#g-nav li a.g-nav__reserve img{
  width: 23px;
}

.openbtn{
	position:fixed;
  z-index: 9999;
	top: 0px;
	right: 0px;
	cursor: pointer;
  width: 90px;
  height: 90px;
  background: linear-gradient(
    to right,
    #987733 0%,
    #7f7b77 100%
  );
}
	
/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 25px;
  height: 2px;
	background-color: #fff;
  width: 41px;
}

.openbtn span:nth-of-type(1) {
	top: 27px;	
}

.openbtn span:nth-of-type(2) {
	top: 42px;
}

.openbtn span:nth-of-type(3) {
	top: 57px;
}

.openbtn.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}

/*-------------------------------------------
MV
-------------------------------------------*/

.mv{
  margin: 0 auto;
  max-width: 1920px;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 4.6%;
  padding-right: 4.6%;
  margin-top: 80px;
}

.mv__inner{
  display: flex;
  justify-content: space-between;
}

.mv__phrase1{
  color: #55514c;
  font-size: 3.5rem;
  font-weight: 500;
  text-shadow:
    0 0 3px #fff,
    0 0 7px #fff,
    0 0 12px #fff,
    0 0 18px rgba(255, 255, 255, 0.8);
}

.mv__phrase2{
  color: #55514c;
  font-size: 6.5rem;
  font-weight: 500;
  text-shadow:
    0 0 3px #fff,
    0 0 7px #fff,
    0 0 12px #fff,
    0 0 18px rgba(255, 255, 255, 0.8);
}

.mv__phrase2 span{
  font-size: 8rem;
}

.mv__box{
  margin-top: 60px;
  display: flex;
  gap: 30px;
}

.mv__box1{
  width: 454px;
  background-color: #f7f4ed;
  outline: 2px solid #ba9866;
  outline-offset: -8px;
  padding: 22px;
  position: relative;
}

.mv__box1__text{
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}

.mv__box1__text span.ocher{
  color: #987733;
}

.mv__box1__text span.number{
  font-size: 4.875rem;
}

.mv__box1__asterisk{
  margin-top: 15px;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1;
}

.mv__box__left-top{
  width: 41px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.mv__box__right-top{
  width: 41px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.mv__box__left-bottom{
  width: 41px;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.mv__box__right-bottom{
  width: 41px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mv__box2{
  width: 454px;
  background-color: #f7f4ed;
  outline: 2px solid #ba9866;
  outline-offset: -8px;
  padding: 22px;
  position: relative;
}

.mv__box2__text{
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}

.mv__box2__text__first{
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1666;
}

.mv__box2__text__second{
  color: #987733;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
}

.mv__box2__text__second span{
  font-size: 4.875rem;
}

.mv__box2__asterisk{
  margin-top: 15px;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1;
}

.mv__right.pc{
  display: flex;
  align-items: end;
}

.mv__right.sp{
  display: none;
}

.mv__circle{
  width: 211px;
  height: 211px;
  border-radius: 50%;
  outline: 0.88px solid #fff;
  outline-offset: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(
    90deg,
    #987733 0%,
    #b59b67 30%,
    #dbcaa8 50%,
    #d9c297 62%,
    #d2ae70 80%,
    #cc9b4a 100%
  );
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.mv__circle1{
  transform: translateX(40px);
}

.mv__circle1__text1{
  font-size: 4.0625rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.mv__circle1__text2{
  margin-top: 10px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.mv__circle2{
  transform: translateY(-150px);
  position: relative;
  z-index: 2;
}

.mv__circle2__text1{
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1;
}

.mv__circle2__text2{
  margin-top: 10px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.mv__circle3{
  transform: translateX(-40px);
}

.mv__circle3__text1{
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1;
}

.mv__circle3__text2{
  margin-top: 5px;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
}

.mv__circle3__text2 span{
  font-size: 4.125rem;
}

.mv__circle3__text3{
  margin-top: 7px;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
}

.mv__reserve{
  margin: 0 auto;
  margin-top: 55px;
  display: block;
  width: 702px;
  background-color: #987733;
  text-align: center;
  color: #fff;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1;
  padding: 45px 10px;
  outline: 2px solid #dccba9;
  outline-offset: -8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.mv__reserve:hover{
  background-color: #987733;
  color: #fff;
  outline: 2px solid #dccba9;
  outline-offset: -8px;
}

/*-------------------------------------------
GALLERY
-------------------------------------------*/

.gallery{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  padding-top: 50px;
}

.gallery-bg{
  position: absolute;
  top: -95px;
  left: 0;
}

.gallery__title{
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #a9a5a1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.gallery__title__bar{
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.slider{
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.slider img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------
CERTIFICATION
-------------------------------------------*/

.certification{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #f6f4ed;
  padding-top: 285px;
  padding-bottom: 75px;
}

.certification__top{
  position: relative;
}

.certification__top p{
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #987733;
  line-height: 1;
  background-color: #f6f4ed;
  position: relative;
  z-index: 2;
  padding: 5px 25px;
}

.certification__top__bar{
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.certification__title{
  text-align: center;
  font-size: 4.875rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  transform: translateY(-35px);
  margin-bottom: -35px;
}

.certification__title span{
  font-size: 8.375rem;
  color: #987733;
}

.certification__image{
  margin: 0 auto;
  margin-top: 40px;
  max-width: 458px;
}

.certification__description{
  margin-top: 40px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.85;
}

.certification__box{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.certification__box1{
  width: 728px;
  background-image: url(../img/certification__box-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certification__box1::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

.certification__box1::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.certification__box1__text1{
  text-align: center;
  font-size: 2.75rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.certification__box1__text1::after{
  content: "";
  display: inline-block;
  width: 69%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.certification__box1__text2{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 35px;
  color: #fff;
}

.certification__box1__text2 p:first-of-type{
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.42;
}

.certification__box1__text2 p:last-of-type{
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
}

.certification__box1__text2 p:last-of-type span{
  font-size: 6.3125rem;
}

.certification__box1__text3{
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.56;
}

.certification__box2{
  width: 728px;
  background-image: url(../img/certification__box-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certification__box2::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

.certification__box2::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.certification__box2__text1{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

.certification__box2__text1::after{
  content: "";
  display: inline-block;
  width: 69%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.certification__box2__text2{
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 2.875rem;
  font-weight: bold;
}

.certification__box2__text3{
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.56;
}

/*-------------------------------------------
DOCTOR
-------------------------------------------*/

.doctor{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #dcd8d4;
  padding-top: 70px;
  padding-bottom: 75px;
}

.doctor__title{
  text-align: center;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.doctor__title__bar{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.doctor__title-ja{
  margin-top: 30px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #333;
  line-height: 1;
}

.doctor__box{
  margin: 0 auto;
  max-width: 1536px;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

.doctor__image{
  width: 29%;
}

.doctor__name{
  background-color: #987733;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.doctor__name-ja{
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
}

.doctor__name-en{
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1;
}

.doctor__image__title{
  margin-top: 30px;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.55;
  color: #333;
}

.doctor__description{
  width: 64.5%;
}

.doctor__description__phrase{
  text-align: center;
  font-size: 3.9375rem;
  font-weight: 600;
  line-height: 1.22;
}

.doctor__description__phrase span{
  color: #987733;
  font-size: 5rem;
}

.doctor__description__text{
  margin-top: 60px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

.doctor__description__box{
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}

.doctor__career{
  width: 46.3%;
}

.doctor__career__title{
  text-align: center;
  color: #987733;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
}

.doctor__career__title::before{
  content: "";
  display: inline-block;
  width: 170px;
  height: 1px;
  background-color: #987733;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.doctor__career__title::after{
  content: "";
  display: inline-block;
  width: 170px;
  height: 1px;
  background-color: #987733;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.doctor__career__list{
  margin-top: 15px;
}

.doctor__career__list li{
  margin-top: 10px;
  color: #987733;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.27;
}

.doctor__career__list li:first-of-type{
  margin-top: 0px;
}

.doctor__belong{
  width: 46.3%;
}

.doctor__belong__title{
  text-align: center;
  color: #987733;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
}

.doctor__belong__title::before{
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #987733;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.doctor__belong__title::after{
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #987733;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.doctor__belong__list{
  margin-top: 15px;
}

.doctor__belong__list li{
  margin-top: 10px;
  color: #987733;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.27;
}

.doctor__belong__list li:first-of-type{
  margin-top: 0px;
}

/*-------------------------------------------
PROOF
-------------------------------------------*/

.proof{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #f6f4ed;
  padding-top: 70px;
  padding-bottom: 60px;
}

.proof__top{
  position: relative;
  z-index: 2;
}

.proof__top p{
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  color: #987733;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  background-color: #f6f4ed;
  padding: 5px 25px;
}

.proof__top__bar{
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.proof__title{
  margin-top: 15px;
  text-align: center;
  font-size: 4.875rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
}

.proof__list{
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.proof__list li{
  background-color: #cbcbcb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

/*-------------------------------------------
CTA
-------------------------------------------*/

.cta{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.cta__title{
  text-align: center;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
}

.cta__text{
  margin-top: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.725;
}

.cta__link{
  margin: 0 auto;
  margin-top: 35px;
  max-width: 1152px;
  display: flex;
  justify-content: space-between;
}

.cta__reserve{
  width: 49%;
  max-width: 566px;
  display: block;
  background-color: #987733;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.cta__reserve:hover{
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.cta__tel{
  width: 49%;
  max-width: 566px;
  display: block;
  background-color: #447787;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.cta__tel:hover{
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.cta__tel span{
  display: block;
  margin-top: 18px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .075em;
}

/*-------------------------------------------
TROUBLE
-------------------------------------------*/

.trouble{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #ede9e5;
  padding-top: 75px;
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}

.trouble__arrow{
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

.trouble__title{
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #333;
  line-height: 1;
}

.trouble__title span.blue{
  color: #446677;
}

.trouble__title span.big{
  font-size: 3.375rem;
}

.trouble__title span.white{
  display: inline-block;
  font-size: 3.375rem;
  color: #fff;
  background-image: url(../img/trouble__title-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 6px 3px;
}

.trouble__list{
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1017px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.trouble__list li{
  width: 47.2%;
  background-color: #55514c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.trouble__list li .check{
  margin-right: 25px;
  width: 34px;
  background-color: #fff;
}

.trouble__list li .check img{
  width: 30px;
  transform: translateX(5px) translateY(-4px);
}

.trouble__list li .yellow{
  color: #ba9866;
}

.trouble__circle{
  margin: 0 auto;
  margin-top: 70px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  outline: 1px solid #987733;
  outline-offset: 5px;
  background-image: url(../img/trouble__circle-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.36625;
}

.trouble__text1{
  margin: 0 auto;
  margin-top: 20px;
  width: fit-content;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.32;
  border-bottom: 1px solid #7f7b77;
  padding-left: 5px;
  padding-right: 5px;
}

.trouble__text1 span.yellow{
  color: #987733;
  font-size: 3.5rem;
}

.trouble__text2{
  margin: 0 auto;
  width: fit-content;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.54;
  border-bottom: 1px solid #7f7b77;
  padding-left: 10px;
  padding-right: 10px;
}

.trouble__text2 span.yellow{
  color: #987733;
}

.trouble__text2 span.small{
  font-size: 2.375rem;
}

.trouble__text3{
  margin-top: 50px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;

}

/*-------------------------------------------
IMPLANT
-------------------------------------------*/

.implant{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #dccba9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.implant__title{
  text-align: center;
  color: #ede9dc;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}

.implant__title__bar{
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.implant__title-ja{
  margin-top: 25px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  color: #333;
}

.implant__phrase{
  margin-top: 80px;
  max-width: 852px;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  background-image: url(../img/implant__phrase-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}

.implant__phrase span.big{
  font-size: 2.75rem;
}

.implant__phrase span.more-big{
  font-size: 3.625rem;
}

.implant__box{
  margin: 0 auto;
  max-width: 1414px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  transform: translateY(-75px);
}

.implant__img{
  width: 47.5%;
}

.implant__text{
  width: 47.5%;
}

.implant__text__description1{
  color: #987733;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.857;
}

.implant__text__description2{
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.implant__text__list{
  margin-top: 50px;
  max-width: 440px;
  background-color: #ede9dc;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 30px 25px;
}

.implant__text__list li{
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  border-top: 0.65px solid #a9a5a1;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

.implant__text__list li:last-of-type{
  border-bottom: 0.65px solid #a9a5a1;
}

.implant__text__list li img{
  margin-right: 10px;
  width: 23px;
}

.implant__text__list li span{
  color: #987733;
}

/*-------------------------------------------
DIFFERENCE
-------------------------------------------*/

.difference{
  scroll-margin-top: 105px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #ede9dc;
  padding-bottom: 70px;
}

.difference__title{
  margin: 0 auto;
  max-width: 720px;
  background-color: #fff;
  color: #987733;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .025em;
  padding: 10px 5px;
  transform: translateY(-30px);
  margin-bottom: -30px;
  position: relative;
}

.difference__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.difference__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16.2px 10.1px 0 10.1px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.difference__text1{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 2.375rem;
  font-weight: 600;
}

.difference__text1 span.yellow{
  background-color: #987733;
  color: #fff;
  border-radius: 5px;
}

.difference__text1 span.black{
  background-color: #55514c;
  color: #fff;
  border-radius: 5px;
}

.difference__text1 span.gray{
  background-color: #7f7b77;
  color: #fff;
  border-radius: 5px;
}

.difference__text2{
  margin-top: 5px;
  font-size: 2.125rem;
  font-weight: 600;
  text-align: center;
}

.difference__text3{
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.cross-table{
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1344px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.cross-table__inner{
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.cross-table__header{
  padding: 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

.cross-table__header--md-sticky {
  width: 19.8%;
}

.cross-table__header.black{
  color: #333;
  font-size: 1.375rem;
}

.cross-table__header .cross-table__header__img{
  margin: 0 auto;
  margin-top: 7px;
  max-width: 192px;
}

.cross-table__text{
  padding: 10px;
  background-color: #fff;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

.cross-table__text span{
  display: block;
  color: #987733;
  font-size: 2.75rem;
  font-weight: bold;
}

.cross-table__header:last-child, .cross-table__text:last-child{
  border-right-width: 0;
}

.cross-table__body-row:last-child
.cross-table__header, 
.cross-table__body-row:last-child
.cross-table__text{
  border-bottom-width: 0;
}

.color-76706b{
  background-color: #76706B;
}

.color-dcd5ce{
  background-color: #DCD5CE;
}

.color-ede9e5{
  background-color: #EDE9E5;
}

.color-7f7b77{
  background-color: #7F7B77;
}

@media screen and (max-width:768px){
  .cross-table{
    border-right-width: 0;
    overflow-x: auto;
  }
  .cross-table__inner{
    width: auto;
    min-width: 100%;
  }

  .cross-table__header,.cross-table__text{
    white-space: nowrap;
  }

  .cross-table__header:last-child,.cross-table__text:last-child{
    border-right-width: 1px;
  }
  .cross-table__header--md-sticky{
    position: sticky;
    position: -webkit-sticky;
    left: 0;
  }
}

.difference__text4{
  margin-top: 80px;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.36;
}

.difference__text4 span{
  color: #987733;
  font-size: 2.75rem;
}

.difference__text5{
  margin-top: 15px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
}

/*-------------------------------------------
REASON
-------------------------------------------*/

.reason{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #f6f4ed;
  padding-top: 75px;
  padding-bottom: 95px;
  position: relative;
  z-index: 2;
}

.reason__top{
  position: relative;
  z-index: 2;
}

.reason__top p{
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  color: #987733;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  background-color: #f6f4ed;
  padding: 5px 35px;
}

.reason__top__bar{
  width: 100%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.reason__title{
  margin-top: 20px;
  text-align: center;
  font-size: 3.625rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.17;
}

.reason__title span.big{
  font-size: 4.25rem;
}

.reason__title span.yellow{
  color: #987733;
}

.reason__description{
  margin-top: 50px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.reason__list{
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1510px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 65px;
  column-gap: 47px;
}

.reason__list li{
  width: 31.25%;
  max-width: 472px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}

.reason__list__number{
  margin: 0 auto;
  max-width: 141px;
  text-align: center;
  background-color: #55514c;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 18px;
  position: relative;
  z-index: 2;
}

.reason__list__number span{
  font-size: 1.84375rem;
}

.reason__list__title{
  width: 104%;
  height: 123px;
  background-image: url(../img/reason__list__title-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.42;
  transform: translateX(-10px) translateY(-25px);
  margin-bottom: -25px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.reason__list__title span{
  font-size: 2.25rem;
}

.reason__list__text{
  margin-top: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}

.reason__img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 960px;
  z-index: -1;
}

/*-------------------------------------------
CASE
-------------------------------------------*/

.case{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #ede9e5;
  padding-top: 80px;
  padding-bottom: 115px;
}

.case__title{
  text-align: center;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  color: #987733;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.case__title__bar{
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.case__title-ja{
  margin-top: 20px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  color: #333;
}

.case1{
  margin: 0 auto;
  margin-top: 65px;
  max-width: 1152px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 95px;
}

.case1__title{
  margin: 0 auto;
  width: 142px;
  height: 142px;
  transform: translateY(-10px);
  margin-bottom: -10px;
  background-image: url(../img/case__title-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.case1__title span{
  font-size: 3.625rem;
}

.case1__description{
  margin-top: 30px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
}

.case1__before-after{
  margin: 0 auto;
  margin-top: 30px;
  max-width: 912px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case1__before{
  width: 45.6%;
}

.case1__before__title{
  text-align: center;
  background-color: #7f7b77;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  padding: 10px;
}

.case1__before-after__arrow{
  width: 40px;
}

.case1__after{
  width: 45.6%;
}

.case1__after__title{
  text-align: center;
  background-color: #7f7b77;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  padding: 10px;
}

.case1__list{
  margin: 0 auto;
  margin-top: 38px;
  max-width: 912px;
  display: flex;
  flex-wrap: wrap;
}

.case1__list dt{
  margin-top: 10px;
  width: 30%;
  background-color: #ede9dc;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.case1__list dt:first-of-type{
  margin-top: 0px;
}

.case1__list dd{
  margin-top: 10px;
  width: 70%;
  padding-left: 18px;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.58;
}

.case1__list dd:first-of-type{
  margin-top: 0px;
}

.case2{
  margin: 0 auto;
  margin-top: 45px;
  max-width: 1152px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 95px;
}

.case2__title{
  margin: 0 auto;
  width: 142px;
  height: 142px;
  transform: translateY(-10px);
  margin-bottom: -10px;
  background-image: url(../img/case__title-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.case2__title span{
  font-size: 3.625rem;
}

.case2__description{
  margin-top: 30px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
}

.case2__before-after{
  margin: 0 auto;
  margin-top: 30px;
  max-width: 912px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case2__before{
  width: 45.6%;
}

.case2__before__title{
  text-align: center;
  background-color: #7f7b77;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  padding: 10px;
}

.case2__before-after__arrow{
  width: 40px;
}

.case2__after{
  width: 45.6%;
}

.case2__after__title{
  text-align: center;
  background-color: #7f7b77;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  padding: 10px;
}

.case2__list{
  margin: 0 auto;
  margin-top: 38px;
  max-width: 912px;
  display: flex;
  flex-wrap: wrap;
}

.case2__list dt{
  margin-top: 10px;
  width: 30%;
  background-color: #ede9dc;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.case2__list dt:first-of-type{
  margin-top: 0px;
}

.case2__list dd{
  margin-top: 10px;
  width: 70%;
  padding-left: 18px;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.58;
}

.case2__list dd:first-of-type{
  margin-top: 0px;
}

/*-------------------------------------------
PRICE
-------------------------------------------*/

.price{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-image: url(../img/price-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
}

.price__title{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}

.price__title__bar{
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.price__title-ja{
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.price__text1{
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 600;
  position: relative;
}

.price__text1::before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 1.55px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: -50px;
  transform: rotate(50deg);
}

.price__text1::after{
  content: "";
  display: inline-block;
  width: 50px;
  height: 1.55px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: -40px;
  transform: rotate(-50deg);
}

.price__box{
  margin: 0 auto;
  margin-top: 45px;
  max-width: 1151px;
  display: flex;
  justify-content: space-between;
}

.price__box__img{
  width: 50%;
}

.price__box__text{
  width: 47.78%;
}

.price__box__text__first{
  background-color: #fff;
  color: #987733;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 25px;
}

.price__box__text__first span{
  font-size: 3.625rem;
}

.price__box__text__second{
  margin-top: 60px;
  background-color: #fff;
  color: #987733;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 25px;
}

.price__box__text__second span{
  font-size: 3.625rem;
}

.price__box__text__third{
  background-color: #987733;
  color: #fff;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.22;
  padding-top: 16px;
  padding-bottom: 16px;
}

.price__box__text__third span{
  font-size: 1.75rem;
}

.price__text2{
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
}

.price__text2 span{
  font-size: 2.375rem;
}

.price__bar{
  margin: 0 auto;
  margin-top: 10px;
  width: 1px;
  height: 120px;
  background-color: #55514c;
}

.price__text3{
  margin-top: 20px;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
}

.price__text3 span{
  color: #987733;
  font-size: 3rem;
}

.price__text4{
  margin-top: 30px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7;
}

/*-------------------------------------------
FLOW
-------------------------------------------*/

.flow{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #dccba9;
  padding-top: 80px;
  padding-bottom: 70px;
}

.flow__title{
  text-align: center;
  color: #fff;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.flow__title__bar{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.flow__title-ja{
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.flow__text1{
  margin-top: 40px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.714;
}

.flow__content{
  margin: 0 auto;
  margin-top: 320px;
  max-width: 1152px;
  background-color: #f6f4ed;
}

.flow__list li{
  margin-top: 120px;
  position: relative;
}

.flow__list li:first-of-type{
  margin-top: 0px;
  transform: translateY(-230px);
  margin-bottom: -230px;
}

.flow__list__number{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.1;
  background-image: url(../img/flow__list__number-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.flow__list__number span{
  font-size: 3.25rem;
}

.flow__list__img{
  width: 100.1%;
}

.flow__list__title{
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  transform: translateY(-35px);
  margin-bottom: -35px;
}

.flow__list__title span{
  font-size: 1.25rem;
}

.flow__list__text{
  margin-top: 15px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

.flow__content__bottom{
  width: 100.1%;
}

.flow__text2{
  margin-top: 30px;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: .025em;
}

.flow__text3{
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

/*-------------------------------------------
FAQ
-------------------------------------------*/

.faq{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #ede9dc;
  padding-top: 80px;
  padding-bottom: 120px;
}

.faq__title{
  text-align: center;
  color: #a9a5a1;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}

.faq__title span{
  font-size: 5.375rem;
}

.faq__title__bar{
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.faq__title-ja{
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .1em;
}

summary{
  display: block;
  list-style: none;
  position: relative;
  z-index: 2;
}

summary::before{
  content: "";
  display: inline-block;
  width: 97%;
  height: 110px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

details.is-opened summary::before{
  box-shadow: none;
}

summary::-webkit-details-marker{
  display: none;
}

.summary__inner{
  display: block;
  cursor: pointer;
  background-image: url(../img/summary__inner-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 95px;
  padding-right: 20px;
  position: relative;
}

.summary__inner span.q{
  display: block;
  width: 81px;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #55514c;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 5px;
  padding-left: 8px;
  transform: translateX(-5px);
}

.icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #987733;
  width: 81px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: .4s ;
}

.icon::before,
.icon::after {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 25px;
  right: 13px;
  transition: .5s;
}

.icon::after {
  transform: rotate(90deg);
  transition: .5s;
}

details.is-opened .icon::before{
  opacity: 0;
}

details.is-opened .icon::after{
  transform: rotate(180deg);
}

.accordion{
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1147px;
}

.accordion details {
  margin-bottom: 44px;
}

.accordion details:last-child {
  margin-bottom: 0;
}

.content {
  position: relative;
}

.content__inner{
  margin: 0 auto;
  width: 97%;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.content__inner p{
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.close-button{
  cursor: pointer;
  display: inline-block;
}

/*-------------------------------------------
ACCESS
-------------------------------------------*/

.access{
  scroll-margin-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #f2f0ed;
  padding-top: 115px;
  padding-bottom: 110px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}

.access__logo{
  margin: 0 auto;
  max-width: 480px;
}

.access__box{
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1390px;
  display: flex;
  justify-content: space-between;
}

.access__information{
  width: 35%;
}

.access__name{
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.access__address{
  margin-top: 35px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.access__station{
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
}

.access-cross-table{
  margin-top: 50px;
}

.access-cross-table__inner{
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.access-cross-table__header--md-sticky {
  width: 30%;
  text-align: left;
  padding-left: 5px;
}

.access-cross-table__header{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #989490;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .05em;
  vertical-align: middle;
}

.access-cross-table__text{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #989490;
  vertical-align: middle;
  color: #ba9866;
}

.access-cross-table__text span{
  color: #55514c;
}

@media screen and (max-width:768px){
  .access-cross-table{
    border-right-width: 0;
    overflow-x: auto;
  }

  .access-cross-table__inner{
    width: auto;
    min-width: 100%;
  }

  .access-cross-table__header,.access-cross-table__text{
    white-space: nowrap;
  }

  .access-cross-table__header:last-child,.access-cross-table__text:last-child{
    border-right-width: 1px;
  }

  .access-cross-table__header--md-sticky{
    position: sticky;
    position: -webkit-sticky;
    left: 0;
  }

}

.access__close{
  margin-top: 15px;
  color: #987733;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

.access__asterisk{
  margin-top: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1.777;
}

.access__map{
  width: 55%;
}

.access__map iframe{
  width: 100%;
  height: 100%;
}

.access__link{
  margin: 0 auto;
  margin-top: 75px;
  max-width: 1152px;
  display: flex;
  justify-content: space-between;
}

.access__link.sp{
  display: none;
}

.access__reserve{
  width: 49%;
  background-color: #987733;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 60px 10px;
  outline: 1px solid #fff;
  outline-offset: -8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.access__reserve:hover{
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.access__tel{
  width: 49%;
  background-color: #447787;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 10px;
  outline: 1px solid #fff;
  outline-offset: -8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.access__tel span{
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .075em;
}

.access__tel:hover{
  outline: 1px solid #fff;
  outline-offset: -8px;
}

/*-------------------------------------------
FOOTER
-------------------------------------------*/

.footer{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding: 45px 10px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}

.footer__copyright{
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  color: #987733;
}

/*-------------------------------------------
to TOP
-------------------------------------------*/

#page-top a{
  display: block;
  cursor: pointer;
	text-align: center;
	background:#55514c;
	width: 172px;
	height: 76px;
	color: #fff;
	transition:all 0.3s;
  clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 25px;
}

#page-top a span{
  font-size: 1.625rem;
}

#page-top a:hover{
	background: #777;
}

#page-top {
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*-------------------------------------------
PC(中小画面)
-------------------------------------------*/
@media screen and (max-width: 1500px) {

  /*-------------------------------------------
  HEADER
  -------------------------------------------*/

  .header{
    height: 80px;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 110px;
  }

  .header__content{
    align-items: center;
  }

  .header__logo{
    width: 300px;
  }

  .header__tel{
    font-size: 1.75rem;
  }

  .header__tel img{
    width: 14px;
  }

  .header__reserve{
    width: 180px;
    font-size: 1.25rem;
    padding: 15px;
  }

  .header__reserve img{
    width: 18px;
  }

  .openbtn{
    width: 80px;
    height: 80px;
  }
    
  .openbtn span{
    left: 20px;
  }

  /*-------------------------------------------
  MV
  -------------------------------------------*/

  .mv{
    padding-top: 70px;
    padding-bottom: 130px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .mv__phrase1{
    font-size: 2.75rem;
  }

  .mv__phrase2{
    font-size: 4.75rem;
  }

  .mv__phrase2 span{
    font-size: 6.25rem;
  }

  .mv__box{
    margin-top: 50px;
    gap: 20px;
  }

  .mv__box1{
    width: 350px;
    padding: 15px;
  }

  .mv__box1__text{
    font-size: 2rem;
  }

  .mv__box1__text span.number{
    font-size: 3.5rem;
  }

  .mv__box1__asterisk{
    margin-top: 12px;
    font-size: 1.5rem;
  }

  .mv__box__left-top{
    width: 30px;
  }

  .mv__box__right-top{
    width: 30px;
  }

  .mv__box__left-bottom{
    width: 30px;
  }

  .mv__box__right-bottom{
    width: 30px;
  }

  .mv__box2{
    width: 350px;
    padding: 15px;
  }

  .mv__box2__text{
    gap: 20px;
  }

  .mv__box2__text__first{
    font-size: 1.5rem;
  }

  .mv__box2__text__second{
    font-size: 2rem;
  }

  .mv__box2__text__second span{
    font-size: 3.5rem;
  }

  .mv__box2__asterisk{
    margin-top: 12px;
    font-size: 1.5rem;
  }

  .mv__circle{
    width: 150px;
    height: 150px;
  }

  .mv__circle1{
    transform: translateX(30px);
  }

  .mv__circle1__text1{
    font-size: 2.65rem;
  }

  .mv__circle1__text2{
    font-size: 1.5rem;
  }

  .mv__circle2{
    transform: translateY(-110px);
  }

  .mv__circle2__text1{
    font-size: 2.65rem;
  }

  .mv__circle2__text2{
    font-size: 1.5rem;
  }

  .mv__circle3{
    transform: translateX(-30px);
  }

  .mv__circle3__text1{
    font-size: 1.5rem;

  }

  .mv__circle3__text2{
    font-size: 1.5rem;
  }

  .mv__circle3__text2 span{
    font-size: 3.5rem;
  }

  .mv__circle3__text3{
    font-size: 1.5rem;
  }

  .mv__reserve{
    margin-top: 50px;
    width: 100%;
    max-width: 550px;
    font-size: 2rem;
    padding: 40px 10px;
  }

  /*-------------------------------------------
  GALLERY
  -------------------------------------------*/

  .gallery{
    scroll-margin-top: 60px;
    padding-top: 5px;
  }

  .gallery__title{
    font-size: 6rem;
  }

  .slider{
    margin-top: 45px;
  }

  /*-------------------------------------------
  CERTIFICATION
  -------------------------------------------*/

  .certification{
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .certification__top p{
    font-size: 2.25rem;
    padding: 5px 20px;
  }

  .certification__top__bar{
    top: 10px;
  }

  .certification__title{
    font-size: 3.75rem;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }

  .certification__title span{
    font-size: 6.5rem;
  }

  .certification__image{
    max-width: 450px;
  }

  .certification__description{
    font-size: 1.5rem;
  }

  .certification__box{
    gap: 50px;
  }

  .certification__box1{
    width: 37.9%;
    max-width: 728px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .certification__box1::before{
    top: 7px;
  }

  .certification__box1::after{
    bottom: 7px;
  }

  .certification__box1__text1{
    font-size: 2.25rem;
  }

  .certification__box1__text2{
    margin-top: 15px;
    gap: 25px;
  }

  .certification__box1__text2 p:first-of-type{
    font-size: 1.5rem;
  }

  .certification__box1__text2 p:last-of-type{
    font-size: 2.5rem;
  }

  .certification__box1__text2 p:last-of-type span{
    font-size: 5.5rem;
  }

  .certification__box1__text3{
    margin-top: 15px;
    font-size: 1.25rem;
  }

  .certification__box2{
    width: 37.9%;
    max-width: 728px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .certification__box2::before{
    top: 7px;
  }

  .certification__box2::after{
    bottom: 7px;
  }

  .certification__box2__text1{
    font-size: 1.5rem;
  }

  .certification__box2__text2{
    margin-top: 40px;
    font-size: 2.25rem;
  }

  .certification__box2__text3{
    margin-top: 25px;
    font-size: 1.25rem;
  }

  /*-------------------------------------------
  DOCTOR
  -------------------------------------------*/

  .doctor{
    scroll-margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .doctor__title{
    font-size: 6.5rem;
  }

  .doctor__title-ja{
    margin-top: 25px;
    font-size: 1.5rem;
  }

  .doctor__box{
    width: 80%;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor__name{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .doctor__name-ja{
    font-size: 2.25rem;
  }

  .doctor__name-en{
    margin-top: 15px;
    font-size: 1.125rem;
  }

  .doctor__image__title{
    margin-top: 25px;
    font-size: 1.1rem;
  }

  .doctor__description__phrase{
    font-size: 3rem;
  }

  .doctor__description__phrase span{
    font-size: 4rem;
  }

  .doctor__description__text{
    margin-top: 50px;
    font-size: 1.0625rem;
  }

  .doctor__description__box{
    margin-top: 70px;
  }

  .doctor__career__title{
    font-size: 1.5rem;
  }

  .doctor__career__title::before{
    width: 120px;
  }

  .doctor__career__title::after{
    width: 120px;
  }

  .doctor__career__list{
    margin-top: 12px;
  }

  .doctor__career__list li{
    font-size: 1rem;
  }

  .doctor__belong__title{
    font-size: 1.5rem;
  }

  .doctor__belong__title::before{
    width: 60px;
  }

  .doctor__belong__title::after{
    width: 60px;
  }

  .doctor__belong__list{
    margin-top: 12px;
  }

  .doctor__belong__list li{
    font-size: 1rem;
  }

  /*-------------------------------------------
  PROOF
  -------------------------------------------*/

  .proof{
    scroll-margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .proof__top p{
    font-size: 2.25rem;
    padding: 5px 20px;
  }

  .proof__top__bar{
    top: 10px;
  }

  .proof__title{
    margin-top: 12px;
    font-size: 3.5rem;
  }

  .proof__list{
    width: 70%;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 25px;
  }

  /*-------------------------------------------
  CTA
  -------------------------------------------*/

  .cta{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta__title{
    font-size: 2rem;
  }

  .cta__text{
    margin-top: 30px;
    font-size: 1.5rem;
  }

  .cta__link{
    margin-top: 30px;
    justify-content: center;
    gap: 30px;
  }

  .cta__reserve{
    max-width: 400px;
    font-size: 1.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta__tel{
    max-width: 400px;
    font-size: 1.25rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta__tel span{
    margin-top: 15px;
    font-size: 2.25rem;
  }

  /*-------------------------------------------
  TROUBLE
  -------------------------------------------*/

  .trouble{
    scroll-margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .trouble__arrow{
    top: 90px;
  }

  .trouble__title{
    font-size: 2rem;
  }

  .trouble__title span.big{
    font-size: 2.75rem;
  }

  .trouble__title span.white{
    font-size: 2.75rem;
    padding: 5px 3px;
  }

  .trouble__list{ 
    margin-top: 50px;
  }

  .trouble__list li{
    font-size: 1.25rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .trouble__list li .check{
    margin-right: 20px;
    width: 30px;
  }

  .trouble__list li .check img{
    width: 26px;
  }

  .trouble__circle{
    margin-top: 60px;
    width: 120px;
    height: 120px;
    font-size: 1.5rem;
  }

  .trouble__text1{
    font-size: 2.5rem;
  }

  .trouble__text1 span.yellow{
    font-size: 3rem;
  }

  .trouble__text2{
    font-size: 2.5rem;
  }

  .trouble__text2 span.small{
    font-size: 2rem;
  }

  .trouble__text3{
    margin-top: 40px;
    font-size: 1.25rem;

  }

  /*-------------------------------------------
  IMPLANT
  -------------------------------------------*/

  .implant{
    scroll-margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .implant__title{
    font-size: 6.5rem;
  }

  .implant__title-ja{
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .implant__phrase{
    margin-top: 70px;
    width: 48%;
    max-width: 700px;
    font-size: 1.75rem;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .implant__phrase span.big{
    font-size: 2.25rem;
  }

  .implant__phrase span.more-big{
    font-size: 3rem;
  }

  .implant__box{
    width: 80%;
    transform: translateY(-100px);
  }

  .implant__text__description1{
    font-size: 1.5rem;
  }

  .implant__text__description2{
    margin-top: 15px;
    font-size: 1.125rem;
  }

  .implant__text__list{
    margin-top: 40px;
    max-width: 400px;
    padding: 25px 20px;
  }

  .implant__text__list li{
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
  }

  .implant__text__list li img{
    margin-right: 8px;
    width: 20px;
  }

  /*-------------------------------------------
  DIFFERENCE
  -------------------------------------------*/

  .difference{
    scroll-margin-top: 80px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .difference__title{
    max-width: 600px;
    font-size: 2.25rem;
    padding: 8px 5px;
    transform: translateY(-25px);
    margin-bottom: -25px;
  }

  .difference__text1{
    margin-top: 40px;
    font-size: 2.125rem;
  }

  .difference__text2{
    margin-top: 5px;
    font-size: 2.125rem;
    font-weight: 600;
    text-align: center;
  }

  .difference__text3{
    font-size: 1.0625rem;
  }

  .cross-table__header{
    padding: 8px;
    font-size: 1.0625rem;
  }

  .cross-table{
    width: 70%;
  }

  .cross-table__header.black{
    font-size: 1.125rem;
  }

  .cross-table__header .cross-table__header__img{
    margin-top: 6px;
    max-width: 180px;
  }

  .cross-table__text{
    padding: 8px;
    font-size: 1rem;
  }

  .cross-table__text span{
    font-size: 2.5rem;
  }

  .difference__text4{
    margin-top: 70px;
    font-size: 2rem;
  }

  .difference__text4 span{
    font-size: 2.5rem;
  }

  .difference__text5{
    font-size: 1.125rem;
  }

  /*-------------------------------------------
  REASON
  -------------------------------------------*/

  .reason{
    scroll-margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .reason__top p{
    font-size: 2.25rem;
    padding: 5px 25px;
  }

  .reason__top__bar{
    top: 10px;
  }

  .reason__title{
    margin-top: 15px;
    font-size: 3rem;
  }

  .reason__title span.big{
    font-size: 3.75rem;
  }

  .reason__description{
    margin-top: 40px;
    font-size: 1.125rem;
  }

  .reason__list{
    margin-top: 40px;
    row-gap: 60px;
    column-gap: 45px;
  }

  .reason__list li{
    padding-bottom: 15px;
  }

  .reason__list__number{
    max-width: 130px;
    font-size: 1.0625rem;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 16px;
  }

  .reason__list__number span{
    font-size: 1.75rem;
  }

  .reason__list__title{
    width: 103%;
    height: 120px;
    font-size: 1.5rem;
    transform: translateX(-6px) translateY(-30px);
    margin-bottom: -30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .reason__list__title span{
    font-size: 2rem;
  }

  .reason__list__text{
    margin-top: 10px;
    font-size: 1rem;
  }

  /*-------------------------------------------
  CASE
  -------------------------------------------*/

  .case{
    scroll-margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 105px;
  }

  .case__title{
    font-size: 6.5rem;
  }

  .case__title__bar{
    top: 40px;
  }

  .case__title-ja{
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .case1{
    width: 70%;
    margin-top: 60px;
    padding-bottom: 80px;
  }

  .case1__title{
    width: 120px;
    height: 120px;
    font-size: 1.125rem;
  }

  .case1__title span{
    font-size: 3rem;
  }

  .case1__description{
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .case1__before-after{
    margin-top: 25px;
    width: 79.16%;
  }

  .case1__before__title{
    font-size: 1.25rem;
    padding: 8px;
  }

  .case1__before-after__arrow{
    width: 35px;
  }

  .case1__after__title{
    font-size: 1.25rem;
    padding: 8px;
  }

  .case1__list{
    margin-top: 35px;
    width: 79.16%;
  }

  .case1__list dt{
    margin-top: 10px;
    font-size: 1rem;
    padding: 6px;
  }

  .case1__list dd{
    padding-left: 15px;
    font-size: 1rem;
  }

  .case2{
    width: 70%;
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .case2__title{
    width: 120px;
    height: 120px;
    color: #fff;
    font-size: 1.125rem;
  }

  .case2__title span{
    font-size: 3rem;
  }

  .case2__description{
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .case2__before-after{
    margin-top: 25px;
    width: 79.16%;
  }

  .case2__before__title{
    font-size: 1.25rem;
    padding: 8px;
  }

  .case2__before-after__arrow{
    width: 35px;
  }

  .case2__after__title{
    font-size: 1.25rem;
    padding: 8px;
  }

  .case2__list{
    margin: 0 auto;
    margin-top: 38px;
    max-width: 912px;
    display: flex;
    flex-wrap: wrap;
  }

  .case2__list dt{
    font-size: 1rem;
    padding: 6px;
  }

  .case2__list dd{
    font-size: 1rem;
    padding-left: 15px;
  }

  /*-------------------------------------------
  PRICE
  -------------------------------------------*/

  .price{
    scroll-margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .price__title{
    font-size: 6.5rem;
  }

  .price__title__bar{
    top: 40px;
  }

  .price__title-ja{
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .price__text1{
    margin-top: 35px;
    font-size: 2rem;
  }

  .price__text1::before{
    top: 25px;
  }

  .price__text1::after{
    top: 25px;
  }

  .price__box{
    margin-top: 40px;
    width: 70%;
  }

  .price__box__text__first{
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .price__box__text__first span{
    font-size: 3rem;
  }

  .price__box__text__second{
    margin-top: 50px;
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .price__box__text__second span{
    font-size: 3rem;
  }

  .price__box__text__third{
    font-size: 2rem;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .price__box__text__third span{
    font-size: 1.5rem;
  }

  .price__text2{
    margin-top: 40px;
    font-size: 1.5rem;
  }

  .price__text2 span{
    font-size: 2rem;
  }

  .price__bar{
    height: 100px;
  }

  .price__text3{
    margin-top: 15px;
    font-size: 2rem;
  }

  .price__text3 span{
    font-size: 2.5rem;
  }

  .price__text4{
    margin-top: 25px;
    font-size: 1.5rem;
  }

  /*-------------------------------------------
  FLOW
  -------------------------------------------*/

  .flow{
    scroll-margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .flow__title{
    font-size: 6.5rem;
  }

  .flow__title__bar{
    top: 45px;
  }

  .flow__title-ja{
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .flow__text1{
    margin-top: 35px;
    font-size: 1.5rem;
  }

  .flow__content{
    margin-top: 320px;
    width: 70%;
  }

  .flow__list li{
    margin-top: 120px;
    position: relative;
  }

  .flow__list__number{
    width: 100px;
    height: 100px;
    font-size: 1.0625rem;
  }

  .flow__list__number span{
    font-size: 3rem;
  }

  .flow__list__title{
    font-size: 1.5rem;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }

  .flow__list__title span{
    font-size: 1.125rem;
  }

  .flow__list__text{
    font-size: 1.125rem;
  }

  .flow__text2{
    margin-top: 25px;
    font-size: 2rem;
  }

  .flow__text3{
    margin-top: 15px;
    font-size: 1.125rem;
  }

  /*-------------------------------------------
  FAQ
  -------------------------------------------*/

  .faq{
    scroll-margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .faq__title{
    font-size: 6.5rem;
  }

  .faq__title span{
    font-size: 4.75rem;
  }

  .faq__title-ja{
    margin-top: 15px;
    font-size: 1.5rem;
  }

  summary::before{   
    height: 95px;
  }

  .summary__inner{
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
  }

  .summary__inner span.q{
    width: 70px;
    font-size: 2rem;
    transform: translateX(-3px);
  }

  .icon {
    width: 75px;
  }

  .icon::before,
  .icon::after {
    width: 22px;
    bottom: 22px;
    right: 11px;
  }

  .accordion{
    margin-top: 45px;
    width: 70%;
  }

  .accordion details {
    margin-bottom: 40px;
  }

  .content__inner p{
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.125rem;
  }

  /*-------------------------------------------
  ACCESS
  -------------------------------------------*/

  .access{
    scroll-margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 95px;
  }

  .access__logo{
    max-width: 400px;
  }

  .access__box{
    margin-top: 80px;
    width: 90%;
  }

  .access__name{
    font-size: 1.25rem;
  }

  .access__address{
    margin-top: 30px;
    font-size: 1rem;
  }

  .access__station{
    margin-top: 15px;
    font-size: 1rem;
  }

  .access-cross-table{
    margin-top: 45px;
  }

  .access-cross-table__header--md-sticky {
    padding-left: 4px;
  }

  .access-cross-table__header{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .access-cross-table__text{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.875rem;
  }

  .access__close{
    margin-top: 12px;
    font-size: 1rem;
  }

  .access__asterisk{
    margin-top: 12px;
    font-size: 1rem;
  }

  .access__link{
    margin-top: 60px;
    width: 70%;
  }

  .access__reserve{
    font-size: 1.5rem;
    padding: 40px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .access__tel{
    font-size: 1.25rem;
    padding: 15px 8px;
  }

  .access__tel span{
    font-size: 2.5rem;
  }

  /*-------------------------------------------
  FOOTER
  -------------------------------------------*/

  .footer{
    padding: 30px 5px;
  }

  .footer__copyright{
    font-size: 1rem;
  }

  /*-------------------------------------------
  to TOP
  -------------------------------------------*/

  #page-top a{
    width: 160px;
    height: 70px;
    font-size: 1.25rem;
    padding-top: 25px;
  }

  #page-top a span{
    font-size: 1.5rem;
  }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  /*-------------------------------------------
  HEADER
  -------------------------------------------*/

  .header{
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 0px;
  }

  .header__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__logo{
    width: 254px;
  }

  .header__link{
    display: none;
  }

  #g-nav ul {
    margin-top: 30px;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-bottom: 30px;
  }

  #g-nav ul li{
    width: 100%;
    white-space: nowrap;
  }

  #g-nav li a{
    padding: 10px;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
  }

  #g-nav li a.g-nav__tel{
    margin-top: 40px;
  }

  #g-nav li a.g-nav__reserve{
    margin-top: 20px;
  }

  .openbtn{
    top: 6px;
    right: 8px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
    
  .openbtn span{
    left: 17px;
    width: 26px;
  }

  .openbtn span:nth-of-type(1) {
    top: 18px;	
  }

  .openbtn span:nth-of-type(2) {
    top: 28px;
  }

  .openbtn span:nth-of-type(3) {
    top: 38px;
  }

  .openbtn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  /*-------------------------------------------
  MV
  -------------------------------------------*/

  .mv{
    background-image: url(../img/mv-sp.png);
    padding-top: 12px;
    padding-bottom: 66px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 60px;
  }

  .mv__inner{
    flex-direction: column;
  }

  .mv__phrase1{
    font-size: 1.75rem;
  }

  .mv__phrase2{
    margin-top: 5px;
    font-size: 2.375rem;
    line-height: 1.2;
  }

  .mv__phrase2 span{
    font-size: 2.875rem;
    display: block;
  }

  .mv__box{
    margin-top: 25px;
    justify-content: center;
    gap: 16px;
  }

  .mv__box1{
    width: 47.6%;
    max-width: 170px;
    outline: 1px solid #ba9866;
    outline-offset: -4px;
    padding: 12px;
  }

  .mv__box1__text{
    font-size: 1.125rem;
  }

  .mv__box1__text span.number{
    font-size: 2.3125rem;
  }

  .mv__box1__asterisk{
    margin-top: 7px;
    font-size: 0.9375rem;
  }

  .mv__box__left-top{
    width: 20px;
    top: 0px;
    left: 2px;
  }

  .mv__box__right-top{
    width: 20px;
    top: 0px;
    right: 2px;
  }

  .mv__box__left-bottom{
    width: 20px;
    bottom: 2px;
    left: 2px;
  }

  .mv__box__right-bottom{
    width: 20px;
    bottom: 2px;
    right: 2px;
  }

  .mv__box2{
    width: 47.6%;
    max-width: 170px;
    outline: 1px solid #ba9866;
    outline-offset: -4px;
    padding: 12px;
  }

  .mv__box2__text{
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .mv__box2__text__first{
    font-size: 0.875rem;
    line-height: 1;
  }

  .mv__box2__text__second{
    font-size: 1.125rem;
  }

  .mv__box2__text__second span{
    font-size: 2.3125rem;
  }

  .mv__box2__asterisk{
    margin-top: 7px;
    font-size: 0.9375rem;
  }

  .mv__right.pc{
    display: none;
  }

  .mv__right.sp{
    margin-top: 40px;
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .mv__circle{
    width: 120px;
    height: 120px;
    outline: 0.5px solid #fff;
    outline-offset: -5px;
  }

  .mv__circle1{
    transform: translateX(12px);
    position: relative;
    z-index: 3;
    flex-shrink: 0;
  }

  .mv__circle1__text1{
    font-size: 2.3125rem;
  }

  .mv__circle1__text2{
    margin-top: 5px;
    font-size: 1.2275rem;
  }

  .mv__circle2{
    transform: translateY(-30px);
    flex-shrink: 0;
  }

  .mv__circle2__text1{
    font-size: 1.9rem;
  }

  .mv__circle2__text2{
    margin-top: 5px;
    font-size: 1.2275rem;
  }

  .mv__circle3{
    transform: translateX(-12px);
    flex-shrink: 0;
  }

  .mv__circle3__text1{
    font-size: 1.2275rem;
  }

  .mv__circle3__text2{
    margin-top: 4px;
    font-size: 1.5rem;
  }

  .mv__circle3__text2 span{
    font-size: 2.3125rem;
  }

  .mv__circle3__text3{
    margin-top: 5px;
    font-size: 1.5rem;
  }

  .mv__reserve{
    margin-top: 18px;
    width: 100%;
    max-width: 351px;
    font-size: 1.375rem;
    padding: 22px 5px;
    outline: 1px solid #dccba9;
    outline-offset: -5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }

  .mv__reserve:hover{
    outline: 1px solid #dccba9;
    outline-offset: -5px;
  }

  /*-------------------------------------------
  GALLERY
  -------------------------------------------*/

  .gallery{
    padding-top: 0px;
  }

  .gallery-bg{
    top: -28px;
  }

  .gallery__title{
    font-size: 3.5rem;
  }

  .gallery__title__bar{
    top: 35px;
  }

  .slider{
    margin-top: 30px;
  }

  /*-------------------------------------------
  CERTIFICATION
  -------------------------------------------*/

  .certification{
    padding-top: 95px;
    padding-bottom: 50px;
  }

  .certification__top p{
    font-size: 1.5rem;
    padding: 3px 10px;
  }

  .certification__top__bar{
    top: 5px;
  }

  .certification__title{
    font-size: 2.625rem;
    transform: translateY(-18px);
    margin-bottom: -18px;
  }

  .certification__title span{
    font-size: 4.5rem;
  }

  .certification__image{
    margin-top: 35px;
    max-width: 245px;
  }

  .certification__description{
    margin-top: 35px;
    font-size: 1.125rem;
    line-height: 1.77;
  }

  .certification__box{
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .certification__box1{
    width: 93.6%;
    max-width: 500px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .certification__box1::before{
    height: 1px;
    top: 5px;
  }

  .certification__box1::after{
    height: 1px;
    bottom: 5px;
  }

  .certification__box1__text1{
    font-size: 1.5rem;
  }

  .certification__box1__text1::after{
    width: 77.2%;
    height: 1px;
    bottom: -7px;
  }

  .certification__box1__text2{
    margin-top: 15px;
    gap: 15px;
  }

  .certification__box1__text2 p:first-of-type{
    font-size: 1rem;
    line-height: 1.4375;
  }

  .certification__box1__text2 p:last-of-type{
    font-size: 1.6875rem;
  }

  .certification__box1__text2 p:last-of-type span{
    font-size: 3.46875rem;
  }

  .certification__box1__text3{
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.57;
  }

  .certification__box2{
    width: 93.6%;
    max-width: 500px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .certification__box2::before{
    height: 1px;
    top: 5px;
  }

  .certification__box2::after{
    height: 1px;
    bottom: 5px;
  }

  .certification__box2__text1{
    font-size: 1.0625rem;
  }

  .certification__box2__text1::after{
    width: 77.2%;
    height: 1px;
    bottom: -7px;
  }

  .certification__box2__text2{
    margin-top: 25px;
    font-size: 1.5625rem;
  }

  .certification__box2__text3{
    margin-top: 15px;
    font-size: 0.875rem;
    line-height: 1.57;
  }

  /*-------------------------------------------
  DOCTOR
  -------------------------------------------*/

  .doctor{
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .doctor__title{
    font-size: 3.5rem;
  }

  .doctor__title__bar{
    top: 20px;
  }

  .doctor__title-ja{
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .doctor__box{
    width: 100%;
    margin-top: 30px;
    align-items: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor__image{
    width: 100%;
    max-width: 225px;
  }

  .doctor__name{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .doctor__name-ja{
    font-size: 1.5rem;
  }

  .doctor__name-en{
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .doctor__image__title{
    margin-top: 15px;
    font-size: 0.875rem;
    line-height: 1.57;
  }

  .doctor__description{
    margin-top: 20px;
    width: 100%;
  }

  .doctor__description__phrase{
    font-size: 1.75rem;
    line-height: 1.57;
  }

  .doctor__description__phrase span{
    font-size: 2.25rem;
  }

  .doctor__description__text{
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .doctor__description__box{
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .doctor__career{
    width: 100%;
  }

  .doctor__career__title{
    font-size: 1.375rem;
  }

  .doctor__career__title::before{
    width: 110px;
    height: 0.75px;
  }

  .doctor__career__title::after{
    width: 110px;
    height: 0.75px;
  }

  .doctor__career__list{
    margin-top: 10px;
  }

  .doctor__career__list li{
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.285;
  }

  .doctor__belong{
    width: 100%;
  }

  .doctor__belong__title{
    font-size: 1.375rem;
  }

  .doctor__belong__title::before{
    width: 40px;
    height: 0.75px;
  }

  .doctor__belong__title::after{
    width: 40px;
    height: 0.75px;
  }

  .doctor__belong__list{
    margin-top: 15px;
  }

  .doctor__belong__list li{
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.285;
  }

  /*-------------------------------------------
  PROOF
  -------------------------------------------*/

  .proof{
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .proof__top p{
    font-size: 1.5rem;
    padding: 3px 8px;
  }

  .proof__top__bar{
    top: 7px;
  }

  .proof__title{
    margin-top: 10px;
    font-size: 2.625rem;
  }

  .proof__list{
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .proof__list li{
    max-width: 98px;
  }

  /*-------------------------------------------
  CTA
  -------------------------------------------*/

  .cta{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta__title{
    font-size: 1.5rem;
    line-height: 1.4285;
  }

  .cta__text{
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .cta__link{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .cta__reserve{
    width: 100%;
    max-width: 351px;
    font-size: 1.375rem;
    padding-top: 20px;
    padding-bottom: 20px;
    outline-offset: -5px;
  }

  .cta__reserve:hover{
    outline-offset: -5px;
  }

  .cta__tel{
    width: 100%;
    max-width: 351px;
    font-size: 1.125rem;
    padding-top: 20px;
    padding-bottom: 20px;
    outline-offset: -5px;
  }

  .cta__tel:hover{
    outline-offset: -5px;
  }

  .cta__tel span{
    margin-top: 10px;
    font-size: 1.875rem;
  }

  /*-------------------------------------------
  TROUBLE
  -------------------------------------------*/

  .trouble{
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .trouble__arrow{
    top: 58px;
  }

  .trouble__title{
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .trouble__title span.big{
    font-size: 2.55rem;
  }

  .trouble__title span.white{
    font-size: 2.55rem;
    padding: 0 3px;
  }

  .trouble__list{
    margin-top: 25px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trouble__list li{
    width: 100%;
    font-size: 1.0625rem;
    padding: 0;
    line-height: 1.5;
  }

  .trouble__list li .check{
    display: inline-block;
    margin-right: 15px;
    width: 24px;
  }

  .trouble__list li .check img{
    width: 18px;
    transform: translateX(9px) translateY(-9px);
  }

  .trouble__circle{
    margin-top: 45px;
    width: 100px;
    height: 100px;
    font-size: 1.375rem;
  }

  .trouble__text1{
    font-size: 2rem;
  }

  .trouble__text1 span.yellow{
    font-size: 2.375rem;
  }

  .trouble__text2{
    font-size: 2rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .trouble__text2 span.small{
    font-size: 1.625rem;
  }

  .trouble__text2-2{
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .05em;
    border-bottom: 1px solid #7f7b77;
    padding-left: 7px;
    padding-right: 8px;
  }

  .trouble__text2-2 span.small{
    font-size: 1.625rem;
  }

  .trouble__text3{
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.666;
  }

  /*-------------------------------------------
  IMPLANT
  -------------------------------------------*/

  .implant{
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .implant__title{
    font-size: 3.5rem;
  }

  .implant__title__bar{
    top: 22px;
  }

  .implant__title-ja{
    margin-top: 10px;
    font-size: 1.5rem;
    color: #55514c;
  }

  .implant__phrase{
    width: 100%;
    margin-top: 15px;
    font-size: 1.75rem;
    line-height: 1.1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .implant__phrase span.big{
    font-size: 2.25rem;
  }

  .implant__phrase span.more-big{
    font-size: 2.875rem;
  }

  .implant__box{
    width: 100%;
    flex-direction: column;
    align-items: center;
    transform: translateY(0px);
  }

  .implant__img{
    width: 82.9%;
    max-width: 311px;
  }

  .implant__text{
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }

  .implant__text__description1{
    font-size: 1.375rem;
    line-height: 1.54;
  }

  .implant__text__description2{
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 1.666;
  }

  .implant__text__list{
    margin: 0 auto;
    margin-top: 25px;
    width: 89.333%;
    max-width: 335px;
    padding: 25px 18px;
  }

  .implant__text__list li{
    font-size: 1.0625rem;
    border-top: 1px solid #a9a5a1;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1px;
    text-align: left;
  }

  .implant__text__list li:last-of-type{
    border-bottom: 1px solid #a9a5a1;
  }

  .implant__text__list li img{
    margin-right: 8px;
    width: 18px;
  }

  /*-------------------------------------------
  DIFFERENCE
  -------------------------------------------*/

  .difference{
    padding-bottom: 30px;
  }

  .difference__title{
    max-width: 360px;
    font-size: 1.35rem;
    padding: 7px 0px;
    transform: translateY(-20px);
    margin-bottom: -20px;
    letter-spacing: normal;
  }

  .difference__title::before {
    border-width: 17px 10px 0 10px;
  }

  .difference__text1{
    margin-top: 30px;
    font-size: 1.35rem;
  }

  .difference__text1 span.yellow{
    border-radius: 3px;
  }

  .difference__text1 span.black{
    border-radius: 3px;
  }

  .difference__text1 span.gray{
    border-radius: 3px;
  }

  .difference__text2{
    font-size: 1.3125rem;
  }

  .difference__text3{
    font-size: 1rem;
    line-height: 1.75;
  }

  .cross-table{
    margin-top: 28px;
    width: 100%;
    max-width: 351px;
  }

  .cross-table__header{
    padding: 5px;
    font-size: 0.8125rem;
  }

  .cross-table__header.black{
    font-size: 0.875rem;
  }

  .cross-table__header .cross-table__header__img{
    margin-top: 5px;
    max-width: 90px;
  }

  .cross-table__text{
    padding: 5px;
    font-size: 0.6875rem;
    line-height: 1.27;
  }

  .cross-table__text span{
    font-size: 1.75rem;
  }

  .difference__text4{
    margin-top: 30px;
    font-size: 1.375rem;
  }

  .difference__text4 span{
    font-size: 1.75rem;
  }

  .difference__text5{
    font-size: 1rem;
    line-height: 1.75;
  }

  /*-------------------------------------------
  REASON
  -------------------------------------------*/

  .reason{
    padding-top: 35px;
    padding-bottom: 58px;
  }

  .reason__top p{
    font-size: 1.5rem;
    padding: 6px 8px;
  }

  .reason__title{
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.22;
  }

  .reason__title span.big{
    font-size: 2.25rem;
  }

  .reason__description{
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .reason__img-sp{
    margin: 0 auto;
    margin-top: 25px;
    max-width: 500px;
  }

  .reason__list{
    margin-top: 40px;
    max-width: 335px;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 0px;
  }

  .reason__list li{
    width: 100%;
    padding-bottom: 20px;
  }

  .reason__list__number{
    max-width: 115px;
    font-size: 0.9375rem;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 16px;
  }

  .reason__list__number span{
    font-size: 1.5rem;
  }

  .reason__list__title{
    height: 100px;
    font-size: 1.25rem;
    line-height: 1.5;
    transform: translateX(-6px) translateY(-20px);
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .reason__list__title span{
    font-size: 1.875rem;
  }

  .reason__list__text{
    font-size: 1rem;
    line-height: 1.75;
  }

  /*-------------------------------------------
  CASE
  -------------------------------------------*/

  .case{
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .case__title{
    font-size: 3.5rem;
  }

  .case__title__bar{
    top: 20px;
  }

  .case__title-ja{
    margin-top: 10px;
    font-size: 1.5rem;
    color: #55514c;
  }

  .case1{
    margin-top: 40px;
    width: 100%;
    max-width: 335px;
    padding-bottom: 35px;
  }

  .case1__title{
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
  }

  .case1__title span{
    font-size: 2.5rem;
  }

  .case1__description{
    margin-top: 15px;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .case1__before-after{
    margin-top: 25px;
    max-width: 240px;
    flex-direction: column;
    gap: 5px;
  }

  .case1__before{
    width: 100%;
  }

  .case1__before__title{
    font-size: 0.875rem;
    padding: 5px;
  }

  .case1__before-after__arrow{
    width: 16px;
  }

  .case1__after{
    width: 100%;
  }

  .case1__after__title{
    font-size: 0.875rem;
    padding: 5px;
  }

  .case1__list{
    margin-top: 35px;
    max-width: 295px;
    flex-direction: column;
  }

  .case1__list dt{
    margin-top: 6px;
    width: 100%;
    font-size: 0.875rem;
    padding: 3px;
  }

  .case1__list dd{
    margin-top: 6px;
    width: 100%;
    padding-left: 0px;
    font-size: 0.875rem;
    line-height: 1.42;
    text-align: center;
  }

  .case1__list dd:first-of-type{
    margin-top: 5px;
  }

  .case2{
    width: 100%;
    margin-top: 40px;
    max-width: 335px;
    padding-bottom: 35px;
  }

  .case2__title{
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
  }

  .case2__title span{
    font-size: 2.5rem;
  }

  .case2__description{
    margin-top: 15px;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .case2__before-after{
    margin-top: 25px;
    max-width: 240px;
    flex-direction: column;
    gap: 5px;
  }

  .case2__before{
    width: 100%;
  }

  .case2__before__title{
    font-size: 0.875rem;
    padding: 5px;
  }

  .case2__before-after__arrow{
    width: 16px;
  }

  .case2__after{
    width: 100%;
  }

  .case2__after__title{
    font-size: 0.875rem;
    padding: 5px;
  }

  .case2__list{
    margin-top: 35px;
    max-width: 295px;
    flex-direction: column;
  }

  .case2__list dt{
    margin-top: 6px;
    width: 100%;
    font-size: 0.875rem;
    padding: 3px;
  }

  .case2__list dd{
    margin-top: 6px;
    width: 100%;
    padding-left: 0px;
    font-size: 0.875rem;
    line-height: 1.42;
    text-align: center;
  }

  .case2__list dd:first-of-type{
    margin-top: 5px;
  }

  /*-------------------------------------------
  PRICE
  -------------------------------------------*/

  .price{
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .price__title{
    font-size: 3.5rem;
  }

  .price__title__bar{
    top: 22px;
  }

  .price__title-ja{
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .price__text1{
    font-size: 1.875rem;
  }

  .price__text1::before{
    width: 40px;
    height: 1px;
    top: 25px;
    left: -40px;
    transform: rotate(60deg);
  }

  .price__text1::after{
    width: 40px;
    height: 1px;
    top: 25px;
    right: -30px;
    transform: rotate(-60deg);
  }

  .price__box{
    width: 100%;
    margin-top: 20px;
    max-width: 311px;
    align-items: center;
    flex-direction: column;
  }

  .price__box__img{
    width: 100%;
  }

  .price__box__text{
    width: 100%;
  }

  .price__box__text__first{
    font-size: 1.25rem;

    padding-top: 12px;
    padding-bottom: 16px;
  }

  .price__box__text__first span{
    font-size: 1.875rem;
  }

  .price__box__text__second{
    margin-top: 0px;
    font-size: 1.25rem;
    padding-top: 12px;
    padding-bottom: 16px;
    border-top: 1px solid #ba9866;
  }

  .price__box__text__second span{
    font-size: 1.875rem;
  }

  .price__box__text__third{
    font-size: 1.375rem;
    line-height: 1.318;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .price__box__text__third span{
    font-size: 1.125rem;
  }

  .price__text2{
    margin-top: 20px;
    font-size: 1.125rem;
  }

  .price__text2 span{
    font-size: 1.5rem;
  }

  .price__bar{
    margin-top: 10px;
    height: 80px;
  }

  .price__text3{
    margin-top: 10px;
    font-size: 1.375rem;
  }

  .price__text3 span{
    font-size: 1.875rem;
  }

  .price__text4{
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.75;
  }

  /*-------------------------------------------
  FLOW
  -------------------------------------------*/

  .flow{
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .flow__title{
    font-size: 3.5rem;
  }

  .flow__title__bar{
    top: 22px;
  }

  .flow__title-ja{
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .flow__text1{
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
  }

  .flow__content{
    width: 100%;
    margin-top: 60px;
  }

  .flow__list li{
    margin-top: 70px;
  }

  .flow__list li:first-of-type{
    transform: translateY(0px);
    margin-bottom: -0px;
  }

  .flow__list__number{
    top: -30px;
    width: 80px;
    height: 80px;
    font-size: 0.875rem;
  }

  .flow__list__number span{
    font-size: 2.5rem;
  }

  .flow__list__img{
    width: 100%;
  }

  .flow__list__img img{
    width: 100%;
  }

  .flow__list__title{
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 1.33;
    transform: translateY(-0px);
    margin-bottom: -0px;
  }

  .flow__list__title span{
    font-size: 1rem;
  }

  .flow__list__text{
    font-size: 1rem;
    line-height: 1.75;
  }

  .flow__content__bottom{
    width: 100%;
  }

  .flow__content__bottom img{
    width: 100%;
  }

  .flow__text2{
    margin-top: 10px;
    font-size: 1.875rem;
    line-height: 1.4;
  }

  .flow__text3{
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 1.66;
  }

  /*-------------------------------------------
  FAQ
  -------------------------------------------*/

  .faq{
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .faq__title{
    font-size: 3.75rem;
  }

  .faq__title span{
    font-size: 2.875rem;
  }

  .faq__title__bar{
    top: 22px;
  }

  .faq__title-ja{
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.4166;
  }

  summary::before{
    width: 93.16%;
    height: 90px; 
    top: -10px;
  }

  .summary__inner{
    background-image: url(../img/summary__inner-bg.png);
    font-size: 1.125rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 65px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .summary__inner span.q{
    width: 60px;
    height: 93%;
    font-size: 1.75rem;
    padding-top: 3px;
    padding-left: 6px;
    transform: translateX(-0px);
  }

  .icon {
    width: 60px;
  }

  .icon::before,
  .icon::after {
    content: '';
    width: 18px;
    height: 1px;
    
    bottom: 20px;
    right: 10px;
  }

  .accordion{
    width: 100%;
    margin-top: 35px;
    max-width: 351px;
  }

  .accordion details {
    margin-bottom: 38px;
  }

  .content__inner{
    width: 93.16%;
  }

  .content__inner p{
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 0.875rem;
    line-height: 1.714;
  }

  /*-------------------------------------------
  ACCESS
  -------------------------------------------*/

  .access{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .access__logo{
    max-width: 284px;
  }

  .access__box{
    width: 100%;
    margin-top: 50px;
    flex-direction: column-reverse;
  }

  .access__information{
    margin-top: 20px;
    width: 100%;
  }

  .access__name{
    text-align: center;
    font-size: 1.125rem;
  }

  .access__address{
    text-align: center;
    margin-top: 20px;
    font-size: 0.9375rem;
    line-height: 1.4666;
  }

  .access__station{
    margin-top: 15px;
    font-size: 0.9375rem;
    line-height: 1.466;
  }

  .access-cross-table{
    margin: 0 auto;
    margin-top: 25px;
    max-width: 335px;
  }

  .access-cross-table__header--md-sticky {
    padding-left: 3px;
  }

  .access-cross-table__header{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.875rem;
  }

  .access-cross-table__text{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.875rem;
  }

  .access__close{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 351px;
    font-size: 0.9375rem;
  }

  .access__asterisk{
    margin: 0 auto;
    margin-top: 8px;
    max-width: 351px;
    font-size: 0.8125rem;
    line-height: 1.538;
  }

  .access__map{
    width: 100%;
    height: 300px;
  }

  .access__link.sp{
    display: flex;
  }

  .access__link{
    width: 100%;
    margin-top: 35px;
    max-width: 351px;
    flex-direction: column;
    gap: 18px;
  }

  .access__reserve{
    width: 100%;
    font-size: 1.375rem;
    padding: 22px 10px;
    outline-offset: -5px;
  }

  .access__reserve:hover{
    outline-offset: -5px;
  }

  .access__tel{
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 15px 10px;
    outline-offset: -5px;
  }

  .access__tel span{
    font-size: 1.875rem;
  }

  .access__tel:hover{
    outline-offset: -5px;
  }

  /*-------------------------------------------
  FOOTER
  -------------------------------------------*/

  .footer{
    padding-top: 25px;
    padding-bottom: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__copyright{
    font-size: 0.75rem;
  }

  /*-------------------------------------------
  to TOP
  -------------------------------------------*/

  #page-top a{
    width: 90px;
    height: 40px;
    font-size: 0.875rem;
    padding-top: 15px;
  }

  #page-top a span{
    font-size: 0.875rem;
  }

  #page-top {
    bottom: 76px;
    right: auto;
    left: calc(50% - 45px);
    transform: translateX(-50%) translateY(100px);
  }

  /*-------------------------------------------
  BOTTOM-LINK
  -------------------------------------------*/

  .bottom-link{
    width: 100%;
    height: 66px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .bottom-link__tel{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    background-image: url(../img/bottom-link__tel-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    width: 45.86%;
    max-width: 172px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    border-radius: 5px;
    position: relative;
  }

  .bottom-link__tel::after{
    content: "";
    display: inline-block;
    margin: auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    border-top: 1.4px solid #fff;
    border-right: 1.4px solid #fff;
    transform: rotate(45deg);
  }

  .bottom-link__tel img{
    width: 33px;
  }

  .bottom-link__reserve{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    background-image: url(../img/bottom-link__reserve-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    width: 45.86%;
    max-width: 172px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    border-radius: 5px;
    position: relative;
  }

  .bottom-link__reserve::after{
    content: "";
    display: inline-block;
    margin: auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    border-top: 1.4px solid #fff;
    border-right: 1.4px solid #fff;
    transform: rotate(45deg);
  }

  .bottom-link__reserve img{
    width: 33px;
  }

}

@media screen and (max-width: 405px) {
  .mv__phrase1{
    font-size: 1.55rem;
  }
}