/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f1f1f1;}
.subpage img {max-width: inherit;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1600px; width: 100%; }
.sub_tit {margin-bottom: 50px; }

.img_box {display: flex; align-items: center; justify-content: center; border:1px solid #ddd; overflow: hidden; }
.line_tit::before {content: ''; width:30px; height: 3px; display: block ;background-color: #29a7e1; margin: 0 0 10px;}

.flex_line_tit {display: flex ;align-items: flex-start; }
.flex_line_tit .line {flex-shrink: 0; margin-right: 34px; width: 135px; height: 1px; background: #000;  margin-top:23px;}
.flex_line_tit .txt {width: 100%; }
/* .flex_line_tit .txt h2 {margin-bottom: 30px; } */
.flex_line_tit .txt h2 {margin-bottom: 60px; }

/* col_list */
.col2_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2_list > li {width: calc(50% - 15px);}
.col2_list > li:nth-child(n+3) {margin-top:30px;}

.col3_list {display: flex; flex-wrap: wrap; }
.col3_list > li {width: calc(33.3% - 23.3px); margin-right: 35px ;}
.col3_list > li:nth-child(n+4) {margin-top: 60px;}
@media screen and (min-width: 1025px) {
    .col3_list > li:nth-child(3n) {margin-right: 0;}
}

.col4_list {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.col4_list > li {width: calc(25% - 15px); margin-right: 20px; }
@media screen and (min-width: 1025px) {
    .col4_list > li:nth-child(4n) {margin-right: 0;}
    .col4_list > li:nth-child(n+5) {margin-top: 20px;}
}

/* font size */
.fs_45 {font-size: 45px; font-weight :900; line-height: 1.1; letter-spacing: -.9px;}
.fs_40 {font-size: 40px; font-weight :800; line-height: 1.39; letter-spacing: -.8px;}
.fs_36 {font-size: 36px; font-weight :700; line-height: 1.39; letter-spacing: -.72px;}
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
.fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; letter-spacing: -.66px; }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.3;  letter-spacing: -.64px;}
.fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; letter-spacing: -.6px; }
.fs_28 {font-size: 28px; font-weight:800; line-height: 1.3;  }
.fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; letter-spacing: -.54px; }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
.fs_25 {font-size: 25px; font-weight:700; line-height: 1.3;  }
.fs_24 {font-size: 24px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; letter-spacing: -.44px; }
.fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; letter-spacing: -.42px; }
.fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; letter-spacing: -.4px; }
.fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; letter-spacing: -.38px; }
.fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; letter-spacing: -.36px; color:#333; }
.fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
.fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
.fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }

/*Content CSS*/
/* .flex_line_tit {margin-bottom: 60px; } */
/* .sec1 .fs_30 {margin: 150px 0 200px; font-weight: 500; text-align: center;} */


/* sec1 */
.img_box_wrap .box {display: flex; }
.img_box_wrap .box:nth-of-type(even) {flex-direction: row-reverse;}
.img_box_wrap .box > div,
.img_box_wrap .box > a {width: 50%; }
.img_box_wrap .box:nth-child(n+2) {margin-top: 14px;}

