@charset "UTF-8";

section.contents_wrap{
    margin-bottom: 4.9%;
}

section.contents_wrap .contents_left{
    background: url(../images/top_img01-bg.webp)no-repeat center bottom;
    background-size: cover;
}
section.contents_wrap .contents_right{
    background: url(../images/top_img02-bg.webp)no-repeat center top;
    background-size: cover;
}

section.contents_wrap .inner{
    max-width: 1182px;
    margin: 0 auto;
    padding: 34px 0 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
    &::before{
        content: '';
        background: linear-gradient(180deg,rgba(25, 104, 199, 1) 0%, rgba(28, 186, 198, 1) 100%);
        width: 14px;
        height: 94%;
        display: inline-block;
        position: absolute;
        top: 0;
    }
}
section.contents_wrap .contents_left .inner{
    background: url(../images/top_img01_no.webp)no-repeat 29px 11px;
    &::before{
        left: 0;
    }
}
section.contents_wrap .contents_right .inner{
    background: url(../images/top_img02_no.webp)no-repeat 96% 18px;
    &::before{
        right: 0;
    }
}

section.contents_wrap .inner .txt_block{
    width: 43%;
    max-width: 530px;
}
section.contents_wrap .contents_left .txt_block{
    padding-left: 36px;
    padding-right: 20px;
}
section.contents_wrap .contents_right .txt_block{
    padding-left: 36px;
    padding-right: 20px;
}

section.contents_wrap .txt_block h1{
    margin-bottom: 37px;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.39;
    color: #fff;
}
section.contents_wrap .contents_right .txt_block h1{
    color: #0839a2;
}

section.contents_wrap .txt_block p{
    margin-bottom: 29px;
    line-height: 1.39;
    color: #fff;
}

section.contents_wrap .contents_right .txt_block p{
    color: #000;
}

section.contents_wrap .img_block{
    width: 53%;
    max-width: 619px;
    margin-bottom: 24px;
    display: block;
}


aside.case_bnr{
    text-align: center;
    margin-bottom: 4.8%;
}

aside.contact_bnr{
    padding: 26px 0 21px;
    background: url(../images/contact_bg.webp)no-repeat top center;
    text-align: center;
    color: #fff;
}

aside.contact_bnr h2{
    margin-bottom: 11px;
    font-size: 47px;
    font-family: gotham, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1a87c8;
}

aside.contact_bnr p.txt{
    margin-bottom: 23px;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.39;
}
aside.contact_bnr p.txt2{
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.39;
}

aside.contact_bnr .btn_block {
    display: flex;
    justify-content: center;
    gap: 26px;
}

aside.contact_bnr .link_btn-line a, aside.contact_bnr .link_btn-contact a {
    font-size: 21px;
}

section#about{
    margin: 104px 0 99px;
}

section#about .inner{
    max-width: 1200px;
    margin: 0 auto;
}

section#about .inner h1{
    font-size: 31px;
    font-weight: 600;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    line-height: 1.39;
    color: #00448d;
}
section#about .inner h1 span{
    margin-right: 26px;
    margin-bottom: 11px;
    font-size: 47px;
    font-family: gotham, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #03205a;
    display: inline-block;
}

section#about .contents_block{
    padding: 36px 0 0;
    text-align: center;
    background: url(../images/about_bg.webp)no-repeat center;

}


/*** info ***/
section#main-contents {
    max-width: 1200px;
    margin: 0 auto;
}

section#main-contents .topics-block-wrap{
    display: flex;
    justify-content: space-between;
}

section#main-contents .topics-block-left{

    max-width: 876px;
}
section#main-contents .topics-block-left .list-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 57px 2%;
}

section#main-contents .topics-block-left .list_block {
    border: 1px solid #bababa;
    padding: 10px 10px 17px;
}
section#main-contents .topics-block-left .list_block > a{
    width: 100%;
    display: block;
}

section#main-contents .topics-block-left .list_block a::hover{
    background: #000;
}
section#main-contents .topics-block-left .list_block > a > .img-wrap{
    margin-bottom: 14px;
    width: 100%;
    height: 167px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    }
section#main-contents .topics-block-left .list_block > a > .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    }

section#main-contents .topics-block-left .list_block > a > div.text{
    height: auto;
}
section#main-contents .topics-block-left .list_block > a > div h2{
    font-size: 18px;
    color: #1a69ca;
    font-weight: bold;
    min-height: 73px;
    border-left: none;
}
section#main-contents .topics-block-left .list_block p{
    font-size:16px;
}
section#main-contents .topics-block-left span.article-date{    
    margin: 5px 0 9px;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #1a95c6;
}

