@charset "utf-8";

/****************** 共通 *****************/
body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #353e44;
}
img {
    object-fit: cover;
}
.inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}
.btn {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #000090;
    padding: 19.5px 0;
    text-align: center;
}
.btn a {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #000090;
    font-weight: 600;
}
.headding {
    display: flex;
    gap: 7px;
    background-color: #000090;
    align-items: center;
    padding: 28px 0 28px 18px;
}
.headding-ttl {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
/****************** ヘッダー *****************/
.header {
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #ffffff;
    max-width: 900px;
    width: 100%;
}
.header_container {
    display: flex;
    padding: 45px 16px 0px 16px;
    justify-content: space-between;
    align-items: center;
}
.header_title {
    color: #00006e;
    font-size: 20px;
    font-weight: 900;
}
.header_menu {
    cursor: pointer;
}

/****************** メニュー *****************/
nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    max-width: 900px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    overflow: scroll;
}
nav.panelactive {
    opacity: 1;
    z-index: 999;
}
.nav_close {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 64px 20px 8px 0px;
    border-bottom: 1px solid #000090;
}
.nav_close img {
    cursor: pointer;
}
.nav_home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 20px;
}
.nav_home_img img {
    display: block;
}
.nav_title {
    color: #fff;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.nav_course {
    padding: 10px 20px;
}
.fz14 {
    font-size: 14px;
}
.nav_title_green .nav_course {
    background-color: #009944;
}
.nav_title_green li a {
    color: #009944;
    border-bottom: 1px solid #009944;
}
.nav_title_green li:last-child a {
    border-bottom: none;
}
.nav_title_purple .nav_course {
    background-color: #9b33f8;
}
.nav_title_purple li a {
    color: #9b33f8;
    border-bottom: 1px solid #9b33f8;
}
.nav_title_purple li:last-child a {
    border-bottom: none;
}
.nav_title_blue .nav_course {
    background-color: #00a0e9;
}
.nav_title_blue li a {
    color: #00a0e9;
    border-bottom: 1px solid #00a0e9;
}
.nav_title_blue li:last-child a {
    border-bottom: none;
}
.nav_title_orange .nav_course {
    background-color: #ff9900;
}
.nav_title_orange li a {
    color: #ff9900;
    border-bottom: 1px solid #ff9900;
}
.nav_title_orange li:last-child a {
    border-bottom: none;
}
.nav_title_red .nav_course {
    background-color: #ff0000;
}
.nav_title_red li a {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.nav_title_red li:last-child a {
    border-bottom: none;
    margin-bottom: 50px;
}
.nav_title li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
/****************** メイン *****************/
.main {
    margin-top: 73px;
}
/* fv */
.fv__img {
    text-align: center;
    max-width: 900px;
}
.fv__img img {
    width: 60%;
}
.fv__head {
    color: #000090;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 60px;
    line-height: 1.6;
}
.fv__head span {
    color: #353e44;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    display: block;
}
.digital-pamphlet {
    background-color: #ffff00;
}
.application-form-top {
    margin: 17px 0 51px;
}

/* メニュー */
.menu__head {
    margin-bottom: 32px;
}
.menu__inner {
    padding: 0 13px;
}
.nav__title {
    color: #fff;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
    margin-bottom: 32px;
}
.nav__course {
    padding: 18px;
    font-weight: bold;
}
.fz14 {
    font-size: 14px;
}
.nav__title__green .nav__course {
    background-color: #009944;
}
.nav__title__green li a {
    color: #009944;
    border-bottom: 2px solid #009944;
}
.nav__title__purple .nav__course {
    background-color: #9b33f8;
}
.nav__title__purple li a {
    color: #9b33f8;
    border-bottom: 2px solid #9b33f8;
}
.nav__title__blue .nav__course {
    background-color: #00a0e9;
}
.nav__title__blue li a {
    color: #00a0e9;
    border-bottom: 2px solid #00a0e9;
}
.nav__title__orange .nav__course {
    background-color: #ff9900;
}
.nav__title__orange li a {
    color: #ff9900;
    border-bottom: 2px solid #ff9900;
}
.nav__title__red .nav__course {
    background-color: #ff0000;
}
.nav__title__red li a {
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}
.nav__title:last-child {
    margin-bottom: 50px;
}
.nav__title li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17.5px 25px 17.5px 18px;
}
.nav__program {
    padding-right: 18px;
}

