@charset "utf-8";
/*====================================
共通
=====================================*/
.top_tit__area{
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

@media screen and (min-width: 0px) {
    .top_tit__area{
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .top_tit__area{
        flex-wrap: nowrap;
        gap: unset;
    }
}
/*====================================
メインビジュアル
=====================================*/
.main_v{
    margin-bottom: 50px;
}

.mainv_img{
    width: 100%;
}

.mainv_img a.splide__slide{
    width: 100%;
}

.mainv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (min-width: 0px) {
    .main_v{
        padding: 1rem 1.25rem 0rem 1.25rem;
    }

    .mainv_img {
        aspect-ratio: 3 / 2;
    }

    .splide__track{
        border-radius: 20px;
    }
}

@media screen and (min-width: 768px) {
    .main_v{
        padding: 1rem 2rem 0rem 2rem;
    }

    .splide__track{
        border-radius: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .mainv_img{
        height: 520px;
        aspect-ratio: unset;
    }
}

@media screen and (min-width: 1025px) {
    .main_v{
        padding: 1rem 5.5rem 0rem 5.5rem;
    }
}

@media screen and (min-width: 1440px) {

    .mainv_img{
        height: 650px;
    }
}

/*====================================
about エリア
=====================================*/
.about_area .about_tx{
    margin: 5rem 0;
    display: flex;
    justify-content: center;
    font-size: 1.65em;
    font-weight: 600;
    line-height: 1.5;
}

/*====================================
お知らせ エリア
=====================================*/
.important_news__area{
    padding: 1rem;
    border: solid 3px var(--red);
    border-radius: 20px;
}
.important_news__area .tit_h2{
    color: var(--red);
}

/*====================================
検索エリア
=====================================*/
.search_area{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--orange2);
}

.search_area form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.search_label{
    font-size: 24px;
    font-weight: 600;
}

.search_area input{
    padding: 0.75rem;
    border-radius: 5px;
    background-color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

input.feas_archive_freeword{
    max-width: 100%;
    width: 400px;
    border: solid 1px var(--black);
}

input.feas-submit-button{
    background-color: var(--black);
    color: var(--white);
}
input.feas-submit-button:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/*====================================
支援センター
=====================================*/
.content{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.content_img__area{
    height: auto;
    display: flex;
    aspect-ratio: 3 / 2;
    border-radius: 20px;
    overflow: hidden;
}

.content_tx__area h2{
    margin-bottom: 2rem;
}

.content_tx__area p{
    line-height: 1.5;
}

.content_tx__area button{
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 300px;
    border-radius: 30px;
    border: solid 2px var(--black);
    background: var(--white);
    color: var(--black);
}

.content_tx__area button:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.content_tx__area .button .bt_arrow{
    background-color: var(--black);
}

@media screen and (min-width: 0px) {
    .content{
        flex-wrap: wrap;
    }

    .content_img__area{
        width: 100%;
    }

    .content_tx__area{
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .content{
        flex-wrap: nowrap;
    }

    .content_img__area{
        width: 33.33%;
    }

    .content_tx__area{
        width: 66.66%;
    }
}

/*====================================
ボタンエリア
=====================================*/
.sub_menu__area{
    margin-bottom: 0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--orange2);
}

.sub_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: 2rem;
}

.sub_menu li{
    width: calc(50% - 1rem);
}

.sub_menu li a{
    padding: 3rem 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px var(--black);
    border-radius: 10px;
    background: var(--white);
    font-size: 1.25em;
    font-weight: 600;
    text-decoration: unset;
}

.sub_menu li a:hover{
    text-decoration: underline;
}

@media screen and (min-width: 0px) {
    .sub_menu li{
        width: 100%;
    }

    .sub_menu li a{
        height: 100px;
    }
}

@media screen and (min-width: 768px) {
    .sub_menu li{
        width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 1024px) {
    .sub_menu li a{
        height: 100%;
    }
}

/*====================================
学校のようす トップページレイアウト
=====================================*/
.event_area{
    width: 100%;
}

/*====================================
リンクエリア 共通
=====================================*/
/* リンク カスタムフィールド */
.custom_menu{
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom_menu__con a::before{
    content: '';
    margin-right: 1rem;
    width: 1em;
    height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--black);
}

.custom_menu__con a{
    padding: 1.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: solid 1px var(--black);
    background-color: var(--white);
    font-weight: 600;
    line-height: 1.25;
    text-decoration: unset;
}

.custom_menu__con a:hover{
    text-decoration: underline;
}

/* 内部リンク用カスタムメニュー */
.custom_menu__area{
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.custom_menu__area .custom_menu{
    margin-top: 0rem;
}

.custom_menu__area .custom_menu__con a{
    padding: 2rem;
    border: solid 2px var(--black);
}

.custom_menu__area .custom_menu__con a::before{
    background-color: var(--orange1);
}

@media screen and (min-width: 0px) {
    .custom_menu{
        gap: 1rem;
    }

    .custom_menu__con{
        width: 100%;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .custom_menu{
        gap: 2rem 1rem;
    }

    .custom_menu__con{
        width: calc(50% - 1rem);
    }
}
/*====================================
カスタムバナー
=====================================*/
.custom_banner__area{
    height: 100%;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.custom_banner__area a{
    width: auto;
    height: 100%;
    display: inline-block;
    border: solid 2px var(--gray);
}

.custom_banner__area img{
  width: auto;
  height: 100%;
  max-height: 200px;
}

.custom_banner__area a[target="_blank"]:after{
    content: unset;
}

@media screen and (min-width: 0px) {
    .custom_banner__area {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .custom_banner__area {
        margin-top: 3rem;
    }
}