@charset "UTF-8";

/* TOP */
.top_our_concept .btn a::after {
    position:absolute;
    content:'';
    right:2rem;
    top:50%;
    transform:translate(0, -50%);
    background: url(../images/icon_tri.png) no-repeat center center;
    background-size:100%;
    width: 1.2rem;
    height: 1.2rem;
}
body.home section.top_blog .inner {
    border: none;
    display:flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem 0 1.4rem;
}
body.home section.top_blog .inner::after{
    display:none;
}
body.home section.top_blog .inner .post_list {
    position:relative;
    width:100%;
    height:100%;
}
body.home section.top_blog .inner li .post_list .thumbnail_img {
    position:relative;
    display: block;
    width: 100%;
    aspect-ratio:16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    border: 0.2rem solid #f1f2f5;
}
body.home section.top_blog .inner li .post_list p.info span.date {
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .top_our_concept .btn a {
        position:relative;
        color: #211f1f;
        border-radius: 4.8rem;
        height: 8rem;
        font-size: 1.6rem;
        border: solid 0.4rem #ffa700;
        background-color: #ffffff;
        margin: 0 auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    body.home section.top_blog{
        max-width: 992px;
        margin: 115px auto 0;
        padding-top:0;
    }
    body.home section.top_blog .new_post_link_inner {
        width: auto;
        padding:0;
    }
    body.home section.top_blog h2 {
        font-size: 3rem;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        margin: 0px 0px 1rem 0.5rem;
        padding: 0px;
        color: #525252;
    }
    body.home section.top_blog .inner li{
        margin-bottom: 6.4rem;
        position:relative;
        width: 48%;
    }
    body.home section.top_blog .inner li .post_list p.title {
        font-size: 1.6rem;
        font-weight: bold;
        color: #211f1f;
        line-height: 1.7;
        padding: 1rem 0;
        text-align:left;
    }
    body.home section.top_blog .inner li .post_list p.info {
        font-size: 1.6rem;
        font-weight: 500;
        color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body.home section.top_blog .inner li .post_list p.info span.category {
        border-radius: 0.4rem;
        display: inline-block;
        border: 1px solid #6f6f6f;
        color: #6f6f6f;
        font-size: 1.4rem;
        line-height: 2.6rem;
        padding: 0 1.3rem;
        max-width: 19rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 767px) {
    .top_our_concept .btn a {
        border-radius: 4.8rem;
        line-height: 6.4rem;
        background-color: #fff;
        border: solid 0.4rem #ffa700;
        font-size: 1.4rem;
        font-weight: bold;
        color: #211f1f;
        display: block;
        margin: 0 auto 0;
        text-align: center;
        position: relative;
        text-indent: 1.6rem;
    }
    body.home section.top_blog h2 {
        margin: 0px auto 1rem auto;
        text-align:center;
    }
    body.home section.top_blog .inner li{
        margin-bottom: 4.6rem;
        position:relative;
        width: 100%;
    }
    body.home section.top_blog .inner li .post_list p.title {
        font-size: 1.6rem;
        font-weight: bold;
        color: #211f1f;
        line-height: 1.7;
        padding: 1rem 0;
    }
    body.home section.top_blog .inner li .post_list p.info {
        font-size: 1.6rem;
        font-weight: 500;
        color: #000000;
    }
    body.home section.top_blog .inner li .post_list p.info span.category {
        border-radius: 0.4rem;
        display: inline-block;
        border: 1px solid #6f6f6f;
        color: #6f6f6f;
        font-size: 1.4rem;
        line-height: 2.6rem;
        padding: 0 1.3rem;
        margin-left: 1rem;
    }
}

/* 会社情報　代表あいさつ */
body.company .message .message_inner .btn:not(:first-of-type){ margin-top:1rem; }
body.company .message .message_inner .btn a{ position:relative; display:flex; align-items:center; background:#ffa700; border-radius:4.8rem; padding:1rem; }
.svg_play{ width:4rem; aspect-ratio:1; fill:#fff; }
body.company .message .message_inner .btn a span{ display:inline-block; margin:0 1rem; }

@media (min-width: 768px) {
    body.company .message .message_inner dl dt:not(:first-of-type) {
        margin-top: 6rem;
    }
}

@media (max-width: 767px) {
    body.company .message .message_inner dl dt:not(:first-of-type) {
        margin-top: 2.7rem;
    }
}

@media (min-width: 768px) {
    body.blog_single .blog_detail .blog_detail_content .main_content_box .thumbnail.calendar {
        max-width: 480px;
        margin: 0 auto 3.2rem;
    }
}