﻿@charset "UTF-8";

/* common
---------------------------------------------------*/
#wrapper {
    padding-top: 0;
}
/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        padding-top: 17.1794vw;
    }
}

/* mv
---------------------------------------------------*/
#mv {
    margin-bottom: var(--24px);
}
#mv .inner {
    position: relative;
    width: 100%;
}
#mv .mv-figure {
    position: relative;
    width: 100%;
    height: 480px;
}
#mv .mv-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv .mv-figure {
        height: auto;
    }
}

/* license
---------------------------------------------------*/
#license .section {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#license .section + .section {
    margin-top: var(--64px);
}
#license .license-title {
    line-height: 1.5em;
    font-size: var(--font-size-ll);
    font-weight: 700;
    margin-bottom: var(--24px);
}
#license .explain p {
    line-height: 1.7em;
}

/* merit-list */
ul.merit-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
ul.merit-list li {
    position: relative;
    width: 30.43%;
    border: 1px solid var(--black-color);
    padding: 64px 32px;
}
ul.merit-list li .num {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: var(--font-size-l);
    font-weight: 700;
}
ul.merit-list li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 65px;
    margin-bottom: var(--16px);
}
ul.merit-list li.vision01 .icon img {
    width: 38px;
}
ul.merit-list li.vision02 .icon img {
    width: 40px;
}
ul.merit-list li.vision03 .icon img {
    width: 35px;
}
ul.merit-list li.vision04 .icon img {
    width: 37px;
}
ul.merit-list li .txt {
    line-height: 1.8em;
    text-align: center;
}

/* tab-contents-wrap */
.tab-contents-wrap {
    background-color: var(--background-color);
    padding: var(--64px) 0;
    margin: var(--64px) auto;
}
.tab-contents-wrap .tab-contents {
    display: none;
}
.tab-contents-wrap .tab-contents.is-active {
    display: block;
}
.tab-contents-wrap .tab-contents .section > .btn-link {
    margin-top: var(--24px);
}

/* navi-license */
.navi-license {
    max-width: 952px;
    margin: 0 auto var(--40px);
}
ul.navi-license-list {
    display: flex;
    width: 100%;
    background-color: #D7D8D9;
    border-radius: 4em;
}
ul.navi-license-list li {
    width: 50%;
    line-height: 1.5em;
    text-align: center;
    font-size: var(--font-size-l);
    font-weight: 700;
    border-radius: 4em;
    padding: 0.5em;
    cursor: pointer;
}
ul.navi-license-list li.is-active {
    color: var(--white-color);
    background-color: var(--main-color);
    filter: var(--drop-shadow);
}

/* flow-list */
dl.flow-list {
    position: relative;
}
dl.flow-list:not(:last-of-type)::after,
dl.flow-list:not(:last-of-type)::before {
    position: absolute;
    content: '';
    bottom: 5%;
    left: 0.75em;
    width: 1px;
    background-color: var(--black-color);
}
dl.flow-list:not(:last-of-type)::after {
    height: 8px;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}
dl.flow-list:not(:last-of-type)::before {
    height: 65%;
}
dl.flow-list:not(:last-of-type) {
    padding-bottom: var(--40px);
}
dl.flow-list dt {
    position: relative;
    line-height: 1.8em;
    font-weight: 700;
    padding-left: 43px;
    margin-bottom: var(--8px);
}
dl.flow-list dt .num {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3em;
    font-size: var(--font-size-l);
    margin-right: 16px;
}
dl.flow-list dd {
    padding-left: 43px;
}
dl.flow-list dd p {
    line-height: 1.7em;
}
dl.flow-list dd p + p {
    margin-top: 8px;
}
dl.flow-list dd .note {
    font-size: var(--font-size-s);
}

/* price-list */
ul.price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--24px);
}
ul.price-list li {
    max-width: 327px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    padding: var(--40px);
}
ul.price-list li .title {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: var(--16px);
}
ul.price-list li dl.tbl-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--16px) 0;
    margin-bottom: var(--24px);
}
ul.price-list li dl.tbl-price dt {
    width: 50%;
    line-height: 1.8em;
    font-weight: 700;
}
ul.price-list li dl.tbl-price dd {
    width: 50%;
    line-height: 1.8em;
    text-align: right;
}
ul.price-list li .total {
    text-align: right;
    font-weight: 700;
    border-top: 1px solid var(--black-color);
    padding-top: var(--24px);
}

