.grecaptcha-badge {
    visibility: hidden;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    letter-spacing: 0.04em;
    line-height: 1.7;
    font-weight: 400;
    height: -webkit-fill-available;
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 16px;
}

.container-inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 16px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 1250px) {
    .pt-80 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 64px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 1250px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 64px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 1250px) {
    .mt-80 {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .mt-80 {
        margin-top: 64px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 1250px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 64px;
    }
}

.sp {
    display: none !important;
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    p {
        font-size: 14px;
    }
}

.main-ttl {
    font-size: 28px;
    text-align: center;
    color: #0072b5;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    position: relative;
}

@media (max-width: 1250px) {
    .main-ttl {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .main-ttl {
        font-size: 26px;
    }
}

@media (max-width: 1250px) {
    .main-ttl {
        padding-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .main-ttl {
        padding-bottom: 16px;
    }
}

.main-ttl::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 1px;
    background-color: #0072b5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.sub-ttl {
    font-size: 26px;
    margin-bottom: 24px;
    color: #0072b5;
    padding-left: 16px;
    background-image: url(../../assets/images/common/line.svg);
    background-position: center left;
}

@media (max-width: 1250px) {
    .sub-ttl {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .sub-ttl {
        font-size: 22px;
    }
}

.link-txt {
    display: inline;
    text-decoration: underline;
    color: #3071b9;
}

.out-link {
    min-width: 190px;
}

.out-link a {
    border-radius: 8px;
    border: 1px solid #0072b5;
    color: #0072b5;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.out-link a::after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url(../../assets/images/common/i_link.svg);
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 8px;
    transition: 0.3s;
}

.out-link:hover a {
    background-color: #0072b5;
    color: #fff;
}

.out-link:hover a::after {
    background-image: url(../../assets/images/common/i_link_hover.svg);
}

.s-txt {
    color: #555;
    font-size: 14px;
    letter-spacing: 0em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .main-ttl {
        background-size: contain;
    }

    .out-link {
        width: 100%;
    }
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    padding: 8px 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

header .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav-wrap__item {
    margin-right: 32px;
    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1250px) {
    header .nav-wrap__item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    header .nav-wrap__item {
        font-size: 16px;
    }
}

header .nav-wrap__item:last-of-type {
    margin-right: 0;
    transition: 0.3s;
}

header .nav-wrap__item:last-of-type a {
    color: #fff;
    font-weight: 600;
    /* background: linear-gradient(to right, #3078B9, #60BDFF); */
    background: #e75524;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 2px 5px 10px rgba(24, 28, 101, 0.18);
}

header .nav-wrap__item:last-of-type a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 30px;
    height: 33px;
    background-image: url(../../assets/images/header/i_apply.svg);
    vertical-align: -10px;
    margin-right: 8px;
}

header .nav-wrap__item:last-of-type:hover {
    opacity: 0.7;
}

header .nav-wrap__item a {
    transition: 0.3s;
}

header .nav-wrap__item a:hover {
    opacity: 0.7;
}

header .openbtn {
    display: none;
}

@media (max-width: 1250px) {
    header {
        padding: 8px 16px;
    }

    header .nav-wrap__item {
        margin-right: 16px;
    }
}

@media only screen and (max-width: 1000px) {
    header {
        height: 64px;
    }

    header h1 {
        width: 45px;
    }

    header .openbtn {
        display: block;
        width: 48px;
        height: 100%;
        position: relative;
        cursor: pointer;
    }

    header .openbtn .line {
        width: 32px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .openbtn .line span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #0072b5;
        transition: 0.3s;
    }

    header .openbtn .line span:nth-of-type(2) {
        top: 8px;
    }

    header .openbtn .line span:last-of-type {
        top: 16px;
    }

    header .openbtn.active span:first-of-type {
        transform: translateY(8px) rotate(30deg);
    }

    header .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    header .openbtn.active span:last-of-type {
        transform: translateY(-8px) rotate(-30deg);
    }

    header .header-nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        background-image: url(../../assets/images/header/bg_hm.webp);
        background-size: cover;
        background-position: center bottom;
        overflow-y: auto;
    }

    header .header-nav .nav-wrap {
        display: block;
        margin-top: 48px;
    }

    header .header-nav .nav-wrap__item {
        text-align: center;
        margin-right: 0;
        margin-bottom: 32px;
        font-weight: 600;
    }

    header .header-nav .nav-wrap__item a {
        color: #0072b5;
        display: inline;
    }

    header .header-nav .nav-wrap__item:last-of-type {
        width: 80%;
        margin: 0 auto;
    }

    header .header-nav .nav-wrap__item:last-of-type a {
        color: #fff;
        display: block;
    }

    header .header-nav.active {
        opacity: 1;
        visibility: visible;
    }
}

.mv {
    background-image: url(../../assets/images/mv/mv.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(100vh - 85px);
    margin-top: 85px;
    position: relative;
}

.mv img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    padding: 0 20px;
}

@media only screen and (max-width: 1000px) {
    .mv {
        height: calc(100vh - 64px);
        margin-top: 64px;
    }
}

.about .main-ttl {
    background-image: url(../../assets/images/about/ttl.svg);
}

.about .main-ttl + p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 72px;
}

@media (max-width: 1250px) {
    .about .main-ttl + p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about .main-ttl + p {
        font-size: 14px;
    }
}

@media (max-width: 1250px) {
    .about .main-ttl + p {
        margin-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .about .main-ttl + p {
        margin-bottom: 40px;
    }
}

.about .cont1 {
    background: linear-gradient(to top, #f6f9fc 0%, #f6f9fc 50%, #fff 50%, #fff 100%);
    padding-bottom: 64px;
}

@media (max-width: 1250px) {
    .about .cont1 {
        padding-bottom: 64px;
    }
}

@media (max-width: 767px) {
    .about .cont1 {
        padding-bottom: 40px;
    }
}

.about .cont1__flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.about .cont1__flex--item {
    width: 32%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-position: right bottom;
    background-color: #fff;
}

.about .cont1__flex--item img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.about .cont1__flex--item h3 {
    font-size: 18px;
    text-align: center;
    padding: 24px 0 16px 0;
}

.about .cont1__flex--item h3 span {
    display: block;
    font-size: 12px;
}

.about .cont1__flex--item p {
    font-size: 14px;
    padding: 0px 16px 50px 16px;
    text-align: center;
}

.about .cont1__flex--item:first-of-type {
    background-image: url(../../assets/images/about/bg_howto.svg);
    background-size: 190px;
}

.about .cont1__flex--item:nth-of-type(2) {
    background-image: url(../../assets/images/about/bg_mentor.svg);
    background-size: 206px;
}

.about .cont1__flex--item:last-of-type {
    background-image: url(../../assets/images/about/bg_support.svg);
    background-size: 235px;
}

.about .cont2 {
    background-color: #f6f9fc;
}

.about .cont2__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 32px;
}

.about .cont2__flex .img-wrap {
    width: 19%;
}

.about .cont2__flex .img-wrap img {
    border-radius: 8px;
    width: 100%;
}

.about .cont2__flex p {
    font-size: 14px;
    width: 79%;
}

.about .cont2__zero {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 48px;
}

.about .cont2__zero--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .cont2__zero--flex h4 {
    font-size: 22px;
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 1250px) {
    .about .cont2__zero--flex h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about .cont2__zero--flex h4 {
        font-size: 18px;
    }
}

.about .cont2__zero p {
    margin-top: 16px;
    font-size: 14px;
}

@media (max-width: 1250px) {
    .about .cont1__flex {
        flex-wrap: wrap;
    }

    .about .cont1__flex--item {
        width: 48%;
        margin-bottom: 24px;
    }

    .about .cont1__flex--item:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .about .cont1__flex {
        display: block;
    }

    .about .cont1__flex--item {
        width: 100%;
    }

    .about .cont1__flex--item img {
        max-height: 220px;
        object-fit: cover;
    }

    .about .cont2__flex {
        display: block;
    }

    .about .cont2__flex .img-wrap {
        width: 100%;
        margin-bottom: 16px;
    }

    .about .cont2__flex p {
        width: 100%;
    }

    .about .cont2__zero {
        padding: 40px 24px;
    }

    .about .cont2__zero--flex {
        display: block;
    }

    .about .cont2__zero--flex .ttl {
        text-align: center;
    }

    .about .cont2__zero .out-link {
        margin-top: 24px;
    }
}

.target {
    background-image: url(../../assets/images/target/bg.webp);
    background-size: cover;
    background-position: center;
}

.target .main-ttl {
    background-image: url(../../assets/images/target/ttl.svg);
    color: #fff;
}

.target .main-ttl::after {
    background-color: #fff;
}

.target__item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 48px;
}

.target__item .sub-ttl {
    margin-bottom: 16px;
}

.target__item li {
    font-weight: 600;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.target__item li::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-color: #0077cb;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

.target__item .s-txt {
    margin-top: 8px;
}

.target__item:first-of-type p:first-of-type {
    font-weight: 600;
}

.target .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 24px;
}

.target .flex .target__item {
    width: 49%;
}

@media (max-width: 767px) {
    .target__item {
        padding: 32px;
    }

    .target__item:first-of-type p:first-of-type {
        font-size: 16px;
    }

    .target .flex {
        display: block;
    }

    .target .flex .target__item {
        width: 100%;
        margin-bottom: 24px;
    }
}

.schedule {
    background-color: #f6f9fc;
}

.schedule .main-ttl {
    background-image: url(../../assets/images/schedule/ttl.svg);
}

.schedule__item {
    margin-bottom: 72px;
    position: relative;
}

.schedule__item--inner {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 48px;
    margin-left: 3%;
}

.schedule__item::after {
    content: "";
    display: inline-block;
    background-size: contain;
    height: 31px;
    width: 5px;
    background-image: url(../../assets/images/schedule/dots.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -53px;
}

.schedule__item:nth-of-type(8) {
    margin-bottom: 0;
}

.schedule__item:nth-of-type(8)::after {
    display: none;
}

.schedule__item .day {
    font-size: 16px;
    color: #0072b5;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

@media (max-width: 1250px) {
    .schedule__item .day {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .schedule__item .day {
        font-size: 14px;
    }
}

.schedule__item h3 {
    font-size: 25px;
    color: #0072b5;
    line-height: 1.5;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

@media (max-width: 1250px) {
    .schedule__item h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .schedule__item h3 {
        font-size: 21px;
    }
}

.schedule__item h3 span {
    font-size: 20px;
    display: block;
}

@media (max-width: 1250px) {
    .schedule__item h3 span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .schedule__item h3 span {
        font-size: 16px;
    }
}

.schedule__item .teacher {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}

.schedule__item .teacher__img {
    width: 18%;
}

.schedule__item .teacher__img img {
    border-radius: 8px;
}

.schedule__item .teacher__txt {
    width: 78%;
}

.schedule__item .teacher__txt h4 {
    font-size: 16px;
    margin-bottom: 12px;
}

.schedule__item .teacher__txt h4 span {
    background-color: #0072b5;
    color: #fff;
    margin-right: 8px;
    padding: 0 8px;
}

.schedule__item .teacher__txt p {
    font-size: 14px;
}

.schedule__item .teacher__txt p.theme {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.schedule__item .fukidashi {
    background-image: url(../../assets/images/schedule/fukidashi.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: -50px;
    left: 0;
}

.schedule__item .fukidashi .ja {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1250px) {
    .schedule__item .fukidashi .ja {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .schedule__item .fukidashi .ja {
        font-size: 15px;
    }
}

.schedule__item .fukidashi .number {
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    line-height: 0.9;
}

@media (max-width: 1250px) {
    .schedule__item .fukidashi .number {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .schedule__item .fukidashi .number {
        font-size: 32px;
    }
}

.schedule .s-txt {
    margin-top: 16px;
    margin-left: 3%;
}

.schedule .s-txt span {
    color: #c24242;
    display: contents;
}

.schedule .other {
    margin-top: 64px;
}

@media (max-width: 1250px) {
    .schedule .other {
        margin-top: 64px;
    }
}

@media (max-width: 767px) {
    .schedule .other {
        margin-top: 40px;
    }
}

.schedule .other .sub-ttl {
    line-height: 1.5;
}

.schedule .other__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 48px;
}

.schedule .other__flex--item {
    width: 31%;
}

.schedule .other__flex--item .day {
    font-size: 16px;
    color: #0072b5;
    font-weight: 500;
}

@media (max-width: 1250px) {
    .schedule .other__flex--item .day {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .schedule .other__flex--item .day {
        font-size: 14px;
    }
}

.schedule .other__flex--item h4 {
    color: #0072b5;
    font-size: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    line-height: 1.5;
}

@media (max-width: 1250px) {
    .schedule .other__flex--item h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .schedule .other__flex--item h4 {
        font-size: 22px;
    }
}

.schedule .other__flex--item p {
    font-size: 14px;
}

.schedule .other table tr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

.schedule .other table tr th,
.schedule .other table tr td {
    font-size: 14px;
    padding: 16px 0;
}

.schedule .other table tr th:nth-of-type(1),
.schedule .other table tr td:nth-of-type(1) {
    width: 18%;
    min-width: 142px;
    font-weight: 700;
    padding-right: 36px;
}

.schedule .other table tr th:nth-of-type(2),
.schedule .other table tr td:nth-of-type(2) {
    width: 20%;
    min-width: 156px;
    padding-right: 36px;
}

.schedule .other table tr th:nth-of-type(3),
.schedule .other table tr td:nth-of-type(3) {
    display: block;
}

.schedule .other table tr th {
    font-weight: 700;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .schedule__item--inner {
        padding: 28px;
        margin-left: 0;
    }

    .schedule__item .teacher {
        display: block;
    }

    .schedule__item .teacher__img {
        width: 100%;
        margin-bottom: 16px;
    }

    .schedule__item .teacher__txt {
        width: 100%;
    }

    .schedule__item .fukidashi {
        width: 80px;
        height: 80px;
        top: -58px;
    }

    .schedule .s-txt {
        margin-left: 0;
    }

    .schedule .other__flex {
        display: block;
        padding: 28px;
    }

    .schedule .other__flex--item {
        width: 100%;
        margin-bottom: 30px;
    }

    .schedule .other__flex--item:last-of-type {
        margin-bottom: 0;
    }

    .schedule .other table tr {
        display: block;
        padding: 20px 0;
    }

    .schedule .other table tr:first-of-type {
        display: none;
    }

    .schedule .other table tr:nth-of-type(2) {
        padding-top: 0;
    }

    .schedule .other table tr th:first-of-type,
    .schedule .other table tr td:first-of-type {
        padding: 0;
        font-size: 16px;
    }

    .schedule .other table tr th:not(:first-of-type),
    .schedule .other table tr td:not(:first-of-type) {
        display: block;
        padding: 10px 0 0 0;
    }
}

.benefit .main-ttl {
    background-image: url(../../assets/images/benefit/ttl.svg);
}

.benefit .list {
    border-top: 1px solid #ccc;
}

.benefit .list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    background-image: url(../../assets/images/benefit/i_check.svg);
    background-position: center left;
}

.benefit .list__item .ttl {
    font-size: 16px;
    padding-left: 38px;
    font-weight: 600;
}

@media (max-width: 1250px) {
    .benefit .list__item .ttl {
        padding-left: 38px;
    }
}

@media (max-width: 767px) {
    .benefit .list__item .ttl {
        padding-left: 0px;
    }
}

.benefit .list__item .s-txt {
    padding-left: 38px;
}

@media (max-width: 1250px) {
    .benefit .list__item .s-txt {
        padding-left: 38px;
    }
}

@media (max-width: 767px) {
    .benefit .list__item .s-txt {
        padding-left: 0px;
    }
}

.benefit .list__item .out-link {
    margin-left: 24px;
}

@media (max-width: 1250px) {
    .benefit .list__item .out-link {
        margin-left: 24px;
    }
}

@media (max-width: 767px) {
    .benefit .list__item .out-link {
        margin-left: 0;
    }
}

.benefit > .s-txt {
    display: block;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .benefit .list__item {
        display: block;
        padding: 32px 0;
        background-image: none;
    }

    .benefit .list .ttl {
        text-align: center;
    }

    .benefit .list .s-txt {
        text-align: center;
        display: block;
    }

    .benefit .list .out-link {
        margin-top: 16px;
    }
}

.mentor {
    background-color: #f6f9fc;
}

.mentor .main-ttl {
    background-image: url(../../assets/images/mentor/ttl.svg);
}

.mentor__item {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 48px;
    margin-bottom: 32px;
}

.mentor__item--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.mentor__item--flex .img-wrap {
    width: 180px;
    margin-right: 16px;
}

.mentor__item--flex .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.mentor__item--flex table {
    width: 75%;
    border-top: 1px solid #ccc;
}

.mentor__item--flex table th,
.mentor__item--flex table td {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    font-size: 14px;
}

.mentor__item--flex table th {
    width: 15%;
}

.mentor__item .sub-ttl {
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 8px;
}

.mentor__item .profile-txt {
    font-size: 14px;
}

.mentor .btn-more {
    margin: 0 auto;
    width: 240px;
    transition: 0.3s;
}

.mentor .btn-more a {
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #3078b9, #60bdff);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 2px 5px 10px rgba(24, 28, 101, 0.18);
}

.mentor .btn-more:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .mentor__item {
        padding: 40px 24px;
    }

    .mentor__item--flex {
        flex-direction: column;
    }

    .mentor__item--flex .img-wrap {
        width: 60%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .mentor__item--flex table {
        width: 100%;
        margin-bottom: 16px;
    }

    .mentor__item--flex table th,
    .mentor__item--flex table td {
        display: block;
        width: 100%;
    }

    .mentor__item--flex table th {
        border: none;
        padding-bottom: 0;
    }

    .mentor__item--flex table td {
        padding-top: 0;
    }

    .mentor .btn-more {
        width: 80%;
    }
}

.apply {
    background-image: url(../../assets/images/apply/bg.webp);
    background-size: cover;
    background-position: center;
}

.apply .main-ttl {
    background-image: url(../../assets/images/apply/ttl.svg);
    color: #fff;
}

.apply .main-ttl::after {
    background-color: #fff;
}

.apply__item {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 56px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.apply__item table th,
.apply__item table td {
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
}

.apply__item table th {
    width: 22%;
}

.apply__item table input {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 8px;
}

.apply__item table .file-wrap input {
    background: none;
    border: none;
    padding: 16px 0;
}

.apply__item table .hissu {
    background-color: #c24242;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    margin-left: 16px;
}

.apply__item table .l-txt {
    color: #0072b5;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    font-size: 18px;
}

@media (max-width: 1250px) {
    .apply__item table .l-txt {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .apply__item table .l-txt {
        font-size: 20px;
    }
}

.apply__item table .link-flex {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.apply__item table .link-flex .out-link {
    margin-right: 16px;
    min-width: 240px;
}

.apply__item table .link-flex .out-link a {
    font-weight: 600;
    padding: 16px;
}

.apply__item table .link-flex .out-link a::after {
    background-image: url(../../assets/images/apply/i_download.svg);
}

.apply__item table .link-flex .out-link:hover a::after {
    background-image: url(../../assets/images/apply/i_download_hover.svg);
}

.apply__item .btn-submit {
    width: 240px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    transition: 0.3s;
    cursor: pointer;
}

.apply__item .btn-submit input {
    text-align: center;
    background: linear-gradient(to right, #3078b9, #60bdff);
    border-radius: 8px;
    color: #fff;
    padding: 16px;
    box-shadow: 2px 5px 10px rgba(24, 28, 101, 0.18);
    width: 100%;
}

.apply__item .btn-submit:hover {
    opacity: 0.7;
}

.apply__item .wpcf7-spinner {
    position: absolute;
    bottom: -32px;
    left: 34%;
}

@media (max-width: 767px) {
    .apply__item {
        padding: 32px;
    }

    .apply__item table th,
    .apply__item table td {
        display: block;
        width: 100%;
    }

    .apply__item table th {
        border: none;
        padding-bottom: 0;
    }

    .apply__item table td {
        padding-top: 8px;
    }

    .apply__item table .link-flex {
        display: block;
    }

    .apply__item table .link-flex .out-link {
        min-width: 100%;
        margin-bottom: 8px;
    }
}

.partner .main-ttl {
    background-image: url(../../assets/images/partner/ttl.svg);
}

.partner .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partner .logo-wrap__item {
    margin-bottom: 16px;
    margin-right: 16px;
    width: 22%;
}

.partner .logo-wrap__item img {
    width: 100%;
}

@media (max-width: 767px) {
    .partner .logo-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .partner .logo-wrap__item {
        width: 48%;
        margin-right: 0;
    }
}

footer {
    background-color: #f6f9fc;
}

footer .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

footer .flex::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-color: #ccc;
    width: 1px;
    height: 135px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .flex__item h2 {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    color: #0072b5;
    margin-bottom: 16px;
    white-space: nowrap;
}

@media (max-width: 1250px) {
    footer .flex__item h2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    footer .flex__item h2 {
        font-size: 16px;
    }
}

footer .flex__item h2 span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 8px;
    white-space: normal;
}

@media (max-width: 1250px) {
    footer .flex__item h2 span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    footer .flex__item h2 span {
        font-size: 14px;
    }
}

@media (max-width: 1250px) {
    footer .flex__item h2 span {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    footer .flex__item h2 span {
        margin-left: 0;
    }
}

footer .flex__item p {
    font-size: 14px;
}

@media (max-width: 1250px) {
    footer .flex__item p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    footer .flex__item p {
        font-size: 14px;
    }
}

footer .flex__item:first-of-type {
    padding-right: 16px;
}

@media (max-width: 1250px) {
    footer .flex__item:first-of-type {
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    footer .flex__item:first-of-type {
        padding-right: 0;
    }
}

footer .flex__item:last-of-type {
    padding-left: 16px;
}

@media (max-width: 1250px) {
    footer .flex__item:last-of-type {
        padding-left: 16px;
    }
}

@media (max-width: 767px) {
    footer .flex__item:last-of-type {
        padding-left: 0;
    }
}

footer .copy {
    text-align: center;
    background: linear-gradient(to right, #3078b9, #60bdff);
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    font-family: "Barlow", sans-serif;
}

@media (max-width: 1250px) {
    footer .copy {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    footer .copy {
        font-size: 12px;
    }
}

.page-top {
    font-size: 16px;
    position: fixed;
    right: 16px;
    bottom: 24px;
    transition: 0.3s;
}

@media (max-width: 1250px) {
    .page-top {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .page-top {
        font-size: 14px;
    }
}

.page-top a {
    writing-mode: vertical-lr;
    width: auto;
    height: auto;
    font-weight: 600;
    color: #0072b5;
    font-family: "Barlow", sans-serif;
}

.page-top a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 17px;
    height: 17px;
    background-image: url(../../assets/images/common/ar_top.svg);
    margin-bottom: 8px;
}

.page-top:hover {
    bottom: 32px;
}

@media (max-width: 1250px) {
    footer .flex::before {
        display: none;
    }
}

@media (max-width: 767px) {
    footer .flex {
        flex-direction: column;
    }

    footer .flex__item {
        margin-bottom: 40px;
    }

    footer .flex__item:last-of-type {
        margin-bottom: 0;
    }

    footer .flex__item h2 {
        display: block;
    }

    .page-top {
        right: 8px;
    }
}

.complete {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 180px;
}

@media (max-width: 1250px) {
    .complete {
        margin-top: 200px;
    }
}

@media (max-width: 767px) {
    .complete {
        margin-top: 120px;
    }
}

@media (max-width: 1250px) {
    .complete {
        margin-bottom: 180px;
    }
}

@media (max-width: 767px) {
    .complete {
        margin-bottom: 64px;
    }
}

.complete .main-ttl {
    background-image: url(../../assets/images/complete/ttl.svg);
}

.complete .link {
    width: 260px;
    margin: 0 auto;
    margin-top: 40px;
}

.complete .link a {
    border: 1px solid #0072b5;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    color: #0072b5;
    transition: 0.3s;
}

.complete .link a:hover {
    background-color: #0072b5;
    color: #fff;
}

@media (max-width: 767px) {
    .complete .link {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */
