main#contents {
    background: #fff;
}

#pagetit {
    padding-bottom: 70px;
}

.entry_content {
    max-width: 100%;
}

/* .container {
    max-width: 1400px;
} */

.area-banner-cv-first {
    background-color: #E9F2FF;
    padding-bottom: 15px;
}

.entry_content .area-banner-cv {
    max-width: 800px;
    width: 100%;
    margin: 28px auto;
}

.area-banner-cv .head-banner {
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
}

.area-banner-cv .head-banner .title {
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
}

.area-banner-cv .head-banner .content .txt {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
}

.area-banner-cv .head-banner .banner-img {
    margin: 0;
}

.area-banner-cv .head-banner .banner-img a:hover {
    opacity: 1;
}

.area-banner-cv-first .head-banner .content {
    position: absolute;
    top: 150px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.area-banner-cv-first .head-banner .content .title {
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1;
}

.area-banner-cv-first .head-banner .content .txt {
    color: #FFFFFF;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
}

.area-banner-cv .wrap-btn-banner {
    margin: 0 15px;
    z-index: 1;
    position: inherit;
}

.area-banner-cv .wrap-btn-banner .btn-banner {
    position: relative;
    display: block;
    background-color: #54788B;
    color: #FFFFFF;
    width: 100%;
    max-width: 500px;
    border-radius: 110px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.area-banner-cv .wrap-btn-banner .btn-banner::before {
    content: "";
    position: absolute;
    background: url('../../assets/img/columns/icon-arrow-right.svg') no-repeat;
    background-size: 100%;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.area-banner-cv-two {
    position: relative;
    background: #E9F2FF;
}

.area-banner-cv-two .head-banner {
    position: relative;
    margin: 0;
}

.area-banner-cv-two .head-banner .txt {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    margin: 40px 0 0;
}

.area-banner-cv-two .head-banner .txt-before {
    position: absolute;
    width: 25px;
    left: 20px;
    top: 44%;
    transform: translateY(-50%);
}

.area-banner-cv-two .head-banner .txt-after {
    position: absolute;
    width: 25px;
    right: 20px;
    top: 44%;
    transform: translateY(-50%);
}

.area-banner-cv.area-banner-cv-two .wrap-btn-banner {
    width: 100%;
    margin: 0;
    padding: 15px;
}

.area-banner-cv.area-banner-cv-two .wrap-btn-banner .btn-banner {
    background-color: #446894;
}

.area-banner-cv.area-banner-cv-three {
    position: relative;
}

.area-banner-cv.area-banner-cv-three .content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 70px 50px 90px;
    margin: 0;
}

.area-banner-cv.area-banner-cv-three .content::after {
    position: absolute;
    content: '';
    top: 0;
    right: 30px;
    width: 5px;
    height: 220px;
    background: #FFFFFF;
}

.area-banner-cv.area-banner-cv-three .content::before {
    position: absolute;
    content: '';
    left: 0;
    top: 290px;
    height: 5px;
    width: 250px;
    background: #FFFFFF;
}

.area-banner-cv.area-banner-cv-three .content .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    padding: 0;
}

.area-banner-cv.area-banner-cv-three .content .txt {
    font-size: 18px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.1;
}

.area-banner-cv.area-banner-cv-three .btn-banner {
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
    padding: 5px 40px;
    border-radius: 50px;
    position: absolute;
    line-height: 1.4;
    top: 220px;
    right: 40px;
    font-weight: bold;
    font-size: 22px;
    /* font-family: "Noto Serif JP", serif; */
    font-family: "Roboto";
}

.area-banner-cv.area-banner-cv-three .foot-banner {
    position: absolute;
    top: 280px;
    right: 45px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.1;
    font-size: 14px;
}

@media (min-width: 769px) {
    .area-banner-cv.area-banner-cv-three .btn-banner:hover {
        opacity: 1;
        background: #446894;
        color: #FFFFFF;
    }

    .area-banner-cv.area-banner-cv-three .foot-banner:hover {
        opacity: 1;
        text-decoration: underline;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner:hover {
        opacity: 1;
        /* background-color: #446894; */
        transform: translateY(3px);
        box-shadow: none;
    }

    .area-banner-cv.area-banner-cv-two .wrap-btn-banner .btn-banner:hover {
        opacity: 1;
        background-color: #54788B;
    }
}

/* toc + releated */
.related-posts {
    margin-top: 50px;
}

.related-posts .related-posts-detail {
    text-align: center;
    font-size: 40px;
}

.related-posts .related-posts-list {
    display: flex;
}

.related-posts .related-posts-list .post_box {
    display: flex;
}

.related-posts .related-posts-list .post_box a {
    display: flex;
    flex-direction: column;
}

.related-posts .related-posts-list .post_box a .eyecatch {
    width: 100%;
}

.related-posts .related-posts-list .post_box a .post_txt {
    width: 100%;
}

.related-posts .related-posts-list .post_box a .post_txt .post_date {
    width: 100%;
    text-align: right;
}

.related-posts .related-posts-list .post_box a .post_txt .post_tit {
    padding: 0;
}

#single .entry_content #ez-toc-container {
    background: linear-gradient(-45deg, transparent 25%, hsla(0, 0%, 78%, .15) 25%, hsla(0, 0%, 78%, .15) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 78%, .15) 75%, hsla(0, 0%, 78%, .15));
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    background-size: 4px 4px;
    border-bottom: 4px double #12347c;
    border-top: 4px double #12347c;
    padding: 32px;
    margin: 4em auto;
    width: 850px;
    max-width: 100%;
}

