li
{
    list-style: none;
    list-style-type: none;
}

a
{
    transition-duration: .3s;
    text-decoration: none;

    color: inherit;
}
a:hover
{
    opacity: .7;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    appearance: none;
}

*
{
    font-family: 'Noto Sans JP', sans-serif;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    letter-spacing: .03em;
}

/* ==================================
  common
================================== */
.common-title
{
    position: relative;
}
.common-title__sub-text
{
    font-size: min(24px, 1.756954612vw);
    font-weight: 700;
    line-height: 1.4166666667;
}
.common-title__main-text
{
    font-family: 'Montserrat', sans-serif;
    font-size: min(84px, 6.149341142vw);
    font-weight: 700;
    line-height: 1;

    margin-top: min(10px, .7320644217vw);

    color: #36b3dd;
}
.common-title__icon
{
    position: absolute;
}

/* ==================================
  header
================================== */
header
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;

    padding: min(15px, 1.0980966325vw) min(20px, 1.4641288433vw);
}

.header__inner
{
    display: flex;

    width: 100%;
    max-width: 1366px;
    margin: 0 auto;

    justify-content: space-between;
    align-items: center;
}
.header__logo
{
    width: min(165px, 12.0790629575vw);
}
.header__logo img
{
    width: 100%;
}
.header__nav
{
    display: flex;
}
.header__nav__list
{
    display: flex;
    overflow: hidden;

    margin: 0;
    margin-right: min(5px, .3660322108vw);
    padding: 0 min(32px, 2.3426061493vw);

    border: 1px solid #e8e4e1;
    border-radius: 100px;
    background-color: #fff;
}
.header__nav__item
{
    display: flex;
}
.header__nav__link
{
    font-size: min(16px, 1.1713030747vw);
    font-weight: 400;
    line-height: 1.875;

    padding: min(10px, .7320644217vw) min(15px, 1.0980966325vw);

    color: #444;
    background-color: #fff;
}
.header__nav__btn
{
    font-size: min(16px, 1.1713030747vw);
    font-weight: 700;
    line-height: 1.875;

    position: relative;

    width: min(215px, 15.7393850659vw);
    margin-left: min(10px, .7320644217vw);
    padding: min(10px, .7320644217vw) 0;

    text-align: center;

    color: #fff;
    border-radius: 100px;
    background-color: #000;
}
.header__nav__btn::before
{
    position: absolute;
    top: 50%;
    right: min(18px, 1.317715959vw);

    display: block;

    width: min(8px, .5856515373vw);
    height: min(15px, 1.0980966325vw);

    content: '';
    transform: translateY(-50%);

    background-image: url(../images/nav-arrow.png);
    background-size: 100% 100%;
}
.header__nav__btn--orange
{
    background-color: #36b3dd;
}
.header__nav__btn--blue
{
    background-color: #806aed;
}
.header__nav__hamburger
{
    display: none;
}

/* ==================================
  mv
================================== */
.mv
{
    width: 100%;
    padding: min(82px, 6.0029282577vw) 0 min(100px, 7.3206442167vw);

    background-image: url(../images/mv_bg.png);
    background-repeat: repeat;
    background-size: min(32px, 2.3426061493vw) min(32px, 2.3426061493vw);
}
.mv__inner
{
    display: grid;

    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: min(48px, 3.513909224vw) 0 0 min(68px, 4.9780380673vw);

    grid-template-areas: 'areaA areaC' 'areaB areaC' 'areaD areaC';
    grid-template-columns: 42.4% 57.6%;
}
.mv__title
{
    grid-area: areaA;
}
.mv__links
{
    grid-area: areaB;
}
.mv__image
{
    grid-area: areaC;
}
.mv__title__tooltip
{
    font-size: min(22px, 1.6105417277vw);
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin-top: min(23px, 1.6837481698vw);
    margin-left: min(10px, .7320644217vw);
    padding: min(9px, .6588579795vw) min(32px, 2.3426061493vw);

    color: #fff;
    border-radius: 100px;
    background-color: #36b3dd;
}
.mv__title__tooltip::before
{
    position: absolute;
    top: 100%;
    left: min(54px, 3.953147877vw);

    display: block;

    width: min(12px, .878477306vw);
    height: min(6px, .439238653vw);

    content: '';

    background-color: #36b3dd;

    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.mv__title__main-text
{
    font-size: min(60px, 4.39238653vw);
    font-weight: 900;

    position: relative;

    margin: 0;
    margin-top: max(-10px, -.7320644217vw);
    margin-left: min(17px, 1.2445095168vw);
}
.mv__title__main-text .icon
{
    position: absolute;
    top: min(70px, 5.1244509517vw);
    left: min(411px, 30.0878477306vw);

    width: min(111px, 8.1259150805vw);
    height: auto;
}
.mv__title__main-text .orange
{
    color: #36b3dd;
}
.mv__title__main-text .large
{
    font-size: min(134px, 9.8096632504vw);
}
.mv__title__main-text .large.orange
{
    margin-right: max(-18px, -1.317715959vw);

    vertical-align: min(4px, .2928257687vw);
}
.mv__title__main-text .medium
{
    font-size: min(73px, 5.3440702782vw);

    display: inline-block;

    margin-top: max(-9px, -.6588579795vw);
    margin-right: max(-16px, -1.1713030747vw);
}
.mv__title__main-text .regular
{
    font-size: min(62px, 4.5387994143vw);

    vertical-align: min(11px, .8052708638vw);
}
.mv__title__main-text .small
{
    font-size: min(50px, 3.6603221083vw);
}
.mv__title__main-text .sub-text
{
    font-size: min(22px, 1.6105417277vw);
    font-weight: 600;
    line-height: 1;

    margin-top: min(20px, 1.4641288433vw);
    padding: min(12px, .878477306vw) 0;

    text-align: center;
    letter-spacing: .07em;

    color: #444;
    border: 1px solid #3c3c3c;

    margin-inline: min(15px, 1.0980966325vw);
}
.mv__title__sub-text
{
    font-size: min(22px, 1.6105417277vw);
    font-weight: 600;
    line-height: 1;

    margin-top: min(20px, 1.4641288433vw);
    padding: min(12px, .878477306vw) 0;

    text-align: center;
    letter-spacing: .07em;

    color: #444;
    border: 1px solid #3c3c3c;

    margin-inline: min(15px, 1.0980966325vw);
}
.mv__image
{
    padding-left: min(65px, 4.7584187408vw);
}
.mv__image__wrapper
{
    overflow: hidden;
    
    height: min(574px, 42.0204978038vw);
    
    border-radius: min(30px, 2.196193265vw) 0 0 min(30px, 2.196193265vw);

    position: relative;
}
.mv__video
{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(-11%);
    height: 100%;
}
.mv__image__points
{
    display: flex;

    margin-top: max(-106px, -7.7598828697vw);
    margin-right: min(34px, 2.4890190337vw);

    justify-content: flex-end;
    gap: min(14px, 1.0248901903vw);

    z-index: 1;
    position: relative;
}
.mv__image__point
{
    width: min(149px, 10.9077598829vw);
}
.mv__image__point img
{
    width: 100%;
    height: auto;
}
.mv__links
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.mv__links__text
{
    font-size: min(33px, 2.4158125915vw);
    font-weight: 900;

    position: relative;

    width: 100%;
    margin-top: min(28px, 2.0497803807vw);
    margin-bottom: min(22px, 1.6105417277vw);

    text-align: center;

    color: #f03637;
}
.mv__links__text::before,
.mv__links__text::after
{
    position: absolute;
    top: min(45px, 3.2942898975vw);
    left: min(9px, .6588579795vw);

    display: block;

    width: min(44px, 3.2210834553vw);
    height: min(4px, .2928257687vw);

    content: '';
    transform: rotate(58deg);

    border-radius: min(10px, .7320644217vw);
    background-color: #f03637;
}
.mv__links__text::after
{
    position: absolute;
    top: min(45px, 3.2942898975vw);
    right: min(9px, .6588579795vw);
    left: auto;

    transform: rotate(-58deg);
}
.mv__links__text .orange
{
    font-size: min(54px, 3.953147877vw);
}
.mv__links__text .big
{
    font-size: min(59px, 4.3191800878vw);

    margin-right: max(-10px, -.7320644217vw);
    margin-left: max(-8px, -.5856515373vw);

    letter-spacing: -.01em;
}
.mv__links__text .small
{
    font-size: min(22px, 1.6105417277vw);

    margin-left: max(-6px, -.439238653vw);

    vertical-align: min(3px, .2196193265vw);
}
.mv__links__btn
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: inline-block;

    width: min(270px, 19.7657393851vw);
    padding: min(25px, 1.8301610542vw) 0;

    text-align: center;

    color: #fff;
    border-radius: 100px;
}
.mv__links__btn::before
{
    position: absolute;
    top: 50%;
    right: min(24px, 1.756954612vw);

    display: block;

    width: min(8px, .5856515373vw);
    height: min(15px, 1.0980966325vw);

    content: '';
    transform: translateY(-50%);

    background-image: url(../images/nav-arrow.png);
    background-size: 100% 100%;
}
.mv__links__btn.orange
{
    background-color: #36b3dd;
}
.mv__links__btn.blue
{
    background-color: #806aed;
}
.mv .catch__list
{
    display: flex;

    width: min(1100px, 80.5270863836vw);
    margin-top: min(115px, 8.4187408492vw);

    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mv .catch__item
{
    position: relative;

    width: min(346px, 25.3294289898vw);
    padding: min(8px, .5856515373vw) 0 min(24px, 1.756954612vw);

    border: 3px solid #36b3dd;
    border-radius: min(15px, 1.0980966325vw);
    background-color: #fff;
    background-image: url(../images/mv_catch_bg.png);
    background-repeat: no-repeat;
    background-position: max(-3px, -.2196193265vw) max(-3px, -.2196193265vw);
    background-size: calc(100% + min(6px, .439238653vw)) min(56px, 4.0995607613vw);
}
.mv .catch__item__image
{
    position: absolute;
    top: max(-56px, -4.0995607613vw);
    left: 50%;

    width: min(126px, 9.224011713vw);
    height: auto;

    transform: translateX(-50%);
}
.mv .catch__item__image--01
{
    top: max(-60px, -4.39238653vw);

    width: min(65px, 4.7584187408vw);
}
.mv .catch__item__image--02
{
    top: max(-65px, -4.7584187408vw);

    width: min(49px, 3.5871156662vw);
}
.mv .catch__item__image--03
{
    top: max(-55px, -4.0263543192vw);

    width: min(64px, 4.6852122987vw);
}
.mv .catch__item__sub-text
{
    font-size: min(16px, 1.1713030747vw);
    font-weight: 700;
    line-height: 1.875;

    text-align: center;

    color: #fff;
}
.mv .catch__item__title
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 700;
    line-height: 1.6;

    margin-top: min(33px, 2.4158125915vw);

    text-align: center;

    color: #3c3c3c;
}
.mv .catch__item__title .orange
{
    color: #36b3dd;
}
.mv .catch__item__description
{
    font-size: min(15px, 1.0980966325vw);
    line-height: 2;

    margin-top: min(16px, 1.1713030747vw);

    text-align: center;

    color: #3c3c3c;
}