section#main-contents .topics-block-left .list_block p.date{
    margin-bottom: 2%;
    text-align: right;
    font-size: 20px;
    font-size: 2.0rem;
}


#sidebar .side-index{
    margin: 34px 0 30px;
}

#sidebar .side-index h2{
    margin-bottom: 15px;
    padding: 13px 18px 8px 7px;
    background: linear-gradient(90deg,rgba(24, 103, 198, 1) 0%, rgba(3, 75, 149, 1) 100%);
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sidebar .side-index h2 span{
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
}

div#categories-2 ul {
    margin-bottom: 10px;
}

#sidebar .side-index li{
    border-bottom: 1px solid #bababa;
}

#sidebar .side-index li a{
    display: block;    
    padding: 8px 0 8px 8px;
    color: #202020;
    line-height: 1.4;
    }

/*** pagenation ***/
ul.page-numbers{display: flex;}

.pagenation {
    width: 100%;
    margin: 66px auto 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
}

.pagenation span, .pagenation a {
    display: block;
    width: auto;
    padding: 15px;
    border-top: 2px solid #D4D4D4;
    border-bottom: 2px solid #D4D4D4;
    border-left: 2px solid #D4D4D4;
    border-right: 0px solid #D4D4D4;
    
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagenation .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagenation a:hover,
.pagenation .current  {
    border-color: #D4D4D4;
    background-color: #D4D4D4;
}

/* 前へ */
.pagenation a.before,
.pagenation a.prev
{
    border-radius: 5px 0 0 5px;   
    border-right: none; 
}
/* 次へ */
.pagenation a.next {
    border-radius: 0 5px 5px 0;    
    border-right: 2px solid #D4D4D4;
}
/* 最初へ */
.pagenation a.first {}
/* 最後へ */
.pagenation a.last {}

/* Page x / y */
.pagenation span.page_num {
    display: none;
}


@media screen and (max-width: 768px){
    div#mv{
        margin-bottom: 5%;
    }

    section.contents_wrap{
        margin-top: 4.9%;
    }

    section.contents_wrap .contents_left .inner{
        background: none;
        flex-wrap: wrap-reverse;
        &::before {
            left: 10px;
            width: 10px;
        }
    }
    section.contents_wrap .contents_right .inner{
        background: none;
        display: block;
        &::before {
            right: auto;
            width: 10px;
            left: 10px;
        }
    }
    section.contents_wrap .img_block{
        width: 96%;
        margin: 0 auto;
        position: relative;
    }

    section.contents_wrap .inner .txt_block{
        width: 100%;
        padding: 20px 10px 0 26px;
    }

    section.contents_wrap .txt_block h1{
        margin-bottom: 18px;
        font-size: 21px;
    }
    section.contents_wrap .txt_block p{
        margin-bottom: 20px;
    }

    section.contents_wrap .contents_left .txt_block{
        background: url(../images/top_img01_no.webp) no-repeat 10px -20px;
        background-size: 50%;
    }
    section.contents_wrap .contents_right .txt_block{
        width: 90%;
        background: url(../images/top_img02_no.webp) no-repeat 10px -20px;
        background-size: 50%;
    }

    aside.contact_bnr{
        padding: 16px 0 17px;
    }
    aside.contact_bnr h2{
        margin-bottom: 3%;
        font-size: 28px;
    }

    aside.contact_bnr p.txt{
        margin-bottom: 8px;
        font-size: 21px;
    }

    aside.contact_bnr .btn_block{
        gap: 12px;
    }

    aside.contact_bnr .link_btn-line a, aside.contact_bnr .link_btn-contact a{
        font-size: 14px;
    }

    section#main-contents .topics-block-wrap{
        width: 98%;
        margin: 0 auto;
        display: block;
    }

    section#about {
        margin: 10% 0 8%;
    }

    section#about .inner{
        width: 96%;
    }
    section#about .inner h1{
        font-size: 18px;
    }
    section#about .inner h1 span{
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 30px;
        display: block;
    }

    section#about .contents_block{
        padding: 20px 10px 0;
    }


    section#main-contents{
        width: 96%;;
    }
    section#main-contents .topics-block-wrap{
        width: 100%;
    }
    section#main-contents .topics-block-left{
        width: 100%;
    }
    section#main-contents .topics-block-left .list-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 20px 2%;
    }
    section#main-contents .topics-block-left .list_block{
        width: 42%;
    }
    section#main-contents .topics-block-left .list_block > a > .img-wrap{
        width: 100%;
        height: 110px;
    }

    .pagenation{
        margin: 20px auto 20px;
    }

    #sidebar .bnr_block {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #sidebar .bnr_block > div{
        width: 48%;
    }
}

