/*--------------------------------------------
  common
--------------------------------------------*/
.p-kv_under__inner.-construction {
    background-image: url(../img/construction/img_kv.jpg);
}

/*--------------------------------------------
  recruit
--------------------------------------------*/
.p-recruit .c-ttl_sup {
    margin-bottom: 5rem;
}

.p-recruit_ideal__wrap {
    display: flex;
}

.p-recruit_ideal__img {
    width: 50%;
    padding-right: 4rem;
}

.p-recruit_ideal__cnt {
    width: 50%;
    padding-left: 4rem;
}

.p-recruit_ideal__list dt {
    border-radius: 5px;
    color: #fff;
    background: rgb(44, 174, 87);
    background: linear-gradient(90deg, rgb(44, 174, 87) 0%, rgb(133, 206, 53) 100%);
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

.p-recruit_ideal__list dt span {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
}

.p-recruit_ideal__list dt span:before {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/recruit/icon_check.svg) no-repeat center/contain;
}

.p-recruit_ideal__item:not(:first-child) {
    margin-top: 2.5rem;
}

@media screen and (max-width: 991.9px) {
    .p-recruit_ideal__wrap {
        display: block;
    }

    .p-recruit_ideal__img {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .p-recruit_ideal__cnt {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }

    .p-recruit_ideal__list dt {
        font-size: 1.8rem;
    }
}

.p-recruit_interview {
    padding-bottom: 18rem;
}

.p-recruit_interview__wrap {
    display: flex;
    flex-wrap: wrap;
}

.p-recruit_interview__item {
    width: calc((100% - 12rem) / 3);
    position: relative;
}

.p-recruit_interview__item:nth-child(n+4) {
    margin-top: 14rem;
}

.p-recruit_interview__item:not(:nth-child(3n)) {
    margin-right: 6rem;
}

@media screen and (min-width: 992px) {
    .p-recruit_interview__link:hover .p-recruit_interview__img img {
        transform: scale(1.1);
    }
}

.p-recruit_interview__img {
    overflow: hidden;
}

.p-recruit_interview__img img {
    width: 100%;
    transition: 0.4s;
}

.p-recruit_interview__cnt {
    padding: 0 3rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}

.p-recruit_interview__cntInner {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    padding: 2.5rem 3rem;
}

.p-recruit_interview__txt {
    font-size: 2rem;
    font-weight: bold;
}

.p-recruit_interview__name {
    font-size: 1.4rem;
    margin-top: 2rem;
}

@media screen and (max-width: 991.9px) {
    .p-recruit_interview__wrap {
        justify-content: space-between;
    }

    .p-recruit_interview__item {
        width: calc((100% - 4rem) / 2);
    }

    .p-recruit_interview__item:nth-child(n+3) {
        margin-top: 14rem;
    }

    .p-recruit_interview__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .p-recruit_interview__txt {
        font-size: 1.8rem;
    }

    .p-recruit_interview__cntInner {
        padding: 2rem;
    }

    .p-recruit_interview__name {
        margin-top: 1em;
    }
}

@media screen and (max-width: 767.9px) {
    .p-recruit_interview {
        padding-bottom: 15rem;
    }

    .p-recruit_interview__item {
        width: 100%;
    }

    .p-recruit_interview__item:nth-child(n+2) {
        margin-top: 10rem;
    }

    .p-recruit_interview__txt {
        font-size: 1.6rem;
    }
}

.p-recruit_welfare {
    background: #F2FAF6;
}

.p-recruit_welfare__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-recruit_welfare__item {
    width: calc((100% - 5rem) / 2);
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 4rem 3rem;
}

.p-recruit_welfare__item:nth-child(n+3) {
    margin-top: 5rem;
}

.p-recruit_welfare__icon {
    width: 15%;
}

.p-recruit_welfare__cnt {
    width: 85%;
    padding-left: 3rem;
}

.p-recruit_welfare__ttl {
    color: #2CAD56;
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 991.9px) {
    .p-recruit_welfare__item {
        width: 100%;
    }

    .p-recruit_welfare__item:nth-child(n+2) {
        margin-top: 3rem;
    }

    .p-recruit_welfare__ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-recruit_welfare__ttl {
        font-size: 1.8rem;
    }

    .p-recruit_welfare__item {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 575.9px) {
    .p-recruit_welfare__item {
        flex-direction: column;
    }

    .p-recruit_welfare__item:nth-child(n+2) {
        margin-top: 2rem;
    }

    .p-recruit_welfare__icon {
        width: 100%;
        text-align: center;
    }

    .p-recruit_welfare__icon img {
        max-width: 20%;
    }

    .p-recruit_welfare__cnt {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }

    .p-recruit_welfare__ttl {
        text-align: center;
    }
}

.p-recruit_requirement__item:not(:first-child) {
    margin-top: 10rem;
}

.p-interview__item.-top .p-interview__col {
    gap: 30px 4%;
}

.p-interview__item.-top .p-interview__img {
    width: 48%;
    padding-right: 0;
}

.p-interview__item.-top .p-interview__cnt {
    width: 33%;
    padding-left: 0;
}

.p-interview__item:not(:first-child) {
    margin-top: 8rem;
}

.p-interview__item:nth-child(even) .p-interview__col {
    flex-direction: row-reverse;
}

.p-interview__item:nth-child(even) .p-interview__col .p-interview__cnt {
    padding-left: 0;
    padding-right: 4rem;
}

.p-interview__item:nth-child(even) .p-interview__col .p-interview__img {
    padding-right: 0;
    padding-left: 4rem;
}

.p-interview__col {
    display: flex;
    align-items: center;
}

.p-interview__img {
    width: 50%;
    padding-right: 4rem;
}

.p-interview__cnt {
    width: 50%;
    padding-left: 4rem;
}

.p-interview__sup {
    font-size: 1.8rem;
    color: #2CAD56;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin-bottom: 1rem;
}

.p-interview__ttl {
    font-size: 3rem;
    margin-bottom: 2.2rem;
    line-height: 1.6;
}

.p-interview__name {
    font-weight: bold;
}

.p-interview__info {
    margin-bottom: 4.5rem;
}

.p-interview__ttlsub {
    color: #2CAD56;
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px dashed #ddd;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1599.9px) {
    .p-interview__item.-top .p-interview__cnt {
        width: 40%;
    }
}

@media screen and (max-width: 1399.9px) {
    .p-interview__item.-top .p-interview__cnt {
        width: 44%;
    }
}

@media screen and (max-width: 991.9px) {
    .p-interview__ttl {
        font-size: 2.5rem;
    }

    .p-interview__item.-top .p-interview__col {
        gap: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-interview__item.-top .p-interview__img {
        width: 100%;
        text-align: center;
    }

    .p-interview__item.-top .p-interview__cnt {
        width: 100%;
    }

    .p-interview__item:nth-child(even) .p-interview__col {
        flex-direction: column;
    }

    .p-interview__item:nth-child(even) .p-interview__col .p-interview__cnt {
        padding-right: 0;
    }

    .p-interview__item:nth-child(even) .p-interview__col .p-interview__img {
        padding-left: 0;
    }

    .p-interview__item:not(:first-child) {
        margin-top: 5rem;
    }

    .p-interview__col {
        flex-direction: column;
    }

    .p-interview__img {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .p-interview__img img {
        width: 100%;
    }

    .p-interview__cnt {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-interview__ttl {
        font-size: 2.2rem;
    }

    .p-interview__ttlsub {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575.9px) {
    .p-interview__sup {
        font-size: 1.6rem;
    }

    .p-interview__ttl {
        font-size: 2rem;
    }

    .p-interview__ttlsub {
        font-size: 1.8rem;
    }

    .p-interview__info {
        margin-bottom: 3rem;
    }
}

/*--------------------------------------------
  construction
--------------------------------------------*/
.p-construction .c-ttl_pl {
    margin-bottom: 6rem;
}

@media screen and (max-width: 767.9px) {
    .p-construction .c-ttl_pl {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 575.9px) {
    .p-construction .c-ttl_pl {
        margin-bottom: 4rem;
    }
}

.p-construction_strength {
    padding-top: 0;
    padding-bottom: 12.5rem;
}

.p-construction_strength__box {
    display: flex;
    align-items: center;
}

.p-construction_strength__box:nth-child(odd) .p-construction_strength__cnt {
    padding-right: 8rem;
}

.p-construction_strength__box:nth-child(even) {
    flex-direction: row-reverse;
}

.p-construction_strength__box:nth-child(even) .p-construction_strength__cnt {
    padding-left: 8rem;
}

.p-construction_strength__box:nth-child(even) .p-construction_strength__head:after {
    right: -10vw;
    left: inherit;
}

.p-construction_strength__box:not(:first-child) {
    margin-top: 8rem;
}

.p-construction_strength__cnt {
    width: 52.86%;
}

.p-construction_strength__img {
    width: 47.14%;
}

.p-construction_strength__head {
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
    position: relative;
}

.p-construction_strength__head:before {
    content: "";
    width: 24.2rem;
    height: 2px;
    background: #2CAD56;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-construction_strength__head:after {
    content: "";
    width: 200vw;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: -10vw;
    z-index: -1;
}

.p-construction_strength__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.p-construction_strength__ttl .badge {
    border-radius: 5px;
    background: rgb(44, 174, 87);
    background: linear-gradient(90deg, rgb(44, 174, 87) 0%, rgb(133, 206, 53) 100%);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: 1.5rem 2rem;
    display: inline-block;
    font-weight: bold;
}

.p-construction_strength__ttl .cross {
    margin: 0 1.5rem;
}

.p-construction_strength__lead {
    line-height: 1.44;
    font-size: 2.2rem;
    font-weight: bold;
}

.p-construction_strength__desc p+p {
    margin-top: 1em;
}

.p-construction_strength__desc span {
    border-bottom: 1px solid #888;
}

@media screen and (max-width: 991.9px) {
    .p-construction_strength {
        padding-bottom: 4.5em;
    }

    .p-construction_strength__box {
        display: block;
    }

    .p-construction_strength__box:nth-child(odd) .p-construction_strength__cnt {
        padding-right: 0;
    }

    .p-construction_strength__box:nth-child(even) .p-construction_strength__cnt {
        padding-left: 0;
    }

    .p-construction_strength__cnt {
        width: 100%;
    }

    .p-construction_strength__img {
        width: 100%;
        margin-top: 3rem;
        text-align: center;
    }
}

@media screen and (max-width: 767.9px) {
    .p-construction_strength__ttl .badge {
        font-size: 1.8rem;
    }

    .p-construction_strength__lead {
        font-size: 2rem;
    }

    .p-construction_strength__head {
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 575.9px) {
    .p-construction_strength__ttl .badge {
        font-size: 1.6rem;
    }

    .p-construction_strength__lead {
        font-size: 1.8rem;
    }
}

.p-construction_works {
    background: #F2FAF5;
}

.p-construction_works__wrap {
    display: flex;
    flex-wrap: wrap;
}

.p-construction_works__item {
    width: calc((100% - 12rem) / 4);
}

/* .p-construction_works__item:not(:nth-child(4n)) {
  margin-right: 4rem;
} */
.p-construction_works__ttl {
    font-size: 1.8rem;
    margin-top: 1em;
}

@media screen and (max-width: 991.9px) {
    .p-construction_works__wrap {
        justify-content: space-between;
    }

    .p-construction_works__item {
        width: calc((100% - 4rem) / 2);
    }

    .p-construction_works__item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .p-construction_works__img img {
        width: 100%;
    }
}

@media screen and (max-width: 767.9px) {
    .p-construction_works__ttl {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 575.9px) {
    .p-construction_works__item {
        width: 100%;
    }

    .p-construction_works__item:not(:first-child) {
        margin-top: 4rem;
    }
}

.p-construction_contact {
    padding-bottom: 0;
}

.p-construction_contact .c-ttl_pl {
    margin-bottom: 3.5rem;
}

.p-construction_contact__lead {
    font-size: 1.8rem;
    font-weight: bold;
}

.p-construction_contact__wrap {
    margin-top: 4.5rem;
}

.p-construction_contact__itemWrap {
    display: flex;
}

.p-construction_contact__item:not(:nth-child(3)) {
    width: 31.71%;
}

.p-construction_contact__item:not(:first-child) .p-construction_contact__step {
    margin-left: 3rem;
}

.p-construction_contact__item:nth-child(2) .p-construction_contact__cnt {
    padding-left: 7rem;
    padding-right: 1rem;
}

.p-construction_contact__item:nth-child(3) {
    width: 36.58%;
}

.p-construction_contact__item:nth-child(3) .p-construction_contact__cnt {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.p-construction_contact__item:not(:last-child) .p-construction_contact__flow {
    position: relative;
}

.p-construction_contact__item:not(:last-child) .p-construction_contact__flow:before,
.p-construction_contact__item:not(:last-child) .p-construction_contact__flow:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63.5px 0 63.5px 63px;
    border-color: transparent transparent transparent #38B962;
    z-index: 10;
}

.p-construction_contact__item:not(:last-child) .p-construction_contact__flow:after {
    content: "";
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    transform: translateX(8px);
}

.p-construction_contact__item:last-child {
    position: relative;
}

.p-construction_contact__item:last-child .p-construction_contact__flow:before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63.5px 0 63.5px 63px;
    border-color: transparent transparent transparent #38B962;
    z-index: 10;
}

.p-construction_contact__item:last-child .p-construction_contact__flow:after {
    content: "";
    height: 100%;
    width: 63px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.p-construction_contact__item:last-child .p-construction_contact__flow.-step08 {
    margin-right: 0;
}

.p-construction_contact__item:last-child .p-construction_contact__flow.-step08:before,
.p-construction_contact__item:last-child .p-construction_contact__flow.-step08:after {
    right: inherit;
    left: 100%;
}

.p-construction_contact__flow {
    background: #38B962;
    height: 127px;
    margin: 8px 8px 8px 0;
}

.p-construction_contact__flow.-green02 {
    background: #30A248;
}

.p-construction_contact__flow.-green02:before {
    border-color: transparent transparent transparent #30A248 !important;
}

.p-construction_contact__flow.-green03 {
    background: #299136;
}

.p-construction_contact__flow.-green03:before {
    border-color: transparent transparent transparent #299136 !important;
}

.p-construction_contact__flowInner {
    padding: 1.5rem 6rem 6rem 6rem;
    height: 100%;
}

.p-construction_contact__flowInner.-arrow_left {
    position: relative;
}

.p-construction_contact__flowInner.-arrow_left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63.5px 0 63.5px 35px;
    border-color: transparent transparent transparent #FFFFFF;
}

.p-construction_contact__step {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    line-height: 1;
}

.p-construction_contact__step span {
    font-size: 4rem;
    margin-left: 9px;
    position: relative;
    top: 3px;
}

.p-construction_contact__cnt {
    position: relative;
    top: -5rem;
    padding: 0 4rem;
    z-index: 100;
}

.p-construction_contact__cntInner {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    padding: 4rem 3rem;
}

.p-construction_contact__ttl {
    color: #2CAD56;
    display: inline-block;
    border-bottom: 1px solid #2CAD56;
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding-bottom: 4px;
}

@media screen and (max-width: 991.9px) {
    .p-construction_contact__itemWrap {
        display: block;
    }

    .p-construction_contact__item {
        position: relative;
    }

    .p-construction_contact__item:not(.-noArrow) {
        margin-bottom: 5rem;
    }

    .p-construction_contact__item:not(.-noArrow):before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 40px 0 40px;
        border-color: #38B962 transparent transparent transparent;
        position: absolute;
        bottom: -2.5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-construction_contact__item:not(.-noArrow).-green02:before {
        border-color: #30A248 transparent transparent transparent;
    }

    .p-construction_contact__item:not(.-noArrow).-green03:before {
        border-color: #299136 transparent transparent transparent;
    }

    .p-construction_contact__item:not(:nth-child(3)) {
        width: 100%;
    }

    .p-construction_contact__item:nth-child(3) {
        width: 100%;
    }

    .p-construction_contact__item:not(:last-child) .p-construction_contact__flow:before,
    .p-construction_contact__item:not(:last-child) .p-construction_contact__flow:after {
        display: none;
    }

    .p-construction_contact__item:not(:first-child) .p-construction_contact__step {
        margin-left: 0;
    }

    .p-construction_contact__item:last-child .p-construction_contact__flow:before,
    .p-construction_contact__item:last-child .p-construction_contact__flow:after {
        display: none;
    }

    .p-construction_contact__flow {
        margin: 0;
        height: auto;
    }

    .p-construction_contact__flowInner.-arrow_left:before {
        display: none;
    }

    .p-construction_contact__cnt {
        padding: 0 !important;
        top: -3rem;
    }

    .p-construction_contact__cntInner {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.9px) {
    .p-construction_contact__lead {
        font-size: 1.6rem;
    }

    .p-construction_contact__flowInner {
        padding: 1.5rem 3rem 4rem 3rem;
    }

    .p-construction_contact__step {
        font-size: 2rem;
    }

    .p-construction_contact__step span {
        font-size: 3rem;
    }

    .p-construction_contact__ttl {
        font-size: 2rem;
    }

    .p-construction_contact__cntInner {
        padding: 3rem 2rem;
        width: 90%;
    }
}

@media screen and (max-width: 575.9px) {
    .p-construction_contact__ttl {
        font-size: 1.8rem;
    }
}

/*# sourceMappingURL=add_02.css.map */