.ft {
    width: 100%;
    height: 80vh;
    position: relative;
}
.ft-bg {
    width: 90%;
    height: 90%;
    background-image: url("../image/top.webp");
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
.ft .catchphrase {
	width: 88%;
	max-width: 360px;
    position: absolute;
    top: 50%;
    left: 5%;
}
.ft-subtext {
    text-align: right;
    position: absolute;
    top: 60px;
    right: 4%;
}
.ft-message01 {
	background-color: var(--mainpink);
    padding: 8px 16px;
    display: inline-block;
    border-radius: 14px 0 0 14px;
}
.ft-message01::after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 3px 5px;
    border-color: transparent transparent transparent #E8678E;
    position: absolute;
    top: 64px;
    right: 0;
}
.ft-message02{
	font-size: 20px;
	background-color: var(--basecolor);
    padding: 2px 8px;
    margin: 16px 16px 4px 0;
}
.ft-subtext p{
	color: #5A4A42;
	font-size: 14px;
    margin-right: 16px;
}
.ft .cta-btn-box {
	position: absolute;
    bottom: 0;
}
.ft .cta-btn-box h2 {
    color: #fff;
}
.sec {
    padding: 80px 0;
    background: linear-gradient(var(--basecolor) 0%, var(--mainyellow) 20%, var(--mainyellow) 70%, var(--basecolor) 100%);
}
.sec-box {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.sec-box ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
}
.sec-box ul li {
    width: 240px;
    background-color: #fff;
    border-radius: 50%;
    padding: 45px 55px;
    position: absolute;
    transform: translateX(-50%);
    box-sizing: content-box;
}
.sec-box ul li:nth-child(1) {
    top: 0;
    left: -18%;
}
.sec-box ul li:nth-child(2) {
    top: 135px;
    left: 16%;
}
.sec-box ul li:nth-child(3) {
    top: 275px;
    left: -23%;
}
.sec-box ul li:nth-child(4) {
    top: 365px;
    left: 16%;
}
.sec-box ul li:nth-child(5) {
    top: 460px;
    left: 0;
}
.sec-box ul li:nth-child(6) {
    top: 575px;
    left: -24%;
}
.sec-box ul li:nth-child(7) {
    top: 660px;
    left: 16%;
}
.sec-box ul li:nth-child(8) {
    top: 770px;
    left: -23%;
}
.sec-box ul li:nth-child(9) {
    width: 300px;
    top: 860px;
    left: 0;
}
.sec h4 {
    color: #5A4A42;
    margin: 40px 0 0;
}
.sec p {
    width: 100%;
    margin: 40px auto 0;
}
.sec a {
    color: var(--mainpink);
    text-decoration: underline;
}
.td {
	width: 100%;
	height: 100%;
	margin-bottom: 70px;
}
.td h1 {
    width: 100%;
    margin: 70px 0 40px;
}
.td ol {
    width: 100%;
}
.td ol li {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
}
.td-list-box {
    position: relative;
}
.td-list-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 80px;
}
.td-list-box .en-text {
    font-size: 120px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--mainyellow);
    position: absolute;
    bottom: -75px;
    left: 0;
}
.td-list-box h1 {
    width: 90%;
    text-align: left;
    margin: 0 0 0 10%;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.md-cta {
	width: 100%;
	height: 100%;
	background-color: var(--mainpink);
}
.md-cta .message02 {
	background-color: var(--accentpink);
	color: #fff;
}
.md-cta .message02::after {
	background-color: var(--accentpink);
}
.md-cta .message02 .l-text {
	color: #fff;
}

.md-contents {
    width: 100%;
    background-color: var(--mainpink);
    padding: 30px 0 50px;
}
.md-contents-lead {
    margin: 0 0 24px;
}
.md-contents h1, .end-contents h1 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 auto;
    padding: 16px 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 14px;
}
.md-contents h4, .end-contents h4 {
    margin: 8px 0 24px;
}
.md-price span {
    position: relative;
}
.md-price span::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: rotate(15deg);
}
.md-price span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: rotate(-15deg);
}
.md-line {
    padding: 54px 0 80px;
    background-color: var(--mainyellow);
    position: relative;
}
.md-line::after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: var(--mainpink);
    clip-path: polygon(50% 30px, 0% 0%, 100% 0%);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.md-line h4 {
    font-size: 1rem;
    margin-bottom: 24px;
}
.md-line-contents {
    margin: 0 auto;
    padding: 24px 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 14px;
}
.g-text, .g-text .l-text {
    color: #06C755;
}
.md-line-contents ul {
	display: inline-block;
	margin: 16px auto 0;
	text-align: left;
}
.md-line .cta-btn-box {
	margin-top: 24px;
    animation: none;
}
.foth {
    margin: 80px 0;
}
.foth h1 {
    margin-bottom: 40px;
}
.foth ul {
    margin-bottom: 80px;
}
.foth ul li {
    margin-bottom: 40px;
}
.reviewer {
    width: 90%;
    max-width: 390px;
    margin: 0 auto 16px;
    position: relative;
    text-align: left;
}
.reviewer img {
    width: 180px;
}
.reviewer div {
    position: absolute;
    top: 0;
    left: 100px;
}
.reviewer h1 {
    font-size: 18px;
    margin-bottom: 8px;
    ;
    color: var(--accentpink);
}
.read-more {
    position: relative;
}
.read-more p {
    width: 90%;
    max-height: 80px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: max-height 1s;
}
.read-more:has(:checked) p {
    max-height: 100vh;
}
.read-more p::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 249, 244, 0) 0, rgba(255, 249, 244, 0.9) 50%, #fff9f4 0);
}
.read-more:has(:checked) p::after {
    content: none;
}
.read-more label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--accentpink);
    font-size: 14px;
}
.read-more label:hover {
    color: var(--mainpink);
    text-decoration: underline;
    cursor: pointer;
}
.read-more:has(:checked) label {
    display: none;
}
.read-more label::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #5A4A42;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.read-more input {
    display: none;
}
.foth-mv iframe {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px;
}
.fith {
    width: 90%;
    margin: 0 auto 80px;
}
.fith h1 {
    margin-bottom: 40px;
}
.fith details {
    width: 100%;
    text-align: left;
    margin: 0 auto 16px;
}
.fith details summary {
    border: none;
    list-style: none;
    background: var(--mainpink);
    padding: 24px 24px 24px 16px;
    border-radius: 14px;
    position: relative;
}
.fith details summary::after {
    content: "+";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
    line-height: 1;
    font-size: 1.5rem;
    padding: 0;
    pointer-events: none;
    color: #fff;
}
.fith details[open] summary::after {
    content: "-";
}
.q-contents {
    background-color: #fff;
    padding: 16px 16px 24px 16px;
    border-radius: 0 0 14px 14px;
}
.sth {
    width: 100%;
    padding: 80px 0;
    background-color: var(--mainyellow);
}
.sth h1 {
    margin-bottom: 40px;
}
.counselor-img img {
    width: 80%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 50%;
    margin: 0 auto;
}
.counselor-title {
    color: var(--accentpink);
    margin: 16px 0 8px;
}
.sth h1.counselor-name {
    margin-bottom: 0;
}
.counselor-nameEN {
    color: var(--mainpink);
    margin: 4px 0 32px;
}
.sth p {
    width: 90%;
    text-align: left;
    margin: 24px auto 0;
}
.end-cta {
    width: 100%;
    background-color: var(--mainpink);
}
.end-title {
    width: 100%;
    padding: 8px 0;
    background-color: var(--accentpink);
    color: #fff;
}
.end-cta ol li {
    width: 300px;
    height: 110px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}
.end-cta .en-text {
    font-size: 80px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--basecolor);
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}
.end-cta ol li h1 {
    width: 80%;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.end-cta .end-contents {
    width: 100%;
    padding: 60px 0 40px;
}
.end-cta small a {
    color: var(--accentpink);
    text-decoration: underline;
}