/*** company ***/
.gb-wrap {
    background: #77C1C4;
    border-radius: 5px;
    padding: 0.8% 0;
    margin-bottom: 5%;
}
.gb-wrap > div{
    background: #fff;
    border-radius: 5px;    
    margin: 0 0.8%;
    padding: 2% 0;
}
.gb-wrap table{
    width: 675px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.gb-wrap table tr{
    border-top: 1px solid #77C1C4;
    border-left: 1px solid #77C1C4;
}
.gb-wrap table th{
        width: 24%;
    border-bottom: 1px solid #77C1C4;
    border-right: 1px solid #77C1C4;
    color: #009A00;
    text-align: left;
    padding: 1% 0% 1% 3%;
    vertical-align: middle;   
}
.gb-wrap table td{
    border-bottom: 1px solid #77C1C4;
    border-right: 1px solid #77C1C4;
    color: #646464;
    padding: 1% 2%;
    vertical-align: middle;
    letter-spacing: 0em;     
}

#company .txt{
    margin-left: 3%;
}

@media screen and (max-width: 768px){
    .gb-wrap table{width: 96%;}
    iframe {
    width: 100%;}
    #company .txt{width: 90%;}
}
/*** contact ***/
.contact-block{
    /*background: url(../images/form_bg.jpg)no-repeat top center;*/
    background-size: 100%;
    margin-top: 27px;  
    color: #000;
    background: #f7f7f7;
    padding-bottom: 20px;
}

form.wpcf7-form,
form.wpuf-form-add.wpuf-form-layout1.wpuf-theme-style{
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
}

.wpcf7 dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;    
}

.wpcf7 dt{
    width: 37%;
    font-size: 20px;
    font-size: 2.0rem;}
.wpcf7 dt span,
.txt-etc span{color: #CC3300;}
.wpcf7 dt span{
    color: #fff;
    background: #c30;
    font-size: 1.2rem;
    padding: 3px 5px;
    margin-left: 7px;
    display: inline-block;
}
.wpcf7 dd{
    width: 60%;
}
.wpcf7 dd input{
    width: 94%;
}

.wpcf7 dd input,
.wpcf7 dd select,
.wpcf7 textarea,
.wpuf-fields input,
.wpuf-fields select,
.wpuf-fields textarea
{
    font-size: 20px;
    border: 1px solid #77C1C4;
    /*border-radius: 25px;*/
    padding: 10px 10px;
    }
.wpuf-fields input,
.wpuf-fields textarea{width: 100%;}

.wpcf7 textarea {
    width: 100%;
    height: 175px;}

input.wpcf7-form-control.wpcf7-submit,
input.wpuf-submit-button.wpuf_submit_9{
    background:#77C1C4;
    width: 380px;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;    
    color: #fff;
    font-weight: bold;
    border: #3BA6C8 2px solid;
    border-radius: 40px;
    padding: 15px 0 15px;
    margin: 22px auto 0;
    letter-spacing: 0.5em;
    cursor: pointer;
}
span.wpcf7-list-item{
    margin: 0!important;
    font-size: 19   px;
}
.wpcf7  p.txt-etc{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 13px;}

#thanks main.level2 p{text-align: center;}

@media screen and (max-width: 768px){
    .contact-block{width: 100%;
    margin: 5% auto 0;
        background-size: 100% 70%;}
    
    #content .contact-block{
        background-size: 100% 70%;
    }
    .wpcf7 dl{margin-bottom: 5%;}
    .wpcf7 dt{
        width: 90%;
        font-size: 1.6rem;/* 26px*/
        margin-bottom: 6px;
    }
    .wpcf7 dd{width: 100%!important;}
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
        width: 100%;
        font-size: 1.8rem;}
    .wpcf7 dd input{width: 100%;}
    .wpcf7 dd input[type="checkbox"]{width: 5%;}    
    .wpcf7 dd select{
        width: 100%;
        font-size: 1.8rem;
        margin-right: 2%;    
    }
    .wpcf7 textarea{width: 100%;}

    .wpcf7 dd label {
    display: flex;}
    input.wpcf7-form-control.wpcf7-submit{
        width: 100%;
        background-size: 100% 100%;  
    }
    span.wpcf7-list-item {width: 94%;}
    span.wpcf7-list-item-label{
        font-size: 3.6vw;}
    
    .wpcf7 p.txt-etc{font-size: 1.8rem;}
    
    input.wpcf7-form-control.wpcf7-submit,
input.wpuf-submit-button.wpuf_submit_96{
    width: 98%;
    }

    form.wpuf-form-add.wpuf-form-layout1.wpuf-theme-style{
        padding:6% 0;
    }
}