/* ==================================
  about
================================== */
.about
{
    width: 100%;

    background-color: #f7f7f7;
}
.about__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(100px, 7.3206442167vw) 0 min(106px, 7.7598828697vw);
}
.about__title__icon
{
    top: min(27px, 1.9765739385vw);
    left: min(359px, 26.2811127379vw);

    width: min(50px, 3.6603221083vw);
}
.about__content
{
    display: flex;

    justify-content: space-between;
}
.about__content__text
{
    width: min(549px, 40.1903367496vw);
    margin-left: min(3px, .2196193265vw);
}
.about__content__text__title
{
    font-size: min(35px, 2.5622254758vw);
    font-weight: 700;
    line-height: 1.6571428571;

    margin-top: min(47px, 3.4407027818vw);
    margin-bottom: min(20px, 1.4641288433vw);

    color: #3c3c3c;
}
.about__content__text__description
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    margin-top: min(33px, 2.4158125915vw);

    color: #3c3c3c;
}
.about__content__image
{
    width: min(497px, 36.383601757vw);
    height: auto;
    margin-top: min(50px, 3.6603221083vw);
}
.about__content__image img
{
    width: 100%;
    height: auto;
}

/* ==================================
  features
================================== */
.features__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(112px, 8.1991215227vw) 0 min(111px, 8.1259150805vw);
}
.features__title__icon
{
    top: min(13px, .9516837482vw);
    left: min(480px, 35.1390922401vw);

    width: min(128px, 9.3704245974vw);
}
.features__list
{
    display: flex;
    flex-direction: column;

    width: 100%;
    margin-top: min(89px, 6.5153733529vw);

    gap: min(80px, 5.8565153734vw);
}
.features__item
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
}
.features__item:nth-child(even)
{
    flex-direction: row-reverse;
}
.features__item:nth-child(even) .features__item__image
{
    margin-right: 0;
}
.features__item__image
{
    width: min(488px, 35.7247437775vw);
    height: auto;
    margin-right: min(29px, 2.1229868228vw);
}
.features__item__text
{
    width: min(552px, 40.4099560761vw);
    padding-top: min(25px, 1.8301610542vw);
}
.features__item__text__point
{
    font-family: 'Montserrat', sans-serif;
    font-size: min(30px, 2.196193265vw);
    font-weight: 700;
    line-height: 1;

    color: #36b3dd;
}
.features__item__text__title
{
    font-size: min(40px, 2.9282576867vw);
    font-weight: 700;
    line-height: 1.45;

    margin-top: min(14px, 1.0248901903vw);

    color: #3c3c3c;
}
.features__item__text__description
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    margin-top: min(22px, 1.6105417277vw);

    color: #3c3c3c;
}

/* ==================================
  curriculum
================================== */
.curriculum
{
    background-color: #f7f7f7;
}
.curriculum__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(112px, 8.1991215227vw) 0 min(111px, 8.1259150805vw);
}
.curriculum__title__icon
{
    top: min(33px, 2.4158125915vw);
    left: min(644px, 47.1449487555vw);

    width: min(92px, 6.7349926794vw);
}
.curriculum__box
{
    overflow: hidden;

    padding-bottom: min(45px, 3.2942898975vw);

    border: 5px solid #36b3dd;
    border-radius: min(20px, 1.4641288433vw);
    background-color: #fff;
}
.curriculum__box--e-learning
{
    margin-top: min(90px, 6.588579795vw);
}
.curriculum__box--after-follow-up
{
    margin-top: min(51px, 3.7335285505vw);

    border-color: #806aed;
}
.curriculum__box--after-follow-up .curriculum__box__title
{
    background-color: #806aed;
}
.curriculum__box--after-follow-up .curriculum__box__chip
{
    color: #806aed;
}
.curriculum__box--after-follow-up .curriculum__box__item__sub-text
{
    background-color: #806aed;
}
.curriculum__box--after-follow-up .curriculum__box__item__chip
{
    color: #806aed;
    border-color: #806aed;
}
.curriculum__box__title
{
    font-size: min(36px, 2.635431918vw);
    font-weight: 700;
    line-height: 2.2222222222;

    position: relative;

    padding-bottom: min(8px, .5856515373vw);

    text-align: center;

    color: #fff;
    background-color: #36b3dd;
}
.curriculum__box__chip
{
    font-size: min(24px, 1.756954612vw);
    font-weight: 700;
    line-height: 1.8333333333;

    position: absolute;
    top: 47%;
    right: min(20px, 1.4641288433vw);

    padding: 0 min(17px, 1.2445095168vw);

    transform: translateY(-50%);

    color: #36b3dd;
    border-radius: min(10px, .7320644217vw);
    background-color: #fff;
}
.curriculum__box__description
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    padding: min(36px, 2.635431918vw) min(45px, 3.2942898975vw) min(38px, 2.7818448023vw);

    color: #3c3c3c;
}
.curriculum__box__list
{
    display: flex;
    flex-direction: column;

    width: 100%;
    padding: 0 min(45px, 3.2942898975vw);

    gap: min(41px, 3.0014641288vw);
}
.curriculum__box__item__title
{
    display: flex;

    background-color: #f7f7f7;
}
.curriculum__box__item__sub-text
{
    font-size: min(23px, 1.6837481698vw);
    line-height: 1.3043478261;

    display: inline-block;

    padding: min(7px, .5124450952vw) min(48px, 3.513909224vw) min(11px, .8052708638vw) min(29px, 2.1229868228vw);

    color: #fff;
    background-color: #36b3dd;

    clip-path: polygon(calc(100% - min(16px, 1.1713030747vw)) 0, 100% 50%, calc(100% - min(16px, 1.1713030747vw)) 100%, 0 100%, 0 0);
}
.curriculum__box__item__main-text
{
    font-size: min(18px, 1.317715959vw);
    font-weight: 700;
    line-height: 2.6666666667;

    padding-left: min(15px, 1.0980966325vw);

    color: #3c3c3c;

    flex: 1;
}
.curriculum__box__item__description
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    margin-top: min(18px, 1.317715959vw);

    color: #3c3c3c;
}
.curriculum__box__item__chips
{
    display: flex;

    width: min(835px, 61.1273792094vw);
    margin-top: min(16px, 1.1713030747vw);

    flex-wrap: wrap;
    column-gap: min(6px, .439238653vw);
    row-gap: min(12px, .878477306vw);
}
.curriculum__box__item__chip
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    display: inline-block;

    padding: min(2px, .1464128843vw) min(25px, 1.8301610542vw);

    color: #36b3dd;
    border: 1px solid #36b3dd;
    border-radius: 100px;
}