.img_box_wrap .box .img {overflow: hidden; z-index: 2; border-radius: 10px; position: relative;}
.img_box_wrap .box .img img {transition: transform .3s; }
.img_box_wrap .box .img:hover img {transform: scale(1.05);}
.img_box_wrap .box .img p {color:#fefefe; position: absolute; left: 70px; bottom: 50px; z-index: 2;}

.img_box_wrap .box .txt {position: relative; z-index: 1; padding-bottom: 80px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
padding-left: 70px;}
.img_box_wrap .box .txt i {position: absolute; line-height: .7; top:55px; right:67px; color: rgba(0, 0, 0, 0.15); font-size: 100px; font-weight: 700; font-style: normal; z-index: -1; letter-spacing: -4px; font-family: 'Aggravo'; opacity: .7;}
.img_box_wrap .box .txt h3 {display: flex; align-items: center; margin-bottom: 45px;}
.img_box_wrap .box .txt h3::before {flex-shrink: 0; content: ''; display: block; width: 40px; height: 1px; background: #000; margin-right: 15px; }
.img_box_wrap .box .txt p {color:#000; line-height: 1.89; font-weight: 400; }

.tag_list > li {display: flex; align-items: flex-start;  text-align: left; }
.tag_list .tag {display: flex; align-items: center; justify-content: center; font-style: normal; width: 80px; height: 38px; background: #ca992a; flex-shrink: 0;
margin-right: 20px; font-size: 19px; font-weight: 600; color:#fff; }
.tag_list p {line-height: 1.93;}
.tag_list p b {font-weight: 500; }
.tag_list > li + li {margin-top:18px; }

@media screen and (min-width: 1201px) {
    .img_box_wrap .box:nth-of-type(even) .img p {left: auto; right: 70px; }

    .img_box_wrap .box .txt {padding-left:70px; text-align: left; }
    .img_box_wrap .box:nth-of-type(even) .txt {padding:0 70px 80px 0; text-align: right; align-items: flex-end;}
    .img_box_wrap .box:nth-of-type(even) .txt i {right: auto; left: 67px;}
    .img_box_wrap .box:nth-of-type(even) .txt h3::before {order:2; margin: 0 0 0 15px;}

    .img_box_wrap .box:nth-of-type(even) .tag_list .tag {margin: 0 0 0 20px;}
    .img_box_wrap .box:nth-of-type(even) .tag_list > li {flex-direction: row-reverse;}
}




@media screen and (max-width:1600px) {
    /* common */
    /* .subpage br:not(.space) {display: none;} */
    .subpage br.no_mob {display: none;}
    .subpage img {max-width: 100%;}

    /* content */
    .img_box_wrap .box .img img {width: 100%; height: 100%; object-fit: cover;}
}

@media screen and (max-width:1400px) {
    /* common */

    /* content */
    .img_box_wrap .box .img p {left:50px; bottom: 35px;}
    @media screen and (min-width: 1201px) {
        .img_box_wrap .box:nth-of-type(even) .img p {right: 50px; }

        .img_box_wrap .box .txt {padding-bottom: 40px;}
        .img_box_wrap .box .txt h3 {margin-bottom: 25px;}
        .img_box_wrap .box .txt p {font-size: 16px;}
        .img_box_wrap .box:nth-of-type(even) .txt {padding:0 70px 40px 0;}
        .img_box_wrap .box:nth-of-type(even) .txt i { left: 30px;}
    }

    .img_box_wrap .box .txt i {font-size: 70px; right: 30px;}

}

@media screen and (max-width: 1200px) {
    .img_box_wrap .box {flex-direction: column !important; align-items: center; text-align: left; }
    .img_box_wrap .box > div,
    .img_box_wrap .box > a {width: 100%;  }
    .img_box_wrap .box:nth-child(n+2) {margin-top: 60px;}
    .img_box_wrap .box .img img {width: 100%; max-height: 400px; object-fit: cover;}
    .img_box_wrap .box .txt {margin-top:40px; padding: 0;}
    .img_box_wrap .box .txt i {right: 0; top:10px;  font-size: 70px;}
    .img_box_wrap .box .txt h3 { line-height: 1.4; margin-bottom: 25px; }

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit {margin: 0 0 40px;}
    .line_tit::before {margin: 0 auto 15px;}

    .flex_line_tit {display: block; margin-bottom: 40px;}
    .flex_line_tit .line {margin: 0 auto 25px; width: 70px;}
    .flex_line_tit .txt h2 {margin-bottom: 40px;}
    /* .flex_line_tit .txt h2 {margin-bottom: 15px;} */

    /* col_list */
    .col2_list > li {width: 100%;}
    .col2_list > li:nth-child(n+2) {margin-top: 20px;}
    /* .col2_list > li:nth-child(n+2) {margin-top: -2px;} */

    /* .col3_list > li {width: calc(50% - 10px); margin-right: 20px; }
    .col3_list > li:nth-child(even) {margin-right: 0;}
    .col3_list > li:nth-child(n+3) {margin-top: 20px;} */
    .col3_list > li {width: calc(33.3% - 10px); margin-right:15px; }
    .col3_list > li:nth-child(3n) {margin-right: 0;}

    .col4_list > li {width: calc(50% - 10px);}
    .col4_list > li:nth-child(even) {margin-right: 0;}
    .col4_list > li:nth-child(n+3) {margin-top: 20px;}

    /* font size */
    .fs_45 {font-size:35px; }
    .fs_40 {font-size:32px; }
    .fs_36 {font-size:30px; }
    .fs_34 {font-size: 27px;}
    .fs_33 {font-size: 26px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_28 {font-size: 22px;}
    .fs_27 {font-size: 22px;}
    .fs_26 {font-size: 21px;}
    .fs_25 {font-size: 21px;}
    .fs_24 {font-size: 20px;}
    .fs_23 {font-size: 19px;}
    .fs_22 {font-size: 19px;}
    .fs_21 {font-size: 18px; line-height: 1.4;}
    .fs_20 {font-size: 17px; line-height: 1.65;}
    .fs_19 {font-size: 17px; line-height: 1.65;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_17 {font-size: 15px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}
    .fs_15 {font-size: 13px; line-height: 1.65;}

    /* content */
    .tag_list .tag {margin-right: 20px; font-size: 16px; width: 65px; height: 30px;}



}



@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px; }

    .flex_line_tit .line {margin: 0 auto 20px; width: 50px;}

    /* col_list */
   .col2_list > li {width: 100%;}
   .col2_list > li:nth-child(n+2) {margin-top: 10px;}

   .col3_list > li {width: 100%; margin-right: 0; }
   .col3_list > li:nth-child(n+2) {margin-top: 20px;}

   .col4_list > li {width: 100%;}
   .col4_list > li:nth-child(n+2) {margin-top: 10px;}

    /* c_btn */
    .c_btn {width: 100%; height: 40px; padding: 0 15px; font-size: 13px; }

    /* font size */
    .fs_45 {font-size:27px; }
    .fs_40 {font-size:24px; }
    .fs_36 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_33 {font-size: 20px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_28 {font-size: 19px;}
    .fs_27 {font-size: 19px;}
    .fs_26 {font-size: 18px;}
    .fs_25 {font-size: 18px;}
    .fs_24 {font-size: 17px;}
    .fs_23 {font-size: 17px;}
    .fs_22 {font-size: 17px;}
    .fs_21 {font-size: 16px;}
    .fs_20 {font-size: 15px;}
    .fs_19 {font-size: 15px;}
    .fs_18 {font-size: 14px;}
    .fs_17 {font-size: 14px;}
    .fs_16 {font-size: 13px;}
    .fs_15 {font-size: 12px;}

    /* content */
    .img_box_wrap .box:nth-child(n+2) {margin-top: 50px;}
    .img_box_wrap .box .img p { left: 30px; bottom: 20px; }

    .img_box_wrap .box .txt {margin-top: 30px;}
    .img_box_wrap .box .txt i {right: 0; top:0; font-size:40px;}
    .img_box_wrap .box .txt h3 { margin-bottom:15px; }
    .img_box_wrap .box .txt h3::before {width: 35px;  }
    .img_box_wrap .box .txt p {font-size: 14px;}

    /* .tag_list > li {display: block;} */
    .tag_list .tag {margin: 0 10px 0 0; font-size: 14px; width:50px; height: 25px;}
    .tag_list > li + li {margin-top: 10px;}
}
