@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,500&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Zen+Maru+Gothic&display=swap');

#main .member_group h2 {
    margin-bottom: 0;
}
#content div:after, 
#content ul:after, 
#content li:after, 
#content dd:after, 
#content section:after, 
#content article:after {
    content: none;
}
.box_under_nav {
    margin-bottom: 0;
}

#content {
        padding-bottom: 10px;
}

#content .inner {
    max-width: 100%;
    padding: 0;
}

#content .member_group {
    padding:0 0 20px;
}

.path {
    max-width: 1100px;
    margin: 0 auto;
}

.box__pagetit {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}


body {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

#content .scene {
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: 630px;
    aspect-ratio: 1140 / 760;
    margin: 0 auto 20px;
}

/* .main_visual {
    background: url(../img/mv.webp) no-repeat center;
    background-size: contain;
} */

/* Background oval */
#content .main_visual-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b3e5fc;
    background: url(/file/r6_syubyo/img/main_visual-bg.webp) no-repeat 25% 85%;
    background-size: 95%;
    border-radius: 50%;
    transform: scale(0.8);
    opacity: 0;
    animation: bgEnter 1s ease forwards;
}
@keyframes bgEnter {
    to {
    transform: scale(1);
    opacity: 1;
    }
}

/* Text */
#content .main_visual-text-top {
    position: absolute;
    top: 22%;
    left: 51.5%;
    transform: translateX(-50%);
    width: 43%;
    opacity: 0;
    animation: slideDown 1s ease forwards;
    animation-delay: 0.5s;
}
#content .main_visual-text-bottom {
    position: absolute;
    top: 44%;
    left: 52%;
    transform: translateX(-50%);
    width: 44%;
    opacity: 0;
    animation: slideUp 1s ease forwards;
    animation-delay: 1.5s;
}

@keyframes slideDown {
    from { transform: translate(-50%, -40px); opacity: 0; }
    to   { transform: translate(-50%, 0); opacity: 1; }
}
@keyframes slideUp {
    from { transform: translate(-50%, 40px); opacity: 0; }
    to   { transform: translate(-50%, 0); opacity: 1; }
}

/* Characters */
#content .main_visual-farmer {
    position: absolute;
    bottom: 15%;
    left: -2%;
    width: calc((505 / 1140) * 100%);
    opacity: 0;
    transform: translateX(-80px);
    animation: farmerEnter 1s ease forwards;
    animation-delay: 2s;
}
@keyframes farmerEnter {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

#content .main_visual-woman {
    position: absolute;
    bottom: 24%;
    right: -3%;
    width: calc((434/1140)*100%);
    opacity: 0;
    transform: translateX(80px);
    animation: womanEnter 1s ease forwards;
    animation-delay: 2.5s;
}
@keyframes womanEnter {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

#content .main_visual-laptop {
    position: absolute;
    top: 0%;
    left: 43%;
    transform: translateX(-50%) translateY(-60px) rotate(-15deg);
    width: calc((277 / 1140) * 100%);
    opacity: 0;
    animation: laptopEnter 1s ease forwards;
    animation-delay: 3s;
}
@keyframes laptopEnter {
    to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) rotate(0);
    }
}

/* Floating subtle animation */
#content .main_visual-floating {
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

#content .section-title {
    width: 100%;
    background: url(/file/r6_syubyo/img/section-title-bg.webp) left 75% repeat-x;
    background-size: 100% 38px;
    z-index: 1;
}

#content .section-title-inner {
    display: flex;
    align-items: center;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}

#content .section-title-3 .section-title-inner {
    justify-content: center;
}

#content .section-title-4 .section-title-inner {
    justify-content: center;
}

#content .section-title-5 .section-title-inner {
    justify-content: center;
}

#content .title-img {
    /* opacity: 0; */
    transform: rotateY(-90deg);
}

#content .title-text {
    opacity: 0;
}

/* 動 animation */
#content .animated .title-img {
    animation: fadeRotate 1.2s ease forwards;
}