div#ez-toc-container {}

#single .entry_content #ez-toc-container .ez-toc-title-container {
    text-align: center;
    margin: 0 0 40px 0;
}


#single .entry_content #ez-toc-container nav .ez-toc-list li {
    font-size: 20px;
}



/* toc + releated */



@media (min-width: 769px) and (max-width: 1200px) {
    .area-banner-cv .wrap-btn-banner .btn-banner {
        max-width: 365px;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner::before {
        left: 15%;
    }

    .area-banner-cv-first .head-banner .content .title {
        font-size: 30px;
    }

    .area-banner-cv-first .head-banner .content .txt {
        font-size: 24px;
    }

    .area-banner-cv-two .head-banner .txt {
        font-size: 20px;
    }

    .area-banner-cv.area-banner-cv-three .content .title {
        font-size: 40px;
    }

    .area-banner-cv.area-banner-cv-three .content .txt {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .area-banner-cv-first .head-banner .content .title {
        font-size: 26px;
        line-height: 1.5;
    }

    .area-banner-cv-first .head-banner .content .txt {
        font-size: 20px;
        line-height: 1.5;
    }

    .area-banner-cv-two .head-banner .txt {
        font-size: 16px;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner {
        max-width: 375px;
        padding: 5px 0;
        font-size: 16px;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner::before {
        width: 20px;
        height: 20px;
    }

    .area-banner-cv.area-banner-cv-three .content {
        padding: 70px 30px 90px;
    }

    .area-banner-cv.area-banner-cv-three .content::after {
        height: 190px;
        right: 15px;
    }

    .area-banner-cv.area-banner-cv-three .content::before {
        top: 250px;
        width: 170px;
    }

    .area-banner-cv.area-banner-cv-three .content .title {
        font-size: 32px;
    }

    .area-banner-cv.area-banner-cv-three .content .txt {
        font-size: 14px;
    }

    .area-banner-cv.area-banner-cv-three .btn-banner {
        top: 190px;
        font-size: 18px;
        line-height: 1.2;
        right: 25px;
        padding: 5px 35px;
    }

    .area-banner-cv.area-banner-cv-three .foot-banner {
        top: 235px;
        right: 30px;
        font-size: 12px;
    }

    #single .entry_content #ez-toc-container .ez-toc-title-container {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #single .entry_content #ez-toc-container nav .ez-toc-list li {
        font-size: 16px;
    }

    .related-posts .related-posts-list {
        flex-direction: column;
    }

    .related-posts .related-posts-list .post_box a .eyecatch {
        max-width: 100%
    }

    .related-posts .related-posts-list .post_box a .eyecatch img {
        width: 100%;
    }



}

@media (max-width: 600px) {
    .area-banner-cv-two .head-banner .txt {
        font-size: 12px;
        width: 20px;
    }

    .area-banner-cv-two .head-banner .txt-before {
        left: 3%;
    }

    .area-banner-cv-two .head-banner .txt-after {
        right: 2%
    }

    .area-banner-cv.area-banner-cv-three .content {
        padding: 60px 30px 40px;
    }

    .area-banner-cv.area-banner-cv-three .content::after {
        height: 140px;
    }

    .area-banner-cv.area-banner-cv-three .content::before {
        top: 185px;
        width: 160px;
    }

    .area-banner-cv.area-banner-cv-three .content .title {
        font-size: 24px;
        padding-bottom: 0;
    }

    .area-banner-cv.area-banner-cv-three .content .txt {
        font-size: 14px;
    }

    .area-banner-cv.area-banner-cv-three .btn-banner {
        top: 140px;
    }

    .area-banner-cv.area-banner-cv-three .foot-banner {
        top: 175px;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .area-banner-cv-first .head-banner .content {
        top: 30%;
        padding: 0 10px;
    }

    .area-banner-cv-first .head-banner .content .title {
        font-size: 22px;
    }

    .area-banner-cv-first .head-banner .content .txt {
        font-size: 16px;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner {
        font-size: 14px;
        padding: 0 0;
        max-width: 225px;
    }

    .area-banner-cv .wrap-btn-banner .btn-banner::before {
        width: 15px;
        height: 15px;
    }

    .area-banner-cv-two .head-banner .txt {
        font-size: 10px;
        width: 16px;
    }

    .area-banner-cv-two .head-banner .txt-before {
        left: 3%;
    }

    .area-banner-cv-two .head-banner .txt-after {
        right: 2%
    }

    .area-banner-cv.area-banner-cv-three .content {
        padding: 40px 20px 30px;
    }

    .area-banner-cv.area-banner-cv-three .content::after {
        right: 7px;
        height: 115px;
    }

    .area-banner-cv.area-banner-cv-three .content::before {
        width: 140px;
        top: 155px;
    }

    .area-banner-cv.area-banner-cv-three .btn-banner {
        top: 115px;
    }

    .area-banner-cv.area-banner-cv-three .foot-banner {
        top: 150px;
    }

    .area-banner-cv.area-banner-cv-three .btn-banner,
    .area-banner-cv.area-banner-cv-three .foot-banner {
        right: 12px;
    }
}

@media (max-width: 390px) {
    .area-banner-cv.area-banner-cv-three .content {
        padding: 20px 20px 20px;
    }

    .area-banner-cv.area-banner-cv-three .content::after {
        right: 7px;
        height: 80px;
        width: 3px;
    }

    .area-banner-cv.area-banner-cv-three .content::before {
        width: 110px;
        top: 120px;
        height: 3px;
    }

    .area-banner-cv.area-banner-cv-three .content .title {
        font-size: 20px;
    }

    .area-banner-cv.area-banner-cv-three .content .txt {
        font-size: 12px;
    }

    .area-banner-cv.area-banner-cv-three .btn-banner {
        top: 80px;
        padding: 2px 20px;
        font-size: 18px;
    }

    .area-banner-cv.area-banner-cv-three .foot-banner {
        top: 115px;
        font-size: 10px;
    }
}


/* company profile  */

#area-company-profile {
    width: 100%;
    background-color: #DFEAF8;
    padding: 23px;
    margin-top: 30px;
}

#area-company-profile .company-profile-container {
    border: 8px solid #FFFFFF;
    padding: 20px;
}

#area-company-profile .company-profile-container .profile-top {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 15px;
}

#area-company-profile .company-profile-container .profile-top .profile-image,
#area-company-profile .company-profile-container .profile-top .profile-intro {
    flex: 1;
}

#area-company-profile .company-profile-container .profile-top .profile-intro {
    font-size: 17px;
    color: #545454;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
}

