@charset "UTF-8";

/*******************************
COMMON CSS
********************************/
html {
    font-size: 62.5%;
}

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.4rem;
    color: #05161a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: revert;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.8;
}

/* Floating 画像なし*/
.fix-nav {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    z-index: 9997;
    opacity: 0;
    transition: 0.5s;
    width: 5rem;
    height: 5rem;
    background-color: #133562;
    border-radius: 50%;
}

.fix-nav a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.fix-nav a::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-20%, -50%);
}

.active {
    opacity: 1;
}

/*******************************
SP
********************************/
/* HEADER */
header {
    padding: 2rem 1rem;
}

.head-menu {
    display: flex;
    width: 95%;
    max-width: 100%;
    margin: auto;
    gap: 0 4rem;
    flex-wrap: wrap;
}

.head-menu li {
    width: 100%;
}

.head-menu li a {
    padding: 15px;
    display: block;
    font-size: 1.6rem;
    border-bottom: 1px #ccc solid;
    position: relative;
}

.head-menu li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.head-menu li a:hover {
    opacity: 0.6;
}

/* CONTENTS */
/* MV */
.mv {
    margin: 0 0 5rem;
}

.mv h1 {
    font-size: min(7vw, 5.6rem);
    font-weight: bold;
    text-align: center;
    padding: 5rem 0;
}

.mv-image {
    display: flex;
    justify-content: flex-end;
}

.mv-image img {
    width: 100%;
    height: auto;
    max-height: 45rem;
    object-fit: cover;
    object-position: top;
}

/* WORRIES */
.worries {
    margin: 0 0 5rem;
}

.worries h2 {
    font-size: min(7vw, 3.6rem);
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem;
}

.worries-box {
    display: flex;
    width: 94rem;
    max-width: 95%;
    margin: auto;
    flex-direction: column;
    height: min(205vw, 80rem);
    position: relative;
}

.worries-box::after {
    position: absolute;
    content: "";
    background: url(../images/image_worries01.jpg) no-repeat center / cover;
    width: 95%;
    height: 40rem;
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.worries-inner01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.worries-inner02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.worries-inner01 p,
.worries-inner02 p {
    border: 1px #ccc solid;
    padding: 1.8rem;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #ccc;
    width: 100%;
    margin: 0 0 1rem;
    line-height: 1.5;
    font-size: 1.8rem;
    position: unset;
}

.worries-inner01 p:nth-of-type(1)::after,
.worries-inner02 p:nth-of-type(1)::after {
    position: absolute;
    content: unset;
    width: min(2.3vw, 2.3rem);
    height: min(2.3vw, 2.3rem);
    border: 1px #ccc solid;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 #ccc;
    bottom: max(-2.3vw, -2.3rem);
    right: max(-2.3vw, -2.3rem);
}

.worries-inner01 p:nth-of-type(2)::after,
.worries-inner02 p:nth-of-type(2)::after {
    position: absolute;
    content: unset;
    width: min(2.3vw, 2.3rem);
    height: min(2.3vw, 2.3rem);
    border: 1px #ccc solid;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 #ccc;
    bottom: max(-2.3vw, -2.3rem);
    left: max(-2.3vw, -2.3rem);
}

.worries-inner01 p:nth-of-type(1) strong {
    font-size: 2rem;
    font-weight: 500;
}

/* CAUSE */
.cause {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto min(7vw, 10rem);
}

.cause h2 {
    font-size: min(6vw, 3.2rem);
    font-weight: bold;
    background: url(../images/icon_cause01.png) no-repeat top left / contain;
    padding: 0 0 0 min(8vw, 4rem);
    margin: 0 0 4rem;
}

.cause-box {
    display: flex;
    gap: min(5vw, 5rem);
    margin: 0 0 5rem;
    flex-direction: column;
}

.cause-box__image {
    width: 100%;
}

.cause-box__image img {
    width: 100%;
    max-height: min(100vw, 70rem);
    object-fit: cover;
    object-position: center 35%;
}

.cause-box__text {
    width: 100%;
    font-size: 1.8rem;
}

.cause-box__text h3 {
    font-weight: bold;
    padding: 3rem 0 0;
    margin: 0 0 3rem;
}

.cause-box__text p {
    line-height: 1.6;
}

.cause-after {
    font-size: min(5.5vw, 3.2rem);
    font-weight: bold;
    background: url(../images/icon_cause02.png) no-repeat left top / contain;
    line-height: 1.5;
    padding: 0 0 0 min(7vw, 4rem);
}

/* APPROACH */
.approach {
    margin: 0 0 5rem;
}

.approach h2 {
    text-align: center;
    font-size: min(4vw, 2.8rem);
    font-weight: bold;
    margin: 0 0 4rem;
}

.approach-box {
    display: flex;
    width: 126rem;
    max-width: 95%;
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
}

.approach-box__image {
    width: 100%;
    max-width: unset;
}

.approach-box__image img {
    width: 100%;
}

.approach-box__image p {
    color: #f50529;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 5rem;
}

/* LEARNING */
.learning {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto 5rem;
}

.learning h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem;
}