/* 画で学ぶ animation (delay after 動 finishes) */
#content .animated .title-text {
    animation: fadeIn 1s ease forwards;
    animation-delay: .7s;
}

#content .section-1 {
    margin-bottom: 80px;
}

#content .section-1 .section-title-inner {
    gap: calc((10 / 1000) * 100%);
}

#content .title-img-1 {
    width: calc((170 / 1000) * 100%);
}

#content .title-text-1 {
    width: calc((750 / 1000) * 100%);
}

#content .title-img-2 {
    width: calc((155 / 1000) * 100%);
}

#content .title-text-2 {
    width: calc((730 / 1000) * 100%);
}

#content .title-img-3 {
    width: calc((155 / 1000) * 100%);
}

#content .title-text-3 {
    width: calc((470 / 1000) * 100%);
}

#content .title-img-4 {
    width: calc((155 / 1000) * 100%);
}

#content .title-text-4 {
    width: calc((560 / 1000) * 100%);
}

#content .title-img-5 {
    width: calc((155 / 1000) * 100%);
}

#content .title-text-5 {
    width: calc((290 / 1000) * 100%);
}

@keyframes fadeRotate {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    40% {
        opacity: 1;
        transform: rotateY(60deg);
    }
    70% {
        opacity: 1;
        transform: rotateY(-40deg);
    }
    90% {
        opacity: 1;
        transform: rotateY(20deg);
    }
    95% {
        opacity: 1;
        transform: rotateY(-10deg);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}


#content .section-content {
    margin: 0 auto;
    width: min(90%, 1000px);
}

#content .movie {
    width: 560px;
    display: block;
    margin: 0 auto;
}

#content .movie img {
    width: 100%;
    border-radius: 20px;
}

#content .section-title-1 {
    margin-bottom: 100px;
}

#content .section-title-2 {
    margin-bottom: 60px;
}

#content .section-title-3 {
    margin-bottom: 60px;
}

#content .section-title-4 {
    margin-bottom: 60px;
}

#content .section-title-5 {
    margin-bottom: 25px;
}

/* .section-2 */

#content .section-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 25px;
}

#content .section-2::before{
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 100px;
    background-color: rgba(80,227,255,0.11);
    position: absolute;
}
    
#content .section-2 .section-content {
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#content .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(6%, 60px);
    width: 100%;
    padding-left: min(3%, 30px);
    margin-bottom: 100px;
    align-content: center;
}

/* 左側アイコン */
#content .point .icon {
    width: min(16%, 160px);
}

#content .point .icon img {
    width: 100%;
    opacity: 0;
    transform: scale(1.3);
}

/* 右側テキスト */
#content .point .text {
    /* flex: 1; */
    width: min(74.5%, 745px);
}

#content .point .text h3 {
    font-size: 33px;
    margin: 0 0 30px;
    color: #416c4b;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    letter-spacing: 1.8px;
}

#content .point .text h3 span {
    display: block;
    max-width: 240px;
}

#content .point .text p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
    font-weight: bold;
    color: #416c4b;
}

/* アニメーション */
#content .animated .icon img {
    animation: scaleIn 0.8s ease forwards;
}

@keyframes scaleIn {
    0% { transform: scale(1.1); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* .section-2 */


/* .section-3 */
#content .section-3 {
    margin: 0 auto 110px;
}

#content .sec3-content-top {
    width: min(75%, 750px);
    margin: 0 auto 80px;
    color: #416c4b;
}

#content .sec3-content-top h3 {
    font-size: 33px;
    margin: 0 0 30px;
    font-weight: bold;
    text-align: center;
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    letter-spacing: 1.8px;
    color: #416c4b;
}

#content .sec3-content-top p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 auto;
    letter-spacing: 1px;
}

#content .sec3-content-bottom {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

#content .sec3-content-bottom section {
    background: rgba(200,226,202,0.36);
    padding: 35px 55px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #416c4b;
    border-radius: 20px;
}

#content .sec3-content-bottom h3 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 33px;
    letter-spacing: 2px;
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    letter-spacing: 1.8px;
    color: #416c4b;
}

