@charset "utf-8";

/* mv */
.mv {
    position: relative;
    margin-top: 90px;
    height: 680px;
    text-align: center;
}

.mv .mv_slide {
    width: 100%;
    height: 100%;
}

.mv .mv_slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_tit {
    font-size: 64px;
    font-weight: 300;
    color: #fff;
}

.mv_alt {
    margin: 40px 0 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.mv_slide_arw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 13;
}

.mv_slide_arw.prev {
    left: 0;
}

.mv_slide_arw.next {
    right: 0;
}

a.com_btn01,
.com_btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 99px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

a.com_btn01::after,
.com_btn01::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

a.com_btn01:hover,
.com_btn01:hover {
    color: #000;
}

a.com_btn01:hover img,
.com_btn01:hover img {
    filter: invert(1);
}

a.com_btn01:hover::after,
.com_btn01:hover::after {
    left: 0;
}

@media all and (max-width:1400px) {
    .mv {
        height: 500px;
    }
    .mv_tit {
        font-size: 54px;
    }
    .mv_alt {
        margin: 30px 0 50px;
        font-size: 18px;
    }
    a.com_btn01, .com_btn01 {
        gap: 15px;
        padding: 0 15px;
        min-width: 180px;
        height: 45px;
        font-size: 16px;
    }
    .mv_slide_arw {
        width: 70px;
        height: 70px;
    }
}

@media all and (max-width:1024px) {
    .mv {
        height: 400px;
    }
    .mv_tit {
        font-size: 44px;
    }
    .mv_alt {
        margin: 20px 0 40px;
        font-size: 16px;
    }    
    .mv_slide_arw {
        width: 60px;
        height: 60px;
    }
}

@media all and (max-width:700px) {
    .mv {
        height: 300px;
    }
    .mv_tit {
        font-size: 34px;
    }
    .mv_alt {
        margin: 15px 0 35px;
        font-size: 16px;
    }    
    .mv_slide_arw {
        width: 50px;
        height: 50px;
    }
}

/* END mv */

/* main_menu01 */
.main_menu01 {
    border-bottom: 1px solid #DEDEDE;
    height: 135px;
}