.learning p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 3rem;
}

.learning-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
}

.learning-box__before,
.learning-box__after {
    background: #edf3ef;
    padding: 4rem 2rem;
    border: 1px #0c5980 solid;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.learning-box__before::after {
    content: "";
    position: absolute;
    bottom: max(-12vw, -4.8rem);
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #133562;
}

.learning-box__before h3,
.learning-box__after h3 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem;
}

.learning-box__before img,
.learning-box__after img {
    width: 100%;
    max-width: 100%;
    max-height: 90vw;
    object-fit: cover;
    object-position: bottom;
    margin: 0 0 4rem;
}

.learning-list__before {
    font-size: min(4vw, 1.4rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.learning-list__before li {
    position: relative;
    padding: 0 0 0 3rem;
}

.learning-list__before li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5 L10 16.5 L18 8.5' fill='none' stroke='%239AA9A2' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.learning-list__after {
    font-size: min(4vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.learning-list__after li {
    position: relative;
    padding: 0 0 0 4rem;
}

.learning-list__after li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-size: 4rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.2 L10 16.2 L18 8.2' fill='none' stroke='%2308345E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* LESSON */
.lesson {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto 3rem;
}

.lesson h2 {
    font-size: 2.5rem;
    font-weight: bold;
    background: url(../images/icon_lesson01.png) no-repeat left top / 4.5rem;
    padding: 0 0 0 5rem;
    line-height: 5rem;
    margin: 0 0 2rem;
}

.lesson p {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 2rem;
    line-height: 1.4;
}

.lesson-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 0 2rem;
}

.lesson-box:nth-of-type(even) {
    flex-direction: column;
}

.lesson-box img {
    width: 100%;
    object-fit: cover;
}

.lesson-box p {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.6;
}

.lesson-box p span {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin: 0 0 1rem;
}

/* FEE */
.fee {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto 5rem;
}

.fee h2 {
    font-size: 3.2rem;
    font-weight: bold;
    background: url(../images/icon_fee.png) no-repeat left top / 5rem;
    padding: 0 0 0 5rem;
    line-height: 5.8rem;
    margin: 0 0 2rem;
}

.fee-box {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.fee-box img {
    width: 100%;
}

.fee-box__text {
}

.fee-box__text p:nth-of-type(1) {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 3rem;
}

.fee-box__text p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 3rem;
}

.fee-list {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fee-list li {
    list-style: disc;
    list-style-position: inside;
    padding: 0 0 0 1rem;
}

/* CAMPAIGN */
.campaign {
    background: #f7f7f7;
    padding: 4rem 0;
}

.campaign-box {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto 9rem;
    text-align: center;
}

.campaign-box h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem;
}

.campaign-box a {
    font-size: 1.6rem;
    background: #133562;
    color: #fff;
    padding: 1.5rem 3rem;
    display: inline-block;
}

.campaign-card {
    background: #fcc000;
    width: 72rem;
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.campaign-card::before {
    position: absolute;
    content: "";
    background-color: #c00;
    width: 200px;
    height: 35px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 10;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    top: 0.5rem;
    left: -5rem;
}

.campaign-card::after {
    content: "";
    position: absolute;
    background-color: #c00;
    width: 200px;
    height: 35px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 10;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    right: -5rem;
    bottom: 0.5rem;
}

.campaign-card__inner {
    border: 1px #fff solid;
    padding: 3rem 0;
    text-align: center;
    position: relative;
}

.campaign-card__inner::after {
    position: absolute;
    content: unset;
    width: 95%;
    height: 0.5px;
    background: #fff;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
}

.campaign-card__inner p:nth-of-type(1) {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    margin: 0 0 2rem;
}

.campaign-card__inner p:nth-of-type(2) {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 2rem;
}

.campaign-card__inner p:nth-of-type(3) {
    font-size: 1.4rem;
    background: #000;
    color: #fff;
    border-radius: 2rem;
    padding: 1.3rem 1.5rem 1rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 80%;
    line-height: 1.5;
}

/* ACHIEVEMENTS */
.achievements-box {
}

.achievements-box h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem;
}

.achievements-box h2 span {
    font-size: 1.6rem;
    display: block;
    margin: 0 0 1rem;
}

.achievements-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 94rem;
    max-width: 95%;
    margin: auto;
    gap: 2rem;
}

.achievements-item {
    width: 100%;
    display: flex;
    padding: 2rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    gap: 2rem;
    flex-direction: column;
}

.achievements-item__image {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.achievements-item:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -2rem 1rem;
    transform: scale(1.3);
}

.achievements-item:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
}

