body {
    line-height: 1.5;
}

/* ===============================================
# zaikou
=============================================== */
.content-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto 200px;
    padding: 0 20px;
}

.left-content {
    width: 17.09%;
}

.right-content {
    width: 79.75%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
/* current */
.current {
    margin-top: 60px;
}

.section-heading.current-heading {
    margin-bottom: 60px;
}

.current-content {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
    margin-top: 40px;
}

.app-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}

.app-btn a {
    display: inline-block;
    width: 100%;
    max-width: 230px;
}

.current-app {
    margin-top: 60px;
}

.current-app__text {
    font-weight: bold;
    font-size: 20px;
}

.current-app__list {
    margin-top: 30px;
}

.current-app__item {
    list-style: none;
}

.current-app__item:not(:first-child) {
    margin-top: 10px;
    line-height: 1.7;
}

.current-item__link {
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .app-btn {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .app-btn a {
        max-width: 100%;
    }
    .right-content {
        padding: 0 !important;
    }
    .left-content {
        padding: 0 !important;
    }
    .footer {
        padding: 0 20px;
    }
    footer .copyRightWrap {
        margin-bottom: 50px;
    }
    .content-wrapper {
        margin-bottom: 50px;
    }
    .lowerMainVisual .titleTextWrap {
        min-height: auto !important;
    }
}

/* certificates */
.certificates {
    margin-top: 100px;
}

.certificates-text {
    margin-top: 20px;
    font-size: 14px;
}

.certificates-content {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    margin-top: 60px;
}

.certificates-item__text {
    margin-top: 20px;
    line-height: 1.7;
}

.certificates-pdf__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}

.certificates-pdf {
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
}
/* ===============================================
# philosophy
=============================================== */
.philosophy {
    padding-bottom: 140px;
}
.philosophy-item {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.philosophy-img {
    width: 71.43%;
    margin: 60px auto 0;
}

.philosophy-heading {
    font-weight: 500;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}
.philosophy-text, .philosophy-alignment__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.philosophy-alignment {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.philosophy-alignment__heading {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .philosophy {
        padding-bottom: 60px;
    }
    .philosophy-heading {
        font-size: 20px;
        text-align: left;
    }
    .philosophy-img {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .philosophy {
        padding-top: 30px;
    }
}
/* ===============================================
# campus
=============================================== */
.campus-img {
    margin-top: 60px;
}

.campus-notes {
    margin-top: 30px;
    font-size: 14px;
}

.district {
    margin-top: 50px;
}

.district-heading {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0 5px 5px;
    font-size: 20px;
}

.district-heading::before {
    position: absolute;
    left: -5px;
    width: 7px;
    height: 100%;
    background-color: #333333;
    content: "";
}

.district-list {
    margin-top: 30px;
}

.district-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.district-item:not(:first-child) {
    border-top: none;
}

.district-item__name {
    flex: 1;
    font-weight: bold;
}

.district-item__text {
    flex: 3;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .district-item {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
    }
}
/* 関西、関東 */
.region {
    margin-top: 50px;
}

.region__content {
    display: flex;

    gap: 20px;
}

.region__heading {
    padding: 10px;
    background-color: #219cdc;
    color: #ffffff;
    font-size: 18px;
    text-align: center;

    writing-mode: vertical-rl;
}
.region--kantou .region__heading {
    background-color: #32a8b1;
}

.region__list {
    display: flex;
    column-gap: 20px;
}
.region__item {
    width: 19%;
}
.region__item-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}

.region__item-heading {
    color: #219cdc;
    font-size: 16px;
}
.region--kantou .region__item-heading {
    color: #32a8b1;
}
.region__item-img img {
    width: 100%;
    height: 140px;

    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .region__content {
        flex-direction: column;
        max-width: calc(100% - 34rem);
        margin-right: auto;
        margin-left: auto;
    }
    .region__heading {
        writing-mode: horizontal-tb;
    }
    .region__list {
        flex-direction: column;
        row-gap: 100px;
    }
    .region__item {
        width: 100%;
    }
    .region__item-img img {
        height: auto;
    }
}

/* ===============================================
# 共通
=============================================== */
.mt150 {
    margin-top: 150px;
}
.mt60 {
    margin-top: 60px;
}

/* mvタイトル */
.lowerMainVisual .titleTextWrap .eng, .lowerMainVisual .titleTextWrap .jap {
    color: #333333;
}
.posrel img {
    width: 100%;
}
/* タイル型リンク */
.flex-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));

    gap: 30px;
}
.flex-wrapper .corporate_infomation_fix_1 {
    max-width: 400px;
    height: auto;
    min-height: auto;
}
.flex-wrapper .printer_block.printer_block_noSidebar a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.flex-wrapper .corporate_infomation_fix_1 img {
    aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
    .flex-wrapper {
        grid-template-columns: repeat(1, 1fr); /* 1列に設定 */
    }
}
.printer_block_noSidebar {
    width: 100%;
}

