/* ===============================
   Modern Simple Reset (2026)
================================= */
/* Box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}
/* Remove list styles */
ul,
ol {
    padding: 0;
    list-style: none;
}
/* Base body setup */
body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}
/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}
/* Make images easier to work with */
img,
picture {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
/* Form elements inherit font */
input,
button,
textarea,
select {
    font: inherit;
}
/* Remove button default styles */
button {
    background: none;
    border: none;
    cursor: pointer;
}
/* Prevent textarea from being resizable horizontally */
textarea {
    resize: vertical;
}
/* -----リセットcssここまで----- */
html {
    scroll-behavior: smooth;
}

/* SP default */
body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #333;
}

.menu-toggle {
    display: none;
}

.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

.nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #FFE5F5;
    padding-top: 70px;
    transition: 0.3s;
    z-index: 1000;
}

.nav ul {
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.nav li {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.nav a {
    display: inline-block;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 20px;
}
.nav-cta-wrap{
    width: 90%;
    margin: 30px auto 0;
    text-align: center;
}

.menu-toggle:checked~.nav {
    right: 0;
}

/* 3本 → × */
.menu-toggle:checked+.hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle:checked+.hamburger span:nth-child(2) {
    opacity: 0;
}

.menu-toggle:checked+.hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.fv {
    position: relative;
    height: 450vh;
    /* スクロール量を作る */
}

.fv-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* 背景 */
.fv-bg {
    position: absolute;
    inset: 0;
    background: url("../img/bg-fv.webp") center / cover no-repeat;
}

/* 白モヤ */
.fv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    will-change: background;
}

/* メッセージ */
.fv-content {
    width: 90%;
    max-width: 960px; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333;
    opacity: 1;
    will-change: transform, opacity;
}
.fv-content h1 img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.fv-message {
    width: 100%;
    font-size: 18px;
    line-height: 1.6em;
    opacity: 0;
}

.fv-message p{
    padding-bottom: 30px;
    text-shadow: 0 0 10px rgba(255,255,255,1);
}
.fv-message p:nth-last-of-type(1){
    padding-bottom: 80px;
}
.second-log{
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
}
.nomal-cta a{
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    background-color: #EB88BB;
    color: #fff;
    padding: 20px 50px;
    border-radius: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}
.nomal-cta a::after{
    content: "";
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAxNiIgZmlsbD0ibm9uZSI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE0IiByeD0iMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTUgNUwxMSA5TDE3IDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+") no-repeat center / contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* フェードインの基本設定 */
.fade-in {
    opacity: 0;
    transform: translateY(60px); 
    transition: 
        opacity 1.2s ease-out, 
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

/* 画面内に入った時 */
.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 追従cta */
.floating-cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 420px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #F4CFE3;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  text-decoration: none;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.2s ease;
  z-index: 999;
}

/* 表示状態 */
.floating-cta.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* テキスト */
.cta-text {
  font-size: 18px;
  font-weight: 600;
  color: #1E1E6C;
  transform: translateX(-6px);
}

/* 右の丸矢印 */
.cta-arrow {
  position: absolute;
  right: 10px;
  width: 48px;
  height: 48px;
  background: #F4CFE3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: transform 0.2s ease;
}

/* hover */
.floating-cta:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}

.floating-cta:hover .cta-arrow {
  transform: translateX(4px);
}



#features {
    position: relative;
}
#features::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/bg-sakura.webp) center / cover no-repeat;
    z-index: -1;
}
.features-content {
    position: relative;
    z-index: 1;
    padding: 40px 0 10px;
}
.sub-title{
    display: inline-block;
    margin: 0 auto;
    background-color: #FFE5F5;
    border-radius: 9999px;
    text-align: center;
    color: #000059;
    font-size: 12px;
    font-weight: 500; 
    padding: 5px 10px;
    line-height: 1;
}
#features h2{
    text-align: center;
    font-size: 26px;
    color: #000059;
}
.features-num{
    font-family: "Playfair Display", serif;
    color: #FF80CC;
    font-size: 66px;
    font-weight: 500;
    line-height: 0.8em;
}
.features-wrap{
    width: 100%;
    max-width: 1500px;
    margin: 30px auto 0;
}
.features-card{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}
.card-title{
    display: flex;
    align-items: flex-start;
}
.card-num{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px 0;
    background: #FF80CC;
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1;
}
.card-title-text{
    color: #E545A5;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 10px 0;
}
.features-card-contnts{
    width: 92%;
    margin: 20px auto;
    line-height: 1.6rem;    
}
#about-us{
    background-color: #FFE5F5;
    padding: 30px 0;
}
.about-us-wrap{
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 30px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}
.about-us-contents{
    width: 94%;
    margin: 0 auto;
}
.about-us-title{
    color: #000059;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.about-us-contents p{
    width: 94%;
    margin: 10px auto;
    line-height: 1.6rem;
    text-align: justify;
}
#message{
    background: url(../img/bg-message.webp) lightgray 50% / cover no-repeat;
}
.message-wrap{
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
}
.message-contents{
    width: 100%;
}
.message-title{
    color: #000059;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.message-contents .message-text{
    font-family: "zen-kurenaido", sans-serif;
    font-weight: 400;
    color: #000;
    font-style: normal;
    width: 100%;
    margin: 10px auto;
    line-height: 1.6rem;
    text-shadow: 0 0 10px rgba(255,255,255,1);
}
.principal-inner{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000059;
    padding: 10px;
    color: #333;
    position: relative;
}
.principal-box{
    width: 68%;
}
.principal-school{
    font-size: 12px;
}
.principal-name{
    font-size: 16px;
}
.principal-text{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.3px; 
    line-height: 1.3rem;
    margin-top: 5px;
}
.principal-image{
    width: 30%;
    min-width: 135px;
    position: absolute;
    bottom: -1px;
    right: -15px;
}
.message-movie{
    width: 100%;
    margin: 30px auto;
}
.youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
}
.youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

