@charset "utf-8";
@import url( https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css );
/*@import url( "form.css" );*/


.p_home .c-search-wrap {
    background-image: url( ../images2020/top/top_search.jpg );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 21px;
}
@media screen and ( max-width: 780px ){
    .p_home .c-search-wrap {
        margin-top: 60px;
    }
}
@media screen and ( max-width: 780px ){
    .pc {
        display: none !important;
    }
    .inner-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media screen and ( min-width: 781px ){
    .sp {
        display: none !important;
    }
    .p_home {
        min-width: 1260px;
    }
    .p_home-mv-ttl {
        position: absolute;
        left: 0;
        bottom: 93px;
        padding: 22px 113px 35px 57px;
    }
}
@media screen and ( max-width: 780px ){
    .p_home-mv-ttl {
        padding: 20px 20px 18px;
    }
    .p_home-mv-ttl__sub {
        font-size: 13px !important;
    }
}
.p_home .c-ttl {
    text-align: left;
}
.p_home-mv {
    position: relative;
}
.p_home-youtube {
    position: absolute;
    bottom: 0;
    right: 10px;
    filter: drop-shadow( 0px 1px 11px rgba( 0, 0, 0, 0.51 ));
    z-index: 3;
}
@media screen and ( min-width: 781px ){
    .p_home-youtube {
        height: 167px;
    }
    .p_home-youtube >img {
        height: 100%;
    }
}
@media screen and ( max-width: 780px ){
    .p_home-youtube {
        position: static;
        padding: 10px;
        box-sizing: border-box;
    }
}
.p_home-mv-ttl {
    width: 100%;
    box-sizing: border-box;
    text-align-last: left;
    z-index: 2;
    display: inline-block;
}
.c-slide__img>img {
    width: 100%;
}
.p_home-mv-ttl__sub {
    color: #000;
    font-size: 21px;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: 0.125em;
    margin-top: 3px;
    padding-left: 100px;
    position: relative;
}
.p_home-mv-ttl__sub::before {
    content: "";
    display: block;
    width: 83px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.p_home-mv-ttl h1 {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #1C522D;
    letter-spacing: 0.002em;
}
.p_home-mv-ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #fff 0%,
        #fff 68.32%,
        rgba( 255, 255, 255, 0.8 ) 80.36%,
        rgba( 255, 255, 255, 0.47 ) 85.84%,
        rgba( 255, 255, 255, 0.17 ) 93.3%,
        rgba( 255, 255, 255, 0 ) 96.9%,
        rgba( 255, 255, 255, 0 ) 100%
    );
    opacity: 0.83;
    z-index: -1;
}
.p_home-mv-ttl span.span-wrap {
    position: relative;
    z-index: 2;
    font-size: 29px;
}
.p_home-mv-ttl span.small {
    font-size: 26.5px;
    letter-spacing: 0.01em;
    color: #333;
}
.p_home-cont-box-img {
    transition: 0.7s;
    opacity: 0;
    transform: translateY( 100% );
}
.p_home-cont-box-img.is-active {
    opacity: 1;
    transform: translateY( 0 );
}
@media screen and ( min-width: 780px ){
    .p_home-mv-ttl span.span-wrap {
        font-size: 54px;
    }
    .p_home-mv-ttl span.small {
        font-size: 44px;
    }
    .p_home-mv-ttl__sub {
        padding-left: 73px;
    }
    .p_home-mv-ttl__sub::before {
        width: 53px;
    }
}
@media screen and ( max-width: 389px ){
    .p_home-mv-ttl span.span-wrap {
        font-size: min( 13vw,26.5px );
    }
    .p_home-mv-ttl span.small {
        font-size: min( 12vw,23px );
    }
}

/* ==対談Youtubeリンク== */
@media screen and ( min-width: 781px ){
    .p_home-Dialogue {
        width: 0;
        margin: 0px 0 -30px;
        padding: 190px 700px 0 0;
        position: relative;
    }
}
@media screen and ( max-width: 780px ){
    .p_home-Dialogue {
        margin: 0px 0px -130px 0px;
        padding: 25px 20px 25px 0;
    }

}