/* メリット */
.merit {
    margin-top: 50px;
}
.merit__head {
    margin-bottom: 50px;
}
.merit__txt {
    padding: 10px 0 10px 20px;
    background-color: #fff100;
    color: #000090;
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 20px;
}
.merit__txt:last-child {
    margin-bottom: 0;
}
.merit__img {
    display: flex;
    justify-content: space-between;
}

/* フロー */
.flow {
    margin-top: 49px;
}
.flow__head {
    margin-bottom: 34px;
}
.flow__img-chevrons {
    text-align: center;
    margin: 4px 0 10px;
}
.flow__step {
    border: 1px solid #353e44;
    text-align: center;
    position: relative;
}
.flow__step-ttl {
    background-color: #2e4fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.flow__step-subject {
    padding: 5px;
}
.flow__img {
    position: relative;
}
.flow__img01 img {
    position: absolute;
    bottom: -70px;
    left: 0;
}
.flow__support {
    padding-top: 100px;
}
.flow__support_ttl {
    padding: 10px 0;
    margin-bottom: 13px;
    text-align: center;
    background-color: #2e4fff;
    color: #fff;
    border-radius: 10px;
}
.flow__support_txt {
    font-size: 14px;
    margin-left: 13px;
}
.flow__support_txt p {
    line-height: 1.42;
}
.flow__support_txt p span {
    color: #2e4fff;
}
.flow__support-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}
.flow__img02 {
    margin-top: 30px;
}

/* スキル */
.skill__head {
    margin-bottom: 34px;
}
.skill__inner {
    position: relative;
}
.skill__set {
    margin: 0 0 34px 13px;
}
.skill__img {
    position: absolute;
    top: 30px;
    right: 0;
}
.skill__set-course {
    margin: 0 0 10px;
    font-size: 14px;
}

/* 申し込み */
.application {
    margin-top: 34px;
}
.application__head {
    margin-bottom: 28px;
}
.application-form-bottom {
    margin-bottom: 36px;
}
.application__step01 {
    text-align: center;
    border: 1px solid #000090;
    padding: 10px 26.5px;
}
.application__step01 h4 {
    color: #000090;
    font-weight: normal;
}
.application__img-chevrons {
    text-align: center;
}
.application__img-chevrons-top {
    margin: 4px 0 10px;
}
.application__img-chevrons-bottom {
    margin: 10px 0 4px;
}
.application__step02 {
    border: 1px solid #000090;
}
.application__step02-ttl {
    text-align: center;
    border-bottom: 1px solid #000090;
    padding: 10px 26.5px;
}
.application__step02-ttl h4 {
    color: #000090;
    font-weight: normal;
    margin: 0;
}
.application__step02-txt {
    padding: 10px 13px;
}
.application__step02-txt__top {
    margin-bottom: 15px;
}
.application__step02-txt__top p {
    font-size: 12px;
}
.application__step02-txt__middle p {
    font-size: 14px;
}
.application__step02-txt__middle p {
    margin: 0 0 5px 10px;
}
.application__step02-txt__middle p:last-child {
    margin: 0 0 10px 10px;
}
.application__step02-txt__bottom p {
    font-size: 12px;
    margin-bottom: 5px;
}
.application__step03 {
    text-align: center;
    border: 1px solid #000090;
    padding: 10px 58.5px;
}
.application__step03 h4 {
    color: #000090;
    font-weight: normal;
    margin: 0;
}
.application__img-device {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
.application__caution {
    margin-bottom: 37px;
}
.application__caution-ttl {
    margin: 0 0 8px;
    font-weight: normal;
    font-size: 12px;
}
.application__caution-txt {
    margin: 0 0 5px;
    font-size: 12px;
}
/****************** フッター *****************/
.footer {
    display: flex;
    padding: 29px 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--unnamed, #000090);
}
.section11 {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin-bottom: 10px;
}
.section12 img {
    width: 100%;
}
.section13 {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */
    margin-top: -8px;
}
.section14 {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
    margin: auto;
    margin-bottom: 24px;
}

@media (max-width: 599px) {
    .fv__img img {
        width: auto;
    }
    .fv__head {
        font-size: 16px;
        padding: 20px 14.5px;
    }
}
@media screen and (max-width: 400px) {
    .fv__img img {
        width: 100%;
    }
    .fv__head {
        font-size: 14px;
        font-weight: normal;
    }
    .fv__head span {
        font-size: 12px;
    }
}