/* 再生ボタン */
.youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 12px;
}

.youtube-play::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 16px;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
}

#about-school-types,
#school-life{
    background:
    url("../img/bg-sakura.webp") center / contain repeat-y,
    linear-gradient(149deg, #E5FCFF 16.96%, #FEF0FF 86.74%);
    overflow: hidden;
    z-index: -1;
}
.about-school-types-wrap{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.about-school-types-title{
    color: #000059;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.school-types-wrap{
    width: 100%;
    margin: 20px auto 30px;
}
.tsushin-wrap{
    border: 2px dashed #DB7FAE;
    background: #FFF;
}
.tsushin-wrap-contents,
.tsushin-support-wrap-contents{
    width: 92%;
    margin: 20px auto;
}
.school-types-wrap h3{
    display: inline-block;
    border-radius: 10px 10px 0 0;
    background: #DB7FAE;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    margin-bottom: -2px;
}

.tsushin-wrap-contents .lead{
    padding-bottom: 20px;
    border-bottom: 2px dashed #DB7FAE;
}
.school-types-wrap-sub-title{
    font-weight: 700;
    padding-left: 25px;
    margin: 30px 0 10px;
    position: relative;
}
.school-types-wrap-sub-title::before{
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    background: #DB7FAE;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.circle-number-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}
.circle-number-list li {
    counter-increment: item;
    position: relative;
    padding-left: 24px; /* 丸の分だけ余白 */
    margin-bottom: 5px;
}
.circle-number-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    color: #333;
    border: 1px solid #333; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.tsushin-support-wrap{
    border: 2px solid #DB7FAE;
    background: #FFF;
}
.lead-bold{
    font-weight: 700;
}
.tsushin-support-wrap .sprix-gakuin{
    width: 100%;
    margin: 20px auto;
    text-align: center;
    background: #DB7FAE;
    border-radius: 9999px;
    padding: 5px 20px;
}
.tsushin-support-wrap .sprix-gakuin p{
    color: #fff;
    font-weight: 700;
}
.learning-flow{
    margin: 20px 0 0;
}
.learning-block {
    margin-bottom: 30px;
}

.learning-title {
    font-weight: 700;
    color: #DB7FAE;
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
}

.learning-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #DB7FAE;
}

.learning-text {
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.learning-img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
    display: block;
}

.learning-lead {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-weight: 500;
    background: #FFE5F5;
    color: #000059;
    padding: 6px 16px;
    border-radius: 20px;
}
.learning-strong {
    font-weight: 500;
    color: #1E1E6C;
    line-height: 1.5;
}

