@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

a{
  text-decoration: none;
  color: #4d4d4d;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

li{
  list-style: none;
}

.pc{
    display: block;
  }

.sp{
  display: none;
}

.section-title{
  font-size: 2.875rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 8.4375rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #b4e3e5 0%, #e9f8fe 50%, #fff6d7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*-------------------------------------------
HEADER
-------------------------------------------*/

.header{
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.site-title{
  width: 280px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
}

.header__link{
  position: fixed;
  top: 20px;
  right: 140px;
  z-index: 2;
  display: flex;
  gap: 15px;
  z-index: 999;
}

.header__link a:first-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #f4b420;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1;
  width: 180px;
}

.header__link a:first-of-type img{
  width: 25px;
}

.header__link a:last-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #5cc0ba;
  color: #fff;
  border-radius: 30px;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1;
  width: 180px;
}

.header__link a:last-of-type img{
  width: 25px;
}

#g-nav{
  position:fixed;
  z-index: 999;
	top:0;
  right: -120%;
	width:100%;
  height: 100vh;
  background: linear-gradient(to right, #fff6d7, #e9f8fe, #b4e3e5);
	transition: all 0.6s;
}

#g-nav.panelactive{
  right: 0;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#g-nav li{
  text-align: center;
}

#g-nav li a{
	padding: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.openbtn{
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 40px;
  cursor: pointer;
  width: 70px;
}