#content .sec3-content-bottom .sec3-text-list {
    font-size: 20px;
    padding-left: 45px;
    margin: 0 0 15px;
    font-weight: bold;
    letter-spacing: 2.2px;
}

#content .sec3-content-bottom .sec3-text-list li {
    line-height: 1.8;
    position: relative;
    display: flex;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

#content .sec3-content-bottom .sec3-text-list li::before {
    content: '.';
    position: absolute;
    left: -20px;
    top: -5px;
}

#content .sec3-content-bottom .sec3-img-list {
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#content .sec3-content-bottom .sec3-img-list li {
    list-style: none;
    width: 100%;
    border-radius: 12px;
}

#content .sec3-content-bottom .sec3-img-list li.list-logo {
    width: calc((190/378)* 100%);
}

#content .sec3-content-bottom .sec3-img-list li img {
    border-radius: 12px;
}
#content .sec3-content-bottom .sec3-img-list li .image-info {
    font-size: 12px;
    text-indent: 0;
    display: block;
    margin: 15px auto 0;
    color: #000;
    text-align: right;
}
/* .section-3 */

/* .section-4 */

#content .section-4 {
    margin: 0 auto 100px;
}

#content .sec4-content-top {
    width: min(75%, 750px);
    margin: 0 auto 80px;
    color: #416c4b;
}

#content .sec4-content-top p {
    font-size: 22px;
    line-height: 1.7;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

#content .sec4-content-bottom-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3rem;
}

#content .sec4-content-bottom-list li {
    margin: 0 0 55px;
}

#content .sec4-content-bottom-list a {
    text-decoration: none;
    transition: all .5s;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

#content .sec4-content-bottom-list a:hover {
    opacity: .7;
}

#content .sec4-content-bottom-list a:hover img {
    scale: 1.1;
}

#content .sec4-content-bottom figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background-color: rgba(223,242,252,0.9);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

#content .sec4-content-bottom figure span {
    display: block;
    overflow: hidden;
}

#content .sec4-content-bottom figcaption {
    width: 100%;
    padding: 15px 25px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    color: #416c4b;
    line-height: 1.7;
    font-weight: bold;
}

#content .sec4-content-bottom-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f39800;
    color: #fff;
    width: 245px;
    height: 65px;
    text-align: center;
    font-size: 22px;
    border-radius: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    cursor: pointer;
}

#content .sec4-content-bottom-button:hover {
    opacity: .6;
}
/* .section-4 */

/* .section-5 */

#content .section-5 {
    margin: 0 auto 30px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#content .section-5::after {
    content: '';
    display: block;
    left: 0;
    top: min(10vw, 120px);
    width: 100%;
    height: 100%;
    background: url(/file/r6_syubyo/img/section-5_bg.webp);
    position: absolute;
    z-index: -1;
}

#content .sec5-content-top {
    width: min(75%, 750px);
    margin: 0 auto 50px;
    color: #416c4b;
}

#content .sec5-content-top p {
    font-size: 33px;
    line-height: 2;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    letter-spacing: 1.8px;
}

#content .quiz-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

#content .quiz-card {
    position: relative;
    background: #fff;
    border: 1px solid #416c4b;
    border-radius: 20px;
    padding: 0 35px;
    width: 320px;
    height: 100%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #416c4b;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    letter-spacing: 1.8px;
}

#content .quiz-card .quiz-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#content .quiz-card h3 {
    width: 95px;
    height: 104px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
}

#content .quiz-card:nth-child(10) h3,
#content .quiz-card:nth-child(11) h3,
#content .quiz-card:nth-child(12) h3 {
    width: 140px;
    height: 104px;
}

#content .quiz-card p {
    line-height: 1.8;
}

#content .quiz-list .quiz-card h3:nth-child(1) {
    background-image: url('/file/r6_syubyo/img/q1.webp');
}

#content .quiz-list .quiz-card:nth-child(2) h3 {
    background-image: url('/file/r6_syubyo/img/q2.webp');
}