.academic-path-title{
    color: #000059;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.academic-path-wrap{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.academic-path-block{
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    margin: 30px auto;
}
.academic-path-block-contents{
    width: 92%;
    margin: 20px auto;
}
.academic-path-block-title{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    background: #DB7FAE;
    padding: 8px;
}
.academic-path-text{
    padding-bottom: 20px;
}
.academic-path-block-contents img{
    padding-bottom: 20px;
}
.triangle {
    width: 50px;
    margin: 20px auto;
}
.path-goal{
    color: #E545A5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}
.triangle svg {
    width: 100%;
    height: auto;
    display: block;
}
.academic-path-sec{
    margin-bottom: 30px;
}
.f-pink-sub-title{
    color: #DB7FAE;
    font-weight: 700;
}
.academic-path-block-contents .f-pink-sub-title{
    padding-bottom: 10px;
}
.school-life-wrap{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.school-life-title{
    color: #000059;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.school-life-contents{
    width: 100%;
}
.school-life-block{
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    margin: 30px auto;
}
.school-life-block-title{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    background: #DB7FAE;
    padding: 8px;
}
.school-life-block-contents{
    width: 92%;
    margin: 20px auto;
}
.school-life-text{
    padding-bottom: 20px;
}
.school-life-block-contents img{
    padding-bottom: 15px;
}
.school-life-sub-title{
    color: #DB7FAE;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
}
.school-life-sub-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 90%;
    background: #DB7FAE;
}
.school-life-sec-flex{
    display: flex;
    gap: 15px;
    margin: 10px auto 0;
}
.school-life-sec-flex img{
    width: 30%;
}
.school-life-sec-flex li{
    font-size: 14px;
    padding-left: 14px;
    padding-bottom: 10px;
    position: relative;
}
.school-life-sec-flex li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}
.schedule-wrapper {
    position: relative;
}
.schedule {
    padding: 0 0 30px;
}
.schedule-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.badge {
    background: #DB7FAE;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-weight: 700;
}
.grade {
    font-weight: 600;
}
.schedule-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
}
.schedule-table {
    border-collapse: collapse;
    min-width: 720px; /* ←これが重要 */
    width: 100%;
    background: #fff;
}
.schedule-table th,
.schedule-table td {
    border-bottom: 1px dashed #bbb;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    width: 110px;
    min-width: 110px;
    font-size: 14px;
}
.schedule-table thead th {
    background: #FFF2FA;
    font-weight: 600;
    font-size: 14px;
    width: 110px;
    min-width: 110px;
}
.schedule-table th.time {
    width: 90px;
    min-width: 90px;
    position: sticky;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    background: #efefef; /* 背景必須（透け防止） */
    z-index: 2;
}
.self-study {
    background: #FFFFE1;
}
.fake-scroll {
    overflow-x: auto;
    height: 14px;
    margin-top: 12px;
}

.fake-scroll-inner {
    height: 1px;
}
.schedule-wrap {
    position: relative;
}

.scroll-hint {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #DB7FAE;
    pointer-events: none;
    animation: arrowMove 1.2s ease-in-out infinite;
    transition: opacity 0.3s;
}

.scroll-hint.is-hidden {
    opacity: 0;
    animation: none;
    /* ← これが重要 */
}

/* 左右に揺らす */
@keyframes arrowMove {
    0%   { transform: translateY(-50%) translateX(0); opacity: 0.6; }
    50%  { transform: translateY(-50%) translateX(8px); opacity: 1; }
    100% { transform: translateY(-50%) translateX(0); opacity: 0.6; }
}

.logo-sub-title{
    width: 100px;
}
.foresta-highlight{
    margin: 20px auto 0;
}
.foresta-highlight li{
    display: inline-block;
    width: 100%;
    background-color: #EB6C00;
    color: #FFF;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.school-life-sec{
    margin: 0 auto 0;
    padding-bottom: 30px;
}
.logo-sub-title.sprix-sougo{
    width: 70%;
    max-width: 250px;
}
.curriculum-wrap{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.curriculum-contents{
    width: 100%;
}
.curriculum-block{
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    margin: 30px auto;
}
.curriculum-block-title{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    background: #DB7FAE;
    padding: 8px;
}
.curriculum-block-contents{
    width: 92%;
    margin: 20px auto;
}
.curriculum-text{
    padding-bottom: 20px;
}
.curriculum-text.last{
    padding-bottom: 30px;
}
.curriculum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 20px;
}