/*-------------------------------------------
MV
-------------------------------------------*/
.mv{
  margin: 0 auto;
  max-width: 1400px;
  background: linear-gradient(to right, #fff6d7, #e9f8fe, #b4e3e5);
  padding-top: 150px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}

.mv__figure{
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv__img{
  width: 55%;
  max-width: 720px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mv__phrase{
  font-size: 4.375rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}

.mv__phrase span{
  font-size: 7.75rem;
  color: #5cc0ba;
}

.mv__phrase span span{
  font-size: 6.25rem;
}

.mv__description-box{
  display: inline-block;
}

.mv__description{
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}

.mv__description span{
  color: #ed1c24;
}

.mv__description span span{
  font-size: 3.375rem;
}

.mv__asterisk{
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}

.mv__feature{
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.mv__feature__text{
  display: inline-block;
  border: 3px solid #5cc0ba;
  font-size: 2.0625rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
  padding: 3px 15px;
  line-height: 1.1;
}

.mv__feature__text span{
  font-size: 2.375rem;
  color: #f4b420;
}

.mv__feature__list{
  display: flex;
}

.mv__feature__list li{
  width: 100px;
}

.mv__feature__list li:first-of-type{
  position: relative;
  z-index: 4;
}

.mv__feature__list li:nth-of-type(2){
  transform: translateX(-10px);
  position: relative;
  z-index: 3;
}

.mv__feature__list li:last-of-type{
  transform: translateX(-20px);
}

/*-------------------------------------------
CASE
-------------------------------------------*/

.case{
  margin: 0 auto;
  max-width: 1400px;
  margin-top: 90px;
}

.case__inner{
  margin: 0 auto;
  max-width: 750px;
  background-image: url(../img/case-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.case__content{
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.case__before{
  width: 40%;
  position: relative;
}

.case__before__title{
  background-color: #fff;
  border: 1.5px solid #5cc0ba;
  width: fit-content;
  border-radius: 20px;
  color: #5cc0ba;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 40px;
  line-height: 1;
}

.case__arrow{
  width: 3.4%;
}

.case__after{
  width: 40%;
  position: relative;
}

.case__after__title{
  background-color: #5cc0ba;
  border: 1.5px solid #fff;
  width: fit-content;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 40px;
  line-height: 1;
}

.case__btn{
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: fit-content;
  background-color: #f4b420;
  color: #fff;
  border-radius: 30px;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px 15px;
  width: 404px;
  text-align: center;
  position: relative;
}

.case__btn::after { 
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;    
  height: 20px; 
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%); 
}

/*-------------------------------------------
COUNSELING
-------------------------------------------*/

.counseling{
  margin: 0 auto;
  max-width: 1400px;
  margin-top: 90px;
}

.counseling__inner{
  margin: 0 auto;
  max-width: 1070px;
  background: linear-gradient(to left, #fff6d7, #e9f8fe, #b4e3e5);
  padding-top: 140px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.counseling__box{
  background-color: rgba(255, 255, 255, 0.75); 
  border-radius: 20px;
  display: flex;
  position: relative;
}

.counseling__title{
  width: 224px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.counseling__title p{
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.65rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .04em;
  line-height: 1.3333;
}

.counseling__text{
  width: 49.75%;
  padding-top: 90px;
  position: relative;
}

.counseling__text__tel{
  text-align: center;
  font-size: 3.5625rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .04em;
}

.counseling__text__tel span{
  font-size: 2.3125rem;
}

.counseling__text__mail{
  margin: 0 auto;
  margin-top: 20px;
  background-color: #f4b420;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 82%;
  line-height: 1;
  font-size: 1.4375rem;
  font-weight: 600;
  padding: 15px;
}

.counseling__text__mail img{
  width: 24px;
}

.counseling__text__asterisk{
  margin: 0 auto;
  margin-top: 15px;
  width: 80%;
  line-height: 1.5625;
  font-family: "Noto Sans JP", sans-serif;
}

.counseling__dotted{
  width: 0.5%;
  max-height: 100%;
  height: 458px;
}

.counseling__dotted img{
  height: 100%;
}

.counseling-table-box{
  width: 49.75%;
  padding-top: 120px;
}

.counseling-table{
  margin: 0 auto;
  width: 90%;
}

.counseling-table__inner{
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.counseling-table__header{
  padding: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

.counseling-table__header.border{
  border-bottom: 1px solid #5cc0ba;
}

.counseling-table__header--md-sticky{
  width: 33.33%;
}

.counseling-table__text{
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

.counseling-table__text span{
  margin: 0 auto;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #5cc0ba;
  border-radius: 50%;
}

.counseling-table__asterisk{
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width:768px){

  .counseling-table-table{
    overflow-x: auto;
  }

  .counseling-table__header,.counseling-table__text{
    white-space: nowrap;
  }

}

/*-------------------------------------------
WORRY
-------------------------------------------*/

.worry{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1400px;
  background-image: url(../img/worry-bg.png);
  background-size: 100% auto;
  aspect-ratio: 1200 / 1591;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 70px;
  overflow-x: hidden;
}

.worry__title{
  font-size: 2.875rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.9);
}

.worry__title span{
  font-size: 3.4375rem;
}

.worry__box{
  margin: 0 auto;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 50px;
  max-width: 750px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 100px;
  padding-right: 20px;
  position: relative;
}

.worry__exclamation{
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%) rotate(15deg);
  color: #b3b3b3;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 1;
}

.worry__list li{
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.3125rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.worry__list li:first-of-type{
  margin-top: 0px;
}

.worry__list li img{
  width: 21px;
}

.worry__person1{
  position: absolute;
  top: -110px;
  left: -70px;
  width: 13%;
  max-width: 180px;
  transform: rotate(-10deg);
}

.worry__person2{
  position: absolute;
  bottom: 0;
  right: -170px;
  width: 43%;
  max-width: 320px;
}

.worry__arrow{
  margin: 0 auto;
  margin-top: 20px;
  width: 96px;
}

.worry__consider{
  margin: 0 auto;
  max-width: 750px;
  margin-top: 90px;
}

.worry__consider__name{
  text-align: center;
}

.worry__consider__name span{
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.worry__consider__name span:first-child{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .019em;
}

.worry__consider__name span:nth-of-type(2){
  font-size: 3.4375rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #5cc0ba;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.9);
}

.worry__consider__name span:last-of-type{
  font-size: 2.5625rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #5cc0ba;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.9);
  position: relative;
}

.worry__consider__name span:last-of-type::before {
  content: ""; 
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -140px;
  width: 130px;
  height: 1px;
  background-color: #5cc0ba;
}

.worry__consider__name span:last-of-type::after {
  content: ""; 
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -140px;
  width: 130px;
  height: 1px;
  background-color: #5cc0ba;
}

.worry__consider__text{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
}

.worry__consider__img{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}

.worry__consider__img1{
  max-width: 270px;
}

.worry__consider__img2{
  max-width: 325px;
}

/*-------------------------------------------
PRACTICABLE
-------------------------------------------*/

.practicable{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1400px;
}

.practicable__inner{
  margin: 0 auto;
  max-width: 750px;
  background-image: url(../img/practicable-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.practicable__title{
  font-weight: 600;
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: .04em;
}

.practicable__title span{
  font-size: 3.875rem;
}

.practicable__list{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.practicable__list li{
  width: 12%;
}

.practicable__list__title{
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.16;
  letter-spacing: .04em;
}

/*-------------------------------------------
POINT
-------------------------------------------*/

.point{
  margin: 0 auto;
  margin-top: 150px;
  max-width: 1400px;
}

.point__introduction{
  margin-top: 55px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.6;
}

.point__content{
  margin-top: 40px;
  background-image: url(../img/point__content-bg.png);
  background-size: 100% auto;
  aspect-ratio: 1200 / 1986;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 200px;
}

.point___content__inner{
  margin: 0 auto;
  max-width: 750px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
}

.point__content__person1{
  width: 16%;
  max-width: 130px;
  position: absolute;
  top: -55px;
  left: -110px;
  transform: rotate(10deg);
}

.point__content__person2{
  width: 16%;
  max-width: 130px;
  position: absolute;
  bottom: -110px;
  right: -80px;
  transform: rotate(5deg);
}

.point__content__list{
  margin: 0 auto;
  width: 80%;
}

.point__content__list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #5cc0ba;
  padding-top: 40px;
  padding-bottom: 40px;
}

.point__content__list li:first-of-type{
  border-top: none;
  padding-top: 0;
}

.point__content__list li:nth-of-type(even){
  flex-direction: row-reverse;
}

.point__content__list__text{
  width: 70%;
}

.point__content__list li:first-of-type .point__content__list__text,
.point__content__list li:nth-of-type(4) .point__content__list__text,
.point__content__list li:last-of-type .point__content__list__text{
  width: 63%;
}

.point__content__list li:nth-of-type(2) .point__content__list__text{
  width: 68%;
}

.point__content__list li:nth-of-type(3) .point__content__list__text{
  width: 50%;
}

.point__content__list li:nth-of-type(5) .point__content__list__text{
  width: 58%;
}

.point__content__list__title{
  color: #5cc0ba;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.point__content__list__description{
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  line-height: 1.5;
}

.point__content__list__img{
  width: 30%;
}

.point__content__list li:first-of-type .point__content__list__img,
.point__content__list li:nth-of-type(4) .point__content__list__img,
.point__content__list li:last-of-type .point__content__list__img{
  max-width: 179px;
  width: 32%;
}

.point__content__list li:nth-of-type(2) .point__content__list__img{
  max-width: 95px;
  width: 18%;
}

.point__content__list li:nth-of-type(3) .point__content__list__img{
  max-width: 284px;
  width: 46%;
}

.point__content__list li:nth-of-type(5) .point__content__list__img{
  max-width: 240px;
  width: 41%;
  transform: rotate(5deg);
}

/*-------------------------------------------
SUGGESTION
-------------------------------------------*/

.suggestion{
  margin: 0 auto;
  margin-top: 150px;
  max-width: 1400px;
}

.suggestion__inner{
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.suggestion__person{
  width: 17%;
  position: absolute;
  top: 110px;
  left: -150px;
}

.suggestion__title{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.4;
}

.suggestion__title span:first-of-type{
  font-size: 3.5625rem;
}

.suggestion__title span:last-of-type{
  font-size: 3rem;
}

.suggestion__list{
  margin-top: 40px;
}

.suggestion__list li{
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.suggestion__list li:first-of-type{
  margin-top: 0;
}

.suggestion__list li:nth-of-type(2){
  justify-content: flex-start;
}

.suggestion__list__title{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.44;
}

.suggestion__list li:first-of-type .suggestion__list__title{
  background-color: #5cc0ba;
}

.suggestion__list li:nth-of-type(2) .suggestion__list__title{
  background-color: #f4b420;
}

.suggestion__list li:last-of-type .suggestion__list__title{
  background-color: #53afcd;
}

.suggestion__list__text{
  width: 40%;
}

.suggestion__list__text p:first-of-type{
  color: #5cc0ba;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
}

.suggestion__list__text p:last-of-type{
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  line-height: 1.5;
}

.suggestion__list__img{
  width: 23%;
  max-width: 194px;
}

/*-------------------------------------------
PRICE
-------------------------------------------*/

.price{
  margin: 0 auto;
  margin-top: 110px;
  max-width: 1400px;
  background-image: url(../img/price-bg.png);
  background-size: 100% auto;
  aspect-ratio: 1200 / 1880;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}

.price__inner{
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}

.section-title.price__title::after {
  background: #fff;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price__person{
  width: 17%;
  max-width: 130px;
  position: absolute;
  top: 100px;
  right: -120px;
  transform: rotate(-5deg);
}

.price__introduction{
  margin-top: 50px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.price__introduction span{
  font-size: 1.625rem;
  color: #f4b420;
}

.price__free{
  margin: 0 auto;
  margin-top: 45px;
  width: 80%;
  background-color: #5cc0ba;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
}

.price__free p:first-of-type{
  font-size: 1.25rem;
}

.price__free p:last-of-type{
  font-size: 1.25rem;
}

.price__free p:last-of-type span{
  font-size: 1.75rem;
}

.price__free p:last-of-type span.yen{
  font-size: 1.0625rem;
}

.price__list{
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.price__list li{
  width: 30%;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.price__list li:first-of-type{
  background-color: #5cc0ba;
}

.price__list li:nth-of-type(2){
  background-color: #f4b420;
}

.price__list li:last-of-type{
  background-color: #53afcd;
}

.price__list li:first-of-type .price__list__circle{
  background-color: #5cc0ba;
}

.price__list li:nth-of-type(2) .price__list__circle{
  background-color: #f4b420;
}

.price__list li:last-of-type .price__list__circle{
  background-color: #53afcd;
}

.price__list__circle{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.price__list__circle.small{
  font-size: 1rem;
}

.price__list__img{
  margin: 0 auto;
  max-width: 116px;
}

.price__list__title{
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.price__list__description{
  margin-top: 5px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.27;
}

.price__list__price{
  margin-top: 15px;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.2;
}

.price__list__price span{
  font-size: 2.5rem;
}

.price__list__asterisk{
  margin-top: 3px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}

.price__adjustment{
  margin: 0 auto;
  margin-top: 55px;
  width: 80%;
  background-color: #5cc0ba;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
}

.price__adjustment p:first-of-type{
  font-size: 1.25rem;
}

.price__adjustment p:first-of-type span{
  font-size: 1.75rem;
}

.price__adjustment p:first-of-type span.yen{
  font-size: 1.0625rem;
}

.price__adjustment p:last-of-type{
  font-size: 1.25rem;
}

.price__adjustment p:last-of-type span{
  font-size: 1.75rem;
}

.price__adjustment p:last-of-type span.yen{
  font-size: 1.0625rem;
}

.price-table{
  margin-top: 65px;
}

.price-table__inner{
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.price-table__header{
  padding: 15px 10px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  line-height: 1;
}

.price-table__header.blue{
  background-color: #53afcd;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: none;
}

.price-table__text{
  padding: 15px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  vertical-align: middle;
}

.price-table__header:last-child{
  border-right-width: 0;
}

@media screen and (max-width:768px){
  .price-table{
    border-right-width: 0;
    overflow-x: auto;
  }
  .price-table__inner{
    width: auto;
    min-width: 100%;
  }

  .price-table__header,.price-table__text{
    white-space: nowrap;
  }
}

.price__counseling{
  margin-top: 70px;
  position: relative;
}

.price__counseling__person{
  width: 17%;
  max-width: 130px;
  position: absolute;
  top: -30px;
  left: -170px;
}

.price__counseling__title{
  margin: 0 auto;
  width: fit-content;
  font-size: 1.875rem;
  position: relative;
}

.price__counseling__title::before{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -95px;
  width: 85px;
  height: 1px;
  background-color: #4d4d4d;
}

.price__counseling__title::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -95px;
  width: 85px;
  height: 1px;
  background-color: #4d4d4d;
}

.price__counseling__list{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.price__counseling__list li:first-of-type{
  width: 42%;
}

.price__counseling__list li:first-of-type a{
  height: 100%;
  background-color: #5cc0ba;
  display: block;
  border-radius: 50px;
  padding: 8px;
}

.price__counseling__list li:first-of-type a p:first-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.price__counseling__list li:first-of-type a p:first-of-type .text{
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.1;
}

.price__counseling__list li:first-of-type a p:first-of-type img{
  width: 23px;
  height: 23px;
}

.price__counseling__list li:first-of-type a p:first-of-type .number{
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
}

.price__counseling__list li:first-of-type a p:last-of-type{
  margin: 0 auto;
  margin-top: 5px;
  width: 75%;
  background-color: #c2e7e5;
  font-size: 0.625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 3px;
}

.price__counseling__list li:nth-of-type(2){
  width: 29.2%;
}

.price__counseling__list li:nth-of-type(2) a{
  height: 100%;
  background-color: #f4b420;
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}

.price__counseling__list li:nth-of-type(2) a img{
  width: 33px;
}

.price__counseling__list li:last-of-type{
  width: 26.66%;
}

.price__counseling__list li:last-of-type a{
  height: 100%;
  background-color: #fff;
  border: 2px solid #5cc0ba;
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5cc0ba;
  line-height: 1.1;
}

.price__counseling__instagram{
  margin: 0 auto;
  max-width: 750px;
  margin-top: 85px;
}

/*-------------------------------------------
REASON
-------------------------------------------*/

.reason{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1400px;
}

.reason__inner{
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}

.reason__person1{
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: -80px;
  left: -150px;
}

.reason__person2{
  width: 20%;
  max-width: 150px;
  position: absolute;
  top: -10px;
  right: -160px;
}

.reason__list{
  margin-top: 100px;
}

.reason__list__title{
  color: #5cc0ba;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}

.reason__list__title span{
  font-size: 2.75rem;
}

.reason__list1__text{
  margin-top: 20px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.82;
  letter-spacing: .04em;
  color: #666;
  padding-left: 7%;
}

.reason__list1__box{
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 7%;
}

.reason__list1__box__text{
  width: 44%;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.82;
  letter-spacing: .04em;
  color: #666;
}

.reason__list1__box__img{
  width: 40%;
}

.reason__list1__further{
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background-color: #5cc0ba;
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reason__list1__further .dotted{
  width: auto;
  height: 44px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.reason__list1__impression{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 130px;
}

.reason__list1__impression__title{
  width: 43%;
  color: #5cc0ba;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .04em;
  position: relative;
}

.reason__list1__impression__title::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -170px;
  width: 160px;
  height: 1px;
  background-color: #5cc0ba;
}

.reason__list1__impression__img{
  width: 26%;
}

.reason__list1__simulation{
  margin-top: 40px;
}

.reason__list1__simulation__title{
  text-align: center;
  color: #5cc0ba;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.reason__list1__simulation__box{
  margin: 0 auto;
  margin-top: 10px;
  max-width: 522px;
  display: flex;
  justify-content: space-between;
}

.reason__list1__simulation__before{
  width: 45.7%;
}

.reason__list1__simulation__after{
  width: 45.7%;
}

.reason__list1__simulation__text{
  margin: 0 auto;
  margin-top: 30px;
  max-width: 522px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.reason__list2{
  margin-top: 80px;
}

.reason__list2__box{
  margin-top: 10px;
  padding-left: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reason__list2__description{
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.reason__list2__btn{
  width: 278px;
  background-color: #f4b420;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  margin-left: 7%;
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  position: relative;
}

.reason__list2__btn::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  width: 10px;
  height: 10px;
}

.reason__list2__btn img{
  width: 24px;
}

.reason__list3{
  margin-top: 90px;
}

.reason__list__title.reason__list3__title{
  justify-content: flex-end;
}

.reason__list3__box{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reason__list3__img{
  width: 40%;
}

.reason__list3__description{
  width: 49.5%;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
  text-align: justify;
}

.reason__list4{
  margin-top: 90px;
}

.reason__list4__title{
  align-items: start;
}

.reason__list4__box{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 7%;
}

.reason__list4__description{
  width: 50%;
  padding-top: 10px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.reason__list4__img{
  width: 40%;
}

.reason__list4__logo{
  max-width: 180px;
  margin-top: 15px;
  margin-left: 15%;
}

.reason__list4__btn{
  margin-top: 5px;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 320px;
  background-color: #f4b420;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  position: relative;
}

.reason__list4__btn::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  width: 10px;
  height: 10px;
}

.reason__list4__btn img{
  width: 24px;
}

.reason__list5{
  margin-top: 85px;
  display: flex;
  gap: 30px;
  padding-left: 5%;
}

.reason__list5__text{
  transform: translateY(-20px);
}

.reason__list5__description{
  margin-top: 5px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.reason__list6{
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.reason__list6__text{
  width: 50%;
}

.reason__list6__description{
  margin-top: 20px;
  padding-left: 16%;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.reason__list6__btn{
  margin: 0 0 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 320px;
  background-color: #f4b420;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  position: relative;
}

.reason__list6__btn::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  width: 10px;
  height: 10px;
}

.reason__list6__btn img{
  width: 24px;
}

.reason__list6__img{
  width: 39%;
}

/*-------------------------------------------
COMPARISON
-------------------------------------------*/

.comparison{
  margin: 0 auto;
  margin-top: 170px;
  max-width: 1400px;
}

.section-title.comparison__title::after {
  background: linear-gradient(90deg, #d5edfe 0%, #e9f8fe 50%, #ebebff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.3125rem;
  top: -42px;
}

.comparison__introduction{
  margin: 0 auto;
  margin-top: 85px;
  max-width: 655px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  line-height: 1.82;
  color: #666;
}

.comparison-table{
  margin: 0 auto;
  margin-top: 30px;
  max-width: 750px;
}

.comparison-table th, .comparison-table td {
  width: 25%;
  height: 153px;
}

.comparison-table__inner{
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.comparison-table__header{
  padding: 15px 5px;
  border-right: 1.62px solid #fff;
  background-color: #8b9ea6;
  color: #fff;
  height: 235px !important;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: bottom;
}

.comparison-table__header .comparison-table__img{
  display: block;
  margin-top: 10px;
  height: 107px;
}

.comparison-table__header .comparison-table__img.mt20{
  margin-top: 20px;
}

.comparison-table__header .comparison-table__img.mt40{
  margin-top: 40px;
}

.comparison-table__header .comparison-table__img img{
  width: 100%;
  height: 100%;
}

.comparison-table__header.none{
  background-color: transparent;
  border: none;
}

.comparison-table__header.blue{
  padding: 15px 10px;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  background-color: #b3ecea;
  border-top: 1.62px solid #b3b3b3;
  border-left: 1.62px solid #b3b3b3;
  border-right: 1.62px solid #b3b3b3;
  height: 153px !important;
  vertical-align: middle;
}

.comparison-table__header.gold{
  background: linear-gradient(to right, #fff6d7, #fffcf0, #fff6d7);
  color: #4d4d4d;
}

.comparison-table__text.gold{
  background: linear-gradient(to right, #fff6d7, #fffcf0, #fff6d7);
}

.comparison-table__text{
  padding: 15px 5px;
  border-top: 1.62px solid #b3b3b3;
  border-right: 1.62px solid #b3b3b3;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.35;
}

.comparison-table__text span.number{
  color: #5cc0ba;
  font-size: 2rem;
  font-weight: bold;
}

.comparison-table__mark{
  margin: 0 auto;
  margin-bottom: 5px;
  width: 39px;
  height: 39px;
}

.comparison-table__body-row:last-child
.comparison-table__header, 
.comparison-table__body-row:last-child
.comparison-table__text{
  border-bottom: 1.62px solid #b3b3b3;
}

@media screen and (max-width:768px){

  .comparison-table{
    border-right-width: 0;
    overflow-x: auto;
  }
  
  .comparison-table__inner{
    width: auto;
    min-width: 100%;
  }

  .comparison-table__header,.comparison-table__text{
    white-space: nowrap;
  }
}

/*-------------------------------------------
FLOW
-------------------------------------------*/

.flow{
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1400px;
  background-image: url(../img/flow-bg.png);
  background-size: 100% auto;
  aspect-ratio: 1200 / 1278;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-title.flow__title::after {
  background: linear-gradient(90deg, #fff 0%, #e9f8fe 50%, #e9f8fe 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10rem;
  top: -90px;
}

.flow__swiper{
  padding-top: 270px !important;
  position: relative;
}

 .swiper-pagination {
  position: absolute;
  top: 110px !important;
  bottom: auto !important; 
  display: flex;
  justify-content: center;
  gap: 5px;
}

.swiper-pagination-bullet {
  width: 66px !important;
  height: 39px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  color: #4d4d4d !important;
  font-size: 1.6875rem !important;
  font-weight: 600 !important;
  border-radius: 0 !important; 
  opacity: 1 !important;      
  cursor: pointer;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background: #5cc0ba !important; 
  color: #fff !important;
  border-color: #5cc0ba;
}

.swiper-slide .flow__title{
  margin-top: 30px;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  color: #5cc0ba;
}

.swiper-slide .flow__text{
  margin: 0 auto;
  margin-top: 30px;
  width: 90%;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}

/*-------------------------------------------
COLLECTION
-------------------------------------------*/

.collection{
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1400px;
}

.collection__inner{
  margin: 0 auto;
  max-width: 750px;
  background-color: #fcf0ec;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.collection__title{
  width: 122px;
  position: absolute;
  top: -45px;
  left: 20px;
  z-index: 2;
}

.collection__title p{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

.collection__introduction{
  text-align: center;
  font-size: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
}

.collection__introduction span{
  color: #e47d5a;
  font-weight: bold;
}

.collection__description{
  margin: 0 auto;
  margin-top: 20px;
  width: 85%;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.777;
}

.collection__list{
  margin: 0 auto;
  margin-top: 60px;
  width: 88%;
  display: flex;
  justify-content: space-between;
}

.collection__list li{
  width: 31.5%;
}

.collection__list__text{
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.collection__btn{
  margin: 0 auto;
  margin-top: 50px;
  width: 55%;
  max-width: 404px;
  background-color: #e47d5a;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px;
  line-height: 1;
  font-size: 1.4375rem;
  font-weight: 600;
  position: relative;
}

.collection__btn::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 17px;   
  height: 17px;   
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
}

/*-------------------------------------------
DIRECTOR
-------------------------------------------*/

.director{
  margin: 0 auto;
  margin-top: 130px;
  max-width: 1400px;
  overflow-x: hidden;
}

.director__bg1{
  max-width: 220px;
  position: absolute;
  top: 10px;
  left: -210px;
  z-index: -1;
}

.director__bg2{
  max-width: 300px;
  position: absolute;
  top: -15px;
  right: -230px;
}

.director__title{
  background: linear-gradient(90deg, #b4e3e5 0%, #e9f8fe 50%, #fff6d7 100%);
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 20px 10px;
}

.director__box{
  margin: 0 auto;
  max-width: 750px;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.director__img{
  width: 37%;
  max-width: 238px;
}

.director__text{
  width: 63%;
  padding-top: 15px;
}

.director__degree{
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

.director__name{
  margin-top: 10px;
  font-size: 2.8125rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

.director__list{
  margin-top: 20px;
}

.director__list li{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.director__list li:first-of-type{
  margin-top: 0;
}

.director__list li span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #76aece;
}

.director__message{
  margin: 0 auto;
  max-width: 750px;
  margin-top: 40px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.777;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

/*-------------------------------------------
PAY
-------------------------------------------*/

.pay{
  margin: 0 auto;
  margin-top: 210px;
  max-width: 1400px;
  background: linear-gradient(-45deg, #fff6d7 0%, #e9f8fe 50%, #b4e3e5 100%);
  padding-top: 140px;
  padding-bottom: 95px;
  position: relative;
}

.pay__title{
  width: 224px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.pay__title p{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

.detail{
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}

.detail__person1{
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: -215px;
  left: -150px;
  transform: rotate(5deg);
}

.detail__person2{
  width: 18%;
  max-width: 140px;
  position: absolute;
  bottom: -80px;
  right: -180px;
  transform: rotate(5deg);
}

.detail__title{
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.detail__content{
  margin-top: 60px;
  display: flex;
}

.detail__content__img{
  width: 30%;
  transform: translateY(-30px);
}

.detail__content__text{
  width: 66%;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.72;
  color: #000;
}

.detail__content__text span:first-of-type{
  color: #5cc0ba;
}

.detail__content__text span:nth-of-type(2){
  color: #f4b420;
}

.detail__content__text span:last-of-type{
  color: #53afcd;
}

.detail__chart{
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

.detail__chart dt{
  width: 50%;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1.6875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.detail__chart dt span{
  font-size: 1.25rem;
}

.detail__chart dt:first-of-type{
  padding-top: 0px;
}

.detail__chart dt:last-of-type{
  font-size: 1.375rem;
}

.detail__chart dd{
  width: 50%;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 3.375rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #5cc0ba;
  line-height: 1;
}

.detail__chart dd span.yen{
  font-size: 1.4375rem;
}

.detail__chart dd span.about{
  font-size: 1.8125rem;
}

.detail__chart dd span.plus{
  display: inline-block;
  transform: translateY(7px);
}

.detail__chart dd:first-of-type{
  padding-top: 0px;
}

.payment{
  margin: 0 auto;
  margin-top: 200px;
  max-width: 750px;
}

.section-title.payment__title{
  font-size: 2.5rem;
}

.section-title.payment__title::after {
  background: rgba(255, 255, 255, 0.56);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.5rem;
  top: -60px;
}

.payment__list{
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}

.payment__list li{
  width: 33.33%;
}

.payment__list__img{
  margin: 0 auto;
}

.payment__list__img1{
  width: 68px;
  height: 70px;
}

.payment__list__img2{
  width: 104px;
  height: 70px;
}

.payment__list__img3{
  width: 70px;
  height: 70px;
}

.payment__list__text{
  margin-top: 25px;
  text-align: center;
  color: #5cc0ba;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.payment__introduction{
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #666;
}

.payment__example{
  margin-top: 45px;
  background-color: #fff;
}

.payment__example__title{
  background-color: #5cc0ba;
  color: #fff;
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 10px;
  line-height: 1;
}

.payment__example__introduction{
  margin-top: 35px;
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

.payment__example__introduction span{
  color: #5cc0ba;
  font-size: 4.125rem;
}

.payment__example__introduction span span{
  font-size: 2.5rem;
}

.payment__example__list{
  margin: 0 auto;
  width: 82%;
  margin-top: 30px;
}

.payment__example__list li{
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #666;
}

.payment__example__list li:first-of-type{
  margin-top: 0px;
}

.payment__example__bottom{
  margin-top: 50px;
  background-color: #fffff0;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 10px;
  position: relative;
}

.payment__example__bottom__text1{
  max-width: 70%;
  padding-left: 9%;
  color: #f4b420;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.57;
}

.payment__example__bottom__text2{
  margin-top: 5px;
  max-width: 70%;
  padding-left: 9%;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  line-height: 1.875;
}

.payment__example__bottom__img{
  width: 24%;
  max-width: 182px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.payment__deduction{
  margin-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}

.payment__deduction__title{
  background-color: #f4b420;
  color: #fff;
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 8px;
  line-height: 1;
}

.payment__deduction__text{
  margin: 0 auto;
  margin-top: 35px;
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8125;
  color: #666;
}

.payment__deduction__btn{
  margin: 0 auto;
  margin-top: 40px;
  width: 182px;
  color: #fff;
  background-color: #f4b420;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 30px;
  padding: 12px;
  font-size: 1.4375rem;
  font-weight: 600;
}

.payment__deduction__btn img{
  width: 28px;
}

/*-------------------------------------------
COST
-------------------------------------------*/

.cost{
  margin-top: 160px;
}

.cost__inner{
  margin: 0 auto;
  max-width: 750px;
  background-color: #fcf0ec;
  padding-top: 75px;
  padding-bottom: 35px;
  position: relative;
}

.cost__title{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  background-color: #e47d5a;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 15px;
  line-height: 1;
  font-size: 1.4375rem;
}

.cost__images{
  margin: 0 auto;
  width: 84%;
  position: relative;
}

.cost__img1{
  margin: 0 auto;
  width: 40%;
}

.cost__img2{
  width: 30%;
  position: absolute;
  top: -20px;
  left: 0;
}

.cost__img3{
  width: 30%;
  position: absolute;
  top: -20px;
  right: 0;
}

.cost__img4{
  width: 30%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.cost__img5{
  width: 30%;
  position: absolute;
  bottom: 40px;
  right: 0;
}

.cost__text{
  text-align: center;
  color: #e47d5a;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.cost__description{
  margin: 0 auto;
  margin-top: 5px;
  width: 84%;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.777;
}

/*-------------------------------------------
FAQ
-------------------------------------------*/

.faq{
  margin: 0 auto;
  margin-top: 200px;
  max-width: 1400px;
}

.faq__list{
  margin: 0 auto;
  margin-top: 100px;
  max-width: 670px;
}

.faq__list li{
  margin-top: 50px;
  border: 2px solid #5cc0ba;
}

.faq__list li:first-of-type{
  margin-top: 0px;
}

.faq__list__title{
  background-color: #5cc0ba;
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  padding: 10px 20px;
}

.faq__list__text{
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  padding: 15px 20px;

}

/*-------------------------------------------
FOOTER
-------------------------------------------*/

.footer{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 1400px;
  background-image: url(../img/footer-bg.png);
  background-size: 100% auto;
  aspect-ratio: 1200 / 708;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 130px;
}

.footer__title{
  margin: 0 auto;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  width: fit-content;
  position: relative;
}

.footer__title::before{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -95px;
  width: 85px;
  height: 1px;
  background-color: #4d4d4d;
}

.footer__title::after{
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -95px;
  width: 85px;
  height: 1px;
  background-color: #4d4d4d;
}

.footer__list{
  margin: 0 auto;
  margin-top: 35px;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
}

.footer__list li:first-of-type{
  width: 42%;
}

.footer__list li:first-of-type a{
  height: 100%;
  background-color: #5cc0ba;
  display: block;
  border-radius: 50px;
  padding: 8px;
}

.footer__list li:first-of-type a p:first-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.footer__list li:first-of-type a p:first-of-type .text{
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.1;
}

.footer__list li:first-of-type a p:first-of-type img{
  width: 23px;
  height: 23px;
}

.footer__list li:first-of-type a p:first-of-type .number{
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
}

.footer__list li:first-of-type a p:last-of-type{
  margin: 0 auto;
  margin-top: 5px;
  width: 75%;
  background-color: #c2e7e5;
  font-size: 0.625rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 3px;
}

.footer__list li:nth-of-type(2){
  width: 29.2%;
}

.footer__list li:nth-of-type(2) a{
  height: 100%;
  background-color: #f4b420;
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}

.footer__list li:nth-of-type(2) a img{
  width: 33px;
}

.footer__list li:last-of-type{
  width: 26.66%;
}

.footer__list li:last-of-type a{
  height: 100%;
  background-color: #fff;
  border: 2px solid #5cc0ba;
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5cc0ba;
  line-height: 1.1;
}

.footer__instagram{
  margin: 0 auto;
  margin-top: 70px;
  max-width: 750px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1240px) {

  .worry{
    background-size: cover;
    aspect-ratio: initial;
  }

  .point__content{
    background-size: cover;
    aspect-ratio: initial;
  }

  .price{
    background-size: cover;
    aspect-ratio: initial;
  }

  .flow{
    background-size: cover;
    aspect-ratio: initial;
  }

  .footer{
    background-size: cover;
    aspect-ratio: initial;
  }

}

@media screen and (max-width: 768px) {

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .section-title{
    font-size: 1.75rem;
  }

  .section-title::after {
    font-size: 5rem;
    top: -40px;
  }

  /*-------------------------------------------
  HEADER
  -------------------------------------------*/

  .site-title{
    width: 169px;
    left: 12px;
  }

  .header__link{
    display: none;
  }

  #g-nav li a{
    white-space: nowrap;
  }

  #g-nav li.web a{
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #f4b420;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 1.1875rem;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    width: 180px;
  }

  #g-nav li.web img{
    width: 25px;
  }

  #g-nav li.tel a:last-of-type{
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #5cc0ba;
    color: #fff;
    border-radius: 30px;
    font-size: 1.1875rem;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    width: 180px;
  }

  #g-nav li.tel a img{
    width: 25px;
  }

  .openbtn{
    right: 10px;
    width: 49px;
  }

  /*-------------------------------------------
  MV
  -------------------------------------------*/
  .mv{
    padding-top: 80px;
    padding-bottom: 290px;
    padding-left: 30px;
    padding-right: 10px;
    background: linear-gradient(135deg, #fff6d7, #e9f8fe, #b4e3e5);
  }

  .mv__figure{
    width: 98%;
  }

  .mv__img{
    width: 100%;
  }

  .mv__phrase{
    font-size: 2.25rem;
  }

  .mv__phrase span{
    font-size: 4rem;
  }

  .mv__phrase span span{
    font-size: 3.375rem;
  }

  .mv__description{
    font-size: 1.3125rem;
  }

  .mv__description span span{
    font-size: 1.8125rem;
  }

  .mv__asterisk{
    font-size: 0.5rem;
    margin-right: 20px;
  }

  .mv__feature{
    margin-top: 10px;
  }

  .mv__feature__text{
    border: 1.8px solid #5cc0ba;
    font-size: 1.1875rem;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mv__feature__text span{
    font-size: 1.875rem;
  }

  .mv__feature__list{
    display: none;
  }

  .mv__feature__list-sp{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .mv__feature__list-sp li{
    width: 72px;
  }

  .mv__feature__list-sp li:first-of-type{
    position: relative;
    z-index: 4;
  }

  .mv__feature__list-sp li:nth-of-type(2){
    transform: translateX(-7px);
    position: relative;
    z-index: 3;
  }

  .mv__feature__list-sp li:last-of-type{
    transform: translateX(-13px);
  }

  /*-------------------------------------------
  CASE
  -------------------------------------------*/

  .case__inner{
    padding-bottom: 40px;
  }

  .case__content{
    margin-top: 60px;
    flex-direction: column;
    gap: 0px;
  }

  .case__before{
    width: 64%;
  }

  .case__before__title{
    white-space: nowrap;
  }

  .case__arrow{
    display: none;
  }

  .case__arrow-sp{
    width: 57px;
    margin-top: 7px;
    margin-bottom: 18px;
  }

  .case__after{
    width: 64%;
  }

  .case__after__title{
    white-space: nowrap;
  }

  .case__btn{
    margin-top: 45px;
    font-size: 1.0625rem;
    padding: 12px 12px;
    width: 80%;
    max-width: 303px;
  }

  .case__btn::after { 
    right: 15px;
    width: 15px;    
    height: 15px; 
  }

  /*-------------------------------------------
  COUNSELING
  -------------------------------------------*/

  .counseling{
    margin-top: 50px;
  }

  .counseling__inner{
    background: linear-gradient(135deg, #b4e3e5, #e9f8fe, #fff6d7);
    padding-top: 80px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counseling__box{
    flex-direction: column;
  }

  .counseling__title{
    width: 145px;
    top: -60px;
  }

  .counseling__title p{
    top: 37px;
    font-size: 1.1rem;
  }

  .counseling__text{
    width: 100%;
    padding-top: 100px;
  }

  .counseling__text__tel{
    font-size: 2.6875rem;
  }

  .counseling__text__tel span{
    font-size: 1.6875rem;
  }

  .counseling__text__mail{
    margin-top: 15px;
    width: 90%;
    max-width: 303px;
    font-size: 1rem;
    padding: 10px;
  }

  .counseling__text__mail img{
    width: 18px;
  }

  .counseling__text__asterisk{
    margin: 0 auto;
    margin-top: 10px;
    width: 84%;
    font-size: 0.75rem;
    width: fit-content;
  }

  .counseling__dotted{
    display: none;
  }

  .counseling__dotted-sp{
    margin: 0 auto;
    width: 88%;
  }

  .counseling-table-box{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .counseling-table{
    margin: 0 auto;
    width: 90%;
  }

  .counseling-table__header{
    padding: 10px;
    font-size: 0.75rem;
  }

  .counseling-table__text{
    padding: 10px;
  }

  .counseling-table__text span{
    width: 11px;
    height: 11px;
  }

  .counseling-table__asterisk{
    margin-top: 10px;
    font-size: 0.75rem;
  }

  /*-------------------------------------------
  WORRY
  -------------------------------------------*/

  .worry{
    margin-top: 35px;
    background-image: url(../img/worry-bg-sp.png);
    aspect-ratio: 375 / 1137;
    background-size: cover;
    aspect-ratio: initial;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .worry__title{
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .worry__title span{
    font-size: 1.75rem;
  }

  .worry__box{
    margin-top: 50px;
    width: 89%;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 35px;
  }

  .worry__exclamation{
    top: -50px;
    font-size: 6.25rem;
  }

  .worry__list li{
    margin-top: 25px;
    font-size: 0.8125rem;
  }

  .worry__list li img{
    width: 13px;
  }

  .worry__person1{
    top: -40px;
    left: -12px;
    max-width: 42px;
  }

  .worry__person2{
    right: -30px;
    width: 37%;
    max-width: 120px;
  }

  .worry__arrow{
    margin-top: 15px;
    width: 48px;
  }

  .worry__consider{
    width: 95%;
    margin-top: 25px;
  }

  .worry__consider__name span{
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .worry__consider__name span:first-of-type{
    font-size: 0.9375rem;
  }

  .worry__consider__name span:nth-of-type(2){
    font-size: 1.75rem;
  }

  .worry__consider__name span:last-of-type{
    font-size: 1.25rem;
  }

  .worry__consider__name span:last-of-type::before {
    left: -70px;
    width: 65px;
  }

  .worry__consider__name span:last-of-type::after {
    right: -70px;
    width: 65px;
  }

  .worry__consider__text{
    margin-top: 5px;
    font-size: 0.9375rem;
  }

  .worry__consider__img{
    margin-top: 25px;
    flex-direction: column;
    gap: 15px;
  }

  .worry__consider__img1{
    max-width: 160px;
  }

  .worry__consider__img2{
    max-width: 234px;
  }

  /*-------------------------------------------
  PRACTICABLE
  -------------------------------------------*/

  .practicable{
    margin-top: 50px;
    overflow-x: hidden;
  }

  .practicable__inner{
    width: 90%;
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .practicable__title{
    font-size: 1.75rem;
  }

  .practicable__title span{
    font-size: 2.375rem;
  }

  .practicable__list{
    margin-top: 30px;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .practicable__list li{
    width: 19%;
  }

  .practicable__list__title{
    margin-top: 10px;
    font-size: 0.8125rem;
  }

  /*-------------------------------------------
  POINT
  -------------------------------------------*/

  .point{
    margin-top: 80px;
  }

  .point__introduction{
    margin-top: 35px;
    font-size: 1rem;
  }

  .point__content{
    margin-top: 25px;
    background-image: url(../img/point__content-bg-sp.png);
    aspect-ratio: 375 / 2557;
    background-size: cover;
    aspect-ratio: initial;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-bottom: 170px;
  }

  .point___content__inner{
    width: 90%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .point__content__person1{
    max-width: 60px;
    top: -52px;
    left: 10px;
  }

  .point__content__person2{
    max-width: 55px;
    bottom: -110px;
    right: 0px;
  }

  .point__content__list{
    width: 100%;
  }

  .point__content__list li{
    flex-direction: column-reverse;
    gap: 25px;
    border-top: 1px solid #5cc0ba;
  }

  .point__content__list li:nth-of-type(even){
    flex-direction: column-reverse;
  }

  .point__content__list__text{
    width: 100%;
  }

  .point__content__list li:first-of-type .point__content__list__text,
  .point__content__list li:nth-of-type(4) .point__content__list__text,
  .point__content__list li:last-of-type .point__content__list__text{
    width: 100%;
  }

  .point__content__list li:nth-of-type(2) .point__content__list__text{
    width: 100%;
  }

  .point__content__list li:nth-of-type(3) .point__content__list__text{
    width: 100%;
  }

  .point__content__list li:nth-of-type(5) .point__content__list__text{
    width: 100%;
  }

  .point__content__list__title{
    font-size: 1.625rem;
    text-align: center;
  }

  .point__content__list__description{
    margin-top: 15px;
    font-size: 0.875rem;
  }

  .point__content__list__img{
    width: 100%;
  }

  .point__content__list li:first-of-type .point__content__list__img,
  .point__content__list li:nth-of-type(4) .point__content__list__img,
  .point__content__list li:last-of-type .point__content__list__img{
    width: 100%;
  }

  .point__content__list li:nth-of-type(2) .point__content__list__img{
    width: 100%;
  }

  .point__content__list li:nth-of-type(3) .point__content__list__img{
    max-width: 227px;
    width: 100%;
  }

  .point__content__list li:nth-of-type(5) .point__content__list__img{
    width: 100%;
  }

  /*-------------------------------------------
  SUGGESTION
  -------------------------------------------*/

  .suggestion{
    margin-top: 65px;
  }

  .suggestion__inner{
    width: 85%;
  }

  .suggestion__person{
    max-width: 70px;
    top: 55px;
    left: 0px;
  }

  .suggestion__title{
    font-size: 1.5rem;
  }

  .suggestion__title span:first-of-type{
    font-size: 2.125rem;
  }

  .suggestion__title span:last-of-type{
    font-size: 1.8125rem;
  }

  .suggestion__list{
    display: none;
  }

  .suggestion__list-sp{
    margin-top: 40px;
  }

  .suggestion__list-sp li{
    margin-top: 50px;
  }

  .suggestion__list-sp li:first-of-type{
    margin-top: 0;
  }

  .suggestion__list-sp__top{
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .suggestion__list-sp__title{
    width: 153px;
    height: 153px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    color: #fff;
    font-size: 1.325rem;
    font-weight: 600;
    line-height: 1.44;
  }

  .suggestion__list-sp li:first-of-type .suggestion__list-sp__title{
    background-color: #5cc0ba;
  }

  .suggestion__list-sp li:nth-of-type(2) .suggestion__list-sp__title{
    background-color: #f4b420;
  }

  .suggestion__list-sp li:last-of-type .suggestion__list-sp__title{
    background-color: #53afcd;
  }

  .suggestion__list-sp__img{
    max-width: 162px;
  }

  .suggestion__list-sp__text{
    margin-top: 10px;
  }

  .suggestion__list-sp__text p:first-of-type{
    color: #5cc0ba;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.55;
  }

  .suggestion__list-sp__text p:last-of-type{
    margin-top: 15px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    color: #666;
  }

  /*-------------------------------------------
  PRICE
  -------------------------------------------*/

  .price{
    margin-top: 100px;
    background-image: url(../img/price-bg-sp.png);
    aspect-ratio: 1200 / 2318;
    background-size: cover;
    aspect-ratio: initial;
    padding-top: 100px;
    padding-bottom: 70px;
    overflow-x: hidden;
  }

  .price__inner{
    width: 100%;
  }

  .section-title.price__title{
    font-size: 1.5rem;
  }

  .section-title.price__title::after {
    top: -45px;
  }

  .price__person{
    max-width: 55px;
    top: 0px;
    right: 20px;
  }

  .price__introduction{
    margin-top: 40px;
  }

  .price__free{
    margin-top: 40px;
    width: 95%;
  }

  .price__free p:first-of-type{
    font-size: 1rem;
  }

  .price__free p:last-of-type{
    font-size: 1rem;
  }

  .price__free p:last-of-type span{
    font-size: 1.375rem;
  }

  .price__free p:last-of-type span.yen{
    font-size: 0.8125rem;
  }

  .price__list{
    margin-top: 65px;
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }

  .price__list li{
    width: 100%;
    max-width: 224px;
    padding-bottom: 15px;
  }

  .price__list__description br{
    display: none;
  }

  .price__list__description br.sp{
    display: block;
  }

  .price__list__price{
    margin-top: 10px;
  }

  .price__list__asterisk{
    margin-top: 2px;
  }

  .price__adjustment{
    margin-top: 30px;
    width: 95%;
  }

  .price__adjustment p:first-of-type{
    font-size: 1rem;
  }

  .price__adjustment p:first-of-type span{
    font-size: 1.375rem;
  }

  .price__adjustment p:first-of-type span.yen{
    font-size: 0.8125rem;
  }

  .price__adjustment p:last-of-type{
    margin-top: 5px;
    font-size: 1rem;
  }

  .price__adjustment p:last-of-type span{
    font-size: 1.375rem;
  }

  .price__adjustment p:last-of-type span.yen{
    font-size: 0.8125rem;
  }

  .price-table{
    margin-top: 60px;
  }

  .price-table__header{
    padding: 15px 2px;
    font-size: 0.8125rem;
    line-height: 1.23;
  }

  .price-table__text{
    padding: 15px 5px;
    font-size: 0.8125rem;
    line-height: 1.23;
  }

  .price__counseling{
    margin-top: 85px;
  }

  .price__counseling__person{
    max-width: 55px;
    top: -50px;
    left: 10px;
    z-index: 2;
  }

  .price__counseling__title{
    font-size: 1.375rem;
    text-align: center;
  }

  .price__counseling__title::before{
    left: -83px;
    width: 73px;
  }

  .price__counseling__title::after{
    right: -83px;
    width: 73px;
  }

  .price__counseling__list{
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 18px;
  }

  .price__counseling__list li:first-of-type{
    width: 100%;
    max-width: 315px;
  }

  .price__counseling__list li:nth-of-type(2){
    width: 100%;
    max-width: 161px;
  }

  .price__counseling__list li:nth-of-type(2) a{
    font-size: 1.125rem;
  }

  .price__counseling__list li:nth-of-type(2) a img{
    width: 24px;
  }

  .price__counseling__list li:last-of-type{
    width: 100%;
    max-width: 146px;
  }

  .price__counseling__list li:last-of-type a{
    font-size: 0.875rem;
  }

  .price__counseling__instagram{
    margin: 0 auto;
    margin-top: 60px;
    width: 90%;
  }

  /*-------------------------------------------
  REASON
  -------------------------------------------*/

  .reason{
    margin-top: 110px;
  }

  .reason__inner{
    width: 90%;
  }

  .section-title.reason__title::after {
    font-size: 4.75rem;
    top: -45px;
  }

  .reason__person1{
    max-width: 63px;
    top: -85px;
    left: -10px;
    z-index: 3;
  }

  .reason__person2{
    max-width: 68px;
    top: -55px;
    right: -15px;
    z-index: 3;
  }

  .reason__list{
    margin-top: 65px;
  }

  .reason__list__title{
    font-size: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .reason__list__title span{
    line-height: 1;
  }

  .reason__list1__text{
    margin-top: 15px;
    font-size: 0.9375rem;
    padding-left: 0;
  }

  .reason__list1__box{
    margin-top: 10px;
    flex-direction: column-reverse;
    gap: 15px;
    padding-left: 0;
  }

  .reason__list1__box__text{
    width: 100%;
    font-size: 0.9375rem;
  }

  .reason__list1__box__img{
    width: 94.6%;
  }

  .reason__list1__further{
    margin-top: 60px;
  }

  .reason__list1__impression{
    flex-direction: column;
    gap: 0px;
  }

  .reason__list1__impression__title{
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    transform: translateY(30px);
  }

  .reason__list1__impression__title::after{
    content: none;
  }

  .reason__list1__impression__img{
    width: 100%;
    max-width: 194px;
  }

  .reason__list1__simulation{
    margin-top: 20px;
  }

  .reason__list1__simulation__title{
    font-size: 1.5rem;
  }

  .reason__list1__simulation__text{
    margin-top: 20px;
    font-size: 0.9375rem;
  }

  .reason__list2{
    margin-top: 40px;
  }

  .reason__list2__box{
    padding-left: 0;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .reason__list2__description{
    font-size: 0.9375rem;
  }

  .reason__list2__btn{
    width: 232px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 0.875rem;
  }

  .reason__list2__btn::after{
    width: 8px;
    height: 8px;
  }

  .reason__list2__btn img{
    width: 20px;
  }

  .reason__list3{
    margin-top: 50px;
  }

  .reason__list3__box{
    flex-direction: column;
    gap: 15px;
  }

  .reason__list3__img{
    width: 100%;
  }

  .reason__list3__description{
    width: 100%;
    font-size: 0.9375rem;
  }

  .reason__list4{
    margin-top: 50px;
  }

  .reason__list4__box{
    flex-direction: column-reverse;
    gap: 15px;
    padding-left: 0;
  }

  .reason__list4__description{
    width: 100%;
    padding-top: 0px;
    font-size: 0.9375rem;
  }

  .reason__list4__img{
    width: 100%;
  }

  .reason__list4__logo{
    margin-top: 10px;
    margin-left: 0;
  }

  .reason__list4__btn{
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    max-width: 267px;
    font-size: 0.875rem;
  }

  .reason__list4__btn::after{
    width: 8px;
    height: 8px;
  }

  .reason__list4__btn img{
    width: 20px;
  }

  .reason__list5{
    margin-top: 50px;
    flex-direction: column-reverse;
    gap: 15px;
    padding-left: 0;
  }

  .reason__list5__text{
    transform: translateY(0px);
  }

  .reason__list5__description{
    display: none;
  }

  .reason__list5__description-sp{
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .04em;
    line-height: 1.82;
    color: #666;
  }

  .reason__list6{
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .reason__list6__text{
    width: 100%;
  }

  .reason__list6__description{
    display: none;
  }

  .reason__list6__description-sp{
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .04em;
    line-height: 1.82;
    color: #666;
  }

  .reason__list6__btn{
    display: none;
  }

  .reason__list6__btn-sp{
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 267px;
    background-color: #f4b420;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .04em;
    position: relative;
  }

  .reason__list6__btn-sp::after{
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 50% 50%);
    width: 8px;
    height: 8px;
  }

  .reason__list6__btn-sp img{
    width: 20px;
  }

  .reason__list6__img{
    width: 100%;
  }

  /*-------------------------------------------
  COMPARISON
  -------------------------------------------*/

  .comparison{
    margin-top: 120px;
    overflow-x: hidden;
  }

  .section-title.comparison__title{
    font-size: 1.5rem;
  }

  .section-title.comparison__title::after {
    font-size: 3.125rem;
    top: -20px;
  }

  .comparison__introduction{
    margin-top: 45px;
    width: 90%;
    font-size: 0.9375rem;
  }

  .comparison-table th, .comparison-table td {
    width: 25%;
    height: 153px;
  }

  .comparison-table__header{
    padding: 10px 5px;
    border-right: 1px solid #fff;
    height: 123px !important;
    font-size: 0.6875em;
  }

  .comparison-table__header .comparison-table__img{
    height: 53px;
  }

  .comparison-table__header .comparison-table__img.mt20{
    margin-top: 15px;
  }

  .comparison-table__header .comparison-table__img.mt40{
    margin-top: 25px;
  }

  .comparison-table__header.blue{
    padding: 5px 3px;
    font-size: 0.875rem;
    border-top: 0.81px solid #b3b3b3;
    border-left: 0.81px solid #b3b3b3;
    border-right: 0.81px solid #b3b3b3;
    height: 86px !important;
  }

  .comparison-table__text{
    padding: 5px 3px;
    border-top: 0.81px solid #b3b3b3;
    border-right: 0.81px solid #b3b3b3;
    font-size: 0.75rem;
     height: 86px !important;
  }

  .comparison-table__text span.number{
    font-size: 1rem;
  }

  .comparison-table__mark{
    width: 23px;
    height: 23px;
  }

  .comparison-table__body-row:last-child
  .comparison-table__header, 
  .comparison-table__body-row:last-child
  .comparison-table__text{
    border-bottom: 0.81px solid #b3b3b3;
  }

  /*-------------------------------------------
  FLOW
  -------------------------------------------*/

  .flow{
    margin-top: 50px;
    background-image: url(../img/flow-bg-sp.png);
    aspect-ratio: 375 / 667;
    background-size: cover;
    aspect-ratio: initial;
    padding-top: 100px;
    padding-bottom: 70px;
    overflow-x: hidden;
  }

  .section-title.flow__title{
    font-size: 1.7rem;
  }

  .section-title.flow__title::after {
    font-size: 6rem;
    top: -50px;
  }

  .flow__swiper{
    padding-top: 170px !important;
  }

  .swiper-pagination {
    top: 70px !important;
    gap: 2px;
  }

  .swiper-pagination-bullet {
    width: 41px !important;
    height: 24px !important;
    font-size: 1rem !important;
  }

  .swiper-slide .flow__title{
    margin-top: 10px;
    font-size: 1.375rem;
  }

  .swiper-slide .flow__text{
    margin-top: 10px;
    font-size: 0.875rem;
  }

  /*-------------------------------------------
  COLLECTION
  -------------------------------------------*/

  .collection__inner{
    width: 92%;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .collection__title{
    width: 92px;
    top: -37px;
    left: 12px;
  }

  .collection__title p{
    top: 30px;
    font-size: 1rem;
  }

  .collection__introduction{
    display: none;
  }

  .collection__introduction-sp{
    text-align: center;
    font-size: 1.375rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  .collection__introduction-sp span{
    color: #e47d5a;
    font-weight: bold;
  }

  .collection__description{
    width: 88%;
    font-size: 0.9375rem;
  }

  .collection__list{
    margin-top: 35px;
    width: 100%;
  }

  .collection__list__text{
    margin-top: 5px;
    font-size: 0.625rem;
  }

  .collection__btn{
    margin-top: 40px;
    width: 88%;
    max-width: 303px;
    padding: 13px;
    font-size: 1.0625rem;
  }

  .collection__btn::after{
    right: 18px;
    width: 14px;   
    height: 14px;   
  }

  /*-------------------------------------------
  DIRECTOR
  -------------------------------------------*/

  .director{
    margin-top: 85px;
  }

  .director__bg1{
    max-width: 180px;
    top: -30px;
    left: -20px;
  }

  .director__bg2{
    max-width: 200px;
    top: -35px;
    right: -20px;
    z-index: -1;
  }

  .director__title{
    font-size: 1.875rem;
    padding: 18px 10px;
  }

  .director__box{
    margin-top: 60px;
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }

  .director__img{
    width: 100%;
    max-width: 276px;
  }

  .director__text{
    width: 100%;
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .director__degree{
    font-size: 1rem;
  }

  .director__name{
    margin-top: 5px;
    font-size: 2.125rem;
  }

  .director__list{
    margin-top: 15px;
  }

  .director__list li{
    font-size: 0.9375rem;
  }

  .director__list li span{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .director__message{
    width: 90%;
    font-size: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 2;
  }

  /*-------------------------------------------
  PAY
  -------------------------------------------*/

  .pay{
    margin-top: 160px;
    padding-top: 100px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #fff6d7 0%, #e9f8fe 50%, #b4e3e5 100%);
  }

  .pay__title{
    width: 134px;
    top: -70px;
  }

  .pay__title p{
    top: 30px;
    font-size: 1.125rem;
  }

  .detail{
    width: 90%;
  }

  .detail__person1{
    max-width: 60px;
    top: -180px;
    left: 0px;
  }

  .detail__person2{
    max-width: 60px;
    bottom: -200px;
    right: 0px;
    z-index: 3;
  }

  .detail__title{
    font-size: 2.125rem;
  }

  .detail__content{
    margin-top: 30px;
    flex-direction: column;
  }

  .detail__content__img{
    width: 100%;
    transform: translateY(0px);
  }

  .detail__content__text{
    width: 100%;
    font-size: 1rem;
  }

  .detail__chart{
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .detail__chart dt{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem;
  }

  .detail__chart dt span{
    font-size: 0.625rem;
  }

  .detail__chart dt:last-of-type{
    font-size: 0.6875rem;
  }

  .detail__chart dd{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6875rem;
  }

  .detail__chart dd span.yen{
    font-size: 0.75rem;
  }

  .detail__chart dd span.about{
    font-size: 0.875rem;
  }

  .detail__chart dd span.plus{
    transform: translateY(3px);
  }

  .payment{
    margin-top: 120px;
    width: 92%;
    overflow-x: hidden;
  }

  .section-title.payment__title::after {
    font-size: 4.125rem;
    top: -30px;
  }

  .payment__list{
    margin-top: 80px;
  }

  .payment__list li{
    width: 33.33%;
  }

  .payment__list__img{
    margin: 0 auto;
  }

  .payment__list__img1{
    width: 47px;
    height: 50px;
  }

  .payment__list__img2{
    width: 73px;
    height: 50px;
  }

  .payment__list__img3{
    width: 49px;
    height: 50px;
  }

  .payment__list__text{
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.3125;
  }

  .payment__example__title{
    padding: 10px 5px;
    font-size: 1.4rem;
  }

  .payment__example__introduction{
    margin-top: 40px;
    text-align: center;
    line-height: 1.3;
  }

  .payment__example__list{
    margin-top: 35px;
    width: 90%;
  }

  .payment__example__list li{
    margin-top: 5px;
    font-size: 0.875rem;
  }

  .payment__example__bottom{
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 200px;
    padding-right: 0px;
  }

  .payment__example__bottom__text1{
    margin: 0 auto;
    width: 92%;
    max-width: none;
    padding-left: 0;
  }

  .payment__example__bottom__text2{
    margin: 0 auto;
    margin-top: 10px;
    width: 92%;
    max-width: none;
    padding-left: 0;
  }

  .payment__example__bottom__img{
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 145px;
  }

  .payment__deduction{
    margin-top: 35px;
  }

  .payment__deduction__text{
    width: 90%;
  }

  .payment__deduction__btn{
    margin-top: 30px;
    width: 145px;
    font-size: 1.125rem;
  }

  .payment__deduction__btn img{
    width: 22px;
  }

  /*-------------------------------------------
  COST
  -------------------------------------------*/

  .cost{
    margin-top: 100px;
  }

  .cost__inner{
    width: 92%;
    padding-top: 60px;
  }

  .cost__title{
    width: 88%;
    font-size: 1.0625rem;
  }

  .cost__images{
    width: 100%;
  }

  .cost__img1{
    width: 100%;
    max-width: 242px;
    margin-top: 10px;
  }

  .cost__img2{
    margin: 0 auto;
    width: 100%;
    max-width: 214px;
    position: static;
    top: auto;
    left: auto;
  }

  .cost__img3{
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 214px;
    position: static;
    top: auto;
    right: auto;
  }

  .cost__img4{
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 214px;
    position: static;
    bottom: auto;
    left: auto;
  }

  .cost__img5{
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 214px;
    position: static;
    bottom: auto;
    right: auto;
  }

  .cost__text{
    font-size: 1rem;
  }

  .cost__description{
    width: 88%;
    font-size: 0.9375rem;
  }

  /*-------------------------------------------
  FAQ
  -------------------------------------------*/

  .faq{
    margin-top: 100px;
  }

  .faq__list{
    margin-top: 65px;
    width: 92%;
  }

  .faq__list li{
    margin-top: 30px;
  }

  .faq__list__title{
    font-size: 1rem;
  }

  .faq__list__title br{
    display: none;
  }

  .faq__list__text{
    font-size: 0.9375rem;
    line-height: 1.73;
    padding: 20px 15px;

  }

  /*-------------------------------------------
  FOOTER
  -------------------------------------------*/

  .footer{
    margin-top: 55px;
    margin-bottom: 45px;
    background-image: url(../img/footer-bg-sp.png);
    aspect-ratio: 375 / 571;
    background-size: cover;
    aspect-ratio: initial;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow-x: hidden;
  }

  .footer__title{
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.36;
  }

  .footer__title::before{
    left: -83px;
    width: 73px;
  }

  .footer__title::after{
    right: -83px;
    width: 73px;
  }

  .footer__list{
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 18px;
  }

  .footer__list li:first-of-type{
    width: 100%;
    max-width: 315px;
  }

  .footer__list li:nth-of-type(2){
    width: 100%;
    max-width: 161px;
  }

  .footer__list li:nth-of-type(2) a{
    font-size: 1.125rem;
  }

  .footer__list li:nth-of-type(2) a img{
    width: 24px;
  }

  .footer__list li:last-of-type{
    width: 100%;
    max-width: 146px;
  }

  .footer__list li:last-of-type a{
    font-size: 0.875rem;
  }

  .footer__instagram{
    margin: 0 auto;
    margin-top: 60px;
    width: 90%;
  }
}