#content .quiz-list .quiz-card:nth-child(3) h3 {
    background-image: url('/file/r6_syubyo/img/q3.webp');
}

#content .quiz-list .quiz-card:nth-child(4) h3 {
    background-image: url('/file/r6_syubyo/img/q4.webp');
}

#content .quiz-list .quiz-card:nth-child(5) h3 {
    background-image: url('/file/r6_syubyo/img/q5.webp');
}

#content .quiz-list .quiz-card:nth-child(6) h3 {
    background-image: url('/file/r6_syubyo/img/q6.webp');
}

#content .quiz-list .quiz-card:nth-child(7) h3 {
    background-image: url('/file/r6_syubyo/img/q7.webp');
}

#content .quiz-list .quiz-card:nth-child(8) h3 {
    background-image: url('/file/r6_syubyo/img/q8.webp');
}
#content .quiz-list .quiz-card:nth-child(9) h3 {
    background-image: url('/file/r6_syubyo/img/q9.webp');
}

#content .quiz-list .quiz-card:nth-child(10) h3 {
    background-image: url('/file/r6_syubyo/img/q10.webp');
}

#content .quiz-list .quiz-card:nth-child(11) h3 {
    background-image: url('/file/r6_syubyo/img/q11.webp');
}

#content .quiz-list .quiz-card:nth-child(12) h3 {
    background-image: url('/file/r6_syubyo/img/q12.webp');
}

#content .quiz-card h3 span {
    opacity: 0;
    display: block;
}

#content .quiz-area {
    margin: 0 auto 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#content .answer-area {
    margin: auto auto 10px;
}

#content .check {
    font-size: 20px;
    margin-bottom: 10px;
    color: #29c9ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .check {
    position: relative;
    width: 88%;
    margin: 0 auto;
}

#content .check .open-mode {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: all .5s;
}

#content .active .check .open-mode {
    opacity: 1;
}

#content .show-answer,
#content .hide-answer {
  background: none;
  border: none;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  transition: all .5s;
}

#content .show-answer:hover,
#content .hide-answer:hover {
    opacity: .6;
}

#content .show-answer {
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #29c9ff;
}


#content .hidden-answer {
    display: none;
    margin-top: 20px;
    border-radius: 6px;
    line-height: 1.8;
}

#content .hide-answer {
    display: block;
    text-align: center;
    margin: 20px auto 10px;
    color: #29c9ff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
/* .section-5 */

/* .section-6 */

#content .section-6 .section-title {
    width: 100%;
    background: url(/file/r6_syubyo/img/section-6-title_bg.webp) left 75% repeat-x;
    background-size: 100% 91px;
}

#content .section-6 .section-title-inner {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2.8;
    letter-spacing: 2px;
    justify-content: center;
}

#content .sec6-content-top p {
    font-size: 22px;
    color: #416c4b;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 2px;
    padding: 50px 0;
}

#content .sec6-content-bottom h3 {
    color: #006666;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

#content .sec6-content-bottom h3 span {
    font-size: 12px;
}

#content .sec6-content-bottom .banner-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

#content .sec6-content-bottom .banner-list li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex: 1;
}

#content .sec6-content-bottom .banner-list li .thumb {
    border-radius: 0;
    position: relative;
}

#content .sec6-content-bottom .banner-list li .thumb::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    background: url(/file/r6_syubyo/img/icon-magnifying-glass.svg) no-repeat center;
    background-size: 50%;
    background-color: #0000007d;
    border-radius: 100px;

}

#content .sec6-content-bottom .banner-list li .thumb:hover::after {
        background-color: #0000003d;
}

#content .sec6-content-bottom-inner-min-web .banner-list li .thumb::after {
    width: 30px;
    height: 30px;
}

#content .sec6-content-bottom-inner-min-sns .banner-list li .thumb::after {
    width: 30px;
    height: 30px;
}

#content span.download-btn {
    margin: auto auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .sec6-content-bottom-inner-a1 span.download-btn {
    margin: 40px auto 0;
}