#area-company-profile .company-profile-container .profile-top .profile-intro .logo {
    width: 100%;
    /* max-width: 265px; */
    margin: 0 auto 15px;
}

#area-company-profile .company-profile-container .profile-top .profile-intro .slogan {
    line-height: 1.5;
    letter-spacing: 1px;
}

#area-company-profile .company-profile-container .profile-top .profile-intro .description {
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
}

#area-company-profile .company-profile-container .profile-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
    color: #545454;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    margin-top: 15px;
    margin-left: 15px;
}

#area-company-profile .company-profile-container .profile-details>li {
    display: inline;
    letter-spacing: 1px;
}

#area-company-profile .company-profile-container .profile-details>li>a {
    color: #545454;
}

#area-company-profile .company-profile-container .profile-details>li>a:hover {
    opacity: 1;
    text-decoration: underline;
}

#article .voice-post ul {
    margin-left: 35px;
}

@media (max-width: 768px) {
    #area-company-profile .company-profile-container .profile-top {
        flex-direction: column-reverse;
    }

    #area-company-profile .company-profile-container .profile-top .profile-image {
        margin: 0 auto;
    }

    #article .voice-post ul {
        margin-left: 15px;
    }

    #area-company-profile .company-profile-container .profile-top .profile-intro {
        font-size: 16px;
    }

    #area-company-profile .company-profile-container .profile-details {
        margin-left: 0;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    #area-company-profile .company-profile-container .profile-top {
        gap: 15px;
    }

    #area-company-profile {
        padding: 15px;
    }

    #area-company-profile .company-profile-container {
        padding: 15px 10px;
        border-width: 4px;
    }
}

.works-body h3.corner-title-m {
    color: #2b2b2b !important;
    text-align: center;
}

@media (min-width: 576px) {
    .works-body h3.corner-title-m {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    .works-body h3.corner-title-m {
        font-size: 2.5em;
    }
}

