
/*------------- 共通要素 ------------*/

.en{
    font-size: calc(3.2rem + ((1vw - 7.68px) * 1.0417));
    line-height: 5.2rem;
    font-family: 'Josefin Sans', sans-serif;
}
.section--contaier{
    width: 100%;
    margin-bottom: 6.4rem;
}
.head-line{
    width: 33%;
}
.table--list{
    width: 66.677%;
}
.table--list dl{
    display: flex;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid #acacac;
}
.recruit .table--list dl{
    align-items: start;
}
.table--list dt{
    font-size: 1.8rem;
    width: 25%;
}
.table--list dl:last-of-type{
    padding-bottom: 0rem;
}
.recruit .table--list dd{
    width: 70%;
}
.recruit .table--list p{
    font-size: clamp(1rem, 2vw + 1rem, 1.4rem);
    padding-top: 2rem;
}
.recruit .table--list span{
    font-weight: bold;
    display: block;
    margin-left: -7px;
    padding-bottom: .4rem;
}

@media (min-width: 1080px) {
    .section--contaier{
        width: 1080px;
        margin: 0 auto 4.8rem;
    }
}
@media (max-width: 768px) {
    .table--list dl{
        display: block;
    }
    .head-line,.table--list{
        width: 100%;
    }
    .table--list{
        margin-top: 2.4rem;
    }
    .table--list dl{
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        border-top: 1px solid #acacac;
    }
    .table--list dt{
       font-size: 1.6rem;
       width: 30%;
    }
    .table--list dd{
        padding-top: .8rem;
    }
    .recruit .table--list dd{
        width: 100%;
        padding-top: 1.2rem;
    }
    .recruit .table--list p{
        line-height: 1.4;
        padding-top: 2rem;
    }
}
.b-bg{
    background: #eaeff5;
}

/*------------- 下層 ------------*/

.layer-wrap{
    padding-top: 96px;
}
.layer-rank-ico{
    position: absolute;
    max-width: 36px;
    top: -10px;
    left: 16px;
}
.site-strenge{
    margin-top: 16px;
}
.site-strenge img{
    padding: 8px 0 12px;
}
.site-strenge > div:nth-of-type(2){
    margin:  16px 0;
}
.outline-list{
    margin: 16px 0;
}
@media screen and (min-width: 780px) {
    .layer-wrap{
        padding-top: 128px;
    }
    .layer-rank-ico{
        max-width: 44px;
        top: -12px;
        left: 40px;
    }
}

/*------------- パンくず ------------*/

.breadcrumbs{
    background-color: #e9eff5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
    font-size: 1rem;
    border-top: 6px solid #124b8e;
}
.breadcrumbs span{
    padding-right: 3px;
    align-items: center;
    -moz-column-gap: .5em;
    column-gap: .5em;
    display: flex
;
}
.breadcrumbs svg{
    block-size: 1em;
    font-size: min(.2040816327vw + .6709183673rem, .875rem);
    inline-size: 1em;
}

/*------------- 比較表 ------------*/

.compair-list{
    margin: 32px 0;
}

/*------------- 記事一覧 ------------*/

.ulayer-archive-wrap,.ulayer-archive-d-wrap{
    background: #fff;
    padding:40px 56px 24px;
}
.ulayer-archive-wrap h4{
    text-align: center;
    font-size: 1.8rem;
}
.ulayer-archive-wrap div a{
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
}
.ulayer-archive-d-wrap > div > a{
    padding: 16px 0;
}
.ulayer-archive-wrap p,.ulayer-archive-d-wrap p{
    font-size: 1.4rem;
    margin-top: 8px;
}
.ulayer-archive-d-wrap h2{
    font-size: 2rem;
}
.archive-ico{
    background: #fff;
    border-radius: 100%;
    max-width: 80px;
    padding: 20px;
    position: absolute;
    z-index: 10;
    top: -24px;
    left: 40%;
}
@media screen and (min-width: 780px) {
    .ulayer-archive-wrap,.ulayer-archive-d-wrap{
        padding:56px 40px 24px;
    }
    .ulayer-archive-wrap > div > a{
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
    }
    .ulayer-archive-wrap img {
        width: 45%;
        padding-right: 32px;
    }
    .ulayer-archive-wrap p {
        width: 55%;
        font-size: 1.6rem;
        margin-top: 0;
    }
    .archive-ico{
        left: 45%;
    }
}

/* 記事詳細　*/

.post-detail img{
    margin-bottom: 2rem;
}
.post-detail h3{
    height: 36px;
    line-height: 40px;
    padding: 0 12px;
    /* margin: 12px 0; */
    border-left: 5px solid #104b8d;
}
.post-detail h4{
    border-bottom: 2px solid #ebebeb;
    padding-bottom: .5em;
    position: relative;
}
.post-detail h4::after{
    border-bottom: 2px solid #afbecc;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 8rem;
}
.post-detail p{
    margin: 1.5rem 0;
    font-size: 1.4rem;
}
ul.post-list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    padding: 32px;
    border: 1px solid #dfdfdf;
    position: relative;
}
ul.post-list::before{
    content: "";
    position: absolute;
    background: url(../img/common/quotation.svg) no-repeat;
    width: 25px;
    height: 17px;
    right: 0;
    background-size: 70%;
    top: -6px;
}
@media screen and (min-width: 780px) {
    .post-detail img{
        margin-bottom: 2.4rem;
    }
    .post-detail h3,.post-detail h4{
        font-size: 1.8rem;
    }
    ul.post-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
}

.search-txt{
    text-align: center;
    margin-top: 3.2rem;
    font-size: 1.5rem;
}

.search-txt span{
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0 2px;
    color: #124b8e;
    display: inline-block;
    vertical-align: sub;
}

span.arrow::before{
    content:"  > ";
}