.achievements-item:nth-of-type(3) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -6rem top;
    transform: scale(1.1);
}

.achievements-item:nth-of-type(4) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 1rem;
    transform: scale(1.4);
}

.achievements-item__text {
    width: 100%;
}

.achievements-item__text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 2rem;
}

.achievements-item__text p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.achievements-item__text p span {
    display: block;
    margin: 0 0 1.5rem;
}

/* LECTURER */
.lecturer {
    width: 94rem;
    max-width: 95%;
    margin: auto;
    padding: 5rem 0;
}

.lecturer h2 {
    font-size: 2.5rem;
    font-weight: bold;
    background: url(../images/icon_lecturer01.png) no-repeat left bottom / 4.5rem;
    padding: 1rem 0 0 5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
}

.lecturer-box {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

.lecturer-box__image {
    width: 100%;
}

.lecturer-box__image img {
    width: 100%;
}

.lecturer-box__text {
    width: 100%;
}

.lecturer-box__text p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.lecturer-box__text p span {
    font-weight: bold;
    line-height: 1.5;
}

.lecturer-box__text p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 2rem;
}

.lecturer-box__text p:nth-of-type(2) {
    margin: 0 0 2rem;
}

/* ACCESS */
.access {
    width: 94rem;
    max-width: 95%;
    margin: 0 auto 5rem;
}

.access h2 {
    font-size: 2.5rem;
    font-weight: bold;
    background: url(../images/icon_access01.png) no-repeat left top / 4.5rem;
    padding: 1rem 0 0 5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
}

.access-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.access-list dt {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px #ccc solid;
    line-height: 1.5;
}

.access-list dd {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px #ccc solid;
    line-height: 1.5;
}

.access-map {
    aspect-ratio: 2 / 1;
    width: 100%;
    margin: 2rem 0 0;
}

/* EXPERIENCE */
.experience {
    background: url(../images/bg_experience.png) no-repeat center / cover;
    padding: 4rem 0;
}

.experience-inner {
    width: 72rem;
    max-width: 90%;
    margin: auto;
    background: #fff;
    padding: 2rem;
    text-align: center;
}

.experience-inner h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #0c5980;
    margin: 0 0 1.5rem;
}

.experience-inner p:nth-of-type(1) {
    font-size: 1.4rem;
    margin: 0 0 2rem;
}

.experience-inner p:nth-of-type(2) {
    font-size: 1.4rem;
    background: #649fbf;
    padding: 1rem;
    line-height: 1.4;
}

.experience-inner p:nth-of-type(2) span {
    font-weight: bold;
    display: block;
}

.experience-inner p:nth-of-type(2) span a {
    color: #0019bb;
}

.experience-inner > a {
    font-size: 1.6rem;
    background: #133562;
    color: #fff;
    padding: 1.3rem 0;
    width: 100%;
    margin: 0 auto 2rem;
    display: block;
}

/* FOOTER */
footer {
    padding: 6rem 0;
}

footer p {
    text-align: center;
    font-size: 1.4rem;
    white-space: pre;
}

/*******************************
TABLET・PC
********************************/
@media (min-width: 768px) {
    /* HEADER */
    header {
        padding: 2rem 1rem;
    }

    .head-menu {
        display: flex;
        width: 126rem;
        max-width: 100%;
        margin: auto;
        gap: 0 4rem;
        flex-wrap: wrap;
    }

    .head-menu li {
        width: 22rem;
    }

    .head-menu li a {
        padding: 15px;
        display: block;
        font-size: 1.6rem;
        border-bottom: 1px #ccc solid;
        position: relative;
    }

    .head-menu li a::after {
        content: "";
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .head-menu li a:hover {
        opacity: 0.6;
    }

    /* CONTENTS */
    /* MV */
    .mv {
        margin: 0 0 5rem;
    }

    .mv h1 {
        font-size: min(5.6vw, 5.6rem);
        font-weight: bold;
        text-align: center;
        padding: 4rem 0 10rem;
    }

    .mv-image {
        display: flex;
        justify-content: flex-end;
    }

    .mv-image img {
        width: 93%;
        height: 30vw;
        max-height: 45rem;
        object-fit: cover;
        object-position: top;
    }

    /* WORRIES */
    .worries {
    }

    .worries h2 {
        font-size: min(3.6vw, 3.6rem);
        font-weight: bold;
        text-align: center;
        margin: 0 0 2rem;
    }

    .worries-box {
        display: flex;
        width: 94rem;
        max-width: 95%;
        margin: auto;
        flex-direction: column;
        height: min(45vw, 45rem);
        position: relative;
    }

    .worries-box::after {
        position: absolute;
        content: "";
        background: url(../images/image_worries01.jpg) no-repeat center / cover;
        width: min(25vw, 25rem);
        height: min(33vw, 33.3rem);
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .worries-inner01 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .worries-inner02 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .worries-inner01 p,
    .worries-inner02 p {
        border: 1px #ccc solid;
        padding: 2rem;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 #ccc;
        width: min(28vw, 30rem);
        margin: 0 0 3rem;
        line-height: 1.5;
        font-size: min(1.8vw, 1.8rem);
        position: relative;
    }

    .worries-inner01 p:nth-of-type(1)::after,
    .worries-inner02 p:nth-of-type(1)::after {
        position: absolute;
        content: "";
        width: min(2.3vw, 2.3rem);
        height: min(2.3vw, 2.3rem);
        border: 1px #ccc solid;
        border-radius: 50%;
        box-shadow: 0 0 6px 0 #ccc;
        bottom: max(-2.3vw, -2.3rem);
        right: max(-2.3vw, -2.3rem);
    }

    .worries-inner01 p:nth-of-type(2)::after,
    .worries-inner02 p:nth-of-type(2)::after {
        position: absolute;
        content: "";
        width: min(2.3vw, 2.3rem);
        height: min(2.3vw, 2.3rem);
        border: 1px #ccc solid;
        border-radius: 50%;
        box-shadow: 0 0 6px 0 #ccc;
        bottom: max(-2.3vw, -2.3rem);
        left: max(-2.3vw, -2.3rem);
    }

    .worries-inner01 p:nth-of-type(1) strong {
        font-size: min(2.2vw, 2.2rem);
        font-weight: 500;
    }

    /* CAUSE */
    .cause {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto min(7vw, 10rem);
    }

    .cause h2 {
        font-size: min(3.2vw, 3.2rem);
        font-weight: bold;
        background: url(../images/icon_cause01.png) no-repeat top left / contain;
        padding: 0 0 0 min(5vw, 4rem);
        margin: 0 0 4rem;
    }

    .cause-box {
        display: flex;
        gap: min(5vw, 5rem);
        margin: 0 0 8rem;
        flex-direction: row;
    }

    .cause-box__image {
        width: 40%;
    }

    .cause-box__image img {
        width: 100%;
        max-height: 36rem;
        object-fit: cover;
        object-position: center 35%;
    }

    .cause-box__text {
        width: 60%;
        font-size: min(2vw, 2rem);
    }

    .cause-box__text h3 {
        font-weight: bold;
        padding: 4rem 0 0;
        margin: 0 0 5rem;
    }

    .cause-box__text p {
        line-height: 1.5;
    }

    .cause-after {
        font-size: min(3.2vw, 3.2rem);
        font-weight: bold;
        background: url(../images/icon_cause02.png) no-repeat left top / contain;
        line-height: 1.5;
        padding: 0 0 0 min(5vw, 4rem);
    }

    /* APPROACH */
    .approach {
        margin: 0 0 5rem;
    }

    .approach h2 {
        text-align: center;
        font-size: min(2.8vw, 2.8rem);
        font-weight: bold;
        margin: 0 0 4rem;
    }

    .approach-box {
        display: flex;
        width: 126rem;
        max-width: 95%;
        margin: auto;
        justify-content: space-between;
        flex-direction: row;
    }

    .approach-box__image {
        width: 30%;
        max-width: 40rem;
    }

    .approach-box__image img {
        width: 100%;
    }

    .approach-box__image p {
        text-align: center;
        color: #f50529;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 5rem;
    }

    /* LEARNING */
    .learning {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto 10rem;
    }

    .learning h2 {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 4rem;
    }

    .learning p {
        font-size: 2rem;
        line-height: 1.3;
        margin: 0 0 2rem;
    }

    .learning-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }

    .learning-box__before,
    .learning-box__after {
        background: #edf3ef;
        padding: 4rem 2rem;
        border: 1px #0c5980 solid;
        border-radius: 5px;
        width: 47%;
        position: relative;
    }

    .learning-box__before::after {
        content: "";
        position: absolute;
        top: 50%;
        right: max(-6vw, -5.3rem);
        bottom: unset;
        left: unset;
        transform: translateY(-50%);
        border: 15px solid transparent;
        border-left: 15px solid #133562;
    }

    .learning-box__before h3,
    .learning-box__after h3 {
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 2rem;
    }

    .learning-box__before img,
    .learning-box__after img {
        width: 100%;
        max-width: 40rem;
        max-height: 40rem;
        object-fit: cover;
        object-position: bottom;
        margin: 0 0 4rem;
    }

    .learning-list__before {
        font-size: min(1.8vw, 1.4rem);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .learning-list__before li {
        position: relative;
        padding: 0 0 0 3rem;
    }

    .learning-list__before li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3rem;
        background-size: 3rem;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5 L10 16.5 L18 8.5' fill='none' stroke='%239AA9A2' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .learning-list__after {
        font-size: min(2vw, 2rem);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .learning-list__after li {
        position: relative;
        padding: 0 0 0 4rem;
    }

    .learning-list__after li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4rem;
        height: 4rem;
        background-size: 4rem;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.2 L10 16.2 L18 8.2' fill='none' stroke='%2308345E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    /* LESSON */
    .lesson {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto 11rem;
    }

    .lesson h2 {
        font-size: 2.8rem;
        font-weight: bold;
        background: url(../images/icon_lesson01.png) no-repeat left top / 5rem;
        padding: 0 0 0 5.5rem;
        line-height: 5rem;
        margin: 0 0 4rem;
    }

    .lesson p {
        font-size: 2.2rem;
        font-weight: bold;
        margin: 0 0 2rem;
        line-height: unset;
    }

    .lesson-box {
        display: flex;
        flex-direction: row-reverse;
        gap: 5rem;
        margin: 0 0 8rem;
    }

    .lesson-box:nth-of-type(even) {
        flex-direction: row;
    }

    .lesson-box img {
        width: 40%;
        object-fit: cover;
    }

    .lesson-box p {
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 1.6;
    }

    .lesson-box p span {
        font-size: 1.8rem;
        font-weight: bold;
        display: block;
        margin: 0 0 2rem;
    }

    /* FEE */
    .fee {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto 5rem;
    }

    .fee h2 {
        font-size: 3.2rem;
        font-weight: bold;
        background: url(../images/icon_fee.png) no-repeat left top / 5rem;
        padding: 0 0 0 5rem;
        line-height: 5.8rem;
        margin: 0 0 2rem;
    }

    .fee-box {
        display: flex;
        flex-direction: row;
        gap: 5rem;
    }

    .fee-box img {
        width: 40%;
    }

    .fee-box__text {
    }

    .fee-box__text p:nth-of-type(1) {
        font-size: 2.2rem;
        font-weight: bold;
        margin: 0 0 3rem;
    }

    .fee-box__text p:nth-of-type(2) {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 3rem;
    }

    .fee-list {
        font-size: 1.8rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .fee-list li {
        list-style: disc;
        list-style-position: inside;
        padding: 0 0 0 1rem;
    }

    /* CAMPAIGN */
    .campaign {
        background: #f7f7f7;
        padding: 5rem 0;
    }

    .campaign-box {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto 9rem;
        text-align: center;
    }

    .campaign-box h2 {
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 3rem;
    }

    .campaign-box a {
        font-size: 1.6rem;
        background: #133562;
        color: #fff;
        padding: 1.5rem 3rem;
        display: inline-block;
    }

    .campaign-card {
        background: #fcc000;
        width: 72rem;
        max-width: 80%;
        margin: 0 auto 2rem;
        padding: 1rem;
        position: relative;
        overflow: hidden;
    }

    .campaign-card::before {
        position: absolute;
        content: "";
        background-color: #c00;
        width: 200px;
        height: 35px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        z-index: 10;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        top: 1rem;
        left: -5rem;
    }

    .campaign-card::after {
        content: "";
        position: absolute;
        background-color: #c00;
        width: 200px;
        height: 35px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        z-index: 10;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        right: -5rem;
        bottom: 1rem;
    }

    .campaign-card__inner {
        border: 1px #fff solid;
        padding: 3rem 0;
        text-align: center;
        position: relative;
    }

    .campaign-card__inner::after {
        position: absolute;
        content: "";
        width: 95%;
        height: 0.5px;
        background: #fff;
        bottom: 5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .campaign-card__inner p:nth-of-type(1) {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 500;
        margin: 0 0 2rem;
    }

    .campaign-card__inner p:nth-of-type(2) {
        font-size: 3rem;
        font-weight: bold;
        margin: 0 0 2rem;
    }

    .campaign-card__inner p:nth-of-type(3) {
        font-size: 1.4rem;
        background: #000;
        color: #fff;
        border-radius: 2rem;
        padding: 1.3rem 1.5rem 1rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 70%;
        line-height: unset;
    }

    /* ACHIEVEMENTS */
    .achievements-box {
    }

    .achievements-box h2 {
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 3rem;
    }

    .achievements-box h2 span {
        font-size: 1.8rem;
        display: block;
        margin: 0 0 1rem;
    }

    .achievements-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94rem;
        max-width: 95%;
        margin: auto;
        gap: 2rem;
    }

    .achievements-item {
        width: calc(50% - 1rem);
        display: flex;
        padding: 2rem;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
        background: #fff;
        gap: 2rem;
        flex-direction: row;
    }

    .achievements-item__image {
        width: 15rem;
        height: 15rem;
        border-radius: 50%;
        overflow: hidden;
        margin: unset;
    }

    .achievements-item:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -2rem 1rem;
        transform: scale(1.3);
    }

    .achievements-item:nth-of-type(2) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1.2);
    }

    .achievements-item:nth-of-type(3) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -6rem top;
        transform: scale(1.1);
    }

    .achievements-item:nth-of-type(4) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 1rem;
        transform: scale(1.4);
    }

    .achievements-item__text {
        width: calc(100% - 15rem);
    }

    .achievements-item__text h3 {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 0 2rem;
    }

    .achievements-item__text p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .achievements-item__text p span {
        display: block;
        margin: 0 0 1.5rem;
    }

    /* LECTURER */
    .lecturer {
        width: 94rem;
        max-width: 95%;
        margin: auto;
        padding: 5rem 0;
    }

    .lecturer h2 {
        font-size: 2.8rem;
        font-weight: bold;
        background: url(../images/icon_lecturer01.png) no-repeat left bottom / 5rem;
        padding: 1rem 0 0 5.5rem;
        height: 5rem;
        display: flex;
        align-items: center;
        margin: 0 0 4rem;
    }

    .lecturer-box {
        display: flex;
        gap: 3rem;
        flex-direction: row;
    }

    .lecturer-box__image {
        width: 40%;
    }

    .lecturer-box__image img {
        width: 100%;
    }

    .lecturer-box__text {
        width: 60%;
    }

    .lecturer-box__text p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .lecturer-box__text p span {
        font-weight: bold;
        line-height: 1.5;
    }

    .lecturer-box__text p:nth-of-type(1) {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 2rem;
    }

    .lecturer-box__text p:nth-of-type(2) {
        margin: 0 0 2rem;
    }

    /* ACCESS */
    .access {
        width: 94rem;
        max-width: 95%;
        margin: 0 auto 5rem;
    }

    .access h2 {
        font-size: 2.8rem;
        font-weight: bold;
        background: url(../images/icon_access01.png) no-repeat left top / 5rem;
        padding: 1rem 0 0 5.5rem;
        height: 5rem;
        display: flex;
        align-items: center;
        margin: 0 0 4rem;
    }

    .access-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .access-list dt {
        width: 15rem;
        padding: 1rem;
        border-bottom: 1px #ccc solid;
        line-height: 1.5;
    }

    .access-list dd {
        width: calc(100% - 15rem);
        padding: 1rem;
        border-bottom: 1px #ccc solid;
        line-height: 1.5;
    }

    .access-map {
        aspect-ratio: 2 / 1;
        width: 100%;
        margin: 2rem 0 0;
    }

    /* EXPERIENCE */
    .experience {
        background: #0c5980;
        padding: 4rem 0;
    }

    .experience-inner {
        width: 72rem;
        max-width: 80%;
        margin: auto;
        background: #fff;
        padding: 2rem;
        text-align: center;
    }

    .experience-inner h2 {
        font-size: 2.8rem;
        font-weight: bold;
        color: #0c5980;
        margin: 0 0 1.5rem;
    }

    .experience-inner p:nth-of-type(1) {
        font-size: 1.4rem;
        margin: 0 0 2rem;
    }

    .experience-inner p:nth-of-type(2) {
        font-size: 1.4rem;
        background: #649fbf;
        padding: 1rem;
        line-height: 1.4;
    }

    .experience-inner p:nth-of-type(2) span {
        font-weight: bold;
        display: block;
    }

    .experience-inner p:nth-of-type(2) span a {
        color: #133562;
    }

    .experience-inner > a {
        font-size: 1.6rem;
        background: #133562;
        color: #fff;
        padding: 1.3rem 0;
        width: 90%;
        margin: 0 auto 2rem;
        display: block;
    }

    /* FOOTER */
    footer {
        padding: 8rem;
    }

    footer p {
        text-align: center;
        font-size: 1.4rem;
    }
}