#content span.download-btn a {
    font-family: "源柔ゴシック", "Gen Jyuu Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
    background: #55e1ff;
    color: #fff;
    border-radius: min(5vw, 30px);
    font-size: min(2vw, 22px);
    display: flex;
    width: min(90%, 245px);
    height: min(6vw, 65px);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

#content span.download-btn a:hover {
    opacity: .6;
}

#content .sec6-content-bottom-inner {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 100px;
    flex-direction: row;
}

#content .sec6-content-bottom-inner-a1 {
    gap: 0;
}

#content .sec6-content-bottom-inner-min {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 33.3%;
}

#content .sec6-content-bottom-inner-min .banner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    flex-direction: column;
    gap: 20px;
}

#content .sec6-content-bottom-inner-min .banner-list-b {
    width: 75%;
    margin: 0 auto 20px;
}

#content .sec6-content-bottom-inner-min .banner-list-s {
    width: 40%;
    margin: 0 auto;
    gap: 20px;
}
/* .section-6 */

/* .section-7 */
#content .section-7 {
    padding: 130px 0 100px;
    width: 100%;
    background: #f7f8f8;
    color: #416c4b;
}

#content .section-7 h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    color: #416c4b;
}

#content .section-7 p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8;
}

#content .section-7 p a {
    text-decoration: none;
    color: #416c4b;
    transition: all .5s;
}

#content .section-7 p a:hover {
    opacity: .6;
}
/* .section-7 */

#content .animate {
  transition: all ease-in 1s;
  opacity: 0;
}

#content .animated {
  opacity: 1;
}

#content .sp {
    display: none;
}

#content .pc {
    display: flex;
}

#content .slick-prev,
#content .slick-next,
#content .slick-dots {
    display: none;
}


