/* sub_top */
.sub_visual { position: relative; height: 440px; 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_bg1.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_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub_board .bg { background: url(/image/sub/subcommon/subtop_bg3.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% - 100px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 600; font-size: 55px; color: #fff; }

@media (max-width: 1535px) {
    .sub_visual { height: 350px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 90px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 300px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 80px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 250px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 70px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 200px; }
    .sub_visual .txtbox { top: 60px; height: calc(100% - 60px); }
    /* .sub_visual.sub1 .bg { background-position-x: 10%; } */
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 45px; text-align: center; font-weight: 600; font-size: 40px; color: #000; line-height: 1.35; }
.sub_sect .sub_tit .sub_tit2 { display: block; margin-top: 10px; font-weight: 500; font-size: 18px; color: #717171; line-height: 1.65; }
@media (max-width: 1023px) {
    .sub_sect .sub_tit .sub_tit2 { margin-top: 7px; }
}
@media (max-width: 767px) {
    .sub_sect .sub_tit .sub_tit2 br { display: none; }
}

/* sub1_1 */
.sub1_1 { padding-bottom: 0 !important; }
.sub1_1 .contents { position: relative; overflow: hidden; padding: 150px 0; background: url(/image/sub/sub1/sub1_1_img1.jpg) no-repeat center/cover; background-position: left center; }
.sub1_1 .contents .frame { display: none; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); }
.sub1_1 .contents .contwrap { text-align: right; }
.sub1_1 .contents .textbox { z-index: 3; position: relative; display: inline-block; text-align: left; }
.sub1_1 .contents .textbox .text1 { font-size: 30px; color: #000; line-height: 1.2; }
.sub1_1 .contents .textbox .text2 { font-weight: 600; font-size: 40px; color: #343434; line-height: 1.33; }
.sub1_1 .contents .textbox .text2 span { color: #00b5f6; }
.sub1_1 .contents .textbox .text3 { margin-top: 30px; font-size: 20px; color: #454545; line-height: 1.5; }
@media (max-width: 1279px) {
    .sub1_1 .contents { background-position-x: 30%; }
}
@media (max-width: 1279px) {
    .sub1_1 .contents { background-position-x: 30%; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents .frame { display: block; }
    .sub1_1 .contents .contwrap { text-align: left; }
    .sub1_1 .contents .textbox { display: block; }
    .sub1_1 .contents .textbox .text1 br { display: none; }
    .sub1_1 .contents .textbox .text2 { color: #111; }
    .sub1_1 .contents .textbox .text2 br { display: none; }
    .sub1_1 .contents .textbox .text3 { color: #111; }
    /* .sub1_1 .contents .textbox .text3 br { display: none; } */
}

/* sub3_1 */
.sub3_1 .imgbox { text-align: center; }
.sub3_1 .tablewrap { margin-top: 80px; }
.sub3_1 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #00a0db; font-weight: 500; font-size: 18px; color: #676767; line-height: 1.35; border-left: 1px solid #dbdbdb; }
.sub3_1 .tablewrap table * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub3_1 .tablewrap table th, .sub3_1 .tablewrap table td { padding: 13px; border-bottom: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; }
.sub3_1 .tablewrap table th { color: #fff; background-color: #00b2f4; }
.sub3_1 .tablewrap table td { text-align: center; }
.sub3_1 .tablewrap table td:first-of-type { font-weight: 500; color: #000; background-color: #f6f6f6; }
@media (max-width: 1535px) {
    .sub3_1 .tablewrap table th, .sub3_1 .tablewrap table td { padding: 11px; }
}
@media (max-width: 1279px) {
    .sub3_1 .tablewrap table th, .sub3_1 .tablewrap table td { padding: 10px; }
}
@media (max-width: 1023px) {
    .sub3_1 .tablewrap table th, .sub3_1 .tablewrap table td { padding: 8px; }
}
@media (max-width: 767px) {
    .sub3_1 .tablewrap { overflow-x: scroll; padding-bottom: 10px; }
    .sub3_1 .tablewrap table { width: 800px; }
}