.main_menu01 .main_menu_box {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.main_menu01 .main_menu_box a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

@media all and (max-width:1024px) {
    .main_menu01 {
        height: 100px;
    }
    .main_menu01 .main_menu_box a {
        gap: 10px;
        font-size: 14px;
    }
    .main_menu01 .main_menu_box a .img img {
        height: 40px;
    }
}

@media all and (max-width:700px) {    
    .main_menu01 {
        height: 90px;
    }
    .main_menu01 .main_menu_box a .img img {
        height: 30px;
    }
}
/* END main_menu01 */

/* con01 */
.con {
    position: relative;
    padding: 120px 0;
}

.com_tit {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.com_tit.flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.com_tit.white {
    color: #fff;
}
.com_tit .h.active {
    color: #333;
}
.com_tit .h {
    color: #DEDEDE;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.com_tit:hover .h {
    color: #333;
}

.com_alt {
    font-size: 20px;
    color: #aaa;
    font-weight: 500;
}

.com_alt.white {
    color: #fff;
}

.com_flex_box01 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 0;
}

.com_plus_icon {
    position: relative;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.com_plus_icon span {
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #666;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.com_plus_icon span:nth-child(2) {
    width: 3px;
    height: 24px;
}

.com_plus_icon:hover {
    transform: rotate(90deg);
}

.con_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.con_flex_box01>div {
    width: calc(50% - 30px);
}

.con_img_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.con_img_flex_box01 .box {
    width: calc(50% - 15px);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 1/1;
}

.con_img_flex_box01 .box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.con_img_flex_box01 .box .txt_box {
    color: #fff;
    z-index: 2;
}

.con_img_flex_box01 .box .txt_box .txt_label {
    font-size: 16px;
    font-weight: 700;
}

.con_img_flex_box01 .box .txt_box .tit {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.con_img_flex_box01 .box:hover {
    border-radius: 10px;
}

.img_plus_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.img_plus_icon .com_plus_icon span {
    background-color: #fff;
}

.img_plus_icon .com_plus_icon:hover {
    transform: unset;
}

.con_img_flex_box01 .box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.con_img_flex_box01 .box .img img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con_img_flex_box01 .box:hover::after {
    background-color: rgba(0, 0, 0, 0.15);
}

.con_img_flex_box01 .box:hover .img_plus_icon {
    visibility: visible;
    opacity: 1;
}

.con_img_flex_box01 .box:hover .img_plus_icon .com_plus_icon {
    transform: rotate(180deg);
}

.con_img_flex_box01 .box:hover .img img {
    transform: scale(1.3);
}

.com_notice_link_box_wrap {
    margin-top: 30px;
}
.com_notice_link_box_wrap .box {
    display: none;
}
.com_notice_link_box_wrap .box.active {
    display: block;
}
.com_notice_link_box+.com_notice_link_box {
    margin-top: 8px;
}

.com_notice_link_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    padding: 11px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.com_notice_link_box .txt_box {
    width: calc(100% - 46px);
}

.com_notice_link_box .txt_box .tit {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

.com_notice_link_box .txt_box .tit span p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com_notice_link_box .txt_box .alt {
    display: flex;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    gap: 10px;
    margin: 5px 0;
}

.com_notice_link_box .img {
    min-width: 36px;
}

.com_notice_link_box:hover {
    padding: 11px 20px 11px 30px;
    background-color: #001F7E;
}

.com_notice_link_box:hover .txt_box .tit,
.com_notice_link_box:hover .txt_box .alt {
    color: #fff;
}

.com_notice_link_box:hover .img img {
    filter: brightness(0) invert(1);
}

@media all and (max-width:1400px) {
    .com_tit {
        font-size: 38px;
    }
    .com_alt {
        font-size: 18px;
    }
    .com_plus_icon {        
        width: 30px;
        height: 30px;        
    }
    .com_plus_icon span {
        width: 20px;
        height: 2px;
    }
    .com_plus_icon span:nth-child(2) {
        width: 2px;
        height: 20px;
    }
}
@media all and (max-width:1024px) {
    .com_tit {
        font-size: 28px;
    }
    .com_alt {
        font-size: 16px;
    }
    .con_img_flex_box01 .box {
        padding: 30px 20px;
    }
}
@media all and (max-width:700px) {
    .com_tit {
        font-size: 24px;
    }
    .com_alt {
        font-size: 14px;
    }
    .con_img_flex_box01 .box {
        width: 100%;
    }
}
/* END con01 */

/* con02 */
.hover_tab_wrap {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.hover_tab_wrap .box {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    aspect-ratio: 1/0.375;
    z-index: 1;
    overflow: hidden;
}

.hover_tab_wrap .box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 31, 126, 0.5);
    transition: all 0.3s ease-in-out;
}

.hover_tab_wrap .box .com_tit {
    justify-content: center;
}

.hover_tab_wrap .box .txt_box {
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.hover_tab_wrap .box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.hover_tab_wrap .box .com_alt {
    margin-top: 5px;
}

.hover_tab_wrap .box .img_plus_icon {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    height: 0;
}

.hover_tab_wrap .box:hover .img {
    transform: scale(1.2);
}

.hover_tab_wrap .box:hover::after {
    background-color: unset;
}

.hover_tab_wrap .box:hover .img_plus_icon {
    visibility: visible;
    opacity: 1;
    height: 100%;
    margin-top: 30px;
}

@media all and (max-width:1400px) {
    .con_flex_box01>div {
        width: 100%;
    }
}

@media all and (max-width:1024px) {
    .con {        
        padding: 100px 0;
    }
    .hover_tab_wrap .box {
        width: 100%;
    }
}

@media all and (max-width:700px) {
    .con {        
        padding: 80px 0;
    }
}
/* END con02 */

/* con03 */
.txt_center_box {
    text-align: center;
}

.banner_slide {
    margin: 60px 0;
}

.infinite-slide-container {
    overflow: hidden;
    white-space: nowrap;
    margin: 40px 0;
}

.infinite-slide-track {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLoop 30s linear infinite;
}

.infinite-slide-container.school .infinite-slide-track {
    animation-duration: 20s;
}

.slide-item {
    display: inline-block;
    margin-right: 40px;
}

.slide-item img {
    display: block;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media all and (max-width:700px) {
    .slide-item {
        margin-right: 20px;
    }
    .slide-item img {
        height: 80px;
    }
}
/* END con03 */