.innerLeft {
    padding-left: calc((100% - 1126px)/2);
}

#content {
    background: #fff;
    overflow: hidden;
}

/* areaService */
.areaService {}

.areaService .listAnchor {
    position: relative;
    display: flex;
    z-index: 2;
}

.areaService .listAnchor li {
    width: calc(100%/3);
}

.areaService .listAnchor li a {
    display: block;
    text-align: center;
    border: 1px solid #1B5B0F;
    background: #fff;
    color: #1B5B0F;
    font-size: 33px;
    font-weight: bold;
    padding: 42px 0;
    background-color: #fff;
}

.areaService .listAnchor li+li a {
    border-left: 0;
}

.areaService .listAnchor.anchor li a.active {
    background-color: #FFFF00;
}

.areaService .serviceFrame {
    position: relative;
    padding: 107px 0 143px;
}

.areaService .serviceFrame::before {
    content: "";
    position: absolute;
    top: -136px;
    left: 0;
    width: 100%;
    height: calc(22.1vh + 136px);
    background: #F4F4F4;
}

.areaService .serviceFrame .serviceItem+.serviceItem {
    margin-top: 204px;
}

.areaService .serviceFrame .serviceItem .serviceMain {
    position: relative;

}

.areaService .serviceFrame .serviceItem .serviceMain .serviceBanner {
    max-height: 674.5px;
}

.areaService .serviceFrame .serviceItem .serviceMain .serviceBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.areaService .serviceFrame .serviceItem .serviceMain .serviceCnt {
    position: absolute;
    top: 36.9%;
    left: calc((100% - 1126px)/2);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    padding: 0 64px;
    padding-right: calc((100% - 634px)/2);
}

.areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 1.2px;
    margin-top: 46px;
}

.areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle span {
    display: block;
    font-size: 74px;
    font-weight: bold;
    letter-spacing: 0;
}

.areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTxt {
    font-size: 26px;
    letter-spacing: 0.6px;
    line-height: 1.8;
    min-width: 372px;
}

.areaService .impressFrame {
    position: relative;
    background: url(../images/service/impress-bcr.svg) no-repeat left 42.8% center/107%;
    margin-bottom: 87px;
}

.areaService .impressBox {
    margin-top: -170px;
    padding: 47px 40px 91px;
    width: 100%;
    max-width: 1140px;
}

.areaService .impressBox .impressTitle {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 46px;
    color: #1B5B0F;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1.9px;
    margin-bottom: 28px;
}


.areaService .impressBox .impressTitle img {
    width: 228px;
}

.areaService .impressBox .impressTitle span {
    font-size: 37px;
    color: #000000;
    font-weight: 500;
    margin-left: 12px;
}

.areaService .impressBox .impressPhoto {
    position: relative;
}

.areaService .impressBox .impressPhoto::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 49.8%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #D6EBD5;
}

.areaService .servicePost .titleMain {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    padding-left: 90px;
    color: #1B5B0F;
    letter-spacing: 3.1px;
    margin-bottom: 66px;
}

.areaService .servicePost .titleMain::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 53px;
    width: 3px;
    height: 94px;
    background: #1B5B0F;
    transform: rotate(35deg);
}

.areaService .servicePost .postFrame {
    max-width: 960px;
    margin: 0 auto;
}

.areaService .servicePost .postItem {
    display: flex;
}

.areaService .servicePost .postItem+.postItem {
    margin-top: 64px;
}

.areaService .servicePost .postItem .postPhoto {
    width: 38.9%;
}

.areaService .servicePost .postItem .postPhoto a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 373 / 271;
}

.areaService .servicePost .postItem .postCnt {
    width: calc(100% - 38.9%);
    padding-left: 33px;
    margin-top: -7px;
}

.areaService .titlePost {
    margin-bottom: 47px;
}

.areaService .titlePost a {
    font-size: 29px;
    font-weight: bold;
    color: #1B5B0F;
}


.areaService .servicePost .postItem .postPhoto a,
.areaService .titlePost a {
    pointer-events: none;
}