.curriculum-term {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.curriculum-term-first {
    background: #E5FCFF;
}

.curriculum-term-second {
    background: #FFF2FA;
}

.curriculum-item {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.curriculum-month {
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 3px;
    border-radius: 4px;
    line-height: 1.4;
}

.curriculum-month-first {
    background: #E5FCFF;
}

.curriculum-month-second {
    background: #FFF2FA;
}

.curriculum-content {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.03rem;
}
.curriculum-sub-title{
    color: #DB7FAE;
    font-weight: 700;
    padding-left: 12px;
    margin-bottom: 8px;
    position: relative;
}
.curriculum-sub-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 90%;
    background: #DB7FAE;
}
#faq{
    position: relative;
}
#faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(149deg, #E5FCFF 16.96%, #FEF0FF 86.74%);
    z-index: -1;
}

.faq-wrap {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.faq-title {
    color: #000059;
    text-align: center;
    font-family: "ABeeZee" , sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.faq-item-wrap {
    margin: 20px auto 30px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}

/* 質問部分 */
.faq-question {
    width: 100%;
    background: #FFE5F5;
    border-radius: 4px;
    padding: 18px 32px 18px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.faq-question::-webkit-details-marker {
    display: none;
}

/* ＋ − アイコン */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #E545A5;
    transition: 0.3s;
}

.faq-item.is-open .faq-question::after {
    content: "−";
}

/* 回答部分 */
.faq-answer {
    display: none;
    background: #fff;
    border-radius: 4px;
}

.faq-item.is-open .faq-answer {
    margin-top: 10px;
}

.faq-answer-inner {
    display: flex;
    gap: 10px;
    padding: 20px 20px 20px 10px;
    align-items: flex-start;
}

.faq-item.is-open .faq-answer-inner {
    padding: 20px 20px 20px 10px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
}
.faq-answer-inner a{
    text-decoration: underline;
    color: #E25BA4;
}
/* Q / A アイコン */
.faq-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #E25BA4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ABeeZee" , sans-serif;
    font-weight: 700;
    font-size: 24px;
    flex-shrink: 0;
}

.faq-icon.answer {
    background: #FFE5F5;
    color: #E545A5;
    font-family: "ABeeZee", sans-serif;
}

#campus{
    background-color: #fff;
}
.campus-wrap{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.campus-title{
    color: #000059;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.campus-exterior-image{
    margin: 20px auto;
}
.campus-contents-logo{
    width: 50%;
    max-width: 230px;
    margin-bottom: 10px;
}
.campus-details{
    width: 100%;
    margin-bottom: 20px;
}
.campus-name{
    color: #00008B;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}
.address{
    width: 100%;
    line-height: 1.5rem
}
.campus-access{
    color: #00008B;
    padding-left: 20px;
    padding-bottom: 8px;
    position: relative;
}
.campus-access::before{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #000059;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.map-image{
    margin: 20px auto;
}
footer{
    width: 100%;
    background-color: #FFE5F5;
}
.footer-wrap{
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-info{
    width: 100%;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
a.privacy{
    color: #666;
}
.f_sprix_wrap{
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
}
#copyright{
    font-size: 10px;
    line-height: 1;
}
.sprix_logo{
    width: 90px;
}
@media (min-width: 768px) {
  /* Tablet */
    .message-wrap{
        width: 60%;
    }
    .message-contents .message-text{
        margin: 30px auto;
    }
}

@media (min-width: 1024px) {
    /* PC */
    .pc-hide{
        display: none;
    }
    .nav {
    width: 30%;
    max-width: 400px;
    }
    body{
        font-size: 16px;
        line-height: 1.6em;
    }
    .fv-bg {
    background: url("../img/bg-fv-pc.webp") center / cover no-repeat;
    }
    .fv-message {
        font-size: clamp(18px, 1.6vw, 20px);
    }
    #features::before {
    background: url(../img/bg-sakura-pc.webp) center / cover no-repeat;
    }
    .features-content{
        padding: 70px 0;
    }
    .sub-title{
        font-size: 15px;
    }
    #features h2{
        font-size: 32px;
    }
    .features-num{
        font-size: 76px;
        line-height: 0.6em;
    }
    .features-wrap{
        display: flex;
        align-items: stretch;
        gap: 20px;
        margin: 50px auto 0;
    }
    .features-card{
        display: flex;
        flex-direction: column; 
        background: #fff;
        border-radius: 8px;
    }
    .features-card-contnts{
        flex-grow: 1;
    }
    #about-us{
        padding: 70px 0;
    }
    .about-us-contents {
        display: grid;
        grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
        gap: 20px 30px;
        align-items: start;
        width: 90%;
        max-width: 900px; 
        margin: 0 auto;    
        box-sizing: border-box;
        justify-content: center;
    }
    .about-us-title {
        grid-column: 1 / 3;
        width: 100%;
        margin: 0;
        font-size: 26px;
    }
    .about-us-contents p {
        margin: 0;
    }
    .about-us-contents img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .message-wrap{
        width: 92%;
        max-width: 900px;
        padding: 70px 0;
    }
    .message-title{
        font-size: 26px;
    }
    .message-contents .message-text{
        width: 60%;
        font-size: 18px;
        line-height: 1.8em;
        margin: 30px auto 0;
        text-align: center;
    }
    .principal{
        width: 70%;
        margin: 60px auto ;
    }
    .principal-inner{
        padding: 10px 20px;
    }
    .principal-image{
        width: 25%;
        max-width: 150px;
    }
    .principal-box{
        width: 75%;
    }
    .principal-text{
        font-size: 15px;
        line-height: 1.6rem;
    }
    .message-movie{
        width: 70%;
        max-width: 900px;
    }
    #about-school-types,
    #school-life{
        background:
        url("../img/bg-sakura-pc.webp") center / contain repeat-y,
        linear-gradient(149deg, #E5FCFF 16.96%, #FEF0FF 86.74%);
    }
    .about-school-types-wrap{
        padding: 70px 0;
    }
    .about-school-types-title{
        font-size: 26px;
    }
    .school-types-wrap-sub-title::before{
        width: 18px;
        height: 18px;
    }
    .school-types-wrap{
        margin: 50px auto 30px;
    }
    .school-types-wrap h3{
        font-size: 20px;
    }
    .tsushin-wrap-contents, .tsushin-support-wrap-contents{
        width: 90%;
        margin: 40px auto;
    }
    .school-types-wrap-sub-title{
        font-size: 18px;
        margin: 40px 0 20px;
    }
    .tsushin-support-wrap .sprix-gakuin p{
        font-size: 18px;
    }
    .learning-block{
        margin-bottom: 40px;
    }
    .learning-title{
        font-size: 18px;
    }
    .learning-img{
        margin-bottom: 40px;
    }
    .academic-path-wrap{
        padding: 70px 0;
    }
    .academic-path-title{
        font-size: 26px;
    }
    .academic-path-block{
        margin: 40px auto;
    }
    .academic-path-block-contents{
        width: 90%;
    }
    .academic-path-block-title{
        font-size: 20px;
    }
    .path-goal{
        font-size: 20px;
    }
    .academic-path-block-contents .f-pink-sub-title{
        font-size: 18px;
    }
    .school-life-wrap{
        padding: 70px 0;
    }
    .school-life-block-title{
        font-size: 20px;
    }
    .school-life-sec-flex li{
        font-size: 16px;
        padding-left: 16px;
    }
    .school-life-sec-flex li::before{
        top: 9px;
        width: 10px;
        height: 10px
    }
    .school-life-sec{
        padding-bottom: 50px;
    }
    .logo-sub-title{
        width: 130px;
    }
    .curriculum-wrap{
        padding: 70px 0;
    }
    .curriculum {
        gap: 60px;
        padding: 10px 0;
    }
    .curriculum-content {
        font-size: 16px;
    }
    .faq-wrap{
        padding: 70px 0;
    }
    .faq-title{
        font-size: 32px;
    }
    .faq-item-wrap{
        margin: 50px auto 30px;
    }
    .faq-answer p {
    font-size: 16px;
    }
    .campus-wrap{
        padding: 70px 0;
    }
    .campus-title{
        font-size: 32px;
    }
    .campus-exterior-image{
        margin: 50px auto;
    }
    .campus-name{
        font-size: 20px;
    }
    .campus-access{
        padding-bottom: 0;
        margin-bottom: 8px;
    }
}