@media only screen and (max-width: 960px) {
    #content {
        max-width: 100%;
        overflow-x: hidden;
    }

    #content .sec6-content-bottom h3 span {
        display: block;
    }
}


  @media (max-width: 750px){
    #content .sp {
        display: flex;
    }

    #content .pc {
        display: none;
    }

    #content .main_visual {
        margin-bottom: calc((20/375)*100vw);
    }

    #content .main_visual-bg {
        height: calc((320/375)*100vw);
        background: url(/file/r6_syubyo/img/main_visual-bg.webp) no-repeat 50% 80%;
        background-size: 130%;
        border-radius: 0;
    }

    #content .scene {
        height: calc((300/375)*100vw);
    }

    #content .scene {
        margin: 0 auto;
    }

    #content .main_visual-laptop {
        width: calc((138 / 375) * 100%);
        left: 42%;
    }

    #content .main_visual-laptop {
        top: 0;
    }

    #content .main_visual-farmer {
        left: -16%;
        width: calc((210 / 375) * 100%);
        bottom: 21%;
    }
    #content .main_visual-text-top {
        top: 23vw;
        left: 52.5vw;
        width: 60vw;
    }
    #content .main_visual-text-bottom {
        top: 44vw;
        left: 53vw;
        width: 62vw;
    }
    #content .main_visual-woman {
        width: calc((176 / 375) * 100vw);
        bottom: 30vw;
        right: -16vw;
    }
    #content .movie {
        width: calc((212/375*100vw));
    }
    #content .movie img {
        border-radius: 2vw;
    }

    #content .title-img-1,
    #content .title-img-2,
    #content .title-img-3,
    #content .title-img-4,
    #content .title-img-5
     {
        width: calc((52 / 375) * 100%);
    }

    #content .section-title-inner {
        justify-content: center;
    }

    #content .section-title {
        background-size: 100% 30%;
    }

    #content .section-title-1 {
        margin-bottom: calc((16/375)*100vw);
    }

    #content .animated .title-text-1 {
        width: calc((250 / 375) * 100%);
    }

    #content .animated .title-text-2 {
        width: calc((225 / 375) * 100%);
    }

    #content .animated .title-text-3 {
        width: calc((160 / 375) * 100%);
    }

    #content .animated .title-text-4 {
        width: calc((190 / 375) * 100%);
    }

    #content .animated .title-text-5 {
        width: calc((100 / 375) * 100%);
    }

    #content .section-1 {
        margin-bottom: calc((35 / 375) * 100%);
    }

    #content .section-title-2 {
        margin-bottom: calc((35 / 375) * 100%);
    }

    #content .point {
        padding-left: 0;
        gap: 0;
        margin-bottom: calc((50 / 375) * 100%);
        align-content: center;
    }

    #content .point .text {
        width: calc((260 / 375) * 100%);
        margin: 0 auto;
    }

    #content .point .text h3 span {
        max-width: 100%;
        margin-bottom: 2vw;
    }

    #content .point .text h3 {
        font-size: 4.2vw;
        gap: calc((5 / 375) * 100%);
        margin: 0 0 calc((30 / 375) * 100%);
    }

    #content .point .text p {
        font-size: 4vw;
    }

    #content .section-2 {
        margin-bottom: calc((40 / 375) * 100%);
    }

    #content .section-2::before {
        height: calc(100% - 8vw);
        top: 8vw;
    }

    #content .section-title-3 {
        margin-bottom: calc((40 / 375) * 100%);
    }

    #content .sec3-content-top h3 {
        margin-bottom: calc((35 / 375) * 100%);
        font-size: 4.2vw;
    }

    #content .sec3-content-top p {
        font-size: 4vw;
    }

    #content .sec3-content-top {
        width: 100%;
        margin: 0 auto calc((35 / 375) * 100%);
    }

    #content .sec3-content-bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw;
    }

    #content .sec3-content-bottom h3 {
        font-size: 4.2vw;
        letter-spacing: .25vw;
        margin: 0 0 calc((15 / 375) * 100vw);
    }

    #content .sec3-content-bottom section {
        padding: calc((30 / 375) * 100vw) calc((20 / 375) * 100vw) calc((20 / 375) * 100vw);
        border-radius: 20px;
    }

    #content .sec3-content-bottom .sec3-text-list {
        font-size: 4vw;
        padding-left: 4vw;
        margin: 0 0 calc((15 / 375) * 100vw);
        font-weight: bold;
        letter-spacing: .25vw;
    }
    #content .sec3-content-bottom .sec3-img-list {
        gap: calc((20 / 375) * 100vw);
    }

    #content .sec3-content-bottom .sec3-text-list li {
        font-size: 4vw;
        text-indent: 4vw;
        text-indent: 0;
    }

    #content .sec3-content-bottom .sec3-text-list li::before {
        left: -3vw;
        top: -2vw;
    }

    #content .sec3-content-bottom .sec3-img-list li .image-info {
        font-size: 2.5vw;
        text-indent: 0;
        display: block;
        margin: 2vw auto 0;
        color: #000;
        text-align: right;
    }
    #content .section-3 {
        margin: 0 auto calc((50 / 375) * 100vw);
    }

    #content .section-title-4 {
        margin-bottom: calc((45 / 375) * 100vw);
    }

    #content .sec4-content-top {
        width: 90%;
        margin: 0 auto calc((30 / 375) * 100vw);
        margin: 0 auto 5vw;
    }

    #content .sec4-content-top p {
        font-size: 4vw;
        text-align: left;
    }

    #content .sec4-content-bottom-list {
        gap: 0 5vw;
        grid-template-columns: repeat(2, 1fr);
    }
    
    #content .sec4-content-bottom-list li {
        margin: 0 0 calc((30 / 375) * 100vw);
    }

    #content .sec4-content-bottom-list a {
        display: flex;
        height: 100%;
    }

    #content .sec4-content-bottom figcaption {
        padding: calc((15 / 375) * 100vw) calc((20 / 375) * 100vw);
        font-size: 4vw;
    }

    #content .sec4-content-bottom-button {
        font-size: 4.2vw;
        width: 53vw;
        height: calc((40 / 375) * 100vw);
    }

    #content .section-4 {
        margin: 0 auto calc((50 / 375) * 100vw);
    }

    #content .section-title-5 {
        margin-bottom: calc((45 / 375) * 100vw);
    }

    #content .sec5-content-top {
        margin: 0 auto calc((60 / 375) * 100vw);
    }

    #content .sec5-content-top p {
        font-size: 4.2vw;
    }

    #content .quiz-area {
        margin: 0 auto calc((20 / 375) * 100vw);
        flex-wrap: nowrap;
    }

    #content .answer-area {
        margin: auto auto calc((10 / 375) * 100vw);
    }

    #content .quiz-area,
    #content .answer-area {
        overflow: hidden;
    }

    #content .quiz-card {
        font-size: 4vw;
        padding: 0 calc((20 / 375) * 100vw);
        letter-spacing: 0.5vw;
    }

    #content .quiz-card h3 {
        width: calc((77 / 375) * 100vw);
        height: calc((85 / 375) * 100vw);
        margin-bottom: 5vw;
    }

    #content .quiz-card:nth-child(10) h3,
    #content .quiz-card:nth-child(11) h3,
    #content .quiz-card:nth-child(12) h3 {
        width: calc((114 / 375) * 100vw);
        height: calc((85 / 375) * 100vw);
    }

    #content .show-answer {
        margin: calc((25 / 375) * 100vw) auto 0;
        font-size: 4.2vw;
    }

    #content .hidden-answer {
        margin-top: calc((20 / 375) * 100vw);
    }

    #content .hide-answer {
        margin: calc((25 / 375) * 100vw) auto calc((10 / 375) * 100vw);
        font-size: 4.2vw;
    }

    #content .section-5 {
        margin: 0 auto calc((50 / 375) * 100vw);
        padding-bottom: calc((130 / 375) * 100vw);
    }

    #content .slick-initialized .slick-slide {
        margin: 0 calc((10 / 375) * 100vw);
        display: flex;
    }

    #content .slick-list {
        width: 100%;
    }

    #content .slick-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    #content .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 7.5vw!important;
        height: 7.5vw!important;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: #6dd7ff;
        z-index: 1;
        border-radius: 5vw;
    }

    #content .slick-prev:before, 
    #content .slick-next:before {
        font-family: 'slick';
        font-size: 5vw;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0vw;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #content .slick-next:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path d='m 12.59,20.34 4.58,-4.59 -4.58,-4.59 1.41,-1.41 6,6 -6,6 z' fill='%23fff'/></svg>");
        top: 0.5vw;
        left: 0;
    }

    #content .slick-prev:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path d='M19.41,20.09 14.83,15.5 19.41,10.91 18,9.5 l -6,6 6,6 z' fill='%23fff'/></svg>");
        top: 0.5vw;
        left: 0;
    }

    #content .slick-prev {
        left: -3vw;
    }

    #content .slick-next {
        right: -3vw;
    }
    
    #content .slick-prev,
    #content .slick-next,
    #content .slick-dots {
        display: block;
    }

    #content .slick-dots li {
        position: relative;
        display: inline-block;
        width: 4vw;
        height: 4vw;
        margin: 0 1.5vw;
        padding: 0;
        cursor: pointer;
        opacity: .5;
    }

    #content .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 1vw;
        height: 1vw;
        padding: 1vw;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #2fcdfe;
        border-radius: 5vw;
    }

    #content .slick-dots li button:before {
        font-family: 'slick';
        font-size: 2.5vw;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 1vw;
        height: 1vw;
        content: '•';
        text-align: center;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #content .slick-slide img {
        width: 100%;
    }

    #content .slick-dots {
        display: flex;
        position: absolute;
        bottom: -20vw;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        justify-content: center;
        height: 4vw;
        top: auto;
    }

    #content .slick-dots li.slick-active {
        opacity: 1;
    }

    #content .section-6 .section-title-inner {
        font-size: 4.2vw;
        line-height: 2.2;
        letter-spacing: .5vw;
    }

    #content .section-6 .section-title {
        width: 100%;
        background: url(/file/r6_syubyo/img/section-6-title_bg.webp) left 75% repeat-x;
        background-size: cover;
    }

    #content .sec6-content-top p {
        font-size: 4vw;
        line-height: 1.8;
        letter-spacing: .5vw;
        padding: calc((50 / 375) * 100vw) 0;
    }

    #content .sec6-content-bottom-inner {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        margin-bottom: calc((50 / 375) * 100vw);
        flex-direction: column;
        align-content: center;
    }

    #content .sec6-content-bottom-inner-a1 {
        gap: 0;
    }

    #content .sec6-content-bottom h3 {
        font-size: 3.5vw;
        margin-bottom: calc((15 / 375) * 100vw);
        text-align: center;
    }

    #content .sec6-content-bottom-inner-min {
        width: 100%;
        margin-bottom: calc((50 / 375) * 100vw);
    }

    #content .sec6-content-bottom-inner-min-a4 {
        width: calc((235 / 375) * 100vw);
        margin: 0 auto calc((50 / 375) * 100vw);
    }

    #content span.download-btn,
    #content .sec6-content-bottom-inner-a1 span.download-btn {
        margin: calc((20 / 375) * 100vw) auto 0;
        height: calc((40 / 375) * 100vw);
        width: 53vw;
    }

    #content .sec6-content-bottom .banner-list {
        gap: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    #content .sec6-content-bottom .banner-list li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    #content .sec6-content-bottom .banner-list li .thumb::after,
    #content .sec6-content-bottom-inner-min-web .banner-list li .thumb::after,
    #content .sec6-content-bottom-inner-min-sns .banner-list li .thumb::after {
        width: 15vw;
        height: 15vw;
    }

    #content span.download-btn a {
        font-size: 3.5vw;
        letter-spacing: .5vw;
        height: calc((40 / 375) * 100vw);
        width: 53vw;
    }

    #content .section-7 {
        padding: calc((55 / 375) * 100vw) 0 calc((55 / 375) * 100vw);
    }

    #content .section-7 h2 {
        font-size: 4.2vw;
        margin-bottom: calc((40 / 375) * 100vw);
    }

    #content .section-7 p {
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: calc((20 / 375) * 100vw);
    }
}