.areaService .postTxt {
    font-size: 20px;
    line-height: 1.75;
    text-align: justify;
    color: #4d4d4d;
}

/* areaRecruit */
.areaRecruit {
    position: relative;
    background: #3A9F36;
    color: #fff;
    padding: 92px 0 357px;
}

.areaRecruit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1B5B0F;
    width: 100%;
    height: 28.8vh;
    max-height: 234px;
    min-height: 234px;
}

.areaRecruit .recruitMain {
    display: flex;
    align-items: center;
    padding-left: 135px;
    margin-bottom: 66px;
}

.areaRecruit .recruitMain .division {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    padding-left: 42px;
    margin-top: 15px;
    letter-spacing: 4.4px;
    margin-right: 100px;
}

.areaRecruit .recruitMain .division::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -3px;
    width: 3px;
    height: 94px;
    background: #fff;
    transform: rotate(35deg);
}

.areaRecruit .recruitMain .recruitTitle .titleTxt {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-left: 2px;
}

.areaRecruit .recruitMain .recruitTitle .tileEng {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.01;
    letter-spacing: 0.4px;
}

.areaRecruit .recruitMain .recruitTitle .tileEng span {
    display: block;
    font-size: 97px;
    margin-left: -5px;
    letter-spacing: 0;
}

.areaRecruit .recruitContent {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}

.areaRecruit .recruitContent .recruitItem {
    position: relative;
}

.areaRecruit .recruitContent .recruitItem a {
    position: relative;
    display: block;
}

.areaRecruit .recruitContent .recruitItem a:before,
.areaRecruit .recruitContent .recruitItem a:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    left: 4%;
    top: 4%;
    width: 92%;
    height: 92%;
    border-style: solid;
    border-color: #ffffff;
    z-index: 1;
    box-sizing: border-box;
}

.areaRecruit .recruitContent .recruitItem a:before {
    border-width: 1px 0 1px 0;
    transform: scaleX(0);
}

.areaRecruit .recruitContent .recruitItem a:after {
    border-width: 0 1px 0 1px;
    transform: scaleY(0);
}

.areaRecruit .recruitContent .recruitItem a .itemBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    color: #fff;
    padding: 26px 27px;
}

.areaRecruit .recruitContent .recruitItem a .nameJp {
    font-size: 38px;
    font-weight: 200;
    letter-spacing: 0.6px;
}

.areaRecruit .recruitContent .recruitItem a .nameEng {
    font-size: 58px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 18px;
}

.areaRecruit .recruitContent .recruitItem a .itemTxt {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 2px;
}

.areaRecruit .recruitContent .recruitItem a .itemTxt span {
    display: block;
    font-size: 17px;
    letter-spacing: 1.5px;
}

