/* 
    Created on : 2021/12/02, 14:00:00
    Author     : p-duc
*/

.sub_page_sk {
    width: 100%;
    padding-top: 50px;
    background: #f8fafe;
    overflow: hidden;
    max-width: 100%;
}
.about_sk_inner {
    position: relative;
}
.about_sk_title {
    position: relative;
    z-index: 2;
    padding-left: 70%;
    font-weight: bold;
}
.about_sk_sub {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-family: 'Noto Serif JP', serif;
    color: #0b1c39;
}
.about_sk_main {
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1;
}
.about_sk_pic {    
    width: 80%;
    margin-top: -50px;
}
.pic_img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:300px;
}
.sk_about1{
    margin: 100px 0;
    overflow: hidden;
    background: #f8fafe;
}
 .sk_about1 .sk_works_tittle{
    margin-bottom: 0px;
}
/*---- about_table_sk -------*/
.about_table_sk{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.about_table_sk:before{
    background-image: url(../images/about1.png);
    position: absolute;
    content: '';
    top: -100px;
    right: -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 270px;
    width: 350px;
    z-index: 1;
}
.about_table_sk table .about_table_h1 h1 span{
    font-size: 18px;
    margin-right: 10px;
}
.about_table_sk table .about_table_h1{
    position: relative;
    height: 80px;
}
.about_table_sk table .about_table_h2{
    height: 100px;
}
.about_table_sk table .about_table_h2 h1{
    position: absolute;
    left: 0;
    color: #0b1c39;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Noto Serif JP', serif;
}
.about_table_sk table .about_table_h1 td{
    position: absolute;
    top: 30px; 
    left: 0;
    width: 100%;
}
.about_table_sk table .about_table_h1 td h1{
    color: #0b1c39;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Noto Serif JP', serif;
}
.about_table_sk table .about_table_h1:hover{
     background-color: #f8fafe;
}
.about_table_sk table tr{
    color: #3e3a39;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px #ccc solid;
}
.about_table_sk table tr:hover{
    background-color: #f3f3f3;
}
.about_table_sk table{
    text-align: left;
}
.about_table_sk table tr th{
    width: 200px;
}
.about_table_sk table tr .table_tab_th{
    padding-bottom: 45px;
}
.about_table_sk table tr th,
.about_table_sk table tr td{
    padding: 5px;    
    font-weight: 400;
    letter-spacing: 2px;
}
.sk_about_map h1{
    margin-top: 50px;
    color: #0b1c39;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    text-align: center;
}
/*---end about_table_sk -----*/

/*---contact -----*/
hr{
    margin: 15px 0 20px;
}
.contact_sk_page h2{
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    color: #0b1c39;
}
.contact_sk_page p a,.contact_sk_page p{
    margin-bottom: 5px;
    font-family: 'Noto Serif JP', serif;
    color: #0b1c39;
}
.contact_sk_page p a:hover{
    color: #2a6198;
}
.contact_div .table-con{
    width: 900px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.contact_div .table-con tr th{
    color: #2a6198;
}
.contact_div .table-con tr td input,
.table-con tr td textarea{
    width: 100%;
}
.contact_div .table-con tr td input,
.contact_div .table-con tr td textarea{
    color: #231815;
    background-color: rgba(180,180,180,0.2);
    border: 1px solid #fff;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 40px;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.contact_div .table-con tr td textarea{
    height: 220px;
    border-radius: 15px;
}
.contact_div .table-con{
    margin-bottom:20px;
    color: #000;
} 
.contact_div span.requirements {
    color: #a50000;
    padding: 5px;
    margin-right: 10px;
    font-size: 0.7rem;
}
.contact_div p.text-center {
    margin: 30px auto;
    background-color: #2a6198;
    font-weight: 500;
    width: 200px;
    height: 40px;
    border-radius: 3px;
}
.contact_div p .btn{
    color: #fff;
    padding: 10px 0 10px;
    background: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 20px;
    height: 40px;
}
.contact_div p.text-center:hover{
    background-color: #13385e;
}
.br_767_sk{
    display: none;
}
/*---end contact -----*/
.sk_about_kotoba {
    margin: 50px 0;
    text-align: center;
}
.sk_about_kotoba h3{
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 15px;
    color: #787878;
}
.sk_about_kotoba h4{
    font-size: 35px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 45px;
    position: relative;
}
.sk_about_kotoba h4 span{
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 45px;
}
.sk_about_kotoba h5{
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    line-height: 35px;
}
.sk_about_kotoba h5 strong{
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
    padding-right: 7px;
}
.sk_about1 .sk_works_tittle .en{
    font-size: 40px;
}
.sk_about1 .sk_works_tittle .jp{
    top: 0;
}
.sk_about1 tbody tr td hr{
    margin: 5px;
    border-bottom-color: #ccc;
}

/********************* service ****************/
.sk_linknen {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #006aa5;
    font-family: 'Noto Serif JP', serif;
}
.sk_linknen span{
    color: #0b1c39;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}
.sk_linknen strong {
    border: 1px solid #006aa5;
    padding: 0 7px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}
.sk_linknen strong:hover{
    border: 1px solid #fff;
    background-color: #006aa5;
    color: #fff;
}
.sk_w_year h2{
    color: #006aa5;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    border-bottom: 1px solid #006aa5;
    width: 150px;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: 2px;
}
.border-card {
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-size: 14px;
    padding: 4px 2px 2px 8px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    font-family: 'Noto Serif JP', serif;
}
.border-card:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 
        0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.content-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.25s ease;
}
.label-group {
    white-space: nowrap;
    overflow: hidden;
}
.label-group.fixed {
    flex-shrink: 0;
}
.label-group p {
    margin: 0px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.label-group p.title.cta {
    text-transform: uppercase;
}
.label-group p.title {
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}           
.label-group p.caption {
    font-weight: 500;
    color: #0b1c39;
    font-family: 'Noto Serif JP', serif;
}
.label-group img {
    width: 20px;
    margin-right: 10px;
    padding-bottom: 5px;
}
.sk_br_sm{
    display: none;
}
.sk_br_mb{
    display: none;
}
@media(max-width:1199px){
    .about_sk_title {
        padding-left: 60%;
    }
    .about_sk_main {
        font-size: 45px;
    }
    .label-group p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .label-group img{
        width: 16px;
    }
    .sk_tab_capt{
        letter-spacing: -1px!important;
    }
}
@media(max-width:991px){
    .about_sk_main {
        font-size: 35px;
    }
    .about_table_sk:before {
        top: -50px;
        right: -25px;
        height: 175px;
        width: 300px;
    }
}
@media(max-width:767px){
    .sk_br_sm{
        display: block;
    }
    .about_table_sk table .about_table_h2 h1{
        bottom: 0;
        left: 5px;
    }
    .br_767_sk{
        display: block;
    }
    .about_table_sk table .about_table_h1{
        height: 120px;
    }
    .about_table_sk table .about_table_h1 td h1{
        font-size: 24px;
    }
    .about_sk_title {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .about_sk_pic {    
        width: 100%;
    }
    .about_sk_sub {
        font-size: 20px;
    }
    .about_sk_main {
        font-size: 25px;
        color: #fff;
    }
    .about_table_sk table tr th {
        width: 100px;
    }
    .about_table_sk table tr th,
    .about_table_sk table tr td {
        letter-spacing: 0px;
    }
    .about_table_sk .table_sp_th {
        padding-bottom: 20px;
    }
    .about_table_sk table tr .table_sp_td {
        line-height: 20px;
        margin-top: -5px;
        margin-bottom: -5px;
        letter-spacing: 0;
    }        
    .about_table_sk table tr{
        position: relative;
    }
    .about_table_sk table tr th{
        position: absolute;
        width: 100%;
        font-weight: 550;
        color: #000;
    }
    .about_table_sk table tr td{
        position: relative;
        padding: 35px 10px 0 10px;
        width: 100%;
        color: #3e3a39;
    }
    .about_table_sk table .about_table_map{
        position: relative;
        height: 300px;
    }
    .about_table_sk table .about_table_map th{
        position: absolute;
        top: 0; 
        left: 0;
    }
    .about_table_sk table .about_table_map td{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .contact_div .table-con tr td input{
        margin-bottom: 0px;
        position: relative;
    }
    .contact_div .table-con tr{
/*        position: relative;
        font-size: 16px;
        line-height: 30px;*/
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .contact_div .table-con th{
/*        position: absolute;
        top: 15px;*/
        width: 100%;
    }
    .contact_div .table-con td{
        width: 100%;
/*        padding-top: 45px;
        position: relative;*/
    }
    .contact_sk_page h2{
        font-size: 25px;
    }
    .about_table_sk{
        margin-top: 120px;
    }
    .about_table_sk:before {
        top: -140px;
    }
    .sk_linknen{
        margin: 0;
    }
}
@media(max-width:575px){ 
    .sk_br_sm{
        display: none;
    }
    .sk_br_mb{
        display: block;
    }
    .sk_about1 .sk_works_tittle{
        margin-bottom: 10px;
    }
    .sk_about1 .en{
        font-size: 26px;
        padding-right: 40px;
    }
    .sk_about1 .en:after{
        width: 40px;
    }
    .sk_about1 .jp{
        top: -7px;
        font-size: 16px;
    }
    .sk_about1 .en:before {
        width: 15px;
        height: 15px;
    }
}
@media(max-width:450px){
    .label-group p.caption{
        font-size: 12px;
    }
    .label-group img{
        width: 14px;
        padding-bottom: 0;
    }
    .sk_capt_sm{
        letter-spacing: -1px!important;
    }
    .sk_tab_capt{
        letter-spacing: 0!important;
    }
}
@media(max-width:374px){
    .sk_linknen strong{
        font-size: 14px;
        margin-right: 10px;
        line-height: 40px;
    }
    .sk_about1 .en{
        font-size: 23px;
        padding-right: 30px;
    }
    .sk_about1 .en:after{
        width: 30px;
    }
    .sk_about1 .jp{
        top: -7px;
        font-size: 16px;
    }
    .sk_capt_sm{
        letter-spacing: -1.5px!important;
        font-size: 11px!important;
    }
}