/* model */

#content .thumb{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}
#content .thumb img{width:100%;object-fit:cover;display:block;transition:transform .35s ease}
#content .thumb:hover img{transform:scale(1.04)}

/* Lightbox overlay */
.lb-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:9999}
.lb-overlay.is-open{display:flex}
.lb-dialog{
    position:relative;
    width:min(90vw,500px);
    max-height:90vh;
    outline:none
}
.lb-content{
    border-radius:14px;
    overflow:hidden;
    position:relative
}
.lb-body{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:300px;
    max-height:calc(90vh - 64px)
}
.lb-body img,
.lb-body iframe,
.lb-body video {max-width:100%;max-height:calc(90vh - 64px);display:block}

/* Controls */
.lb-close, 
.lb-prev, 
.lb-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border:none;
    border-radius:999px;
    background: #0000007d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    backdrop-filter:saturate(140%) blur(4px);
    z-index: 1;
    font-size: 30px;
}
.lb-close{
    top:-18px;
    right:-18px;
    transform:none;
    background:transparent;
    color: #fff;
    stroke: #fff;
    background: #0000007d;
}
.lb-prev{left:-58px}
.lb-next{right:-58px}
.lb-prev:hover,
.lb-next:hover,
.lb-close:hover{background:rgba(255,255,255,.25)}
.lb-close:focus,
.lb-prev:focus,
.lb-next:focus{outline:2px solid #66aaff;outline-offset:2px}

/* Loader */
.lb-loader{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:opacity .2s}
.lb-overlay.loading .lb-loader{opacity:1}
.spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Responsive tweak: keep arrows inside on narrow screens */
@media (max-width: 750px){
    .lb-prev{left:8px}
    .lb-next{right:8px}
    .lb-close{right:8px;top:8px}
}