@charset "UTF-8";

:root{
	--font-bananaslip: "YDW bananaslip plus", "メイリオ", Meiryo, "M PLUS 1p", "Hiragino Maru Gothic ProN", sans-serif;
	--text-small:1.4rem;
	--text-small-medium: 1.6rem;
	--text-normal: 1.8rem;
	--text-medium: 2.2rem;
	--text-large-medium: 2.8rem;
	--text-large: 3.4rem;
	--max-width: 640px;
	--color-base: #FFD726;
	--section-bg01: #c7f0fe;
	--section-bg02: #7ad9b5;
	--section-bg03: #FBF6C3;
	--color-blue: #55ABCB;
	--color-light-yellow: #FCF23F;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-size: var(--text-normal);
	line-height: 2;
	font-family:  "M PLUS 1p","メイリオ", Meiryo, "Hiragino Maru Gothic ProN", sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #FFD726; /* 外側の黄色背景 */
}
.footer {
    line-height: 2;
}

/* --- Layout --- */

.container-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    overflow: hidden;
}

section {
    padding: 60px 20px;
}

img {
    max-width: 100%;
    display: block;
}

/* --- Common Components --- */
.highlighter {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.highlighter::after {
    content: '';
    position: absolute;
    left: -2%;
    bottom: 4px;
    width: 104%;
    height: 35%;
    background-color: #FCF23F;
    z-index: -1;
    transform: rotate(-1deg);
}

.section-title-alt {
    margin-bottom: 40px;
}
.section-title-alt *{
    text-align: center;
}


.section-title h2 {
	font-family: var(--font-bananaslip);
	font-size: var(--text-large);
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.section-title-alt h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.section-title-alt h3 {
    font-size: var(--text-large);
    font-weight: 400;
	font-family: var(--font-bananaslip);

}

.shadow {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Colors */
.label-orange { 
	color: #f65b46;
	font-weight: 400; 
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
    text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.label-yellow {
	 color: var(--color-base); 
	font-weight: 400; 
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
    text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.label-green { 
		color:#26A373; 
	   font-weight: 400; 
	   font-family: var(--font-bananaslip);
	   font-size: var(--text-medium);
	   text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.label-blue {
	color: var(--color-blue);
	font-weight: 400;
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
	text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.label-light-yellow {
	color: var(--color-light-yellow);
	font-weight: 400;
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
	text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.label-light-blue {
	color: var(--section-bg01);
	font-weight: 400;
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
	text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
/* --- Hero --- */
.hero-section {
    padding: 0 0 40px 0;
}
.hero-message {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

/* --- Features --- */
.features-section {
    background-color: #c7f0fe;
}
.features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.feature-icon {
    flex-shrink: 0;
    width: 80px;
    overflow: hidden;
}
.feature-text h3 {
	width: 100%;
    font-size: var(--text-normal);
    margin-bottom: 8px;
	font-family: var(--font-bananaslip);
	background: url(../img/lp_after_freeschool/feature_title_bg.png) no-repeat center right / contain;
	border-bottom: 2px solid #000;
}
.feature-text p {
    font-size: 14px;
}

/* --- Challenge --- */
.challenge-header *{
    text-align: center;
}
.challenge-header{
	margin-bottom: 30px;
}
.challenge-header h3{
	font-family: var(--font-bananaslip);
	font-size: var(--text-large);
	font-weight: 400;
	line-height: 1.2;
}
.challenge-header h3 span{
	font-size: var(--text-large-medium);
}
.challenge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.challenge-card h4 {
    color: var(--color-base);
	font-family: var(--font-bananaslip);
    font-size: var(--text-normal);
    margin-bottom: 10px;
    text-align: center;
}
.card-img-box {
    overflow: hidden;
    aspect-ratio: 1;
    margin-bottom: 10px;
}
.challenge-card p {
    font-size: var(--text-small);
}

/* --- Place --- */
.place-section {
    background-color: var(--section-bg02);
}
.place-header {
	margin-bottom: 30px;
}
.place-header *{
    text-align: center;
}
.place-header h3{
	font-family: var(--font-bananaslip);
	font-size: var(--text-large);
	font-weight: 400;
	line-height: 1.2;
}
.place-header h3 span{
	font-size: var(--text-large-medium);
}
.intro-box {
    padding: 25px;
    border-radius: 15px;
    margin: 25px auto;
    text-align: left;
    font-size: 14px;
}
.place-banner {
    text-align: center;
    margin: 40px 0;
}
.voice-card img{
	margin-bottom: 40px;
}

/* --- Activities --- */
.activities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.activity-item h4 {
    text-align: center;
    margin-bottom: 10px;
	color: #f65b46;
	font-family: var(--font-bananaslip);
	font-size: var(--text-normal);
	font-weight: 400;
}
.activity-img {
    aspect-ratio: 1;
    overflow: hidden;
}
.activity-item p {
    font-size: var(--text-small);
    margin-top: 8px;
}

/* --- Support --- */
.support-section {
    background-color: var(--section-bg01);
}
.support-slider {
	margin-bottom: 30px;
}
.support-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.point {
    display: flex;
	align-items: flex-end;
    gap: 15px;
}
.point .icon {
	line-height: 1;
}
.point h4 {
    font-size: var(--text-normal);
    font-weight: 400;
	font-family: var(--font-bananaslip);
}
.support-point-item p {
    font-size: var(--text-small);
}

/* --- Flow --- */
.flow-step {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
.step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle{
	line-height: 1;
	aspect-ratio: 1;
}
.time {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
	line-height: 1;
	font-family: var(--font-bananaslip);
}
.step-body h4 {
	display: flex;
	align-items: center;
	font-family: var(--font-bananaslip);
	font-size: var(--text-normal);
	font-weight: 400;
	gap: 10px;
    margin-bottom: 10px;
}
.step-body img {
    border: 1px solid #000;
    margin-bottom: 10px;
}
.step-body p {
    font-size: var(--text-small-medium);
}

/* --- About --- */
.about-section {
    background-color: var(--section-bg03);
}
.about-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.card {
    padding: 25px;
    border-radius: 10px;
}
.card h4 {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.data-table tr{
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 32px;
}
.data-table th {
    text-align: left;
	font-family: var(--font-bananaslip);
	font-size: var(--text-large-medium);
    white-space: nowrap;
	line-height: 1;
}
.data-table td {
	font-size: var(--text-normal);
	flex: 1;
	line-height: 1;
}
/* --- QA --- */
.accordion-list {
    overflow: hidden;
}
.accordion-item {
	margin-bottom: 10px;
}
.accordion-trigger {
    width: 100%;
    display: flex;
	gap: 10px;
    align-items: center;
    padding: 15px 20px;
    background: none;
    border: none;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer;
	border: 2px solid #000;
	background: var(--section-bg01);
}

.accordion-trigger span{
	font-size: var(--text-normal);
	font-weight: 400;
	font-family: var(--font-bananaslip);
}
.accordion-trigger::before{
	content: 'Q';
	font-size: var(--text-large);
	font-weight: 400;
	font-family: var(--font-bananaslip);
	color: var(--color-blue);
	text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.chevron {
    transition: transform 0.3s;
    font-size: 12px;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
	border:
}

.accordion-content p {
	border: 2px solid #000;
	padding: 10px;
	font-family: var(--font-bananaslip);
	font-size: var(--text-normal);
}
.accordion-item.active .chevron {
    transform: rotate(180deg);
}

/* --- Footer --- */
.main-footer {
    background-color: var(--section-bg02);
    padding: 30px 20px 10px ;
    text-align: center;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.footer-nav a {
    color: #000;
    text-decoration: none;
    font-weight: 40;
    font-size: 18px;
	font-family: var(--font-bananaslip);
}
.copyright {
    font-size: 10px;
	font-family: var(--font-bananaslip);
	text-align: center;
}

/* --- Free Trial Button --- */
.free-trial-button-wrapper {
    text-align: center;
    padding: 20px;
}

.free-trial-label {
    font-size: var(--text-normal);
    color: #000;
    font-weight: 400;
    font-family: var(--font-bananaslip);
text-align: center;
}

.free-trial-button {
    display: inline-block;
    background-color: var(--color-base);
    color: #000;
    font-size: var(--text-medium);
    font-weight: bold;
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.free-trial-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* --- Header --- */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: transparent;
    padding: 15px 20px;
    pointer-events: none;
}

.lp-header__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    pointer-events: auto;
	padding-right: 20px;
}
@media screen and (max-width: 480px) {
	.lp-header__inner {
		padding-right: 0;
	}
}

.lp-menu-toggle {
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.lp-menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--color-base);
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lp-menu-toggle:hover span {
    background-color: #FFE666;
}

.lp-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.lp-menu-overlay.is-open {
    pointer-events: auto;
}

.lp-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.lp-menu-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: var(--section-bg02);
    padding: 60px 30px 30px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 10001;
    pointer-events: auto;
}

.lp-menu-overlay.is-open .lp-menu-nav {
    transform: translateX(0);
}

.lp-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 36px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10002;
    pointer-events: auto;
}

.lp-menu-close:hover {
    color: #666;
}

.lp-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-menu-list li {
    margin-bottom: 20px;
    padding-bottom: 15px;
	font-family: var(--font-bananaslip);
	font-size: var(--text-medium);
	font-weight: 400;
	line-height: 1.2;
}

.lp-menu-list li:last-child {
    border-bottom: none;
}

.lp-menu-list a {
    color: #000;
    text-decoration: none;
    font-size: var(--text-normal);
    font-weight: 400;
    display: block;
    transition: color 0.3s ease;
}

.lp-menu-list a:hover {
    color: var(--color-base);
}

.lp-menu-list a.active {
    color: var(--color-base);
}


/* --- Responsive --- */
@media (max-width: 480px) {
    
    .free-trial-button {
        font-size: var(--text-normal);
        padding: 18px 35px;
    }
    
    .free-trial-label {
        font-size: 1.2rem;
    }

    .lp-menu-nav {
        width: 85%;
    }
}