/* ページ内リンク */
.field_select_btn {
    border-color: #333333;
    color: #333333;
}
.contentWrap.right-content .field_select_btn {
    margin-bottom: 0;
}
/* 共通パーツ */
.section-title {
    padding: 15px 0 15px 20px;
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
}

.section-heading {
    padding: 10px 0 10px 20px;
    border: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}
.section-introduction {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #333333;
    color: #333333;
    font-size: 18px;
}
.section-name {
    font-size: 18px;
}
/* タイルレイアウト */
.section-item {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}
.section-img {
    width: 32.54%;
}
.section-img img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.section-body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 63.49%;
}

.section-text {
    font-size: 16px;
    line-height: 1.7;
}
.common-banner {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .common-banner {
        margin-top: 50px;
    }
}
.section-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
}
.section-list__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.section-list__link {
    font-size: 16px;
}
/* ページ内リンク */
.section-page-link-btn-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));

    gap: 10px;
}

.section-page-link-btn {
    padding: 20px 10px;
    border: 1px solid #333333;
}

.section-page-link-btn_link {
    width: 100%;
}

.section-page-link-btn__text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-page-link-btn__text--left {
    padding-left: 5px;
}
.scroll-text {
    display: none;
}
.titleTextWrap .eng, .titleTextWrap .jap {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, .5);
}

@media screen and (max-width: 768px) {
    .lowerMainVisual .titleTextWrap {
        width: 100%;
    }
    .lowerMainVisual .titleTextWrap .eng {
        font-size: 20px;
    }
    .lowerMainVisual .titleTextWrap .jap {
        font-size: 16px;
    }
    .section-item {
        flex-direction: column;
    }
    .section-item.section-item--reverse {
        flex-direction: column-reverse;
    }
    .section-img {
        width: 100%;
    }
    .section-body {
        width: 100%;
        margin-top: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-heading {
        padding: 10px;
        font-size: 18px;
    }
    .lowerMainVisualImage {
        object-fit: cover;
    }
    .section-list__item {
        font-size: 14px;
    }
    .section-list__link {
        font-size: 14px;
    }
    .scroll-text {
        display: block;
    }
}
/* ===============================================
# text
=============================================== */
.pdf-link {
    position: relative;
}
.pdf-link::before {
    display: inline-block;
    margin-right: 3px;
    color: #0086d1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
}
.pdf-link::after {
    display: inline-block;
    margin-left: 3px;
    color: #00456b;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
}
/* ===============================================
# class
=============================================== */

.class-img-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.class-img-wrapper img {
    width: 47%;
}
@media screen and (max-width: 768px) {
    .schedule-table {
        display: block;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        border-collapse: collapse;

        -webkit-overflow-scrolling: touch;
    }
    .class-img-wrapper {
        flex-direction: column;
        row-gap: 30px;
    }
    .class-img-wrapper img {
        width: 100%;
    }
}

/* ===============================================
# uniform
=============================================== */
.uniform-content {
    display: flex;
    justify-content: space-between;
}

.uniform-item {
    width: 48%;
}

.uniform-bottom {
    text-align: center;
}

.uniform-bottom__img {
    margin: 0 auto;
}
/* ===============================================
# recruit
=============================================== */
.news-list__wrapper {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
/* voice */
.rec-voice__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));

    gap: 30px;
}

.rec-voice__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.rec-voice__body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.rec-voice__btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    background-color: #333333;
    color: #ffffff;
}
/* ===============================================
# rec-flow
=============================================== */
.rec-flow__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    overflow: hidden;

    gap: 50px;
}