.p_home-youtube__flx {
    display: flex;
    background: linear-gradient( -90deg, #113c1f 0%, #2fb4de 100% );
    border: 1px solid #fff;
    filter: drop-shadow( 0px 1px 11px rgba( 0, 0, 0, 0.51 ));
}
@media screen and ( min-width: 781px ){}
@media screen and ( max-width: 780px ){
    .p_home-youtube {
        width: 100%;
        bottom: 0;
    }
    .p_home-youtube__txt {
        display: flex;
        align-items: center;
    }
}
.p_home-youtube__img {
    width: 154px;
}
.p_home-youtube__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p_home-youtube__txt {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 25px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px 11px rgba( 0, 0, 0, 0.67 );
    padding: 16px 14px 20px 20px;
    box-sizing: border-box;
}
.p_home-cont {
    padding: 168px 0 128px;
    background-image: url( ../images2020/main/home_cont.jpg );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and ( max-width: 780px ){
    .p_home-cont {
        padding: 41px 0 60px;
    }
    .p_home-cont-box.pat01 {
        margin-top: 40px;
    }
    .p_home-cont-box-img {
        text-align: center;
    }
    .p_home-cont-box-img>img {
        width: 58vw;
    }
}
@media screen and ( min-width: 781px ){
    .p_home-cont-flx {
        display: flex;
    }
}
.p_home-cont-box {
    box-sizing: border-box;
}
@media screen and ( min-width: 781px ){
    .p_home-cont-box {
        width: 50%;
    }
}
@media screen and ( min-width: 781px ){
    /*.p_home-cont-box:nth-child( 2 ){
        padding-left: 23px; 
    }*/
}
.p_home-cont-ttl {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 0.07em;
    line-height: 70px;
    text-align: left;
    color: #113c1f;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
}
@media screen and ( max-width: 780px ){
    .p_home-cont-ttl {
        font-size: 41px;
        letter-spacing: 0.07em;
        line-height: 60px;
        text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    }
}
@media screen and ( max-width: 389px ){
    .p_home-cont-ttl {
        font-size: min( 11vw,41px );
    }
}
.p_home-cont-cap {
    margin-top: 41px;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.21em;
    line-height: 3.14;
    text-align: left;
    color: #525252;
}
@media screen and ( min-width: 781px ){
    .p_home-cont-cap {
        margin-top: 30px;
        font-size: 14px;
        letter-spacing: 0.21em;
        line-height: 2.78;
    }
}
@media screen and ( max-width: 520px ){
    .p_home-cont-cap-br {
        display: none;
    }
}
@media screen and ( max-width: 500px ){
    .p_home-cont-cap-br02 {
        display: none;
    }
}
.c-ttl__en {
    font-family: "ipapmincho","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 300;
    font-size: 114px;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.07;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    margin-left: -22px;
}
@media screen and ( max-width: 780px ){
    .c-ttl__en {
        font-size: 59px;
        left: -0.15em;
        margin-left: 0;
    }
}
.c-ttl__en.pat01 {
    color: #fff;
    opacity: 0.21;
}
.c-ttl__jp {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #000;
    letter-spacing: 0.402em;
    font-weight: 500;
    font-size: 28px;
    margin-top: -61px;
    padding-left: 27px;
    position: relative;
}
@media screen and ( max-width: 780px ){
    .c-ttl__jp {
        font-size: 28px;
        margin-top: -33px;
    }
}
.c-ttl__jp.pat01 {
    color: #fff;
}
.c-ttl__jp::before {
    content: "";
    display: block;
    width: 5px;
    height: 28px;
    background: linear-gradient( #113c1f 0%, #2fb4de 100% );
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    transform: skewX( -27deg );
}
@media screen and ( max-width: 389px ){
    .c-ttl__jp {
        font-size: min( 7vw,28px );
        margin-top: -9vw;
    }
    .c-ttl__en {
        font-size: min( 16vw,59px );
    }
}
.p_home-news-btn-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@media screen and ( max-width: 780px ){
    .c-ttl__jp::before {
        left: 10px;
    }
    .p_home-news-btn-wrap {
        position: relative;
    }
}
.p_home-news-flx {
    display: flex;
}
.c-btn {
    color: #1C522D;
    font-size: 13px;
    letter-spacing: 0.24em;
    font-weight: 600;
    padding: 10px 17px 11px 12px;
    border: 1px solid #F8F8F8;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
}
.c-btn__img {
    margin-left: 5px;
    display: flex;
}
.p_home-news {
    padding-bottom: 48px;
    position: relative;
}
.p_home-news::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 61.6vw;
    height: 282px;
    background-color: #F8F8F8;
}
.p_home-news .c-ttl {
    text-align: left;
}
.p_home-news-list-box {
    position: relative;
    margin-top: 45px;
    /* min-height: 294px; */
}
@media screen and ( max-width: 780px ){
    .p_home-news-list-box {
        padding-left: 20px;
    }
    .p_home-news::before {
        width: 100%;
    }
    .p_home-news-list-wrap {
        margin-top: 29px;
        padding-left: 20px;
    }
}
.c-list01 {
    background-color: #2B4834;
    padding: 10px 200px 10px 50px;
}
@media screen and ( min-width: 781px ){
    .p_home-news-list-wrap {
        display: flex;
        justify-content: flex-end;
    }
    .p_home-news-list-wrap .c-list01 {
        width: 863px;
    }
    .c-list01__item {
        display: flex;
        align-items: center;
    }
    .c-list01__ttl {
        width: calc( 100% - 110px );
    }
}
@media screen and ( max-width: 780px ){
    .c-list01 {
        padding: 0;
    }
    .c-list01__item {
        padding: 17px 20px !important;
        position: relative;
        display: block;
    }
    .c-list01__day {
        text-align-last: left;
    }
}
.c-list01 li {
    border-bottom: 1px solid rgba( 255, 255, 255, 0.11 );
}
.c-list01 li:last-child {
    border: none;
}
.c-list01__item {
    padding: 15px 20px 15px 0;
    position: relative;
}
.c-list01__item::before {
    content: "";
    display: block;
    width: 14px;
    height: 6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 7px solid #fff;
    border-right: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    box-sizing: border-box;
}
.c-list01__day {
    color: rgba( 255, 255, 255, 0.62 );
    font-size: 13px;
    letter-spacing: 0.06em;
    min-width: 110px;
}
.c-list01__ttl {
    color: #fff;
    letter-spacing: 0.22em;
    font-size: 13px;
    text-align: left;
}
.p_home-news-btn-box {
    text-align: left;
}
.c-list02-wrap {
    margin-top: 52px;
}
.c-list02 {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -5px; */
}
.c-list02 li {
    margin-left: 5px;
    width: calc(( 100% - 20px ) / 5 );
    /* height: 196px; */
}
@media screen and ( min-width: 781px ){
    .c-list02 li:nth-child( 5n+1 ){
        margin-left: 0;
    }
}
@media screen and ( max-width: 780px ){
    .c-list02 li {
        width: calc(( 100% - 4px ) / 2 );
        margin-left: 0;
    }
    .c-list02 li:nth-child( 2n ){
        margin-left: 4px;
    }
    .c-list02 li:nth-child( n+3 ){
        margin-top: 4px;
    }
}
.c-list02 li:nth-child( n+6 ){
    margin-top: 5px;
}
.c-list02__item {
    background-color: #2B4834;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 58px 0px 17px;
    position: relative;
    box-sizing: border-box;
}
@media screen and ( max-width: 780px ){
    .c-list02__item {
        padding: 12vw 0px 5vw;
    }
}
.c-list02__item::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
    border-right: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    box-sizing: border-box;
}
.c-list02__item.pat01 {
    background: #fff;
    border: 1px solid #E2E2E2;
}
.c-list02__item.pat01 .c-list02__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C522D;
    font-size: 13px;

}
.c-list02__item.pat01 .c-list02__img {
    margin-left: 17px;
    display: flex;
}
.c-list02__ttl {
    margin-top: 25px;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.24em;
    text-align: center;
    color: #fff;
}
@media screen and ( max-width: 780px ){
    .c-list02__ttl {
        font-size: clamp( 11px,3vw,15px );
    }
}
.c-list02__ttl.pat01 {
    letter-spacing: 0.09em;
}
.p_home-service {
    margin-top: 79px;
    position: relative;
}
.p_home-service::before {
    position: absolute;
    bottom: 61px;
    left: 0;
    content: "";
    display: block;
    width: 61.6vw;
    height: 282px;
    background-color: #F8F8F8;
}
.p_home-recruit {
    margin-top: 24px;
    position: relative;
}
.p_home-recruit::before {
    position: absolute;
    bottom: 136px;
    left: 0;
    content: "";
    display: block;
    width: 61.6vw;
    height: 282px;
    background-color: #F8F8F8;
    z-index: -1;
}
.p_home-recruit-ttl {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.p_home-recruit-ttl__txt {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 33px;
    letter-spacing: 0.07em;
    line-height: 54px;
    text-align: center;
    color: #113c1f;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    padding: 18px 12px;
}
@media screen and ( max-width: 780px ){
    .p_home-recruit-ttl__txt {
        font-size: 29px;
        letter-spacing: 0.07em;
        line-height: 1.62;
    }
}
@media screen and ( max-width: 389px ){
    .p_home-recruit-ttl__txt {
        font-size: min( 8vw,29px );
    }
}
.p_home-recruit-ttl__img02 {
    display: flex;
    align-items: flex-end;
}
.p_home-recruit-ttl02 {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.25em;
    line-height: 1.75;
    text-align: center;
    color: #000;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p_home-recruit-list-wrap {
    margin-top: 58px;
}
@media screen and ( min-width: 781px ){
    .c-list03 {
        display: flex;
        align-items: center;
    }
    .c-list03 li {
        width: calc(( 100% - 10px )/2 );
    }
    .c-list03 li+li {
        margin-left: 10px;
    }
}
@media screen and ( max-width: 780px ){
    .c-list03 li+li {
        margin-top: 30px;
    }
    .p_home-recruit-list-wrap {
        margin-top: 25px;
    }
}
.c-list03__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: -27px;
}
.c-btn02 {
    background: #fff;
    box-shadow: 0px 1px 12px rgba( 0, 0, 0, 0.12 );
    padding: 12px;
    width: 253px;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.48em;
    color: #1c522d;
    position: relative;
}
.c-btn02__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}
.c-btn04 {
    width: 235px;
    font-size: 13px;
    letter-spacing: 0.24em;
    font-weight: 600;
    padding: 10px 12px;
    border: 1px solid #F8F8F8;
    display: inline-flex;
    align-items: center;
    background: linear-gradient( -90deg,#317e4a 0%, #2fb4de 100% );
    text-align: left;
    color: #fff;
    justify-content: space-between;
}
@media screen and ( max-width: 780px ){
    .c-btn04 {
        width: 100%;
        padding: 24px 12px;
        box-sizing: border-box;
    }
}
.c-btn05 {
    display: block;
    position: relative;
    background-color: #113C1F;
    width: 324px;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.34em;
    font-weight: bold;
    padding: 20px 0 8px;
    border-radius: 2px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.c-btn05::before {
    content:"";
    position: absolute;
    background: url( '../images2020/arrow-up-short.svg' );
    top: 8.5px;
    left: 0;
    margin: auto;
    right: 0;
    height: 8px;
    width: 8px;
}
.c-btn05.active {
    padding: 8px 0 20px;
}
.c-btn05.active:before {
    top: auto;
    bottom: 8.5px;
    transform : rotate( 180deg );
}
@media screen and ( max-width: 780px ){
    .c-btn05 {
        width: 100%;
    }
}
.c-btn06 {
    width: 235px;
    font-size: 13px;
    letter-spacing: 0.24em;
    font-weight: 600;
    padding: 10px 12px;
    border: 1px solid #E2E2E2;
    display: inline-flex;
    align-items: center;
    background: #fff;
    text-align: left;
    color: #1C522D;
    justify-content: space-between;
}
@media screen and ( max-width: 780px ){
    .c-btn06 {
        width: 100%;
        padding: 24px 12px;
        box-sizing: border-box;
    }
}
.p_home-magazine {
    margin-top: 159px;
    padding-bottom: 38px;
    position: relative;
}
.p_home-magazine::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 61.6vw;
    height: 282px;
    background-color: #F8F8F8;
}
.p_home-company {
    position: relative;
}
.p_home-company-img {
    width: 100%;
}
.p_home-company-img>img {
    width: 100%;
}
.p_home-company {
    /* background-image: url( ../images2020/main/top_company-mv.jpg );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 189px 0 267px;
    height: 47vw; */
    margin-top: 159px;
    position: relative;
}
.p_home-company::before {
    position: absolute;
    right: 0;
    bottom: -100px;
    content: "";
    display: block;
    width: 40.7vw;
    height: 282px;
    background-color: #F8F8F8;
    z-index: -1;
}
/*.p_home-company-img {}*/
.p_home-company .inner-block {
    position: relative;
}
@media screen and ( min-width: 781px ){
    .p_home-company-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .p_home-company-ttl {
        position: absolute;
        top: 189px;
        left: 0;
    }
}
@media screen and ( max-width: 780px ){
    .p_home-company-img {
        margin-top: 40px;
    }
}
.p_home-company-btn {
    display: block;
    margin-top: 38px;
    text-align-last: left;
}
.p_home-ambassador {
    margin-top: 179px;
}
.p_home-ambassador__box {
    background: #f7f6f6;
    padding: 60px 18px 18px 18px;
}
@media screen and ( min-width: 781px ){
    .p_home-ambassador__flx {
        display: flex;
    }
    .p_home-ambassador__txt {
        width: calc( 100% - 192px );
        padding-left: 32px;
    }
    .p_home-ambassador__dec {
        text-align: left;
        margin-bottom: -29px;
        padding-left: 7px;
    }
}
@media screen and ( max-width: 780px ){
    .p_home-ambassador__dec {
        padding: 0 16px;
        margin-bottom: -19px;
    }
    .p_home-ambassador__box {
        padding: 73px 18px 55px;
    }
    .p_home-ambassador__txt {
        margin-top: 61px;
    }
    .p_home-ambassador__img {
        width: 237px;
    }
    .p_home-ambassador__img-wrap {
        display: flex;
        justify-content: center;
    }
}
.p_home-ambassador__img {
    padding: 9px;
    background-color: #fff;
    width: 192px;
}
.p_home-ambassador__neme {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #525252;
}
.p_home-ambassador__cap {
    font-family: "Noto Sans JP";
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #525252;
    font-family: "Noto Sans JP";
    line-height: 2;
    margin-top: 19px;
}
.c-list04 {
    background: #2B4834;
}
@media screen and ( min-width: 781px ){
    .c-list04 {
        padding: 40px 200px 35px 41px;
        display: flex;
        flex-wrap: wrap;
    }
    .c-list04 li {
        width: 170px;
        margin-left: 13px;
    }
    .c-list04__img {
        width: 170px;
        height: 210px;
        border: 2px solid #fff;
    }
}
@media screen and ( max-width: 780px ){
    .c-list04 {
        padding: 44px 56px 44px 44px;
    }
    .c-list04 li+li {
        margin-top: 30px;
    }
    .c-list04__img {
        width: 100%;
        height: 321px;
        border: 2px solid #fff;
    }
    .c-list04-txt__ttl {
        font-size: 14px;
    }
    .c-list04-txt__day {
        font-size: 15px;
        margin-top: 4px;
    }
}
.c-list04 li:first-child {
    margin-left: 0;
}
/*.c-list04__item {}*/
.c-list04__img>figure {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-list04-txt {
    padding: 9px 5px 0;
}
.c-list04-txt__ttl {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.61;
    color: #fff;
    text-align: left;
}
.c-list04-txt__day {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #fff;
    margin-top: 5px;
    text-align: left;
}
.c-btn03 {
    color: #1C522D;
    font-size: 13px;
    letter-spacing: 0.24em;
    font-weight: 600;
    width: 197px;
    padding: 10px 12px;
    border: 1px solid #1C522D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.c-btn03.pat03 {
    font-size: 10px;
}
@media screen and ( max-width: 780px ){
    .c-btn03.ptn02 {
        width: auto;
        padding: 25px 12px;
    }
}
.c-btn07 {
    border: solid 1px #CBCBCB;
    background-color: #F4F4F4;
    color: #717171;
    font-size: 13px;
    letter-spacing: 0.24em;
    font-weight: 500;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    padding: 10px;
    display: inline-block;
}
@media screen and ( min-width: 781px ){
    .c-btn07 {
        min-width: 197px;
    }
}
@media screen and ( max-width: 780px ){
    .c-btn07 {
        min-width: 100%;
        box-sizing: border-box;
    }
}


/* 共通searchパーツ */
@media screen and ( min-width: 781px ){
    .c-search-wrap {
        padding: 132px 70px 120px;
    }
    #c-search {
        padding: 81px 130px 70px;
    }
}
@media screen and ( max-width: 780px ){
    #c-search {
        padding: 78px 20px 26px;
    }
}
#c-search {
    background-color: #2B4834;
}
@media screen and ( max-width: 780px ){
    .c-search-tab {
        margin-top: 30px;
    }
}
.c-search-tab {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    position: relative;
    z-index: 2;
}
.c-search-tab li {
    width: 220px;
    background-color: #BCBCBC;
    border: solid 1px #fff;
    transition: 0.3s;
}
.c-search-tab li:hover {
    background-color: #ddd;
}
.c-search-tab li.is-active {
    background-color: #fff;
}
.c-search-tab li+li {
    margin-left: 10px;
}
.c-search-tab__tab {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    cursor: pointer; 
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #525252;
    padding: 7px 9px 9px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.c-search-tab__tab span {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.36em;
    text-align: center;
    color: #727272;
}
.c-search-tab li.is-active .c-search-tab__tab {
    color: #1c522d !important;
    position: relative;
}
.c-search-tab__tab::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url( ../images2020/common/search.svg );
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto 0;
}
.c-search-tab li.is-active .c-search-tab__tab::before {
    content: "";
    display: block;
    width: 22px;
    height: 24px;
    box-sizing: border-box;
    border-top: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX( -50% );
}
.c-search-list-wrap {
    margin-top: 51px;
    display: none;
    position: relative;
}
/* .c-search-list-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 377px;
    background: #fff;
    opacity: 0.11;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.c-search-list-wrap::after {
    content: "";
    display: block;
    width: 22px;
    height: 24px;
    box-sizing: border-box;
    border-top: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: calc( 100% + 69px );
    left: 50%;
    transform: translateX( -50% );
    opacity: 0.11;
} */
.c-search-list-wrap.is-active {
    display: block;
}
/*.c-search-list {
    padding: 0 175px;
}*/
@media screen and ( max-width: 780px ){
    .c-search-list {
        padding: 0;
    }
    .c-search-list__dec {
        right: 0 !important;
    }
    .c-search-list-wrap {
        padding: 0 9px;
    }
    .c-search-list__item {
        font-size: min( 7vw,15px );
    }
    .c-search-list__item span.strong {
        font-size: min( 8vw,19px );
    }
    .c-search-list__dec {
        width: 15px !important;
        height: 15px !important;
    }
    .c-search-list__dec::before,
    .c-search-list__dec::after {
        width: 15px !important;
    }
}
@media screen and ( max-width: 389px ){
    .c-search-list__item {
        font-size: min( 5vw,14px );
    }
    .c-search-list__item span.strong {
        font-size: min( 6vw,17px );
    }
}
.c-search-list li {
    background-color: #fff;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.24em;
    text-align: center;
    color: #838383;
    padding: 20px;
    cursor: pointer;
    margin: 0 auto;
}
@media screen and ( min-width: 781px ){
    .c-search-list li {
        max-width: 75%;
    }
    .c-search-list__item span.strong {
        font-size: 23px;
    }
}
.c-search-list li+li {
    margin-top: 10px;
}
.c-search-list__item {
    position: relative;
}
.c-search-list__item span.strong {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-align: right;
    color: #1c522d;
}
.c-search-list__dec {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
}
.c-search-list__dec::before,
.c-search-list__dec::after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #1C522D;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-search-list__dec::after {
    transform: rotate( 90deg );
}
.c-search-list__sub-text {
    font-size: 13px;
    color : #F0873B;
    text-align: center;
    padding:0 50px;
}
@media screen and ( max-width: 780px ){
    .c-search-list__sub-text {
        padding: 0 12px;
    }
    /* 事業所検索条件選択部分（2種類） */
    .c-search-list li {
        letter-spacing: 0em;
    }
    .c-search-list__item span.strong {
        letter-spacing: 0em;
    }
}
.c-search-list02-wrap {
    background-color: #fff;
    /* padding: 40px 220px 40px; */
    position: relative;
}
/* .c-search-list02-wrap.pat01 {
    padding: 52px 57px 39px;
} */
.c-search-list02-wrap.pat01 li {
    margin-top: 20px;
}
.c-search-list02 input[ type="radio" ] {
    display: none;
}
.c-search-ttl {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.26em;
    text-align: center;
    color: #1c522d;
}
.c-search-list02 {
    display: flex;
    flex-wrap: wrap;
}
.c-search-list02 li {
    width: calc(( 100% - 20px )/2 );
    box-sizing: border-box;
    font-family: "Noto Sans JP";
}
.c-search-list02__item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.26em;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #113c1f;
    background-color: #fff;
    border-radius: 3px;
    color: #113c1f;
    cursor: pointer;
}
.c-search-list02__checkbox:checked+.c-search-list02__item {
    background: #1c522d;
    color: #fff;
}
.c-search-list02__checkbox:disabled+.c-search-list02__item {
    cursor: inherit;
}
.c-search-list02.pat01 {
    margin-top: -20px;
    margin-left: -7px;
}
.c-search-list02.pat01 li {
    width: calc(( 100% - 42px ) / 6 );
}
/* .c-search-list02.pat01 li {
    margin-left: 7px !important;
} */
.c-search-list02 li.is-active {
    background: #1c522d;
    color: #fff;
}
.c-search-list02 li:nth-child( n+3 ){
    margin-top: 20px;
}
.c-search-list02 li:nth-child( 2n ){
    margin-left: 20px;
}
/*.c-search-list02>li.gray {}*/
.c-search-list02>li.gray .c-search-list02__item {
    opacity: 0.2;
}
.c-search-list02-box {
    margin-top: 71px;
}
.c-search-btn-wrap {
    margin-top: 82px;
}
.c-search-btn {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.24em;
    text-align: center;
    color: #1c522d;
    padding: 10px 50px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    cursor: pointer;
}
.c-search-btn01-wrap {
    margin-top: 100px;
}
.c-search-btn01 {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.24em;
    text-align: center;
    color: #1c522d;
    padding: 10px 68px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.c-search-btn01::before {
    content: "";
    display: block;
    width: 21px;
    height: 4px;
    background-image: url( ../image/css/common/icon_arrow-gray.svg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto 0;
}
.c-search-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 27px;
    right: 27px;
    cursor: pointer;
}
.c-search-close::before,
.c-search-close::after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #1C522D;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.c-search-close::before {
    transform: rotate( 45deg );
}
.c-search-close::after {
    transform: rotate( -45deg );
}
.c-search-select-wrap {
    background-color: #fff;
    padding: 52px 57px 39px;
}
.c-search-select-box {
    margin-top: 50px;
}
.c-search-select {
    width: 475px;
    height: 50px;
    background: transparent;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #113C1F;
    background-color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.26em;
    color: #113c1f;
}
.c-search-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.2 );
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 90px 0;
    box-sizing: border-box;
}
.c-search-modal.is-active {
    opacity: 1;
    visibility: visible;
}
.c-search-modal__inner {
    overflow-y: auto;
    max-height: 100%;
}
.c-search-modal__box {
    position: relative;
    background: #fff;
    padding: 40px;
}
.c-search-modal__close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}
/*.c-search-modal__close span {}*/
@media screen and ( min-width: 781px ){
    .c-search-list02-wrap.pat01 {
        padding: 52px 57px 39px;
    }
    .c-search-list02-wrap {
        padding: 40px 220px 40px;
    }
    .c-search-list02.pat01 li {
        margin-left: 7px !important;
    }
}
@media screen and ( max-width: 780px ){
    .c-search-list02-type {
        margin-left: 0 !important;
    }
    .c-search-list02 {
        margin-left: -10px;
    }
    .c-search-list02 li {
        width: calc(( 100% - 20px )/2 );
        margin-left: 10px !important;
    }
    /*.c-search-list02 li:nth-child( 2n ){
        margin-left: 10px;
    }*/
    .c-search-list02 li:nth-child( n+3 ){
        margin-top: 10px;
    }
    .c-search-modal__box {
        padding: 0;
    }
    .c-search-list02-wrap {
        padding: 117px 10px 51px;
    }
    .c-search-list02-box {
        margin-top: 30px;
    }
    .c-search-list02.pat01 {
        margin-left: 0;
    }
    .c-search-list02.pat01 li {
        width: calc(( 100% - 20px ) / 2 );
    }
    .c-search-list02-type li {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .c-search-select-wrap {
        background-color: #fff;
        padding: 117px 10px 51px;
    }
    .c-search-select {
        width: 100%;
    }
    .c-search-list-wrap::after {
        top: calc( 100% + 75px );
    }
    /* トップ画面の検索部分BG */
    .c-search-btn01-wrap {
    margin-top: 60px;
    }
}
.c-header {
    background: rgba( 255, 255, 255, 0.92 );
    filter: drop-shadow( 0px 3px 8px rgba( 0, 0, 0, 0.08 ));
}
.c-header-youtube {
    line-height: 1;
}
.c-header-youtube img {
    height: 22px;
}
@media screen and ( min-width: 781px ){
    .c-header {
        min-width: 1250px;
    }
}
@media screen and ( max-width: 780px ){
    .c-tech-img {
        vertical-align: middle;
    }
}
.c-header-nav-contact__txt {
    text-align: right;
    color: #fff !important;
    text-align: center;
    text-shadow: 0px 1px 7px rgba( 0, 0, 0, 0.38 );
}
@media screen and ( min-width: 781px ){
    .c-header-logo {
        background-color: rgba( 255, 255, 255, 0.92 ) !important;
    }
    .c-header-nav-contact {
        width: 199.62px;
        /* height: 58px; */
        position: relative;
        overflow: hidden;
    }
    .c-header-nav-contact::before {
        content: "";
        display: block;
        width: calc( 100% + 30px );
        height: 100%;
        background: linear-gradient( -90deg, #317e4a 0%, #2fb4de 100% );
        position: absolute;
        top: 0;
        left: 30px;
        transform: skew( -20deg );
        z-index: -1;
        box-sizing: border-box;
    }
    .c-header-nav-contact__txt {
        font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.3em;
    }
}
@media screen and ( max-width: 780px ){
    .c-header {
        background-color: #2B4834;
    }
    .c-header::before {
        content: "";
        display: block;
        width: 80px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -5px;
        transform: skew( -10deg );
    }
    .c-header-logo {
        margin-left: 0 !important;
        left: 20px !important;
    }
    .c-mobile-head {
        background-color: transparent !important;
    }
    .c-nav-toggle {
        width: 36px !important;
        height: 24px !important;
    }
    .c-nav-toggle__line {
        width: 100%;
        height: 4px;
        background-color: #03311D;
    }
    .c-nav-toggle__line:nth-child( 1 ),
    .c-nav-toggle__line:nth-child( 3 ){
        width: 100% !important;
    }
    .c-header-nav-contact__txt {
        text-align: left;
    }
}
.c-footer-box02 {
    padding: 60px 0 0;
}
.c-footer-img-youtube>img {
    display: block;
    height: 25px;
    margin-left: 20px;
}
.c-footer-img-twitter>img {
    display: block;
    margin-left: 20px;
}
.c-footer-img-instagram>img {
    display: block;
    height: 29px;
    margin-left: 20px;
}

/* access-office */
.p_access-office {
    padding-bottom: 150px;
    padding-top: 50px;
}
.p_access-office-sec {
    margin-top: 200px;
}
@media screen and ( max-width: 780px ){
    .p_access-office {
        padding-bottom: 0px;
    }
    .p_access-office-sec {
        margin-top: 50px;
    }
}
.p_access-office-video {
    margin-top: 108px;

}
.p_access-office-video-box {
    margin-top: 40px;
}
.p_access-office-video-txt {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: left;
    color: #525252;
    margin-top: 19px;
}
@media screen and ( min-width: 781px ){
    .p_access-office-video-box.pat01 {
        width: 59.6%;
    }
    .p_access-office-video-box.pat01 .p_introduction-youtube__movie {
        padding-top: 56.6%;
    }
}
@media screen and ( max-width: 780px ){
    .p_access-office-video-box {
        margin-top: 18px;
    }
    .p_access-office-video-txt {
        font-size: 14px;
        letter-spacing: 0.07em;
        line-height: 1.86;
        margin-top: 15px;
    }
}
.p_access-office-anchor {
    margin-top: 80px;
}
.p_access-office-caption01 {
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.14em;
    line-height: 1.7;
}
.p_access-office-caption01 strong {
    color : #027627;
}
@media screen and ( max-width: 780px ){
    .p_access-office-caption01 {
        margin-top: 18px;
    }
}
@media screen and ( min-width: 781px ){
    .c-anchor-list02 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .p_access-office-list-wrap .c-anchor-list02 {
        margin-left: -10px;
        margin-top: -11px;
    }
    .p_access-office-list-wrap .c-anchor-list02 li {
        margin-left: 10px;
        margin-top: 11px;
    }
}
@media screen and ( max-width: 780px ){
    .p_access-office-list-wrap .c-anchor-list02 li {
        margin-top: 5px;
        width: 100%;
    }
}
.c-anchor-list02 li {
    position: relative;
    min-width: 300px;
    background-color: #113C1F;
    border-radius: 2px;
}
.c-anchor-list02 li::after {
    content: "";
    position: absolute;
    background: url( ../image/css/common/arrow-down-short.svg );
    bottom: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 8px;
}
.c-anchor-list03 li {
    width: 435px;
    background-color: #113C1F;
}
@media screen and ( max-width: 780px ){
    .c-anchor-list03 li {
        width: 100%;
    }
}
.c-anchor-list03 li+li {
    margin-top: 5px;
}
.c-anchor-list03__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-align: left;
    color: #fff;
}
.c-anchor-list03__img {
    display: flex;
    align-items: center;
}
.c-anchor-list02__item {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-align: center;
    color: #fff;
    padding: 9.5px 12px 18.5px;
    display: block;
}
.c-anchor-list02__item span.green {
    color: #9BBCA6;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.p_access-office-cont {
    /* margin-top: 100px; */
    margin-top: 42px;
}
@media screen and ( max-width: 780px ){
    .p_access-office-cont {
        margin-top: 41px;
    }
}
.p_access-office-cont+.p_access-office-cont {
    margin-top: 230px;
}
.p_access-office-cont-ttl {
    position: relative;
}
.p_access-office-cont-ttl__txt {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.14em;
    text-align: center;
    color: #fff;
    padding: 12px 15px;
    border-radius: 2px;
    background: #113c1f;
    display: inline-block;
}
.p_access-office-cont-ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #113C1F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: -1;
}
@media screen and ( min-width: 781px ){
    .p_access-office-cont-ttl {
        display: flex;
        justify-content: flex-start;
        position: relative;
    }
}
@media screen and ( max-width: 780px ){
    .p_access-office-cont+.p_access-office-cont {
        margin-top: 60px;
    }
    .p_access-office-cont-ttl__txt {
        font-size: 18px;
        letter-spacing: 0.14em;
    }
}
.p_access-office-list-wrap {
    margin-top: 68px;
}
/*.p_access-office-list {}
.p_access-office-list li {}*/
.p_access-office-list li+li {
    margin-top: 31px;
}
.p_access-office-list__img {
    height: 280px;
}
.p_access-office-list__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.p_access-office-list__num {
 font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #113c1f;
}
.p_access-office-list__num span.strong {
 font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #113c1f;
    margin-left: 7px;
}
.p_access-office-list__cap {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.66;
    text-align: left;
    color: #525252;
}
@media screen and ( min-width: 781px ){
    .p_access-office-list__cap {
        margin-top: 21px;
    }
    .p_access-office-list__txt {
        width: 50%;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .p_access-office-list__item {
        display: flex;
        flex-wrap: wrap;
    }
    .p_access-office-list__img {
        width: 50%;
        height: 280px;
    }
    .p_access-office-list__txt {
        width: 50%;
        box-sizing: border-box;
        padding-left: 20px;
    }
}
@media screen and ( max-width: 780px ){
    .p_access-office-list li+li {
        margin-top: 50px !important;
    }
    .p_access-office-anchor {
        margin-top: 60px;
    }
    .p_access-office-list__img {
        height: 196px;
    }
}
.p_access-office-ttl {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.4em;
    text-align: left;
    color: #000;
}
.p_access-office-ttl span.small {
    font-size: 28px;
    letter-spacing: 0.2em;
}
@media screen and ( min-width: 781px ){
    .p_access-office-ttl02-wrap {
        display: flex;
        justify-content: flex-start;
        margin-top: 80px;
    }
    .p_access-office-ttl02 {
        display: inline-block;
    }
}
@media screen and ( max-width: 780px ){
    .p_access-office-ttl {
        margin-bottom: 51px;
        font-size: 30px;
    }
    .p_access-office-ttl span.small {
        font-size: 21px;
        letter-spacing: 0.2em;
    }
    .p_access-office-ttl02 {
        font-size: 19px !important;
    }
    .p_access-office-list-wrap {
        margin-top: 17px;
    }
}
.p_access-office-ttl02 {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.34em;
    text-align: left;
    color: #113c1f;
    border-bottom: 1px solid #113C1F;
    padding-bottom: 4px;
}
.p_access-office-list-wrap {
    margin-top: 40px;
    text-align: left;
}


/* contact */
/*.c-sec-title02 {}*/
.c-sec-title02__en {
    display: block;
    font-family: "ipapmincho","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-size: 44px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000;
    opacity: 0.07;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    line-height: 1.77;
}
.c-sec-title02__jp {
    display: block;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.4em;
    text-align: left;
    color: #000; 
    margin-top: -45px;
}
@media screen and ( max-width: 780px ){
    .c-sec-title02__en {
        font-size: 31px;
        line-height: 1;
    }
    .c-sec-title02__jp {
        font-size: 21px;
        line-height: 28px;
        margin-top: -22px;
    }
}
.p_contact-area {
    /*margin-top: 130px;*/
    margin-top: 60px;
}
.p_contact-area:first-child {
    margin-top: 156px;
}
.p_contact-area-txt {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.85;
    text-align: left;
    color: #525252;
    margin-top: 44px;
}
.p_contact-btn-wrap {
    margin-top: 17px;
    text-align: left;
}
@media screen and ( min-width: 781px ){
.p_contact-btn-wrap .c-btn {
    min-width: 197px;
    justify-content: space-between;
}
.p_contact-btn-wrap .c-btn+.c-btn {
    margin-left: 10px;
}
}
@media screen and ( min-width: 781px ){
    .p_contact-btn-wrap .c-btn+.c-btn {
        margin-top: 10px;
    }
}
.p_contact-flx {
    margin-top: 56px;
}
.p_contact-tel {
    display: inline-block;
    box-sizing: border-box;
    background-color: #F8F8F8;
    padding: 20px 20px 33px;
}
.p_contact-tel__ttl {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.11em;
    text-align: center;
    color: #000;
}
.p_contact-tel__num {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 49px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #194e3a;
    margin-top: 5px;
}
.p_contact-form-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media screen and ( min-width: 781px ){
    .p_contact-flx {
        display: flex;
        flex-wrap: wrap;
    }
    .p_contact-tel+.p_contact-tel {
        margin-left: 8px;
    }
    .p_contact-tel {
        width: calc(( 100% - 8px ) /2 );
        pointer-events: none;
    }
}
@media screen and ( max-width: 780px ){
    .p_contact-area-txt {
        margin-top: 20px;
    }
}
.p_contact-form-area {
    background-color: #F8F8F8;
    padding: 127px 0 126px;
    margin-top: 107px;
}
.p_contact-form-area .inner-block {
    box-sizing: border-box;
}
.p_contact-form-box {
    padding-top: 0 !important;
}
.p_contact-form {
    background: none !important;
    /* padding: 0 75px; */
}
.p_contact-form-btn02 {
    background: linear-gradient( -90deg, #317e4a 0%, #2fb4de 100% ) !important;
    padding: 36px 177px !important;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500 !important;
    font-size: 20px !important;
    letter-spacing: 0.24em;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    width: auto !important;
    border-radius: 0 !important;
    margin-top: 80px;
}
.p_contact-form-ttl {
    padding:0 0 0 20px !important;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #113c1f;
    position: relative;
}
.p_contact-form-ttl::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #113c1f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.p_contact-form-ttl02 {
    background: none !important; 
}
.p_contact-form-ttl02 span.en {
    font-family: "ipapmincho","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 300;
    font-size: 114px;
    letter-spacing: -0.01em;
    line-height: 78px;
    text-align: center;
    color: #000;
    opacity: 0.07;
    text-shadow: 0px 3px 6px rgba( 255, 255, 255, 0.8 );
    display: block;
}
.p_contact-form-ttl02 span.jp {
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.4em;
    text-align: center;
    color: #000;
    display: block;
    margin-top: -45px;
}
.c-width100 {
    width: 100% !important;
}
.f-check .check-input + label.c-label {
    background: #DEDEDE;
    border: none;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 44px;
    text-align: center; 
    border-radius: 2px;
}
.f-check .check-input:checked + label.c-label {
    color: #FFF;
    background-color: #194E3A;
}
.f-check .check-input + label.c-label::before,
.f-check .check-input + label.c-label::after {
    display: none;
}
.c-form-ttl {
    padding: 40px 0 20px 20px !important;
    font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold !important;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #113c1f;
    position: relative;
}
.c-form-ttl::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #113c1f;
    position: absolute;
    bottom: 28px;
    left: 0;
    margin: auto 0;
}
.c-form-tag {
    background-color: #00A836 !important;
    font-family: "Noto Sans JP";
    font-weight: bold !important;
    font-size: 15px !important;
    letter-spacing: 0.1em !important;
    text-align: left !important;
    color: #fff !important;
    padding: 4px 8px !important;
    margin-left: 11px !important;
}
.c-form-txt {
    height: 45px;
    box-sizing: border-box;
    width: 100% !important;
}
.c-form-txt-area {
    height: 205px;
    width: 100%;
    box-sizing: border-box;
}
.c-privacy-txt {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #113c1f !important;
}
.c-check-box-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-check-box-txt {
    width: auto !important;
}
.c-check-box {
    position: static !important;
    margin-left: 0 !important;
}
@media screen and ( min-width: 781px ){
    .p_contact-form-btn {
        width: calc(( 100% - 10px ) / 2 ) !important;
    }
    .p_contact-form-btn:nth-child( odd ){
        margin-left: 10px !important;
    }
    .p_contact-form {
        padding: 0 75px !important;
    }
}
@media screen and ( max-width: 780px ){
    .p_contact-area {
        margin-top: 40px;
    }
    .p_contact-form-area {
        margin-top: 40px;
        padding: 51px 0 80px;
    }
    .p_contact-form {
        margin: 0 !important;
        padding: 0 !important;
    }
    .p_contact-area .c-btn {
        width: 100%;
        padding: 26px 12px;
        box-sizing: border-box;
    }
    .p_contact-btn-wrap {
        margin-top: 21px;
    }
    .p_contact-flx {
        margin-top: 40px;
    }
    .p_contact-tel {
        padding: 20px 25px 25px;
        width: 100%;
    }
    .p_contact-tel + .p_contact-tel {
        margin-top: 10px;
    }
    .p_contact-tel__num {
        margin-top: 0;
    }
    .p_contact-form-ttl02 span.en {
        font-weight: 300;
        font-size: 38px;
        letter-spacing: -0.01em;
        /* line-height: 26px; */
        text-align: center;
    }
    .p_contact-form-ttl02 span.jp {
        font-family: "notoserif","YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-weight: 500;
        font-size: 25px;
        letter-spacing: 0.4em;
        text-align: center;
    }
    .p_contact-form-btn {
        width: 100% !important;
    }
    .p_contact-form-btn {
        margin-bottom: 6px;
    }
    .p_contact-form-btn02 {
        padding: 27px 25px !important;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 45px;
        width: 100% !important;
    }
    .c-form-txt {
        height: 65px;
    }
    .p_contact-tel__num {
        font-size: 41px;
    }
}
@media screen and ( max-width: 375px ){
    .p_contact-tel__num {
        font-size: 32px;
    }
}
@media screen and ( min-width: 781px ){
    .outer-block {
        min-width:1040px
    }
}
@media screen and ( min-width: 781px ){
    .c-pt {
        padding-top: 50px;
    }
}
@media screen and ( max-width: 780px ){
    .c-pt {
        padding-top: 50px;
    }
}
.c-bg-gray {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: calc( 100% + 160px );
    transform: translate( -50% ,-50% );
    background: #fff;
    opacity: 0.11;
}
.c-bg-gray::before {
    content: "";
    display: block;
    width: 22px;
    height: 24px;
    box-sizing: border-box;
    border-top: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and ( max-width: 780px ){
    .c-bg-gray {
        height: calc( 100% + 70px );
    }
}


/* 問い合わせページ時のフッター調整 */
.p_contact +.c-footer {
    padding-top: 0;
}
.p_contact +.c-footer .c-footer-box {
    margin-top: 0;
}
.p_contact +.c-footer .c-footer-box-sp {
    margin-top: 0;
}
.c-footer-list__box .c-footer-copy {
    margin-left: 30px;
}
.c-fw-mid {
    font-weight: 500 !important;
}
@media screen and ( min-width: 781px ){
    .p_home ~.c-footer {
        min-width: 1260px;
    }
}
.c-header-list-ttl {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.26em;
}
.c-header-flx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.c-hover-none {
    background: none !important;
}
#global-nav li.c-header-no-height {
    height: auto;
}
@media screen and ( min-width: 781px ){
    #global-nav ul li {
        vertical-align: middle;
    }
    li.mobile.c-header-nav-contact {
        overflow: hidden;
    }
    #global-nav li ul li a {
        font-size: 13px;
    }
    #global-nav li ul.c-header-list {
        position: static;
        width: 170px;
    }
    #global-nav li ul.c-header-survice-list>li {
        width: 244px;
    }
    #global-nav li ul.c-header-list >li {
        width: auto;
    }
    #global-nav li ul.c-header-list >li:last-child {
        border-bottom: none;
    }
    #global-nav li ul.c-header-min200 li {
    min-width: 200px;
    }
    #global-nav li ul.c-header-db {
        display: block;
    }
}
@media screen and ( max-width: 780px ){
    #global-nav.small-font ul li {
        font-size: 14px;
    }
    /* ハンバーガーメニュー内「応募受付中の訪問介護事業所検索」の文字サイズを新卒/中途採用とは別に用意 */
    #global-nav.small-font ul li#job_naa {
        font-size: 13px;
    }
    #global-nav.small-font div ul li a {
        font-size: 13px;
        line-height: 2;
    }
    #global-nav li.is-active {
        border: none;
    }
    #global-nav li ul.c-header-survice-list {
        width: 100%;
        padding: 0;
    }
    #global-nav li.c-header-no-height {
        width: 100%;
    }
    #global-nav li ul.c-header-list {
        display: block;
        width: 50%;
        padding: 0;
        border: none;
    }
    #global-nav li ul.c-header-list >li {
        width: 100%;
        border-bottom: 1px solid rgba( 255, 255, 255, 0.28 );
        margin: 0;
        padding: 0 7px;
    }
    #global-nav li ul.c-header-list >li:last-child {
        border: none;
    }
    #global-nav div.c-header-list-ttl {
        width: 50%;
        font-size: 13px;
    }
    #global-nav div.c-header-flx {
        margin: 0;
        padding: 0 5px 0 13px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    #global-nav div.c-header-flx::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
    }
    #global-nav li ul li.c-sp-w100 {
        width: 100%;
    }
    #global-nav li ul li.c-sp-mt3 {
        margin-top: 3px;
    }
    #global-nav li ul li.c-sp-bg {
        background-color: rgba( 255, 255, 255, 0.10 );
    }
    #global-nav li ul li.c-sp-pl13 {
        padding-left: 13px;
    }
}
@media screen and ( max-width: 780px ){
    .c-footer-box-sp:not( .c-footer-contact-ttl ~ .c-footer-box-sp ){
        margin-top: 0;
    }
}
@media screen and ( max-width: 780px ){
    .c-header-link-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        padding: 0 !important;
    }
    .icon-link {
        padding-bottom: 10px !important;
    }
    .icon-link.crt_rn {
        padding-bottom: 5px !important;
    }
    #global-nav div.c-header-sp2022 ul li {
        width: auto;
        height: auto;
        margin: 0px 11px;
    }   
}
.c-header-link-list__crt {
    display: inline-block;
    width: 167px;
}
#global-nav li a.c-header-link-list__item {
    display: flex;
    align-items: center;
}
@media screen and ( min-width: 781px ){
    .inner-block.pat01 {
        width: 1095px;
    }
    .c-pt55 {
        padding-top: 55px !important;
    }
}
@media screen and ( max-width: 780px ){
    .magazine-box .mobile.catemenu {
        top: 60px;
    }
}