@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
	font-family: 'GenEiGothicM';
	font-style: normal;
	font-weight: 900;
	src: url('../font/GenEiGothicM-Heavy.woff2') format('woff2'), url('../font/GenEiGothicM-Heavy.woff') format('woff'); 
}

/* CSS Document */
/* green_manage common style
**************************************/
body {
    background: #F9F8F2;
}
#body {
    color: #312C1F;
    overflow-x: hidden;
}
#body section {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}
#body.full-width .content .inner {
    width: 1160px;
}
#body section .row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} 
#body section a {
    color: #312C1F;
    text-decoration: none;
    transition: 0.3s;
}
#body section a:hover {
    opacity: 0.7;
}
#body section .pc {
    display: block;
}
#body section .sp {
    display: none;
}
#body section .sec_ttl {
    font-size: 2.625rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 103px;
    position: relative;
    line-height: 1.5;
}
#body section .sec_ttl::before {
    display: block;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: rgba(197, 166, 47, 0.1);
    width: max-content;
    margin: auto;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    z-index: 1;
}
#body section .sec_ttl .fs_small{
    font-size: 1.8rem;
}
#body section .link {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration-color: #312C1F;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    text-decoration-skip-ink: none;
    padding-right: 52px;
    position: relative;
}
#body section .link::after {
    content: '';
    display: block;
    background: url(../image/icon_link_bk.svg) no-repeat center center / contain;
    width: 36px;
    height: 36px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media screen and ( max-width:959px) {
    #body.full-width .content {
        min-width: 100%;
    }
    #body.full-width .content .inner {
        width: 90%;
    }
    #body section .pc {
        display: none;
    }
    #body section .sp {
        display: block;
    }    
    #body section .sec_ttl {
        font-size: 1.5rem;
        padding-top: 72px;
    }
    #body section .sec_ttl::before {
        font-size: 3.125rem;
        top: 0;
    }
    #body section .sec_ttl .fs_small{
        font-size: 1rem;
    }
}
/* common_allcompany */
#body .common_allcompany {
    background: #ffffff;
    padding-bottom: 108px;
    position: relative;
}
#body .common_allcompany .img_box {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
}
#body .common_allcompany .img_box img {
    width: 100%;
}
@media screen and ( max-width:959px) {
    #body .common_allcompany {
        padding-top: 50px;
        padding-bottom: 47px;
    }
    #body .common_allcompany::before {
        content: '';
        display: block;
        background: #ffffff;
        width: 100vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
        position: absolute;
        inset: 0;
        z-index: -1;
    }
    #body .common_allcompany::after {
        content: '';
        display: block;
        background: #E9E9E9;
        width: 92.3vw;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #body .common_allcompany .img_box {
        max-width: 302px;
    }
}