/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.subpage > section {padding: 90px 0; position: relative; background-color: #0a1841; }
.subpage img {max-width: inherit;}
.subpage > section:nth-of-type(even) {background: #fff;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
.sub_tit h3 {font-size: 20px; font-weight: 700; color:#1ea2ff; line-height: 1.1;  margin-bottom: 20px; text-transform: uppercase;}

.line_tit::before {content: ''; width:70px; height: 4px; display: block ;background-color: #30287c; margin: 0 0 20px;}

.left_line {position: relative; padding-left: 12px; text-align: left;}
.left_line::before {content: ''; width:2px; height: 70%; position: absolute; left: 0; top:15%; display: block ;background-color: #30287c; }

.dot_list > li {position: relative; padding-left: 12px; font-weight: 300; line-height: 1.65; text-align: left;}
.dot_list > li::before {content: ''; position: absolute; left: 0; top:10px; display: block; width: 4px; height: 4px; background-color: #bcbcbc; border-radius: 50%;}
.dot_list > li:nth-child(n+2) {margin-top: 7px ;}

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

.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: space-between; flex-wrap: wrap;}
.col4_list > li {width: calc(25% - 15px);}

/* font size */
.fs_60 {font-size: 60px; font-weight :700; line-height: 1.1; color:#fff; }
.fs_40 {font-size: 40px; font-weight :700; line-height: 1.1; color:#fff; }
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.1; color:#fff; }
.fs_36 {font-size: 36px; font-weight :700; line-height: 1.1; color:#fff; }
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.2;  color:#fff;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.2;  color:#fff;  }
.fs_30 {font-size: 30px; font-weight:600; line-height: 1.2;  color:#fff;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.2;  color:#fff;  }
.fs_25 {font-size: 24px; font-weight:700; line-height: 1.2; color:#fff;}
.fs_24 {font-size: 24px; font-weight:700; line-height: 1.2; color:#fff;}
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; color:#fff;}
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; color:#fff;  }
.fs_21 {font-size: 21px; font-weight:300; line-height: 1.4; color:#fff;  }
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.76; color:#fff;  }
.fs_19 {font-size: 19px; font-weight: 400; color: #fff; line-height: 1.76; letter-spacing: -.36px; }
.fs_18 {font-size: 18px; font-weight: 400; color: #fff; line-height: 1.76; letter-spacing: -.36px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #fff; line-height: 1.76; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #fff; line-height: 1.76; letter-spacing: -.36px; }
.fs_15 {font-size: 15px; font-weight: 400; color: #fff; line-height: 1.76; letter-spacing: -.36px; }

/*Content CSS*/
.greetings .sub_tit h2 {line-height: 1.5;}
.greetings .img { width:calc(50% + 650px); height: 350px; border-radius: 30px 0 0 30px; background:url("../img/gre_img.jpg") 100% 50%/cover no-repeat; margin: 40px 0 50px auto;}
.greetings .desc {display: flex; align-items: flex-start; justify-content: space-between;}
.greetings .desc h4 {flex-shrink: 0; margin-right: 50px; line-height: 1.6; }












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

    /* content */
    .greetings .img { width:calc(100% - 50px);}

}

@media screen and (max-width:1280px) {


}


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

    .dot_list > li::before { top: 9px;}


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

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

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

    /* font size */
    .fs_60 {font-size:40px; }
    .fs_40 {font-size:32px; }
    .fs_37 {font-size:30px; }
    .fs_36 {font-size:30px; }
    .fs_34 {font-size: 27px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_26 {font-size: 21px;}
    .fs_24 {font-size: 19px;}
    .fs_25 {font-size: 19px;}
    .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 */
    .greetings .img {height: 250px; width:calc(100% - 30px);}
    .greetings .desc {display: block; }
    .greetings .desc h4 {margin: 0 0 30px; }


}

@media screen and (max-width: 768px) {


}

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

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

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

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

    /* font size */
    .fs_60 {font-size:32px; }
    .fs_40 {font-size:24px; }
    .fs_37 {font-size:22px; }
    .fs_36 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .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 */
    .greetings .img {height: 150px; width:calc(100% - 20px); margin: 30px 0 35px auto; border-radius: 20px 0 0 20px; }
    .greetings .desc h4 {margin: 0 0 20px; }


}

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

    /* content */

}