.rec-flow__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
}
.rec-flow__item::after {
    position: absolute;
    top: 25%;
    right: -25px;
    font-size: 16px;
    content: "▶";
}
.rec-flow__item:last-child::after {
    display: none;
}
.rec-flow__body {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.rec-flow__item img {
    width: 100%;
    height: auto;

    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .rec-flow__content {
        grid-template-columns: 1fr;
        row-gap: 100px;
    }
    .rec-flow__item::after {
        top: auto;
        right: auto;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        content: "▼";
    }
}
/* 応募フォーム */
.rec-frow__btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rec-frow__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 620px;
    padding: 20px 0;
    background-color: #888888;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

/* ===============================================
# サイドバー
=============================================== */
ul.menu {
    width: 100%;
}

.left-content .sidebar {
    height: 100%;
}
ul.menu .list.dark a {
    background-color: #333333 !important;
}
@media screen and (max-width: 900px) {
    .content-wrapper {
        flex-direction: column-reverse;
        row-gap: 100px;
    }

    .left-content {
        display: none;
        width: 100%;
        padding: 0 20px;
    }

    .right-content {
        width: 100%;
        padding: 0 20px;
    }
}
/* ===============================================
# flow
=============================================== */
.frow {
    padding-bottom: 140px;
}
.frow-item {
    display: flex;
    padding: 20px 10px;
}
.frow-item.gray {
    background-color: #f7f7f7;
}
.frow-heading {
    flex: 1;
    color: #3f92f2;
    font-weight: bold;
    font-size: 20px;
}

.frow-text-wrapper {
    display: flex;
    flex: 2;
    flex-direction: column;
    row-gap: 10px;
}
.frow-link::before {
    display: inline-block;
    margin-right: 3px;
    color: #0086d1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
}
@media screen and (max-width: 768px) {
    .frow-item {
        flex-direction: column;
        row-gap: 10px;
    }
}
/* ===============================================
# plan
=============================================== */
.plan-item {
    padding: 10px;
    border-radius: 4px;
    background-color: #efefef;
    color: #0086d1;
    font-weight: bold;
}
/* ===============================================
# jaccs
=============================================== */
.col3-wrapper {
    display: flex;
    justify-content: center;

    gap: 20px;
}

.jaccs-card {
    width: 30%;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.jaccs-card__heading {
    padding: 10px;
    background-color: #efefef;
    color: #0086d1;
    font-weight: bold;
}

.jaccs-card__body {
    padding: 10px;
    background-color: #ffffff;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .col3-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .jaccs-card {
        width: 100%;
    }
}
/* ===============================================
# recruit
=============================================== */
.mv-text {
    color: #333333;
    line-height: 2;
}
/* ===============================================
# media
=============================================== */
.media-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.nav-tabs {
    display: flex;
    list-style: none;
    margin-top: 30px;
    border-bottom: 1px solid #707070;

    gap: 5px;
}
.nav-link {
    display: inline-block;
    padding: 10px min(2.78vw, 40px);
    background-color: #f5f5f5;
}
.nav-link.active {
    background-color: #707070;
    color: #ffffff;
}

.media-item {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;

    gap: 60px;
}
@media screen and (max-width: 768px) {
    .media-item {
        grid-template-columns: 1fr;
    }
    .sp-tab {
        display: none;
    }
    .nav-link {
        padding: 10px 3.91vw;
    }
}
/* ===============================================
#パンくず
=============================================== */
.lowerMainVisual + .pankuzuWrap {
    position: static;
    transform: none;
    color: #333333;
}
.lowerMainVisual + .pankuzuWrap a, .lowerMainVisual + .pankuzuWrap p {
    color: #333333;
}
.lowerMainVisual + .pankuzuWrap img {
    filter: brightness(0);
}
/* ===============================================
# 共通
=============================================== */
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mt100 {
    margin-top: 100px;
}
.section-body.w100 {
    width: 100%;
}
.w100 {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.d-b {
    display: block;
}
.d-ib {
    display: inline-block;
}
.lh15 {
    line-height: 1.5;
}
.lh20 {
    line-height: 2;
}
.col2-wrapper {
    display: flex;
    align-items: center;
}
.cg50 {
    column-gap: 50px;
}
.center {
    text-align: center;
}
.link-under {
    text-decoration: underline;
}
.custom-item {
    display: flex;
    padding: 20px 10px;
}
.custom-item p:first-child {
    flex: 1;
}
.custom-item p:last-child {
    flex: 4;
}
.custom-item.gray {
    background-color: #f9f9f9;
}
.section-notes {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .custom-item {
        flex-direction: column;
        row-gap: 10px;
    }
    .rec-voice__body {
        row-gap: 5px;
    }
    .rec-voice__item {
        row-gap: 10px;
    }
}
.field_select_btn_wrapper.scroll-up_auto {
    row-gap: 10px;
}
.lowerMainVisual img {
    width: 100%;
    max-height: 430px;

    object-fit: cover;
}
.lowerMainVisual {
    position: relative;
}
.lowerMainVisual::after {
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #333333;
    content: "";
}
.sp-media-nav {
    display: none;
}
@media screen and (max-width: 900px) {
    .sp-media-nav {
        display: block;
        margin-top: 50px;
    }
    .sp-media-nav p {
        text-align: center;
    }

    .sp-media-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
        list-style: none;
        width: 100%;
        margin-top: 20px;
    }
    .sp-media-nav ul li {
        width: 48%;
        border: 1px solid #dddddd;
        text-align: center;
    }
    .sp-media-nav ul li a {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
    }
}