/* course-list */
ul.course-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--24px);
}
ul.course-list li {
    max-width: 296px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    padding: var(--40px);
}
ul.course-list li .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: var(--12px);
}
ul.course-list li .title-wrap .num {
    font-size: var(--font-size-x);
    font-weight: 700;
    border-right: 1px solid var(--black-color);
    padding-right: 0.1em;
    margin-right: 0.2em;
}
ul.course-list li .title-wrap .title {
    line-height: 1.8em;
    font-weight: 700;
}
ul.course-list li .txt {
    line-height: 1.7em;
}

/* latest-course-list */
ul.latest-course-list li:not(:last-child) {
    border-bottom: 1px solid var(--black-color);
    padding-bottom: var(--24px);
    margin-bottom: var(--24px);
}
ul.latest-course-list li a:not(.btn-link a) {
    position: relative;
    display: block;
    color: var(--black-color);
    padding-right: 1em;
}
ul.latest-course-list li a:not(.btn-link a)::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: var(--8px);
    aspect-ratio: 1 / 1;
    border-top: 1px solid var(--black-color);
    border-right: 1px solid var(--black-color);
    transform: translate(-20%, -50%) rotate(45deg);
}
ul.latest-course-list li .head {
    display: flex;
    align-items: center;
    margin-bottom: var(--8px);
}
ul.latest-course-list li .head .tag {
    line-height: 1.4em;
    color: var(--white-color);
    font-size: var(--font-size-s);
    font-weight: 700;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 0.3em 0.6em;
}
ul.latest-course-list li .head .tag.end {
    background-color: var(--gray-color);
    border: 1px solid var(--gray-color);
}
ul.latest-course-list li .head .tag + .date {
    margin-left: var(--8px);
}
ul.latest-course-list li .head .date {
    font-size: var(--font-size-s);
    font-weight: 400;
}
ul.latest-course-list li .subject {
    line-height: 1.7em;
    margin-bottom: var(--12px);
}
ul.latest-course-list li .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.latest-course-list li .info p {
    line-height: 1.8em;
    color: var(--black-color);
    font-size: var(--font-size-s);
    margin-right: 1rem;
}
ul.latest-course-list li .btn-link {
    margin-top: var(--16px);
}

/* case-wrap */
.case-wrap {
    display: flex;
    justify-content: space-between;
}
.case-wrap .photo {
    width: 48.73%;
}
.case-wrap .photo img {
    width: 100%;
}
.case-wrap .text-wrap {
    width: 48.73%;
}
.case-wrap .text-wrap .title {
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
}
.case-wrap .text-wrap .txt {
    line-height: 1.8em;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #license .section {
        width: 91.7948vw;
    }
    #license .license-title {
        margin-bottom: var(--40px);
    }
    /* merit-list */
    ul.merit-list {
        display: block;
        width: 71.7948vw;
    }
    ul.merit-list li {
        width: 100%;
        padding: var(--64px) var(--32px);
    }
    ul.merit-list li:not(:last-child) {
        margin-bottom: var(--24px);
    }
    ul.merit-list li .num {
        left: 1.2820vw;
    }
    ul.merit-list li .icon {
        height: 16.6667vw;
    }
    ul.merit-list li.vision01 .icon img {
        width: 9.7435vw;
    }
    ul.merit-list li.vision02 .icon img {
        width: 10.2564vw;
    }
    ul.merit-list li.vision03 .icon img {
        width: 8.9743vw;
    }
    ul.merit-list li.vision04 .icon img {
        width: 9.4871vw;
    }

    /* navi-license */
    .navi-license {
        width: 91.7948vw;
    }
    ul.navi-license-list li {
        font-size: var(--font-size-n);
    }
    /* flow-list */
    dl.flow-list dt,
    dl.flow-list dd {
        padding-left: 11.0256vw;
    }
    dl.flow-list dd p + p {
        margin-top: var(--24px);
    }

    /* price-list */
    ul.price-list {
        flex-direction: column;
        align-items: center;
        gap: var(--24px);
    }
    ul.price-list li {
        width: 83.8461vw;
        max-width: none;
    }

    /* course-list */
    ul.course-list {
        flex-direction: column;
        align-items: center;
    }
    ul.course-list li {
        width: 75.8974vw;
        max-width: none;
    }

    /* case-wrap */
    .case-wrap {
        display: block;
    }
    .case-wrap .photo {
        width: 100%;
        margin-bottom: var(--24px);
    }
    .case-wrap .text-wrap {
        width: 100%;
    }
}