/* ==================================
  subsidy
================================== */
.subsidy
{
    width: 100%;
}
.subsidy__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(112px, 8.1991215227vw) 0 min(117px, 8.5651537335vw);
}
.subsidy__title__icon
{
    top: min(30px, 2.196193265vw);
    left: min(435px, 31.8448023426vw);

    width: min(72px, 5.270863836vw);
}
.subsidy__content
{
    margin-top: min(60px, 4.39238653vw);
    margin-bottom: min(17px, 1.2445095168vw);
    padding: min(49px, 3.5871156662vw) 0 min(57px, 4.1727672035vw);

    border-radius: min(20px, 1.4641288433vw);
    background-color: #f7f7f7;
}
.subsidy__content__text
{
    font-size: min(23px, 1.6837481698vw);
    line-height: 1.3043478261;

    text-align: center;

    color: #444;
}
.subsidy__content__images
{
    display: flex;

    margin-top: min(45px, 3.2942898975vw);

    align-items: center;
    justify-content: center;
    gap: min(58px, 4.2459736457vw);
}
.subsidy__content__images__illust
{
    width: min(562px, 41.1420204978vw);
    height: auto;
}
.subsidy__content__images__text
{
    width: min(288px, 21.0834553441vw);
    height: auto;
}
.subsidy__annotation
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    display: block;

    color: #888;
}

/* ==================================
faq
================================== */
.faq
{
    width: 100%;

    background-color: #f7f7f7;
}
.faq__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(112px, 8.1991215227vw) 0 min(119px, 8.7115666179vw);
}
.faq__title__icon
{
    top: min(43px, 3.1478770132vw);
    left: min(226px, 16.5446559297vw);

    width: min(82px, 6.0029282577vw);
}
.faq__list
{
    display: flex;
    flex-direction: column;

    width: 100%;
    margin-top: min(90px, 6.588579795vw);

    gap: min(26px, 1.9033674963vw);
}
.faq__item
{
    width: 100%;
    padding: min(32px, 2.3426061493vw) min(33px, 2.4158125915vw) min(5px, .3660322108vw);

    cursor: pointer;

    border: 2px solid #e8e4e1;
    border-radius: min(20px, 1.4641288433vw);
    background-color: #fff;
}
.faq__item.is-active .faq__item__question
{
    background-image: linear-gradient(to right, #9d9793 4px, transparent 4px);
}
.faq__item.is-active .faq__item__question__btn::before
{
    transform: translate(-50%, -50%) rotate(0deg);
}
.faq__item__question
{
    display: flex;

    padding: 0 min(11px, .8052708638vw) min(26px, 1.9033674963vw);

    background-image: linear-gradient(to right, transparent 4px, transparent 4px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 10px 1px;

    gap: min(10px, .7320644217vw);
}
.faq__item__question__icon
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 700;
    line-height: 1.5;

    color: #36b3dd;
}
.faq__item__question__text
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 500;
    line-height: 1.5;

    padding-top: min(2px, .1464128843vw);

    color: #3c3c3c;

    flex: 1;
}
.faq__item__question__btn
{
    position: relative;

    width: min(20px, 1.4641288433vw);
    height: min(20px, 1.4641288433vw);
    margin-top: min(5px, .3660322108vw);
    margin-right: max(-2px, -.1464128843vw);
}
.faq__item__question__btn::before,
.faq__item__question__btn::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    transition: transform .3s ease-in-out;
    transform: translate(-50%, -50%);

    background-color: #9d9792;
}
.faq__item__question__btn::before
{
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item__answer
{
    display: none;

    padding: min(25px, 1.8301610542vw) min(11px, .8052708638vw) min(26px, 1.9033674963vw);

    gap: min(10px, .7320644217vw);
}
.faq__item__answer__icon
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 700;
    line-height: 1.5;

    margin-right: min(2px, .1464128843vw);

    color: #806aed;
}
.faq__item__answer__text
{
    font-size: min(16px, 1.1713030747vw);
    font-weight: 400;
    line-height: 1.875;

    text-align: justify;

    color: #3c3c3c;
}

/* ==================================
about-us
================================== */
.about-us
{
    width: 100%;
}
.about-us__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(112px, 8.1991215227vw) 0 min(107px, 7.8330893119vw);
}
.about-us__title__icon
{
    top: min(31px, 2.2693997072vw);
    left: min(496px, 36.3103953148vw);

    width: min(68px, 4.9780380673vw);
}
.about-us__content
{
    display: flex;

    margin-top: min(91px, 6.6617862372vw);

    justify-content: space-between;
    align-items: flex-start;
}
.about-us__content__image
{
    width: min(502px, 36.7496339678vw);
    height: auto;
    margin-right: min(29px, 2.1229868228vw);
}
.about-us__content__image img
{
    width: 100%;
    height: auto;
}
.about-us__content__text
{
    width: min(364px, 26.6471449488vw);
    margin-right: min(107px, 7.8330893119vw);

    text-align: center;
}
.about-us__content__text__image
{
    width: 100%;
    height: auto;
    margin-top: min(34px, 2.4890190337vw);
}
.about-us__content__text__link
{
    font-size: min(16px, 1.1713030747vw);
    font-weight: 700;
    line-height: 1.125;

    position: relative;

    display: inline-block;

    margin-top: min(42px, 3.074670571vw);
    padding: min(16px, 1.1713030747vw) min(60px, 4.39238653vw);

    text-align: center;

    color: #fff;
    border-radius: 100px;
    background-color: #36b3dd;
}
.about-us__content__text__link::before
{
    position: absolute;
    top: 50%;
    right: min(22px, 1.6105417277vw);

    display: block;

    width: min(8px, .5856515373vw);
    height: min(15px, 1.0980966325vw);

    content: '';
    transform: translateY(-50%);

    background-image: url(../images/nav-arrow.png);
    background-size: 100% 100%;
}