@media(max-width:1280px) and (min-width:769px) {

    .innerLeft {
        padding: 0 30px;
    }

    .areaService .impressFrame {
        background: transparent;
        margin-bottom: 7vw;
    }

    .areaService .impressBox {
        background: #F4F4F4;
        max-width: 96%;
        margin: -178px auto 0;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt {
        left: 30px;
        width: calc(100% - 60px);
        padding: 0 4vw;
    }
}

@media(max-width:1250px) and (min-width:769px) {
    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle span {
        display: block;
        font-size: 70px;
        font-weight: bold;
        letter-spacing: 0;
    }
}

@media(max-width:1200px) and (min-width:769px) {

    /* areaService */
    .areaService .serviceFrame {
        padding: 9vw 0 12vw;
    }

    .areaService .impressBox {
        margin-top: -14.8vw;
        padding: 4vw 3vw 7vw;
    }

    .areaService .listAnchor.anchor li a {
        font-size: 2.8vw;
        padding: 3.5vw 0;
    }

    .areaService .serviceFrame .serviceItem+.serviceItem {
        margin-top: 17vw;
    }

    .areaService .serviceFrame .serviceItem .serviceMain.innerLeft {
        padding: 0;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle span {
        font-size: 5.8vw;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTxt {
        font-size: 2.2vw;
    }

    .areaService .servicePost .postItem .postCnt {
        margin-top: 0;
    }

    .areaService .impressBox .impressTitle {
        font-size: 3.8vw;
    }

    .areaService .impressBox .impressTitle span {
        font-size: 3.1vw;
    }

    .areaService .servicePost .titleMain {
        font-size: 3vw;
    }

    .areaService .servicePost .postItem+.postItem {
        margin-top: 5.3vw;
    }

    .areaService .servicePost .titleMain::before {
        top: -3vw;
        height: 9.4vw;
    }

    .areaService .titlePost {
        margin-bottom: 3.9vw;
    }

    .areaService .titlePost a {
        font-size: 2.5vw;
    }

    .areaService .postTxt {
        font-size: 1.7vw;
    }

    /* areaRecruit */
    .areaRecruit .recruitMain {
        margin-bottom: 5.5vw;
        padding-left: 11.2vw;
    }

    .areaRecruit .recruitMain .division {
        padding-left: 3.5vw;
        font-size: 3.8vw;
        margin-right: 8.3vw;
    }

    .areaRecruit .recruitMain .division::before {
        height: 9.4vw;
    }

    .areaRecruit .recruitMain .recruitTitle .titleTxt {
        font-size: 2.1vw;
    }

    .areaRecruit .recruitMain .recruitTitle .tileEng {
        font-size: 5vw;
    }

    .areaRecruit .recruitMain .recruitTitle .tileEng span {
        font-size: 8.1vw;
    }

    .areaRecruit .recruitContent .recruitItem a .nameJp {
        font-size: 3.2vw;
    }

    .areaRecruit .recruitContent .recruitItem a .nameEng {
        font-size: 4.9vw;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt {
        font-size: 1.7vw;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt span {
        font-size: 1.5vw;
    }
}

@media(max-width:900px) and (min-width:769px) {
    .areaService .postTxt {
        font-size: 14px;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt {
        font-size: 16px;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt span {
        font-size: 14px;
    }
}

@media(min-width:769px) {
    .contactWrap {
        margin-top: -249px;
    }

    .areaRecruit .recruitContent .recruitItem a:hover:before,
    .areaRecruit .recruitContent .recruitItem a:hover:after {
        transform: scale(1, 1);
    }

    .areaService .titlePost a:hover {
        color: #ff5722;
    }

    .areaService .listAnchor li a:hover {
        background-color: #FFFF00;
    }
}

@media(max-width:768px) {
    .innerLeft {
        padding: 0 4%;
    }

    .areaRecruit::before {
        min-height: 200px;
        max-height: 230px;
    }

    .areaService .listAnchor {
        flex-wrap: wrap;
    }

    .areaService .listAnchor li a {
        font-size: 3.5vw;
        padding: 4vw 0;
    }

    .areaService .serviceFrame {
        padding: 16vw 0;
    }

    .areaService .serviceFrame .serviceItem .serviceMain.innerLeft {
        padding: 0;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt {
        top: 46%;
        left: 0;
        width: 100%;
        padding: 0 6%;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceBanner {
        height: 38vh;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle {
        font-size: clamp(14px, 3.5vw, 27px);
        margin-top: 0;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTitle span {
        font-size: clamp(46px, 11vw, 86px);
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTxt {
        font-size: clamp(18px, 3.9vw, 30px);
        letter-spacing: 0;
        padding: 4vw 6%;
    }

    .areaService .serviceFrame .serviceItem .serviceMain .serviceCnt .serviceTxt br {
        display: none;
    }

    .areaService .impressFrame {
        background: transparent;
        margin-bottom: 13vw;
    }

    .areaService .serviceFrame .serviceItem+.serviceItem {
        margin-top: 17vw;
    }

    .areaService .impressBox {
        padding: 2vw 4% 5vw;
        background: #F4F4F4;
        max-width: 96%;
        margin: -9vw auto 0;
    }

    .areaService .impressBox .impressTitle {
        font-size: 7vw;
        letter-spacing: 0;
        margin-bottom: 3vw;
    }

    .areaService .impressBox .impressTitle span {
        font-size: 5vw;
        margin-left: 2vw;
    }

    .areaService .impressBox .impressTitle img {
        width: 30vw;
        margin-top: 3.2vw;
    }

    .areaService .impressBox .impressPhoto {
        width: 100%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
    
    .areaService .impressBox .impressPhoto .boxImpressPhoto {
        max-width: 897px;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        cursor: grab;
        overflow-y: hidden;
    }
    
    .areaService .impressBox .impressPhoto .iconScrollHis {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 77px;
        height: 69px;
        z-index: 3;
    }
    .areaService .impressBox .impressPhoto .iconScrollHis.hidden {
        display: none;
    }
    
    .areaService .impressBox .impressPhoto .iconScrollHis img {
        min-width: inherit;
    }

    .areaService .impressBox .impressPhoto::before {
        display: none;
    }

    .areaService .impressBox .impressPhoto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        min-width: 180vw;
    }

    .areaService .servicePost .titleMain {
        font-size: clamp(20px, 6vw, 46px);
        padding-left: 9vw;
        margin-bottom: 6vw;
    }

    .areaService .servicePost .titleMain::before {
        top: 31%;
        left: 0;
        width: 0.4vw;
        height: 13vw;
        transform: rotate(35deg) translateY(-50%);
    }

    .areaService .servicePost .postItem {
        display: block;
    }

    .areaService .servicePost .postItem+.postItem {
        margin-top: 9vw;
    }

    .areaService .servicePost .postItem .postPhoto {
        width: 100%;
        margin-bottom: 4vw;
    }

    .areaService .servicePost .postItem .postCnt {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .areaService .titlePost {
        margin-bottom: 4vw;
    }

    .areaService .titlePost a {
        font-size: clamp(18px, 4vw, 30px);
    }

    .areaService .postTxt {
        font-size: clamp(14px, 2.7vw, 20px);
        line-height: 1.6;
    }

    /* areaRecruit */
    .areaRecruit {
        padding: 11vw 0 45vw;
    }

    .areaRecruit .inner {
        padding: 0 11%;
    }

    .areaRecruit .recruitMain {
        padding-left: 0;
        margin-bottom: 66px;
        flex-direction: column;
        align-items: baseline;
    }

    .areaRecruit .recruitMain .division {
        font-size: clamp(25px, 6.8vw, 48px);
        padding-left: 13vw;
        letter-spacing: 2px;
        margin: 0 0 5vw;
    }

    .areaRecruit .recruitMain .division::before {
        top: -1.7vw;
        left: 5vw;
        width: 0.4vw;
        height: 13vw;
    }

    .areaRecruit .recruitMain .recruitTitle .titleTxt {
        font-size: clamp(16px, 4.3vw, 30px);
        margin: 0 0 2vw;
    }

    .areaRecruit .recruitMain .recruitTitle .tileEng {
        font-size: clamp(43px, 11vw, 84px);
    }

    .areaRecruit .recruitMain .recruitTitle .tileEng span {
        margin-left: 0;
        font-size: clamp(68px, 18vw, 138px);
    }

    .areaRecruit .recruitContent {
        flex-wrap: wrap;
    }

    .areaRecruit .recruitContent .recruitItem a .itemBox {
        padding: 5vw;
    }

    .areaRecruit .recruitContent .recruitItem a .nameJp {
        font-size: 7vw;
    }

    .areaRecruit .recruitContent .recruitItem a .nameEng {
        font-size: 12vw;
        margin-bottom: 2vw;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt {
        font-size: 4.3vw;
    }

    .areaRecruit .recruitContent .recruitItem a .itemTxt span {
        font-size: 3.8vw;
    }
}

@media(max-width:430px) {
    .areaRecruit {
        padding-bottom: 260px;
    }
}