@charset "utf-8";

*{
  margin: 0;
  padding: 0;
}

body{
  color: #6d6264;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

p{
  font-size: 1.3em;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul{
  list-style: none;
}

h1{
  width: calc(313px / 2);
  margin: 0 0 20px -20px;
}

h2{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6em;
  color: #fc9d9d;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  margin-bottom: 50px;
}

h2.is-active{
  animation: fadeIn 2s ease-in-out forwards;
}

h3{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4em;
  color: #fc9d9d;
  margin: 0;
}

h3.is-active{
  animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

h4{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  margin: 0 0 50px 0;
}

h4 span{
  color: #fc9d9d;
}

header{
  position: relative;
  background-image: url(../images/back1.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 98vh;
  font-style: normal;
  padding: 20px 70px; 
}

header ul{
  display: flex;
}

header ul li{
  width: 30%;
}

header p b{
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  background:#fff462;
  padding: 10px 50px;
}

header p{
  font-family: "Shippori Mincho B1", serif;
}

header p:last-child{
  margin-bottom: 0;
}

.header__group{
  display: flex;
}

.header__text p:first-child{
  margin: 50px 0;
}

.header__button{
  position: absolute;
  color: #fff;
  width: 70%;
  background-color: #fc9d9d;
  text-align: center;
  border-radius: 100px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  padding: 40px;
  z-index: 2;
}

.header__button:hover,.benefits__button:hover,.entry-button > a:hover{
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color:#34db0a;
}

.header__button p{
  font-size: 2em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: bold;
}

.arrow2 {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 2px;
  margin-top: 32.6px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 25px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow2 span{
    display: block;
    margin-top: -25px;
}

.header__button p em{
  font-size: 1.2em;
  font-style: normal;
  color: #fff462;
}

.header__button--foot p{
  font-size: 0.9em;
  font-weight: normal;
}

.header__button--foot ul li{
  width: 100%;
  display: inline-block;
  font-weight: normal;
  background-color: #d94b69;
  border-radius: 20px;
  margin-right: 20px;
  padding: 0 50px;
}

.header__button--foot{
  display: flex;
  justify-content: center;
  align-items: center;
}

main{
  margin: 0 auto;
  padding: 0;
}

/*吹き出し*/
.speechBubble,.speechBubble2 {
  width: 60%;
  position: relative;
  display: block;
  margin: 0 auto 50px;
  padding: 30px;
  border:none;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: bold;
  box-shadow: 10px 10px 10px #ccc;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

.speechBubble.is-active,.speechBubble2.is-active{
  animation: poyopoyo 2s ease-out forwards;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.speechBubble{
  border-radius: 50px 0 50px 0;
  margin-left: 100px;
}

.speechBubble2{
  border-radius: 0 50px 0 50px;
  margin-right: 100px;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33%;
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: transparent;
  translate: -50% 100%;
  transform: skew(43deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33%;
  border-style: solid;
  border-width: 51.8px 30.7px 0px 1.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(43deg);
  transform-origin: top;
}

.speechBubble2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 78%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: transparent;
  translate: -50% 100%;
  transform: skew(-40deg);
  transform-origin: top;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 78%;
  border-style: solid;
  border-width: 51.8px 30.7px 0px 1.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(-40deg);
  transform-origin: top;
}

.speechBubble span,.speechBubble2 span{
  background:linear-gradient(transparent 60%, #ff6 60%);
}

/*矢印*/
.arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 100px;
  margin: 0 29px;
  border-radius: 9999px;
  background-color: #fc9d9d;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 45px;
  border-radius: 9999px;
  background-color: #fc9d9d;
  transform-origin: 50% calc(100% - 2px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

h3{
  font-size: 3em;
  color: #fc9d9d;
  margin-bottom: 50px;
}

.container{
  max-width: 1100px;
  margin: 0 auto;
}

.assignment,.reason,.chosen{
  background-color: #fffaf2;
  padding: 100px 0;
}

.assignment{
  position: relative;
  padding: 200px 0; 
}

.assignment__h3--center{
  text-align: center;
}

.assignment__caption{
  width: 50%;
  margin: 0 auto;
}

.assignment__list,.reason__list{
  display: flex;
  justify-content: space-around;
}

.assignment__list{
  margin: -50px 10% 50px 10%;
}

.assignment__list li,.reason__list li{
  width: calc(100%/3);
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #ED829C 0%, #F3A24D 100%);
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 0 50px 0;
  margin-right: 30px;
  padding: 20px 10px;
}

.assignment__list li:last-child,.reason__list:last-child{
  margin-right: 0;
}

.assignment__text{
  font-size: 2.5em;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}

.assignment__text b{
  display: block;
  color: #fc9d9d;
  font-weight: normal;
  margin-bottom: 30px;
}

.assignment__text.is-active{
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.assignment__arrow{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.assignment__lead{
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  padding: 50px 100px;
}

.assignment__lead p{
  font-weight: bold;
}

.assignment__lead span{
  color: #fc9d9d;
}

.assignment__lead img{
  width: 200px;
  position: absolute;
  right: 150px;
  bottom: -100px;
}

.assignment > .container::before{
  position: absolute;
  content: "";
  top: 600px;
  right: -30px;
  width: 275px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ebbb8a40;
  filter: blur(29px);
  pointer-events: none;
  z-index: 0;
}
.assignment > .container::after{
  position: absolute;
  content: "";
  top: 230px;
  right: -150px;
  width: 497px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ee897e40;
  filter: blur(29px);
  pointer-events: none;
  z-index: 0;
}

.story{
  background-color: #fbe1df;
  padding: 50px 0;
}

.story__h3--center{
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 1em auto;
}

.story__h3--center:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fc9d9d;
  border-radius: 2px;
}

.story_div{
  background-color: #fff;
  padding: 50px 100px;
}

.reason.chosen{
  background-color: #fffaf2;
  padding: 100px 0;
}

.move{
  width: 100%;
  background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 20% 80%, rgba(247, 206, 195, 1));
  position: relative;
}

.reason h3.is-active,.reason h4.is-active{
  animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideInLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.reason p,.move p{
  font-weight: bold;
  margin-bottom: 20px;
}

.reason p span{
  font-size: 1.2em;
  color: #fc9d9d;
}

.reason img{
  max-width: 100%;
}

.reason__div{
  margin-bottom: 100px;
}

.reason__div:last-child{
  margin-bottom: 0;
}

.reason__div--div,.reason__div--div2{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.reason__div--div::before{
    position: absolute;
    content: "";
    background-image: url(../images/illust6.png);
    background-size: contain;
    background-position: center;
    width: clamp(70px, 30vw, 150px);
    aspect-ratio: 408 / 443;
    top: -90px;
    left: -10%;
    z-index: 0;
}

.reason__div--div2::before{
    position: absolute;
    content: "";
    background-image: url(../images/illust4.png);
    background-size: contain;
    background-position: center;
    width: clamp(70px, 30vw, 150px);
    aspect-ratio: 329 / 326;
    top: -200px;
    right: 20%;
    z-index: 0;
}

.reason img{
  width: 50%;
}

.reason__list{
  margin: 50px 0;
}

.reason__list li{
  width: calc(100%/4);
}

.reason > .container{
  position: relative;
}

.reason > .container::after {
    position: absolute;
    content: "";
    background-image: url(../images/illust5.png);
    background-size: contain;
    background-position: center;
    width: clamp(70px, 35vw, 150px);
    aspect-ratio: 370 / 358;
    bottom: -260px;
    right: 20%;
    z-index: 1;
}

.need img{
  max-width: 60%;
}

.need p{
  margin-top: 50px;
}

.chosen > .container{
  position: relative;
}

.chosen > .container::before {
  position: absolute;
  content: "";
  background-image: url(../images/illust6.png);
  background-size: contain;
  background-position: center;
  width: clamp(70px, 30vw, 150px);
  aspect-ratio: 408 / 443;
  left: 50px;
  top: -240px;
  z-index: 0;
}

.chosen__h4--center{
  text-align: center;
}

.chosen h4 span{
  font-size: 1em;
}

.move__div {
  padding: 100px 0 0;
}

.move__div h4.is-active{
  animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.move__div:last-child h4.is-active{
  animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.move__div img{
  position: absolute;
  right: 0;
  width: 30%;  
}

.move__div:last-child img{
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;  
}

.move__div--div{
  display: flex;
}

.move__div:last-child .move__div--div{
  justify-content: flex-end;
}

.move p span{
  font-size: 1em;
  color: #fc9d9d;
}

.chosen__h2--center{
  text-align: center;
}

.chosen__box{
  background-color: #fff;
  display: flex;
  column-gap: 2em;
  box-shadow: 10px 10px 10px #ccc;
  box-sizing: border-box;
  border-radius: 0 0 50px 0;
  margin-bottom: 100px;
  padding: 30px 20px 30px 0;
}

.chosen__box.is-active{
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.chosen__box:last-child{
  position: relative;
  margin-bottom: 0;
}

.chosen__box:last-child::after{
  position: absolute;
  content: "";
  background-image: url(../images/illust11.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(70px, 18vw, 200px);
  aspect-ratio: 450 / 311;
  top: 400px;
  right: -70px;
  z-index: 0;
}

.chosen__image{
  position: relative;
}

.chosen__image img{
  border-radius: 0 30px 30px 0;
}

.chosen__point b{
  font-size: 3em;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;;
}

.chosen__point{
  width: 100px;
  height: 100px;
  color: #fff;
  position: absolute;
  top:-50px;
  left:-30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #ED829C 0%, #F3A24D 100%);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 50px;
}

.chosen__example--p{
  font-family: "Shippori Mincho B1", serif;
  margin-top: 20px;
}

.chosen__image{
  flex-basis: 30%;
}

.chosen__text{
  flex-basis: 70%;
  font-weight: bold;
}

.chosen__text span{
  color: #e87f7f;
}

.chosen__text h3{
  position: relative;
  font-size: 2.2em;
  color: #6d6264;
  margin-bottom: 20px;
  padding: 10px 0;
}

.chosen__text h3.is-active::after{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom:0;
  animation: Line 3s forwards;
  border-bottom: 3px solid #ED829C;
}

@keyframes Line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.chosen__text p{
  font-size: 1em;
  margin-bottom: 30px;
}

.chosen__example ul li{
  color: #fff;
  font-weight: 600;
  background-color: #ED829C;
  margin: 0 0 10px 0;
  padding: 10px 50px;
}

.chosen__example ul li:last-child{
  margin-bottom: 0;
}

.chosen__example span.left{
  display: inline-block;
  transform: rotate(-25deg);
  margin-right: 10px;
}

.chosen__example span.right{
  display: inline-block;
  transform: rotate(25deg);
  margin-left: 10px;
}

.benefits{
  width: 70%;
  background: linear-gradient(to bottom, #ED829C 0%, #e99f7e 100%);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 150px auto 0;
  padding: 50px 60px;
}

.benefits.is-active{
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

.benefits h3{
  color: #fff;
  text-align: center;
  background-image: url(../images/illust7.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.premium h3{
    background-image:none;
}

.benefits h4{
  color: #fff;
  text-align: center;
}

.benefits__div--box h5{
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
}

.benefits h5 span{
  color: #6d6264;
}

.benefits p,.benefits ul{
  color: #fff;
  font-weight: bold;
}

.benefits__div{
  margin-bottom: 30px;
}

.benefits__div:last-child{
  margin-bottom: 0;
}

.benefits__div--text p{
  font-size: 1em;
  margin-bottom: 30px;
}

.benefits__div--radius{
  background-color: #fff;
  box-shadow: 5px 5px 10px #666;
  border-radius: 40px;
  padding: 20px;
}

.benefits__div--radius p{
  color: #e87f7f;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  margin-bottom: 0;
}

.benefits span{
  color: #fff462;

}

.benefits h3 span{
  font-size: 1.5em;
}

.benefits h4{
  font-size: 2em;
  position: relative;
}

.benefits h4::after{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF;
    border-radius: 2px;
}

.benefits__div--flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 1em;
}

.benefits__div:last-child .benefits__div--flex{
  align-items: center;
}

.benefits__div--box{
  width: calc(100% / 3);
  background-color: #fff;
  box-shadow: 5px 5px 10px #666;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
}

.benefits__div--box2{
  width: calc(100% / 2);
  text-align: center;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, transparent 0%, #FFF 100%);
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 20px;
}

.benefits__div--image{
  flex-basis: 40%;
}

.benefits__div--list{
  flex-basis: 60%;
  position: relative;
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding: 0 25px 10px 25px;
}

.benefits__div--list:last-child{
  margin-bottom: 0;
}
 
.benefits__div--list:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #fff462;
    border-bottom: 2px solid #fff462;
  }
 
.benefits__div--list:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
    border-radius: 2px;
  }

.benefits__div--box h5{
  font-size: 1.7em;
  color: #e87f7f;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 20px;
}

.benefits__div--box h5 b{
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #ED829C 0%, #F3A24D 100%);
}

.benefits__div--box2 h5{
  font-weight: 500;
  font-size: 2em;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 20px;
}

.benefits__div--box2 h5 span{
  color: #fff462;
}

.benefits__div--box2 h5 b{
  display: block;
  font-weight: 500;
  background-image: linear-gradient(90deg, transparent, #e87f7f 20% 80%, transparent);
  padding: 0 20px;
}

.benefits__div--box2 p{
  color: #e87f7f;
}

.benefits .benefits__p{
  font-size: 1em;
  color: #6d6264;
}

.benefits__p--no{
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho B1", serif; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #ED829C 0%, #F3A24D 100%);
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
}

.benefits__button{
  display: block;
  position: relative;
  color: #fff;
  width: 90%;
  background-color: #d94b69;
  text-align: center;
  box-shadow: 10px 10px 20px #666;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px;
}

.benefits__button > p{
  font-size: 2em;
} 

.benefits__button em{
  font-size: 1.2em;
  font-style: normal;
  color: #fff462;
}

.benefits__button .arrow2 span{
  color: #fff;
}

.run{
  width: 100%;
  background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 20% 80%, rgba(247, 206, 195, 1));
  position: relative;
}

.run .container{
  padding: 100px 0;
}

.run__div--stepbox{
  display: flex;
  background-color: #fff;
  border: 3px solid #e87f7f;
  border-radius: 30px;
  box-shadow: 5px 5px 20px #999;
}

.run__div--stepbox.is-active{
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.triangle{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #e87f7f;
  border-bottom: 0;
  margin: 10px auto;
}

.run__div--stepbox:last-child{
  margin-bottom: 0;
}

.run__div--image img{
  border-radius: 30px 0 0 30px;
}

.run__div--flex{
  display: flex;
}

.run__div--image{
  flex-basis: 30%;
}

.run__div--text{
  flex-basis: 70%;
  padding: 30px;
}

.run__div--no{
  font-size: 2em;
  font-family: "Shippori Mincho B1", serif;
  color: #e87f7f;
}

.run__div--step{
  font-size: 1.2em;
  color: #fff;
  background-color: #e87f7f;
  border-radius: 0px 20px 20px 20px;
  margin: 0 20px 20px 0;
  padding: 5px 20px;
}

.run__div--step b{
  font-size: 1.5em;
}

.run h4{
  font-size: 2.2em;
}

.run p{
  font-size: 1em;
  font-weight: 600;
}

.price{
  width: 100%;
  background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 20% 80%, rgba(247, 206, 195, 1));
  position: relative;
}

.price .container{
  padding: 100px 0;
}

.price__h3{
  text-align: center;
}

.price__span{
  width: 400px;
  color: #fff;
  font-weight: 100;
  font-size: 2.5em;
  font-family: "Shippori Mincho B1", serif;
  display: block;
  background-image: linear-gradient(90deg, rgba(247, 206, 195, 1), rgba(232, 127, 127, 1) 20% 80%, rgba(247, 206, 195, 1));
  text-align: center;
  margin: 0 auto 50px;
}

.price__table{
  width: 100%;
  margin-top: 30px;
}

.price__table th{
  color: #fff;
  background-image: linear-gradient(to right, #ED829C 0%, #F3A24D 100%);
  padding: 10px;
}

.price__table tr:first-child th{
  border-radius: 20px 0 0 0;
}

.price__table tr:last-child th{
  border-radius: 0 0 0 20px;
}

.price__table td{
  font-weight: 600;
  background-color: #fff;
  padding: 10px;
}

.price__table tr:first-child td{
  border-radius: 0 20px 0 0;
}

.price__table tr:last-child td{
  border-radius: 0 0 20px 0;
}

.price__p--small{
  font-size: 0.8em;
}

.price__h3{
  text-align: left;
  margin-top: 100px;
}

.price__h3--center{
  position: relative;
  text-align: center;
}

.price__h3--center::after{
  position: absolute;
  content: "";
  background-image: url(../images/illust12.png);
  background-size: contain;
  background-position: center;
  width: clamp(100px, 24vw, 140px);
  aspect-ratio: 276 / 267;
  top: -50px;
  right: 50px;
  z-index: 0;
}

.price__h3--center.is-active::after{
  animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.2);
  }
}

.price__h4{
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.price__p--center{
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}

.price__ul li{
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}

.price__ul li:last-child{
  margin-bottom: 0;
}

.price__ul li::before{
  content: "●";
  color: #ED829C;
  margin-right: 10px;
}

.price__wave{
  line-height: 0;
}

.price__wave > svg{
  shape-rendering: crispEdges;
}

.price__div--flex{
  display: flex;
}

.price__ul{
  flex-basis: 60%;
}

.price__image{
  position: relative;
  flex-basis: 40%;
}

.price__image:last-child::before{
  position: absolute;
  content: "";
  background-image: url(../images/illust13.png);
  background-size: contain;
  background-position: center;
  width: clamp(100px, 24vw, 130px);
  aspect-ratio: 265 / 426;
  top: -230px;
  right: 0;
  z-index: 0;
}

.price__div--surport img{
  margin-bottom: 30px;
}

.price__div--app .price__image{
  flex-basis:20%;
}

.price__div--app .price__div--flex{
  align-items: flex-end;
}

.price__image img{
  border-radius: 50px;
}

.price__div--p p{
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}

.price__div--p p:last-child{
  margin-bottom: 0;
}

.price__div--p span{
  font-size: 1.4em;
  font-weight: 600;
  color: #e87f7f;
}

.premium{
  margin: 50px auto 100px;
}

.premium .premium__p--big{
  font-size: 3em;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}

.premium__div{
  background-image: linear-gradient(90deg, rgba(237, 130, 156, 1), rgba(217, 75, 105, 1) 20% 80%, rgba(237, 130, 156, 1));
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
}

@media screen and (max-width:1400px) {
  h2{
    font-size: 2.5em;
  }

  h3{
    line-height: 60px;
  }

  h4{
    line-height: 60px;
  }

  p,ul,li{
    line-height: 30px;
  }


  header{
    height: 120vh;
  }

  .header__button{
    width: 80%;
  }

  .header__button--foot ul li{
    width: 60%;
    margin-right: auto;
    margin: 0 auto;
  }

  .header__button p{
    margin-bottom: 10px;
  }

  .header__group {
    display: flex;
    flex-direction: column-reverse;
  }

  header ul li{
    width: 20%;
  }

  .arrow2{
    margin-top: 50px;
  }

  .reason,.chosen{
    padding: 50px 30px;
  }

  .reason__div--div2::before{
    right: 5%;
  }

  .reason > .container::after{
    bottom: -210px;
  }

  .benefits h3{
    font-size: 2em;
  }

  .benefits__div--flex{
    display: block;
  }

  .benefits__div--flex ul{
    margin: 20px 0;
  }

  .benefits__button > p{
    line-height: 1.2;
  }

  .benefits__div--box,.benefits__div--box2{
    width: 60%;
    margin: 30px auto;
  }

  .run .container,.move .container{
    padding: 100px 15px;
  }

  .story {
    padding: 50px 30px;
  }
  
  .price .container{
    padding: 100px 15px;
  }

  .price__h3--center::after{
    right: 0;
  }

  .premium .premium__p--big{
    font-size: 2em;
  }
}

@media screen and (max-width:900px) {
  h3{
    font-size: 2.5em;
    line-height: 32px;
  }

  h4{
    font-size: 2.5em;
  }

  header ul li{
    width: 40%;
  }

  .header__text p:first-child{
    margin: 20px 0;
  }

  .header__button--foot{
    display: block;
  }

  .header__button p{
    font-size: 1.2em;
  }

  .reason__div--div{
    display: block;
  }

  .chosen__box{
    display: block;
  }

  .assignment{
    padding: 150px 0;
  }

  .assignment__list, .reason__list{
    display: block;
  }

  .assignment__list{
    margin:-9px 0 50px 0;
  }

  .assignment__list li, .reason__list li{
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }

  .assignment__list li:last-child, .reason__list:last-child{
    margin: 0 auto 30px;
  }

  .assignment__text{
    font-size: 1.8em;
    line-height: 32px;
  }

  .assignment__lead{
    border-radius:50px;
    padding: 50px;
  }

  .assignment__lead img{
    width: 100px;
    right: 50px;
  }

  .move__div img{
    width: 40%;
    opacity: 0.3;
    bottom: 40%;
  }

  .move__div:last-child img{
    width: 40%;
    opacity: 0.3;
    bottom: 5%;
  }

  .reason h3,.reason h4{
    margin: 50px 0 10px 0;
  }

  .reason img{
    width: 100%;
  }

  .reason > .container::after{
    bottom: -190px;
    right: 5%;
  }

  .reason__div--div, .reason__div--div2{
    display: flex;
    flex-direction: column-reverse;
  }

  .reason__div--div::before{
    left: 0;
  }

  .reason__div--div2::before{
    top:-90px;
  }

  .chosen > .container::before{
    top:-260px;
    left:0%;
  }

  .chosen__box:last-child::after{
    display: none;
  }

  .chosen__text{
    padding: 20px;
  }

  .chosen__image img{
    border-radius: 0;
  }

  .benefits__button{
    width: 100%;
  }

  .run__div--step{
    font-size: 1em;
  }

  .benefits__button > p{
    font-size: 1.2em;
  }
}

@media screen and (max-width:768px) {
  .container{
    padding: 50px 10px;
  }

  h1{
    margin: 0 0 20px 0;
  }

  h2{
    font-size: 1.6em;
  }

  h3,h4{
    font-size: 1.5em;
    line-height: 32px;
  }

  p,ul,li{
    line-height: 24px;
  }

  .assignment__text{
    font-size: 1.5em;
  }

  p{
    font-size: 1em;
  }

  header{
    background-image:url('../images/back1-sp.png');
    padding: 10px;
  }

  .header_group{
    display: block;
  }

  .header__button{
    width: 95%;
    border-radius: 50px;
  }

  .arrow2{
    width: 265px;
  }

  .arrow2 span{
    font-size: 0.6em;
  }

  .assignment__list li, .reason__list li{
    width: 100%;
    font-size: 1em;
    margin: 30px auto;
  }

  .assignment__list li:last-child, .reason__list:last-child{
    margin: 30px auto 0;
  }

  .assignment__lead{
    border-radius:20px;
    padding: 20px;
  }

  .assignment__lead img{
    bottom: -140px;
  }

  .story_div{
    padding: 20px;
  }

  .reason{
    padding: 50px 0;
  }

  .move__div{
    padding: 50px 0;
  }

  .reason > .container::after{
    bottom: -200px;
  }

  .reason p span{
    font-size: 1em;
  }

  .speechBubble,.speechBubble2{
    width: 100%;
    margin: 0 0 70px 0;
  }

  .chosen{
    padding: 50px 15px;
  }

  .chosen__point{
    left: -15px;
  }

  .chosen__box{
    padding: 0;
  }

  .chosen__text h3{
    font-size: 1.4em;
  }

  .chosen__example .chosen ul{
    margin: 20px 0;
  }

  .chosen__example--p{
    font-size: 1.8em;
    text-align: center;
  }

  .benefits{
    width: 100%;
    padding: 50px 20px;
  }

  .benefits__div--box{
    margin-bottom: 10px;
  }

  .benefits__div--box:last-child{
    margin-bottom: 10px;
  }

  .benefits h3{
    font-size: 1.5em;
  }

  .benefits h3 span{
    font-size: 1.5em;
  }

  .benefits h4{
    font-size: 1.5em;
  }

  .benefits__div--radius{
    border-radius: 20px;
  }

  .benefits ul{
    margin: 20px 0;
  }

  .chosen .chosen__span{
    font-size: 2em;
  }

  .chosen__example ul li{
    margin:10px 10px 0 10px;
  }

  .benefits__div--box, .benefits__div--box2{
    width: 100%;
  }

  .benefits__button{
    border-radius: 50px;
  }

  .benefits__button > p{
    font-size: 1.2em;
  }

  .arrow2{
    width: 290px;
  }

  .arrow2::before{
    width: 15px;
  }

  .run h4,.price h4{
    font-size: 1.5em;
  }

  .run__div--stepbox{
    display: block;
  }

  .run__div--image img{
    border-radius: 30px 30px 0 0;
  }

  .run__div--step{
    font-size: 0.6em;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }

  .run__div--no{
    font-size: 1.2em;
    line-height: 32px;
  }

  .price__h3{
    text-align: center;
  }

  .premium .premium__p--big{
    font-size: 1.2em;
    margin-bottom: 20px;
  }

  .price__image img{
    border-radius: 20px;
  }

  .price__div--flex{
    flex-direction: column;
  }

  .price__image{
    width: 50%;
    margin: 30px auto 0;
  }

  .price__span{
    width: 100%;
    font-size: 1em;
  }

  .price__div--p span{
    font-size: 1em;
  }

  .price__h3--center::after{
    top:-100px;
  }

  .price__image:last-child::before{
    display: none;
  }

  .premium{
    width: 95%;
  }
}

 /* header,  */
  main{
  overflow-x: hidden;
} 


a{
  text-decoration: none;
  color: #6d6264;
}
.sp-only{
  display: none;
}
@media screen and (max-width:768px) {
  .sp-only{
    display: initial;
  }
  .pc-only{
    display: none;
  }
}



/*--- message ---*/
.message p, 
.message span {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.message > h3, 
.message__concept-text > span, 
.message__profile-heading{
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.message{
  width: 100%;
  background-color: #fffaf2;
  position: relative;
  font-size: clamp(13px, 1.5vw, 16px);
}
.message > .container{
  max-width: 960px;
  width: calc(100% - 140px);
  margin: 0 auto;
}


h3.message__concept-heading{
  font-size: 3em;
  font-weight: 500;
  text-align: center;
  padding-block: 50px 10px;
}
.message__concept{
  padding-bottom: 90px;
  position: relative;
}
.message__main-img{
  position: absolute;
  bottom: 6%;
  right: -2%;
}
.message__main-img > img{
  max-width: 317px;
  aspect-ratio: 1 / 1;
}
.message__sub-img{
  position: absolute;
  top: 16%;
  right: -6%;
}
.message__sub-img > img{
  max-width: 208px;
  aspect-ratio: 1 / 1;
}
.message__concept-text{
  font-size: 1.25em;
  font-weight: bold;
  line-height: 41px;
}
.message__concept-text:first-of-type, 
.message__concept-text:nth-of-type(2){
  padding-bottom: 24px;
}
.message__concept-text:nth-of-type(3), 
.message__concept-text:nth-of-type(4){
  padding-bottom: 50px;
}


.message__profile{
  position: relative;
  z-index: 3;
}

.message__profile.is-active{
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.message__profile-inner{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  padding-block: 110px 130px;
  margin-bottom: 110px;
  background-color: #fff;
  border-radius: 0 40px 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}
.message__profile-heading{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-8%, -65%);
  margin: 0;
  line-height: 1.5;
  font-size: 5.75em;
  font-weight: 500;
  font-family: 'Shippori Mincho B1';
}
.message__profile-text{
  width: 80%;
  font-family: 'Shippori Mincho B1';
  font-size: 1.125em;
  font-weight: 500;
}
.message__profile-name{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-30%, -30%);
  width: clamp(160px, 17vw, 216px);
}
.name{
  aspect-ratio: 435 / 209;
}


.message__movie{
  aspect-ratio: 960 / 527;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.message__movie-bg{
  width: 100%;
  height: 100%;
  /* background-color: #ddd; */
  position: relative;
  z-index: 1;
}

.message__ul--button{
  display: block;   
  max-width: 500px;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  border-radius: 9999px;
  border: #ee897e 3px solid;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(236, 97, 125, 0.3);
  margin: 30px auto 100px;
  padding: 20px 10px;  
}

@media screen and (max-width:1000px) {
  .message__main-img, 
  .message__sub-img{
    opacity: 0.5;
  }
}
@media screen and (max-width:870px) {
  br.disable-870{
    display: none;
  }
}
@media screen and (max-width:768px) {
  .message > h3{
    width: 80%;
    margin-bottom: 24px;
    margin-inline: auto;
    font-size: clamp(24px, 4.5vw, 32px);
  }

  /*-- 背景画像img2を有効にする --*/
      .message__sub-img > img{
        opacity: 0.6;
        transform: translate(25%, 6%);
      }
      .message__main-img{
        display: none;
      }
  /*-- 背景画像img1を有効にする --*/
    /*.message__main-img > img{
        max-width: 300px;
        opacity: 0.6;
        transform: translate(25%, -13%);
      }
      .message__sub-img{
        display: none;
      }*/

  .message > .container{
    width: 80%;
  }
  .message__concept{
    padding-bottom: 70px;
  }
  .message__concept-text{
    font-size: 1.125em;
    line-height: 24px;
  }
  .message__concept-text:first-of-type, 
  .message__concept-text:nth-of-type(2){
    padding-bottom: 16px;
  }
  .message__concept-text:nth-of-type(3), 
  .message__concept-text:nth-of-type(4){
    padding-bottom: 32px;
  }
  .message__profile-inner {
    row-gap: 24px;
    padding-block: 50px 110px;
    margin-bottom: 70px;
  }
  .message__profile-heading{
    font-size: clamp(48px, 8.5vw, 65px);
  }
  .message__profile-name{
    width: 140px;
  }
  .message__movie {
    padding-bottom: 80px;
  }
}
@media screen and (max-width:540px) {
  br.disable-540{
    display: none;
  }
}

/* message__線画・丸 */
h3.message__concept-heading::before{
  content: "";
  position: absolute;
  z-index: 5;
  background-image: url(../images/message-line1.png);
  background-size: contain;
  background-position: center;
  width: 196px;
  aspect-ratio: 400 / 226;
  top: -30px;
  left: calc(50% - 650px);
}
.message__concept::after{
  content: "";
  position: absolute;
  z-index: 5;
  background-image: url(../images/message-line2.png);
  background-size: contain;
  background-position: center;
  width: clamp(60px, 11vw, 130px);
  aspect-ratio: 266 / 650;
  right: -10%;
  bottom: -182px;
}
.message__profile::before, 
.message__profile::after, 
.message__movie::before, 
.message__movie::after{
  position: absolute;
  content: "";
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: blur(29px);
  pointer-events: none;
  z-index: 0;
}
.message__profile::before{
  top: -210px;
  left: calc(50% - 550px - 155px);
  width: 275px;
  background-color: #ebbb8a40;
}
.message__profile::after{
  top: -10px;
  left: calc(50% - 550px - 170px);
  width: 497px;
  background-color: #ee897e40;
}
.message__movie::before{
  bottom: 110px;
  right: -28%;
  width: 275px;
  background-color: #ebbb8a40;
}
.message__movie::after{
  top: -140px;
  right: -30%;
  width: 497px;
  background-color: #ee897e40;
}

@media screen and (max-width:1280px) {
  h3.message__concept-heading::before{
    width: clamp(120px, 15.5vw, 196px);
    left: -4%;
    top: -1%;
  }
}
@media screen and (max-width:1180px) {
  .message__concept::after{
    right: -7%;
  }
  .message__profile::before{
    left: -24%;
  }
}
@media screen and (max-width:768px) {
  .message__concept::after{
    right: -11%;
    bottom: -130px;
  }
  .message__profile::before{
    width: calc(275px * 0.75);
    top: -100px;
    left: -40%;
  }
  .message__profile::after{
    width: calc(497px * 0.75);
    top: 0;
    left: -40%;
  }
  .message__movie::before{
    width: calc(275px * 0.75);
    bottom: 40px;
    right: -34%;  
  }
  .message__movie::after{
    width: calc(497px * 0.65);
  top: -200px;
  right: -250px;
  }
}
/* //message__線画・丸 */



/*---【 仮設定 】-- section:comicPart  ---*/
.comicPart{
  width: 100%;
  height: 500px;
  background-color: #fbe1df;
  padding-top: 80px;
}




/*--- relief ---*/
.relief{
  width: 100%;
  background-color: #fffaf2;
  position: relative;
  z-index: 0;
}
.relief > .container{
  max-width: 960px;
  width: 85%;
  padding-block: 72px 8px;
  margin: 0 auto;
  font-size: clamp(13px, 1.5vw, 16px);
}
.relief h3, 
.relief p, 
.relief span{
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.relief__header{
  position: relative;
  z-index: 2;
  padding: 64px 0 48px 0;
  margin-bottom: 70px;
  padding-right: clamp(20px, 5vw, 40px);
}

.relief__header.is-active{
animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.relief__header::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.relief__heading{
  font-size: 2.25em;
  font-weight: 500;
  text-align: left;
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.relief__header p{
  font-size: 1.25em;
  font-weight: bold;
  line-height: 41px;
}
.relief__header p:first-of-type{
  padding-block: 16px;
}


.relief__points{
  position: relative;
  z-index: 1;
  padding: 48px 0 40px 120px;
  margin-bottom: 80px;
}

.relief__points.is-active{
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.relief__points::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw);
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: -1;
}
.relief__points > p{
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.25em;
  font-weight: 500;
  margin-bottom: 16px;
}
.relief__item{
  padding: 16px 0 8px 16px;
}
.relief__item:not(:last-child){
  background-image: linear-gradient(to right, #6d6264, #6d6264 4px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.relief__item-title{
  display: flex;
  align-items: baseline;
}
.check-box{
  flex-shrink: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #6d6264;
  transform: translateY(4px);
  position: relative;
}
.check-box:after{
  position: absolute;
  content:"";
	display:block;
  background-image: url(../images/relief-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
  left: 3px;
  top: -5px;
}
.check-point{
  font-size: 1.125em;
  font-weight: bold;
  color: #ee897e;
  line-height: 36px;
  padding-left: 16px;
}
.relief__item-text{
  font-size: 1.25em;
  font-weight: bold;
  line-height: 41px;
  padding-left: 41px;
}


.relief__cta{
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 0;
}
p.relief__cta-title{
  width: fit-content;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: initial;
  border-bottom: 2px solid #6d6264;
  margin: 0 auto 24px;
}
.relief__cta-title > .color{
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -36px;
}
p.relief__cta-text{
  font-size: 1.625em;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.15em;
}

@media screen and (max-width:768px) {
  .relief > .container{
    width: 80%;
  }
  .relief__heading{
    margin-bottom: 0;
    font-size: 1.875em;
  }
  .relief__header{
    padding: 30px 0 16px 0;
    margin-bottom: 48px;
    padding-right: clamp(14px, 5vw, 20px);
  }
  .relief__header p{
    font-size: 1.125em;
    line-height: 24px;
  }


  .relief__points{
    padding: 30px 0 16px 20px;
    margin-bottom: 48px;
  }
  .relief__points > p{
    font-size: 1.875em;
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .relief__item{
    padding: 16px 0 8px 16px;
  }
  .check-box{
    width: 16px;
    height: 16px;
  }
  .check-box:after{
    width: 21px;
  }
  .check-point{
    font-size: 1em;
    line-height: 28px;
    padding-left: 14px;
  }
  .relief__item-text{
    font-size: 1.125em;
    line-height: 24px;
    padding-left: 34px;
  }


  .relief__cta{
    margin-bottom: 40px;
  }
  p.relief__cta-title{
    font-size: 2em;
    line-height: 48px;
    border-bottom: 2px solid #6d6264;
    margin: 0 auto 24px;
    transform: translateX(8px);
  }
  .relief__cta-title > .color{
    margin-left: 0;
  }
  p.relief__cta-text{
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: 0.15em;
  }
  .relief__cta-title > .border{
    border-bottom: 2px solid #6d6264;
  }
}

/*-- CTAボタン --*/
.entry-button{
  max-width: 856px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 10;
}
.relief .entry-button{
  padding-inline: initial;
}
.entry-button > a{
  max-width: 856px;
  margin: 0 auto;
  text-align: center;
  border-radius: 9999px;
  background-color: #ee897e;
  box-shadow: 0 10px 20px rgba(236, 97, 125, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 16px 10% 37px;
}
.entry-button-copy{
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.entry-button-copy > span{
  font-size: 1.375em;
  color: #fff462;
}
.entry-button-list{
  display: flex;
  justify-content: center;
  column-gap: 8px;
  row-gap: 4px;
  width: 100%;
}
.entry-button-item{
  width: calc(180px / 567px * 100%);
  max-width: 180px;
  background-color: #d94b69;
  border-radius: calc(25px / 2);
}
.entry-button-item > p{
  font-size: 1.06em;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
}
/*-- //CTAボタン --*/

@media screen and (max-width:768px) {
  .entry-button{
    margin: 0 auto 24px;
  }
  .entry-button > a{
    padding: 16px 8% 24px;
    gap: 0.5rem;
  }
  .relief .entry-button-copy {
    font-size: 1.75em;
    letter-spacing: initial;
    white-space: initial;
  }
  .entry-button-copy > span{
    font-size: 1.25em;
  }
  .entry-button-list{
    width: 85%;
    gap: 4px;
  }
  .entry-button-item {
    padding: 4px;
    flex-grow: 2;
    width: initial;
  }
  .relief .entry-button-item > p{
    line-height: 1.1;
    font-size: 0.85em;
  }
}

/* relief__線画・丸 */
.relief__header::after{
  content: "";
  position: absolute;
  z-index: 5;
  background-image: url(../images/relief-line1.png);
  background-size: contain;
  background-position: center;
  width: clamp(90px, 12vw, 120px);
  aspect-ratio: 248 / 351;
  top: 90%;
  right: 10%;
}
.relief__points::after{
  content: "";
  position: absolute;
  z-index: 5;
  background-image: url(../images/relief-line2.png);
  background-size: contain;
  background-position: center;
  width: clamp(95px, 9.5vw, 111px);
  aspect-ratio: 229 / 425;
  top: 91%;
  left: 2%;
}
.relief > .container::before, 
.relief > .container::after, 
.relief__cta::before, 
.relief__cta::after{
  position: absolute;
  content: "";
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: blur(29px);
  pointer-events: none;
  z-index: -1;
}
.relief > .container::before{
  top: 330px;
  right: calc(50% - 550px - 195px);
  width: 275px;
  background-color: #ebbb8a40;
}
.relief > .container::after{
  top: -90px;
  right: calc(50% - 550px - 220px);
  width: 497px;
  background-color: #ee897e40;
}
.relief__cta::before{
  top: -360px;
  left: -200px;
  width: 275px;
  background-color: #ebbb8a40;
}
.relief__cta::after{
  top: -180px;
  left: -500px;
  width: 497px;
  background-color: #ee897e40;
}

@media screen and (max-width:768px) {
  .relief__header::after{
    width: clamp(70px, 12.5vw, 90px);
    top: 95%;
    right: -3%;
  }
  .relief__points::after{
    width: clamp(65px, 15vw, 95px);
    top: 96%;
    left: -3%;
  }
  .relief > .container::before{
    width: calc(275px * 0.75);
    top: 200px;
    right: -15%;
  }
  .relief > .container::after{
    width: calc(497px * 0.75);
    right: -30%;
  }
  .relief__cta::before{
    width: calc(275px * 0.75);
    left: -200px;
  }
  .relief__cta::after{
    width: calc(497px * 0.75);
    left: -350px;
  }
}
/* //relief__線画・丸 */




/*---【 仮設定 】-- section:plan  ---*/
.plan{
  width: 100%;
  background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 20% 80%, rgba(247, 206, 195, 1));
  position: relative;
}
.plan__wave--top, 
.plan__wave--bottom{
  line-height: 0;
  overflow-y: hidden;
}
.plan__wave--bottom > svg{
  display: block;
  shape-rendering: crispEdges;
  transform: translateY(1px);
}
.plan .container{
  height: 500px;
}



/*--- faq ---*/
.faq{
  width: 100%;
  background-color: #fef7ee;
  position: relative;
}
.faq > .container{
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.faq  h3{
  font-size: 3em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  padding: 50px 80px 30px;
  color: #6d6264;
}
.faq  h3 > span{
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__list{
  padding: 0 80px 50px;
}
.faq__item{
  padding-bottom: 32px;
}
.faq__question{
  font-size: 2em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
.faq__label{
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 57px;
  height: 57px;
  color: #fff;
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  border-radius: 50%;
  text-align: center;
}
.faq__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f3a24d;
  translate: 93% -50%;
}
.faq__question-text{
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 61px;
  letter-spacing: 0.05em;
  padding-left: 14px;
}
.faq__answer{
  padding-left: 80px;
  font-size: 1.06em;
  font-weight: bold;
  line-height: 30px;
}
.faq__heading::before{
  position: absolute;
  content: "";
  background-image: url(../images/faq-line.png);
  background-size: contain;
  background-position: center;
  width: clamp(200px, 24vw, 300px);
  aspect-ratio: 609 / 383;
  top: -80px;
  left: 3%;
  z-index: 0;
}
.faq > .container::before{
  position: absolute;
  content: "";
  top: 30px;
  right: -30px;
  width: 275px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ebbb8a40;
  filter: blur(29px);
  pointer-events: none;
  z-index: 0;
}
.faq > .container::after{
  position: absolute;
  content: "";
  top: 230px;
  right: -250px;
  width: 497px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ee897e40;
  filter: blur(29px);
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width:768px) {
  .faq h3{
    font-size: 2.5em;
    padding: 20px 30px 0;
  }
  .faq__list{
    padding-block: 0 20px;
    padding-inline: 8%;
  }
  .faq__item{
    padding-bottom: 24px;
  }
  .faq__question{
    font-size: 1.5em;
  }
  .faq__label{
    width: 40px;
    height: 40px;
  }
  .faq__label::after {
    border-width: 4px 0 4px 6px;
  }
  .faq__question-text{
    line-height: 32px;
    letter-spacing: 0.05em;
    padding: 0 0 8px 12px;
  }
  .faq__answer{
    padding-left: 60px;
    font-size: 0.875em;
    line-height: 24px;
  }
  .faq__heading::before{
    width: clamp(130px, 26vw, 170px);
    top: -70px;
    left: 10%;
  }
  .faq > .container::before{
    top: 110px;
    right: -90px;
    width: calc(275px * 0.7);
  }
  .faq > .container::after{
    top: 250px;
    right: -230px;
    width: calc(497px * 0.7);
  }
}



/*--- entry ---*/
.entry{
  width: 100%;
  background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 20% 80%, rgba(247, 206, 195, 1));
  position: relative;
}

.entry__wave,.section3__wave{
  line-height: 0;
}

.entry::before{
  position: absolute;
  content: "";
  background-image: url(../images/entry-line1.png);
  background-size: contain;
  background-position: center;
  width: clamp(70px, 18vw, 216px);
  aspect-ratio: 441 / 452;
  top: -20px;
  right: 20%;
  z-index: 0;
}
.entry__sentence, 
.entry__button{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.entry__wave--top, 
.entry__wave--bottom{
  line-height: 0;
  overflow-y: hidden;
}
.entry__wave--bottom > svg{
  display: block;
  shape-rendering: crispEdges;
  transform: translateY(1px);
}
.entry .container{
  padding-block: 80px 48px;
}
.entry__sentence{
  font-size: 0.875em;
  line-height: 41px;
  font-weight: bold;  
  letter-spacing: 0.1em;
  margin-bottom: 64px;
  padding-inline: 70px;
  position: relative;
}
.entry__main-img{
  position: absolute;
  top: 13%;
  right: 3%;
}
.entry__main-img > img{
  max-width: 378px;
  aspect-ratio: 1 / 1;
}
.entry__sub-img{
  position: absolute;
  top: 68%;
  right: -12%;
}
.entry__sub-img > img{
  max-width: 241px;
  aspect-ratio: 1 / 1;
}
.entry__sentence > h3{
  font-weight: 500;
  text-align: left;
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry__sentence > p{
  padding-bottom: 1em;
  position: relative;
}
/*-- CTAボタン --*/
.entry .entry-button{
  padding-inline: 8%;
}
/*-- //CTAボタン --*/
.entry .entry-button::before{
  position: absolute;
  content: "";
  background-image: url(../images/entry-line2.png);
  background-size: contain;
  background-position: center;
  width: clamp(100px, 25vw, 223px);
  aspect-ratio: 454 / 235;
  top: -40%;
  left: -12%;
  z-index: -1;
}
.entry__bonus, 
.entry__bonus a{
  font-family: "Shippori Mincho B1", serif;
}
.entry__bonus{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10%;
}
.entry__bonus-text{
  height: 100%;
  padding-bottom: 16px;
}
.entry__bonus-text > p{
  display: block;
  font-size: clamp(2.75em, 4.5vw, 3.5em);
  line-height: 1.45;
}
.entry__bonus-text > p:first-child{
  background: linear-gradient(135deg, #ed829c 0%, #f3a24d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.entry__bonus-text > p:nth-child(2){
  width: fit-content;
  line-height: 1;
  text-box-trim: trim-both;
  display: flex;
  gap: 0.5rem;
}
.entry__bonus-text > p:nth-child(2) > span{
  padding: 0 4px 8px;
  color: #fff;
}
.entry__bonus-text > p:nth-child(2) > span:nth-child(1){
  background: linear-gradient(135deg, #ED829C 0%, #EF8D82 100%);
}
.entry__bonus-text > p:nth-child(2) > span:nth-child(2){
  background: linear-gradient(135deg, #EF8D82 0%, #F0956F 100%);
}
.entry__bonus-text > p:nth-child(2) > span:nth-child(3){
  background: linear-gradient(135deg, #F0956F 0%, #F29C5D 100%);
}
.entry__bonus-text > p:nth-child(2) > span:nth-child(4){
  background: linear-gradient(135deg, #F29C5D 0%, #F3A24D 100%);
}
.entry__bonus-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 557px;
  width: 100%;
  padding-left: clamp(24px, 3.1vw, 48px);
}
.entry__bonus-item{
  flex: 1 1 0;
  max-width: 171px;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(320deg, 
  #ffffff 50%, #fae0de 80%, #ee897e); 
  border-radius: 50%;
  box-shadow: 10px 10px 20px #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}

.entry__bonus-item:nth-child(1).is-active{
  animation: zoomIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards; 
}

.entry__bonus-item:nth-child(2).is-active{
  animation: zoomIn 4s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards; 
}

.entry__bonus-item:nth-child(3).is-active{
  animation: zoomIn 4s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; 
}

.entry__bonus-point{
  font-size: clamp(0.68em, 1.3vw, 1em);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.entry__bonus-point > em{
  display: block;
  font-style: normal;
  font-size: 2em;
  color: #ee897e;
  letter-spacing: 0.05em;
}
.entry__bonus-point > span{
  display: block;
  font-size: 1.75em;
  letter-spacing: -0.17em;
}
.entry__bonus-item:nth-child(1) .entry__bonus-point > span{
  letter-spacing: 0.05em;
}
.entry__bonus-item:nth-child(2) .entry__bonus-point{
  /* font-size: 1.125em; */
  font-size: clamp(0.75em, 1.5vw, 1.125em);
}
.entry__bonus-item:nth-child(2) .entry__bonus-point > span{
  font-size: 1.5em;
}

@media screen and (max-width:1000px) {
  .entry__main-img, 
  .entry__sub-img{
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .entry{
    background-image: linear-gradient(0deg, rgba(247, 206, 195, 1), rgba(254, 246, 237, 1) 8% 92%, rgba(247, 206, 195, 1));
  }
  .entry::before{
    top: -10px;
    right: 5%;
  }
  .entry__main-img > img{
    max-width: 300px;
    opacity: 0.6;
    transform: translateX(20%);
  }
  .entry__sub-img{
    display: none;
  }
  .entry__sentence > h3{
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  .entry__sentence > p{
    font-size: 1.125em;
    line-height: 24px;
  }
  .entry__sentence {
    font-size: 0.75em;
    padding-inline: 8%;
    margin-bottom: 20px;
  }
  .entry .container{
    padding-block: 40px 0px;
  }
  /*-- CTAボタン --*/
  .entry .entry-button-copy {
    font-size: 1.5em;
    white-space: initial;
  }
  .entry .entry-button-item > p{
    line-height: 1.1;
    font-size: 0.75em;
  }
  /*-- //CTAボタン --*/
  .entry__button::before{
    top: -20%;
  }
  .entry__bonus{
    flex-direction: column;
    gap: 8px;
    padding-inline: 8%;
  }
  .entry__bonus-item {
    max-width: 125px;
  }
  .entry__bonus-text{
    display: flex;
    gap: 8px;
    padding-bottom: 0;
  }
  .entry__bonus-text > p{
    font-size: 1.875em;
  }
  .entry__bonus-text > p:nth-child(2) {
    align-self: center;
    font-size: 1.75em;
    gap: 0.25rem;
    padding-top: 4px;
  }
  .entry__bonus-text > p:nth-child(2) > span{
    padding: 0 2px 4px;
  }
  .entry__bonus-list{
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .entry__bonus-point{
    line-height: 1.1;
  }
  .entry__bonus-point > em{
    font-size: 1.625em;
  }
  .entry__bonus-point > span{
    font-size: 1.375em;
  }
  .entry__bonus-item:nth-child(2) .entry__bonus-point > span{
    font-size: 1.25em;
  }
}
@media screen and (max-width:450px) {
  .entry__br{
    display: none;
  }
}



/*--- footer ---*/
footer{
  background-color: #fffaf2;
  padding-block: 88px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
footer, 
footer a, 
footer p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.footer__container{
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
.footer__company{
  display: flex;
  justify-content: center;
  gap: clamp(50px, 6.5vw, 90px);
  margin-bottom: 96px;
}
.footer__logo{
  width: 261px;
  align-self: flex-end;
  padding-bottom: 6px;
}
.footer__info{
  font-style: normal;
}
.footer__company-name{
  font-size: 1.75em;
  margin-bottom: 38px;
}
.footer__nav{
  display: flex;
  justify-content: end;
  gap: 18px;
  margin-bottom: 136px;
  padding-right: 56px;
}
.footer__nav-item{
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
  padding: 2px 0 2px 24px;
  width: 156px;
}
.footer__nav-item::before{
  position: absolute;
  content: "";
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e87f7f;
}
.footer__nav-item::after{
  position: absolute;
  content: "";
  left: 8px;
  transform: translateX(-75%) rotate(-45deg);
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.footer__sub-list{
  display: flex;
  justify-content: center;
}
.footer__sub-item{
  display: flex;
  align-items: center;
}
.footer__sub-item:not(:last-child)::after{
  content: "|";
  margin-inline: 1rem;
  font-size: 1.5em;
  line-height: 1;
}

@media screen and (max-width:768px) {
  footer{
    padding-block: 32px 50px;
  }
  footer, 
  footer a, 
  footer p{
    font-size: 0.81em;
    font-weight: bold;
  }
  .footer__info > a, 
  .footer__info > p{
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0;
  }

  .footer__container{
    width: auto;
    padding-inline: 38px;
  }
  .footer__company{
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
  }
  .footer__logo{
    align-self: center;
    width: 163px;
    padding: 0;
  }
  .footer__info{
    padding-bottom: 32px;
    border-bottom: 1px solid #6d6264;
  }
  p.footer__company-name{
    font-size: 1.5em;
    line-height: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__nav{
    display: flex;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
    max-width: 262px;
    margin: 0 auto 46px;
    padding-right: 0;
  }
  .footer__nav-list{
    flex: 1;
    padding-bottom: 32px;
    border-bottom: 1px solid #6d6264;
  }
  .footer__nav-list:nth-child(2) {
    padding-left: 30px;
  }
  .footer__nav-list:nth-child(3) {
    flex-basis: 100%;
    padding-block: 32px 0;
    border: none;
  }
  .footer__nav-item{
    width: auto;
    padding: 2px 0 2px 20px;
  }
  .footer__nav-item::before{
    width: 14px;
    height: 14px;
  }
  .footer__nav-item::after{
    left: 7px;
    width: 4px;
    height: 4px;
  }

}