/* ==================================
contact
================================== */
.contact
{
    width: 100%;

    background-image: url(../images/contact_bg.png);
    background-size: cover;
}
.contact__inner
{
    width: 100%;
    max-width: min(1100px, 80.5270863836vw);
    margin: 0 auto;
    padding: min(105px, 7.6866764275vw) 0 min(110px, 8.0527086384vw);
}
.contact__title
{
    font-size: min(40px, 2.9282576867vw);
    font-weight: 700;
    line-height: 1.7;

    text-align: center;

    color: #fff;
}
.contact__content
{
    display: flex;

    margin-top: min(45px, 3.2942898975vw);

    justify-content: space-between;
    align-items: flex-start;
}
.contact__content__box
{
    width: min(530px, 38.7994143485vw);
    padding: min(47px, 3.4407027818vw) 0;

    text-align: center;

    border-radius: min(20px, 1.4641288433vw);
    background-color: #fff;
}
.contact__content__box__title
{
    font-size: min(30px, 2.196193265vw);
    font-weight: 700;
    line-height: 1;

    color: #444;
}
.contact__content__box__description
{
    font-size: min(16px, 1.1713030747vw);
    line-height: 1.875;

    margin-top: min(19px, 1.3909224012vw);

    color: #444;
}
.contact__content__box__link
{
    font-size: min(20px, 1.4641288433vw);
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: block;

    width: min(383px, 28.0380673499vw);
    margin: min(22px, 1.6105417277vw) auto 0;
    padding: min(22px, 1.6105417277vw) min(60px, 4.39238653vw);

    text-align: center;

    color: #fff;
    border-radius: 100px;
}
.contact__content__box__link::before
{
    position: absolute;
    top: 50%;
    right: min(22px, 1.6105417277vw);

    display: block;

    width: min(8px, .5856515373vw);
    height: min(15px, 1.0980966325vw);

    content: '';
    transform: translateY(-50%);

    background-image: url(../images/nav-arrow.png);
    background-size: 100% 100%;
}
.contact__content__box__link.orange
{
    background-color: #36b3dd;
}
.contact__content__box__link.blue
{
    background-color: #806aed;
}

/* ==================================
footer
================================== */
.footer
{
    width: 100%;
    padding: min(82px, 6.0029282577vw) 0 min(68px, 4.9780380673vw);

    text-align: center;

    background-color: #f7f7f7;
}
.footer__title
{
    width: min(194px, 14.2020497804vw);
    margin: 0 auto;
}
.footer__title img
{
    width: 100%;
}
.footer__company
{
    font-size: min(18px, 1.317715959vw);
    font-weight: 500;
    line-height: 1.6666666667;

    margin-top: min(45px, 3.2942898975vw);

    color: #3c3c3c;
}
.footer__address
{
    font-size: min(14px, 1.0248901903vw);
    font-style: normal;
    line-height: 2.1428571429;

    margin-top: min(3px, .2196193265vw);

    color: #3c3c3c;
}
.footer__copyright
{
    font-size: min(12px, .878477306vw);
    line-height: 2.5;

    display: inline-block;

    margin-top: min(39px, 2.8550512445vw);

    color: #777;
}

