/* sub_top */
.sub_visual { position: relative; height: 400px; overflow: hidden; }
.sub_visual .bg { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: center; }
.sub_visual .bg { animation: suv_bg forwards linear 5s; }
@keyframes suv_bg {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.sub_visual.sub1 .bg { background: url(/image/sub/subcommon/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subcommon/subtop_bg2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subcommon/subtop_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subcommon/subtop_bg4.jpg) no-repeat center/cover; }
.sub_visual.sub5 .bg { background: url(/image/sub/subcommon/subtop_bg5.jpg) no-repeat center/cover; }

.sub_visual .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 55%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 600; font-size: 55px; color: #fff; }

.sub_visual.sub1 .frame { background-color: rgba(0, 0, 0, 0.5); }
.sub_visual.sub2 .frame { background-color: rgba(0, 0, 0, 0.2); }
.sub_visual.sub3 .frame { background-color: rgba(0, 0, 0, 0.5); }
.sub_visual.sub4 .frame { background-color: rgba(0, 0, 0, 0.5); }

@media (max-width: 1535px) {
    .sub_visual { height: 350px; }

    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 320px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 300px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 140px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 105px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 270px; }
    .sub_visual.sub1 .bg { background-position-x: 35%; }
    .sub_visual.sub4 .bg { background-position-x: 75%; }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; background-color: #151718; }
.subtop .contwrap { height: 100%; }
.subtop .subtop_flex { display: flex; flex-wrap: nowrap; height: 100%; }
.subtop .subtop_flex .top_cont { position: relative; }
.subtop .subtop_flex .top_cont1 { position: relative; display: block; width: 45px; height: 100%; border-right: 1px solid #5d5853; border-left: 1px solid #5d5853; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #333; }
.subtop .subtop_flex .top_cont1 a { position: relative; display: block; height: 100%; color: #fff; }
.subtop .subtop_flex .top_cont1 img { display: inline-block; position: relative; top: 45%; left: 50%; transform: translate(-50%,-50%); }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #5d5853; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #5d5853; }
.subtop.noSub .subtop_flex .top_cont3 { display: none !important; }

.subtop .subtop_flex .top_cont .top_contin { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 14px; height: 100%; font-size: 15px; color: #fff; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #333; }

.subtop .subtop_flex .donw_arrow { transform-origin: center; }
.subtop .subtop_flex .active .donw_arrow { transform: rotateZ(180deg); }

.subtop .subtop_flex .top_cont .top_subs { z-index: 10; display: none; position: absolute; left: -1px; width: calc(100% + 2px); background-color: rgba(0, 0, 0, 0.8); border: 1px solid #c0c0c0;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #fff; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #444; }

@media (max-width: 1023px) {
    .subtop { margin-top: -70px; height: 70px; }
    .subtop .subtop_flex { flex-wrap: wrap; }
    .subtop .subtop_flex .top_cont1 { width: 35px; height: 35px; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 35px); height: 35px; }
    .subtop .subtop_flex .top_cont3 { width: 100%; height: 35px; border-left: 1px solid #5d5853; border-top: 1px solid #5d5853; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { margin-top: -35px; height: 35px; }
    .subtop.noSub .subtop_flex .top_cont3 { display: none; }
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 55px; text-align: center; font-weight: 600; font-size: 36px; color: #000; }

/* sub1_1 */
.sub1_1 .contents { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents dt { min-width: max-content; margin-right: 55px; }
.sub1_1 .contents dt img { width: 419px; }
.sub1_1 .contents dd { width: 100%; }
.sub1_1 .contents dd .textbox .text1 { font-weight: 600; font-size: 30px; color: #000; line-height: 1.3; }
.sub1_1 .contents dd .textbox .text2 { margin-top: 15px; font-size: 20px; color: #696868; line-height: 1.65; }
.sub1_1 .contents dd .textbox .text2 span { font-weight: 500; color: #07588c; }
.sub1_1 .contents dd .textbox .text3 { text-align: right; font-size: 20px; color: #696868; line-height: 1.65; }
@media (max-width: 1535px) {
    .sub1_1 .contents dt { margin-right: calc(30px + 1.5vw); }
    .sub1_1 .contents dt img { width: calc(200px + 13vw); }
}
@media (max-width: 767px) {
    .sub1_1 .contents { display: block; text-align: center; }
    .sub1_1 .contents dt { margin-right: initial; min-width: initial; }
    .sub1_1 .contents dt img { width: 100%; max-width: 200px; }
    .sub1_1 .contents dd { margin-top: 20px; }
}

/* sub2_1 */
.sub2_1 .contents1 li { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.sub2_1 .contents1 li:nth-of-type(2n) { flex-direction: row-reverse; }
.sub2_1 .contents1 li:nth-of-type(n + 2) { margin-top: 35px; }
.sub2_1 .contents1 li .imgbox { width: 47.7%; }
.sub2_1 .contents1 li .imgbox img { width: 100%; }
.sub2_1 .contents1 li .txtbox { width: 47.7%; }
.sub2_1 .contents1 li .txtbox .txt1 { display: flex; flex-wrap: nowrap; align-items: center; font-weight: 500; font-size: 30px; color: #08598d; }
.sub2_1 .contents1 li .txtbox .txt1 b { display: inline-block; margin-right: 10px; font-weight: 700; font-size: 45px; color: #dbdbdb; letter-spacing: -0.025em; line-height: inherit; }
.sub2_1 .contents1 li .txtbox .txt2 { font-size: 18px; color: #747474; line-height: 1.7; }
@media (max-width: 1023px) {
    .sub2_1 .contents1 li { display: block; text-align: center; }
    .sub2_1 .contents1 li .imgbox { width: 100%; }
    .sub2_1 .contents1 li .imgbox img { width: 100%; max-width: 300px; }
    .sub2_1 .contents1 li .txtbox { margin-top: 20px; width: 100%; }
    .sub2_1 .contents1 li .txtbox .txt1 { justify-content: center; text-align: left; }
}

/* sub4_2 */
.sub4_2 { padding-bottom: 0 !important; }
.sub4_2 #main_inquiry .contents2 > li .desc1 { display: none !important; }