@charset "UTF-8";
.mv_wrap {
    height: 390px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.mv_img {
    width: 100%;
    height: 100%;
    background: #A0D4FF;
}
.mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}
.corporate_menu {
    padding: 48px 0 54px;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-sizing: border-box;
}
.menu-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
}
.corporate_wrap .menu-ttl {
    margin-bottom: 43px;
}
.menuLst_wrap {
    margin: 30px 0 0;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 22px 20px;
}
.menuLst_wrap li {
    width: calc((100% - 20px*4)/5);
}
.menuLst_wrap li a {
    background: #fff;
    color: #004DA0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px 10px 5px;
    border-radius: 4px;
    border: 1px solid #004DA0;
    text-align: center;
}
.menuLst_wrap li a::before {
    content: "";
    position: absolute;
    background: url(../svg/corp_arrow_bl.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    width: 12px;
    height: 6px;
}
.blue_bg {
    display: inline-block;
    width: 100%;
    background: #F4FAFF;
    padding: 122px 0 176px;
    box-sizing: border-box;
}
.corporate_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto 120px;
    background: #fff;
    padding: 70px 60px 50px;
    box-sizing: border-box;
}
.corporate_wrap:last-of-type {
    margin: 0 auto;
}
.corporateCnt_wrap {
    margin-bottom: 78px;
}
.corporateCnt-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.375;
    margin-bottom: 40px;
    padding: 19px 40px 18px;
    color: #005BAC;
    background: #EDF7FD;
}
.corporateCnt_in {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.corporateDtl_wrap {
    width: 61%;
}
.corporateDtl_wrap .txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
}
.ex-txt {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #707070;
    padding: 6px 12px 4px;
    margin-bottom: 16px;
}
.corporateCnt_img {
    width: 31%;
}
.corporateCnt_img img {
    width: 100%;
    height: auto;
}
.ex_lst {
    display: flex;
    justify-items: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 35px;
}
.ex_lst li {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}
.ex_lst li::before {
    content: "";
    position: absolute;
    background: #005BAC;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}
.cont-btn {
    width: 251px;
    height: 70px;
    margin: 0 auto;
}
.cont-btn a {
    background: #005BAC;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #005BAC;
}
.cont-btn a span {
    padding-right: 15px;
    position: relative;
}
.cont-btn a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    background: url(../svg/act_arw_right_dtl.svg) no-repeat center / 100% auto;
    width: 9px;
    height: 16px;
    margin-top: -8px;
}
@media only screen and (min-width: 896px) and (max-width: 1180px) {
    .menuLst_wrap li {
        width: calc((100% - 20px*2)/3);
    }
}
@media (min-width: 896px) {
    .menuLst_wrap li a:hover {
        color: #fff;
        background: #004DA0;
    }
    .menuLst_wrap li a:hover::before {
        background: url(../svg/act_arw_top.svg) no-repeat center / 100% auto;
        transform: scale(1, -1);
    }
    .cont-btn a:hover {
        background: #fff;
        color: #005BAC;
    }
    .cont-btn a:hover span::before {
        background: url(../svg/act_arw_right_dtl_bl.svg) no-repeat center / 100% auto;
        transform: rotate(0);
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 285px;
    }
    .mv_in {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        padding: 0 0 70px 10vw;
        line-height: 1.4;
    }
    .corporate_menu {
        width: 100%;
        padding: 40px 10px;
    }
    .menu-ttl {
        font-size: 20px;
    }
    .menuLst_wrap {
        gap: 10px;
    }
    .menuLst_wrap li {
        width: calc(50% - 5px);
    }
    .menuLst_wrap li a {
        font-size: clamp(12px, 3vw, 14px);
        padding: 10px 5px 9px;
    }
    .menuLst_wrap li a::before {
        display: none;
    }
    .blue_bg {
        padding: 40px 20px;
    }
    .corporate_wrap {
        width: 100%;
        margin: 0 auto 40px;
        padding: 25px 20px 40px;
    }
    .corporate_wrap .menu-ttl {
        margin-bottom: 20px;
    }
    .corporateCnt_wrap {
        margin-bottom: 40px;
    }
    .corporateCnt-ttl {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .corporateCnt_in {
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
    }
    .corporateDtl_wrap,
    .corporateCnt_img {
        width: 100%;
    }
    .corporateDtl_wrap .txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ex_lst {
        gap: 5px 20px;
    }
    .ex_lst li {
        font-size: 14px;
        padding-left: 15px;
    }
    .ex_lst li::before {
        width: 10px;
        height: 10px;
    }
    .cont-btn {
        width: 100%;
        height: 50px;
    }
    .cont-btn a {
        font-size: 16px;
    }
    .cont-btn a span::before {
        right: -10px;
        margin-top: -9px;
    }
}
@media only screen and (max-width: 374px) {
    .menuLst_wrap li {
        width: 100%;
    }
}