/* ==================================
  sp
================================== */
@media (max-width: 768px)
{
    /* ==================================
    common
  ================================== */
    .common-title
    {
        position: relative;
    }
    .common-title__sub-text
    {
        font-size: 3.7333333333vw;
    }
    .common-title__main-text
    {
        font-size: 9.6vw;

        margin-top: 2.1333333333vw;

        color: #36b3dd;
    }
    .common-title__icon
    {
        position: absolute;
    }
    /* ==================================
    header
  ================================== */
    header
    {
        height: 0;
        padding: 0;

        transition: all .3s ease;
    }
    header.is-active
    {
        height: 100vh;
    }
    header.is-active .header__inner
    {
        background-color: #36b3dd;
    }
    header.is-active .header__logo img
    {
        filter: brightness(100);
    }
    header.is-active .header__nav
    {
        display: flex;
    }
    header.is-active .header__nav__hamburger__line
    {
        transition: all .3s ease;

        background-color: #fff;
    }
    .header__inner
    {
        position: relative;

        max-width: 100%;
        height: 100%;

        background-color: transparent;

        justify-content: center;
    }
    .header__logo
    {
        position: absolute;
        top: 4.8vw;
        left: 3.4666666667vw;

        width: 30.6666666667vw;
    }
    .header__logo img
    {
        transition: all .3s ease;
    }
    .header__nav
    {
        display: none;
        flex-direction: column;

        transition: all .3s ease;

        gap: 5.3333333333vw;
    }
    .header__nav__list
    {
        flex-direction: column;

        margin: 0;
        margin-right: 0;
        margin-bottom: -1.3333333333vw;
        padding: 0;

        border: none;
        border-radius: 0;
        background-color: transparent;

        align-items: center;
        gap: 0;
    }
    .header__nav__item
    {
        display: flex;

        width: 100%;
    }
    .header__nav__link
    {
        font-size: 5.8666666667vw;
        line-height: 1.3636363636;

        width: 100%;
        padding: 5.6vw 4vw;

        text-align: center;

        color: #fff;
        background-color: transparent;
    }
    .header__nav__btn
    {
        font-size: 4.5333333333vw;
        line-height: 1.875;

        width: 72.8vw;
        padding: 2.9333333333vw 0;

        color: #36b3dd;
    }
    .header__nav__btn::before
    {
        right: 5.3333333333vw;

        width: 1.8666666667vw;
        height: 3.4666666667vw;

        background-image: url(../images/nav-arrow--orange.png);
    }
    .header__nav__btn--orange
    {
        background-color: #fff;
    }
    .header__nav__btn--blue
    {
        background-color: #fff;
    }
    .header__nav__hamburger
    {
        position: absolute;
        top: 2.1333333333vw;
        right: 2.6666666667vw;

        display: block;

        width: 11.7333333333vw;
        height: 11.7333333333vw;

        cursor: pointer;
    }
    .header__nav__hamburger__line
    {
        position: absolute;
        top: 50%;
        left: 50%;

        display: block;

        width: 8.8vw;
        height: 1.0666666667vw;

        transition: all .3s ease;
        transform: translate(-50%, -50%);

        border-radius: 20px;
        background-color: #36b3dd;
    }
    .header__nav__hamburger__line:nth-child(1)
    {
        top: 2.9333333333vw;
    }
    .header__nav__hamburger__line:nth-child(2)
    {
        top: 5.8666666667vw;
    }
    .header__nav__hamburger__line:nth-child(3)
    {
        top: 8.8vw;
    }
    .header__nav__hamburger.is-active .header__nav__hamburger__line:nth-child(1)
    {
        top: 50%;

        transform: translate(-50%, -50%) rotate(45deg);
    }
    .header__nav__hamburger.is-active .header__nav__hamburger__line:nth-child(2)
    {
        opacity: 0;
    }
    .header__nav__hamburger.is-active .header__nav__hamburger__line:nth-child(3)
    {
        top: 50%;

        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header.is-active .header__nav
    {
        display: flex;
    }
    /* ==================================
    mv
  ================================== */
    .mv
    {
        width: 100%;
        padding: 19.7333333333vw 0 10.6666666667vw;
    }
    .mv__inner
    {
        width: 100%;
        max-width: 100%;
        padding: 0;

        grid-template-areas: 'areaA' 'areaC' 'areaB';
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }
    .mv__title
    {
        padding: 0 8.5333333333vw;
    }
    .mv__title__tooltip
    {
        font-size: 3.4666666667vw;

        margin-top: 0;
        margin-left: 0;
        padding: 1.3333333333vw 5.0666666667vw;
    }
    .mv__title__tooltip::before
    {
        left: 8.2666666667vw;

        width: 2.1333333333vw;
        height: 1.0666666667vw;
    }
    .mv__title__main-text
    {
        font-size: 20.8vw;
        font-weight: 900;
        line-height: 1;

        position: relative;

        margin: 0;
        margin-top: 0;
        margin-left: 1.0666666667vw;

        vertical-align: 9.6vw;
    }
    .mv__title__main-text .icon
    {
        position: absolute;
        top: 9.6vw;
        left: 64.5333333333vw;

        width: 17.3333333333vw;
        height: auto;
    }
    .mv__title__main-text .orange
    {
        color: #36b3dd;
    }
    .mv__title__main-text .large
    {
        font-size: 20.8vw;
    }
    .mv__title__main-text .large.orange
    {
        margin-right: -5.3333333333vw;

        vertical-align: 1.6vw;
    }
    .mv__title__main-text .medium
    {
        font-size: 11.2vw;

        display: inline-block;

        margin-top: -2.4vw;
        margin-right: -5.3333333333vw;

        vertical-align: 9.6vw;
    }
    .mv__title__main-text .regular
    {
        font-size: 9.6vw;

        vertical-align: 2.9333333333vw;
    }
    .mv__title__main-text .small
    {
        font-size: 7.7333333333vw;

        vertical-align: 9.6vw;
    }
    .mv__title__sub-text
    {
        font-size: 3.2vw;
        font-weight: 700;

        margin-top: -5.6vw;
        padding: 1.8666666667vw 0;

        letter-spacing: .07em;

        margin-inline: .8vw;
    }
    .mv__image
    {
        margin-top: 6.9333333333vw;
        padding-left: 0;
    }
    .mv__image__wrapper
    {
        height: 60.8vw;

        border-radius: 0;
    }
    .mv__video
    {
        transform: translateY(0%) translateX(-3%);
        height: 114%;
    }
    .mv__image__points
    {
        margin-top: -9.0666666667vw;
        margin-right: 0;

        justify-content: center;
        gap: 2.1333333333vw;
    }
    .mv__image__point
    {
        width: 28.2666666667vw;
    }
    .mv__links
    {
        justify-content: center;
    }
    .mv__links__text
    {
        font-size: 5.6vw;

        position: relative;

        margin-top: 3.2vw;
        margin-bottom: 4vw;
    }
    .mv__links__text::before,
    .mv__links__text::after
    {
        top: 8.5333333333vw;
        left: 5.6vw;

        width: 6.9333333333vw;
        height: .5333333333vw;

        border-radius: 2.6666666667vw;
    }
    .mv__links__text::after
    {
        top: 8.5333333333vw;
        right: 5.6vw;
        left: auto;
    }
    .mv__links__text .orange
    {
        font-size: 14.4vw;
    }
    .mv__links__text .big
    {
        font-size: 10.4vw;

        margin-right: -1.0666666667vw;
        margin-left: -1.6vw;
    }
    .mv__links__text .small
    {
        font-size: 5.0666666667vw;

        margin-left: -1.6vw;

        vertical-align: .2666666667vw;
    }
    .mv__links__btn
    {
        font-size: 4.5333333333vw;

        position: relative;

        width: 86.6666666667vw;
        padding: 4.8vw 0;
    }
    .mv__links__btn::before
    {
        right: 5.3333333333vw;

        width: 2.1333333333vw;
        height: 4vw;
    }
    .mv__links__btn.orange
    {
        background-color: #36b3dd;
    }
    .mv__links__btn.blue
    {
        margin-top: 2.6666666667vw;

        background-color: #806aed;
    }
    .mv .catch__list
    {
        flex-direction: column;

        width: min(1200px, 87.8477306003vw);
        margin-top: 28vw;

        gap: 21.3333333333vw;
    }
    .mv .catch__item
    {
        position: relative;

        width: 100%;
        padding: 2.1333333333vw 0 6.4vw;

        border: 3px solid #36b3dd;
        border-radius: 4vw;
        background-repeat: no-repeat;
        background-position: -.8vw -.8vw;
        background-size: calc(100% + 1.6vw) 14.9333333333vw;
    }
    .mv .catch__item__image
    {
        top: -14.9333333333vw;

        width: 33.6vw;
    }
    .mv .catch__item__image--01
    {
        top: -16vw;

        width: 17.3333333333vw;
    }
    .mv .catch__item__image--02
    {
        top: -17.3333333333vw;

        width: 13.0666666667vw;
    }
    .mv .catch__item__image--03
    {
        top: -14.6666666667vw;

        width: 17.0666666667vw;
    }
    .mv .catch__item__sub-text
    {
        font-size: 3.4666666667vw;

        margin-top: 1.6vw;
    }
    .mv .catch__item__title
    {
        font-size: 4.8vw;

        margin-top: 8.8vw;
    }
    .mv .catch__item__description
    {
        font-size: 3.4666666667vw;

        margin-top: 4.2666666667vw;
    }
    /* ==================================
    about
  ================================== */
    .about__inner
    {
        width: 100%;
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0 18.6666666667vw;
    }
    .about__title__icon
    {
        top: -.8vw;
        left: 42.4vw;

        width: 10.6666666667vw;
    }
    .about__content
    {
        flex-direction: column-reverse;
    }
    .about__content__text
    {
        width: 100%;
        margin-left: 0;
    }
    .about__content__text__title
    {
        font-size: 5.3333333333vw;

        margin-top: 16vw;
        margin-bottom: 5.3333333333vw;
    }
    .about__content__text__description
    {
        font-size: 3.4666666667vw;
        line-height: 1.875;

        margin-top: 8vw;

        color: #3c3c3c;
    }
    .about__content__image
    {
        width: 70%;
        margin-top: 13.3333333333vw;

        margin-inline: auto;
    }
    .about__content__image img
    {
        width: 100%;
        height: auto;
    }
    /* ==================================
    features
  ================================== */
    .features__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0;
    }
    .features__title__icon
    {
        top: -4.2666666667vw;
        left: 50.6666666667vw;

        width: 26.6666666667vw;
    }
    .features__list
    {
        flex-direction: column;

        margin-top: 13.3333333333vw;

        gap: 13.3333333333vw;
    }
    .features__item
    {
        flex-direction: column;
    }
    .features__item:nth-child(even)
    {
        flex-direction: column;
    }
    .features__item:nth-child(even) .features__item__image
    {
        margin-right: 0;
    }
    .features__item__image
    {
        width: 100%;
        height: auto;

        margin-inline: auto;
    }
    .features__item__text
    {
        width: 100%;
        margin-top: 5.8666666667vw;
        padding-top: 5.8666666667vw;
    }
    .features__item__text__point
    {
        font-size: 5.8666666667vw;
    }
    .features__item__text__title
    {
        font-size: 6.4vw;

        margin-top: 2.1333333333vw;
    }
    .features__item__text__description
    {
        font-size: 3.7333333333vw;

        margin-top: 7.2vw;

        text-align: justify;
    }
    /* ==================================
    curriculum
  ================================== */
    .curriculum
    {
        background-color: #f7f7f7;
    }
    .curriculum__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0;
    }
    .curriculum__title__icon
    {
        top: 1.6vw;
        left: 72vw;

        width: 14.9333333333vw;
    }
    .curriculum__box
    {
        padding-bottom: 6.6666666667vw;

        border-radius: 5.3333333333vw;
    }
    .curriculum__box--e-learning
    {
        margin-top: 13.3333333333vw;
    }
    .curriculum__box--after-follow-up
    {
        margin-top: 13.6vw;
    }
    .curriculum__box__title
    {
        font-size: 5.3333333333vw;
        line-height: 2.2222222222;

        padding-bottom: .5333333333vw;
        padding-left: 5.3333333333vw;

        text-align: left;
    }
    .curriculum__box__chip
    {
        font-size: 4vw;

        right: 2.6666666667vw;

        padding: 0 1.8666666667vw;

        border-radius: 2.6666666667vw;
    }
    .curriculum__box__description
    {
        font-size: 3.4666666667vw;
        line-height: 1.875;

        padding: 5.3333333333vw;
    }
    .curriculum__box__list
    {
        padding: 0 5.3333333333vw;

        gap: 10.9333333333vw;
    }
    .curriculum__box__item__sub-text
    {
        font-size: 4vw;
        line-height: 2;

        padding: 1.8666666667vw 6.4vw 2.9333333333vw 2.6666666667vw;

        clip-path: polygon(calc(100% - 4.2666666667vw) 0, 100% 50%, calc(100% - 4.2666666667vw) 100%, 0 100%, 0 0);
    }
    .curriculum__box__item__main-text
    {
        font-size: 4.8vw;
        line-height: 1.5;

        padding: 4vw;
    }
    .curriculum__box__item__description
    {
        font-size: 3.4666666667vw;
        line-height: 1.875;

        margin-top: 4.8vw;
    }
    .curriculum__box__item__chips
    {
        width: 100%;
        margin-top: 4.2666666667vw;

        column-gap: 1.6vw;
        row-gap: 1.6vw;
    }
    .curriculum__box__item__chip
    {
        font-size: 3.4666666667vw;
        line-height: 1.875;

        padding: .5333333333vw 6.6666666667vw;
    }
    /* ==================================
  subsidy
  ================================== */
    .subsidy__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0;
    }
    .subsidy__title__icon
    {
        top: 0vw;
        left: 48vw;

        width: 12.8vw;
    }
    .subsidy__content
    {
        margin-top: 16vw;
        margin-bottom: 4.5333333333vw;
        padding: 13.0666666667vw 0 10.6666666667vw;

        border-radius: 5.3333333333vw;
    }
    .subsidy__content__text
    {
        font-size: 3.4666666667vw;
        line-height: 1.5;

        padding-inline: 5.3333333333vw;
    }
    .subsidy__content__images
    {
        flex-direction: column;

        margin-top: 12vw;

        gap: 10.1333333333vw;
    }
    .subsidy__content__images__illust
    {
        width: 80%;
        height: auto;
    }
    .subsidy__content__images__text
    {
        width: 55%;
        height: auto;
    }
    .subsidy__annotation
    {
        font-size: 2.6666666667vw;
        line-height: 1.75;

        padding-left: 1em;
    }
    .subsidy__annotation::first-letter
    {
        margin-left: -1em;
    }
    /* ==================================
  faq
  ================================== */
    .faq__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0;
    }
    .faq__title__icon
    {
        top: 1.3333333333vw;
        left: 25.6vw;

        width: 17.3333333333vw;
    }
    .faq__list
    {
        margin-top: 13.3333333333vw;

        gap: 4.8vw;
    }
    .faq__item
    {
        width: 100%;
        padding: 4.8vw 4.2666666667vw .8vw;

        border-radius: 5.3333333333vw;
    }
    .faq__item__question
    {
        padding: 0 1.0666666667vw 4.2666666667vw;

        gap: 2.6666666667vw;
    }
    .faq__item__question__icon
    {
        font-size: 3.7333333333vw;
    }
    .faq__item__question__text
    {
        font-size: 3.7333333333vw;

        padding-top: .5333333333vw;

        flex: 1;
    }
    .faq__item__question__btn
    {
        width: 4.2666666667vw;
        height: 4.2666666667vw;
        margin-top: 1.0666666667vw;
        margin-right: -.5333333333vw;
    }
    .faq__item__question__btn::before,
    .faq__item__question__btn::after
    {
        height: 4px;
    }
    .faq__item__answer
    {
        padding: 4.2666666667vw 1.0666666667vw 4.2666666667vw;

        gap: 2.6666666667vw;
    }
    .faq__item__answer__icon
    {
        font-size: 3.7333333333vw;

        margin-top: .8vw;
        margin-right: .5333333333vw;
    }
    .faq__item__answer__text
    {
        font-size: 3.7333333333vw;
    }
    /* ==================================
  about-us
  ================================== */
    .about-us__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 18.6666666667vw 0;
    }
    .about-us__title__icon
    {
        top: -1.0666666667vw;
        left: 58.6666666667vw;

        width: 13.8666666667vw;
    }
    .about-us__content
    {
        flex-direction: column;

        margin-top: 13.3333333333vw;
    }
    .about-us__content__image
    {
        width: 80%;

        margin-inline: auto;
    }
    .about-us__content__text
    {
        width: 100%;
    }
    .about-us__content__text__image
    {
        width: 60%;
        height: auto;
        margin-top: 14.4vw;
    }
    .about-us__content__text__link
    {
        font-size: 3.7333333333vw;

        margin-top: 11.2vw;
        padding: 4.2666666667vw 16vw;
    }
    .about-us__content__text__link::before
    {
        right: 5.8666666667vw;

        width: 2.1333333333vw;
        height: 4vw;
    }
    /* ==================================
  contact
  ================================== */
    .contact__inner
    {
        max-width: min(1200px, 87.8477306003vw);
        padding: 13.3333333333vw 0 10.6666666667vw;
    }
    .contact__title
    {
        font-size: 6.4vw;
    }
    .contact__content
    {
        flex-direction: column;

        margin-top: 10.6666666667vw;

        gap: 6.4vw;
    }
    .contact__content__box
    {
        width: 100%;
        padding: 8.5333333333vw 0 6.4vw;

        border-radius: 5.3333333333vw;
    }
    .contact__content__box__title
    {
        font-size: 5.8666666667vw;
    }
    .contact__content__box__description
    {
        font-size: 3.2vw;

        margin-top: 5.0666666667vw;
    }
    .contact__content__box__link
    {
        font-size: 4.2666666667vw;

        width: 80%;
        margin: 5.8666666667vw auto 0;
        padding: 4.2666666667vw 5.3333333333vw;
    }
    .contact__content__box__link::before
    {
        right: 5.8666666667vw;

        width: 1.6vw;
        height: 3.4666666667vw;
    }
    /* ==================================
  footer
  ================================== */
    .footer
    {
        padding: 13.3333333333vw 0 5.3333333333vw;
    }
    .footer__title
    {
        width: 42.6666666667vw;
    }
    .footer__company
    {
        font-size: 4.8vw;
        font-weight: 500;
        line-height: 1.6666666667;

        margin-top: 12vw;

        color: #3c3c3c;
    }
    .footer__address
    {
        font-size: 3.2vw;
        font-style: normal;
        line-height: 1.6666666667;

        margin-top: 4.8vw;
        padding: 0 4.2666666667vw;
    }
    .footer__copyright
    {
        font-size: 2.6666666667vw;

        display: inline-block;

        margin-top: 10.4vw;
    }
}
