@charset "UTF-8";

/*高坂工業について*/
.company-message {
    margin-top: 200px;
    margin-bottom: 60px;
}

.company-message-wrapper02 {
    display: block !important;
}

.company-message-wrapper02-l {
    width: 100% !important;
}

.company-message-txt {
    font-size: 18px;
    line-height: 2.77;
    margin-bottom: 60px;
}

.company-message-txt:last-child {
    margin-bottom: 0;
}

.company-message-name {
    font-size: 18px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    text-align: center;
    margin-top: 20px;
}

.company-message img {
    width: 100%;
}

.company-message-l02 {
    padding-right: 20px;
}

.company-message-r02 {
    padding-left: 40px;
}

@media(max-width: 1080px) {
    .company-message-l02 {
        padding-right: 20px;
    }

    .company-message-r02 {
        padding-left: 20px;
    }
}

@media(max-width: 640px) {
    .company-message {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .company-message-txt {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .company-message-name {
        font-size: 14px;
        margin-top: 10px;
    }

    .company-message-l02 {
        padding-right: 0;
    }

    .company-message-r02 {
        padding-left: 0;
    }
}

.company-gray {
    background-image: url(../img/company/gray-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.company-policy {
    padding-top: 100px;
}

.company-policy-sub {
    font-size: 18px;
    line-height: 2.77;
}

.company-policy .btn__style02 {
    width: 398px;
    margin-top: 40px;
    margin-bottom: 75px;
}

.company-policy .btn__style02::before {
    width: 398px;
    background-image: url(../img/common/btn_style02-long.svg);
}

.company-policy-top {
    position: relative;
}

.company-policy-zu {
    position: absolute;
    width: 37.92vw;
    max-width: 493px;
    top: 30px;
    right: -60px;
}

.company-policy-box {
    margin-top: 15px;
    background-color: #3D3A39;
    padding: 20px 45px;
}

.company-policy-box-ttl {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
}

.company-policy-box-txt {
    color: #fff;
    line-height: 2.77;
    font-size: 18px;
}

@media(max-width: 1300px) {
    .company-policy-zu {
        right: -30px;
    }
}

@media(max-width: 1160px) {
    .company-policy-zu {
        right: 0px;
    }
}

@media(max-width: 1024px) {
    .company-policy-zu {
        position: static;
        margin: 20px auto 0 auto;
        display: block;
        width: 80vw;
    }
}

@media(max-width: 640px) {
    .company-policy {
        padding-top: 50px;
    }

    .company-policy-sub {
        font-size: 14px;
    }

    .company-policy .btn__style02 {
        width: 230px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .company-policy .btn__style02::before {
        width: 230px;
        background-image: url(../img/common/btn_style02.svg);
    }

    .company-policy-box {
        padding: 20px;
    }

    .company-policy-box-ttl {
        font-size: 18px;
    }

    .company-policy-box-txt {
        font-size: 14px;
    }
}

.company-values {
    margin-top: 160px;
    padding-bottom: 130px;
}

.company-values__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.company-values__box-item {
    font-size: 30px;
    text-align: center;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
    width: calc(33% - 10px);
    margin-bottom: 20px;
}

.company-values__box-item:nth-child(2n) {
    background-color: #6CAA92;
}

.company-values__box-item:nth-child(2n-1) {
    background-color: #E3B35B;
}

.company-values-txt {
    font-size: 24px;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    padding: 30px 0 0 30px;
    margin-top: 80px;
    border-top: 1px solid #3E3A39;
    margin-bottom: 50px;
}

.company-values-zu {
    margin-top: 60px;
}

.company-values-img {
    width: 100%;
}

@media(max-width: 1080px) {
    .company-values__box-item {
        font-size: 16px;
    }
}

@media(max-width: 640px) {
    .company-values {
        margin-top: 80px;
        padding-bottom: 40px;
    }

    .company-values__box {
        margin-top: 50px;
    }

    .company-values__box-item {
        padding: 10px 0;
        width: calc(33% - 2px);
        margin-bottom: 10px;
        font-size: 10px;
    }

    .company-values-txt {
        font-size: 16px;
        padding: 20px 0 0 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .company-values-zu {
        margin-top: 30px;
        overflow-x: scroll;
    }

    .company-values-zu-in {
        width: 100%;
    }
}

.company-overview {
    margin: 90px 0;
}

.company-overview__table {
    margin-top: 60px;
}

.company-overview__table-item {
    display: flex;
    padding: 30px;
    border-bottom: 2px solid #3E3A39;
}

.company-overview__table-item:last-child {
    border-bottom: unset !important;
}

.company-overview__table-main {
    width: 25%;
    font-size: 18px;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    line-height: 2.22;
}

.company-overview__table-sub {
    width: 75%;
    font-size: 18px;
    line-height: 2.22;
}

.company-overview .wrapper01 {
    position: relative;
}

.company-overview-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media(max-width: 640px) {
    .company-overview {
        margin: 40px 0;
    }

    .company-overview__table {
        margin-top: 0;
    }

    .company-overview__table-item {
        display: block;
        padding: 20px;
    }

    .company-overview__table-main {
        width: 100%;
        font-size: 14px;
    }

    .company-overview__table-sub {
        width: 100%;
        font-size: 14px;
    }
}

.company-history {
    padding: 90px 0;
    border-top: 2px solid #3E3A39;
}

@media(max-width: 640px) {
    .company-history {
        padding: 40px 0;
    }
}

.company-company {
    padding: 90px 0 120px 0;
    border-top: 2px solid #3E3A39;
}

.company-company__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.company-company__box-item {
    width: calc(20% - 13px);
    margin-top: 24px;
}

.company-company__box-item img {
    width: 100%;
}

@media(max-width: 640px) {
    .company-company {
        padding: 40px 0 60px 0;
    }

    .company-company__box {
        margin-top: 20px;
    }

    .company-company__box-item {
        width: calc(33% - 8px);
        margin-top: 10px;
    }
}

.company-access {
    padding: 90px 0 0 0;
    border-top: 2px solid #3E3A39;
}

.company-access__box {
    margin-top: 70px;
    position: relative;
}

.company-access__box iframe {
    width: 100%;
    height: 580px;
}

.company-access__box-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 100px;
}

@media(max-width: 1080px) {
    .company-access__box-icon {
        width: 70px;
        transform: translate(0, -50%);
        right: -15px;
    }
}

@media(max-width: 640px) {
    .company-access {
        padding: 40px 0 0 0;
    }

    .company-access__box {
        margin-top: 40px;
    }

    .company-access__box iframe {
        height: 300px;
    }

    .company-access__box-icon {
        width: 100px;
    }
}

.company-vr {
    background-image: url(../img/company/vr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    margin-top: 130px;
}

.company-vr-ttl {
    color: #fff;
    font-size: 48px;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    margin-top: 50px;
}

.company-vr .btn__style01 {
    margin: 70px 0 0 auto;
}

.company-vr-txt {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

@media(max-width: 640px) {
    .company-vr {
        padding: 40px 0;
        margin-top: 60px;
    }

    .company-vr-ttl {
        font-size: 24px;
        margin-top: 30px;
    }

    .company-vr .btn__style01 {
        margin: 40px auto 0 0;
    }

    .company-vr-txt {
        font-size: 14px;
        margin-top: 20px;
    }
}

/*選ばれる理由*/
.reason-strength {
    background-image: url(../img/reason/strengths-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 120px 0;
}

.reason-strength-sub {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    line-height: 2.77;
}

.reason-strength__btm {
    margin-top: 20px;
}

.reason-strength__box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.reason-strength__img {
    width: 34.44%;
}

.reason-strength__img img {
    width: 100%;
}

.reason-strength__txt {
    width: 60.55%;
    margin-top: 40px;
}

.reason-strength__txt-num {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: 'hgrge';
}

.reason-strength__txt-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: KozGoPr6N-Bold;
}

.reason-strength__txt-p {
    font-size: 18px;
    color: #fff;
    line-height: 2.77;
}

.reason-strength__txt-p span {
    color: #EAC471;
}

@media(max-width: 640px) {
    .reason-strength {
        padding: 50px 0 60px 0;
    }

    .reason-strength-sub {
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
    }

    .reason-strength__btm {
        margin-top: 10px;
    }

    .reason-strength__box {
        display: block;
        margin-top: 30px;
    }

    .reason-strength__img {
        width: 60%;
    }

    .reason-strength__txt {
        width: 100%;
        margin-top: 20px;
    }

    .reason-strength__txt-num {
        font-size: 18px;
    }

    .reason-strength__txt-ttl {
        font-size: 16px;
    }

    .reason-strength__txt-p {
        font-size: 14px;
    }

    .reason-strength__img--01 {
        margin: 0 0 0 auto;
    }

    .reason-strength__img--2 {
        margin: 0 auto 0 0;
    }
}

.reason-sodan {
    margin-top: 90px;
    position: relative;
}

.reason-sodan-main {
    color: #6CAA92;
    font-weight: bold;
    font-size: 24px;
    font-family: KozGoPr6N-Bold;
    margin-top: 50px;
}

.reason-sodan-sub {
    font-size: 18px;
    line-height: 2.77;
    margin-top: 20px;
}

.reason-sodan__slider {
    margin-top: 60px;
    margin-bottom: 250px;
}

.reason-sodan__slider-item {
    position: relative;
    margin: 0 15px;
}

.reason-sodan__slider-item img {
    width: 100%;
}

.reason-sodan__slider-ttl {
    font-size: 24px;
    color: #6CAA92;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    margin-top: 20px;
}

.reason-sodan__slider-txt {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.9;
}

.reason-sodan__slider-num {
    position: absolute;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #3E3A39;
    font-family: "Bebas Neue", sans-serif;
    top: 0;
    left: 0;
}

.reason-sodan .slick-prev {
    left: calc(50% - 10px);
    top: auto;
    bottom: -150px;
    width: 56px;
    height: 56px;
    transform: translateX(-100%);
}

.reason-sodan .slick-next {
    left: 50%;
    top: auto;
    bottom: -150px;
    width: 56px;
    height: 56px;
    left: calc(50% + 10px);
    transform: translateX(0%);
}

.reason-sodan .slick-prev:before,
.slick-next:before {
    content: '' !important;
    opacity: 1 !important;
    width: 56px;
    height: 56px;
    position: relative;
    display: block;
}

.reason-sodan .slick-prev:before {
    background-image: url(../img/common/arrow-circle.svg);
    transform: scale(-1, 1);
}

.reason-sodan .slick-next:before {
    background-image: url(../img/common/arrow-circle.svg);
}

.reason-sodan-icon {
    position: absolute;
    right: calc(50vw - 650px);
    width: 229px;
    top: 0;
}

@media(max-width: 1300px) {
    .reason-sodan-icon {
        right: 0;
        top: -60px;
    }
}

@media(max-width: 640px) {
    .reason-sodan {
        margin-top: 40px;
    }

    .reason-sodan-main {
        font-size: 13px;
        margin-top: 30px;
    }

    .reason-sodan-sub {
        font-size: 14px;
    }

    .reason-sodan__slider {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .reason-sodan__slider-ttl {
        font-size: 18px;
    }

    .reason-sodan__slider-txt {
        font-size: 14px;
    }

    .reason-sodan .slick-prev {
        bottom: -70px;
    }

    .reason-sodan .slick-next {
        bottom: -70px;
    }

    .reason-sodan-icon {
        width: 150px;
        top: -30px;
    }
}

.reason-warning {
    padding: 90px 0 130px 0;
    position: relative;
    border-top: 2px solid #3E3A39;
}

.reason-warning-txt {
    font-size: 18px;
    margin-top: 40px;
    line-height: 2.77;
}

.reason-warning__btm {
    margin-top: 100px;
}

.reason-warning__box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reason-warning__box:nth-child(2n) {
    flex-direction: row-reverse;
}

.reason-warning__box-img {
    width: 45%;
}

.reason-warning__box-img img {
    width: 100%;
}

.reason-warning__box__txt {
    width: 50%;
}

.reason-warning__box__txt-ttl {
    font-size: 24px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    color: #EAC471;
}

.reason-warning__box__txt-txt {
    font-size: 18px;
    line-height: 2.22;
    margin-top: 10px;
}

.reason-warning-icon {
    position: absolute;
    width: 218px;
    right: calc(50vw - 650px);
    bottom: -130px;
}

@media(max-width: 1300px) {
    .reason-warning-icon {
        right: 0;
        width: 170px;
    }
}

@media(max-width: 640px) {
    .reason-warning {
        padding: 40px 0 150px 0;
    }

    .reason-warning-txt {
        font-size: 14px;
        margin-top: 30px;
    }

    .reason-warning__btm {
        margin-top: 50px;
    }

    .reason-warning__box {
        margin-top: 30px;
        display: block;
    }

    .reason-warning__box-img {
        width: 100%;
    }

    .reason-warning__box__txt {
        width: 100%;
    }

    .reason-warning__box__txt-ttl {
        font-size: 16px;
        margin-top: 10px;
    }

    .reason-warning__box__txt-txt {
        font-size: 14px;
    }

    .reason-warning-icon {
        width: 150px;
    }
}

/* 採用情報 */
.recruit-person {
    margin-top: 90px;
}

.recruit-person-txt {
    font-size: 18px;
    line-height: 2.77;
}

.recruit-person .wrapper02-l {
    padding-right: 30px;
}

.recruit-person .wrapper02-r img {
    width: 100%;
}

.recruit-person .wrapper02-r {
    padding-left: 70px;
}

@media(max-width: 1080px) {
    .recruit-person .wrapper02-l {
        padding-right: 0;
    }

    .recruit-person .wrapper02-r {
        padding-left: 0;
    }
}

@media(max-width: 640px) {
    .recruit-person {
        margin-top: 40px;
    }

    .recruit-person-txt {
        font-size: 14px;
    }
}

.recruit-bg {
    background-image: url(../img/recruit/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
    padding-bottom: 140px;
}

@media(max-width: 640px) {
    .recruit-bg {
        margin-top: 40px;
        padding-bottom: 70px;
    }
}

.recruit-require {
    padding-top: 90px;
}

@media(max-width: 640px) {
    .recruit-require {
        padding-top: 40px;
    }
}

.recruit-promise {
    margin-top: 90px;
}

.recruit-promise .ttl__style05 {
    text-align: right;
}

.recruit-promise__box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.recruit-promise__box-item {
    width: calc(33% - 22px);
    border: 3px solid #fff;
    border-radius: 40px;
    padding: 20px 20px 100px 20px;
}

.recruit-promise__box-num {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: 'hgrge';
}

.recruit-promise__box-ttl {
    font-size: 24px;
    color: #EAC471;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    margin-top: 30px;
}

.recruit-promise__box-txt {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    line-height: 2.11;
}

@media(max-width: 640px) {
    .recruit-promise {
        margin-top: 40px;
    }

    .recruit-promise__box {
        display: block;
        margin-top: 30px;
    }

    .recruit-promise__box-item {
        width: 100%;
        border: 3px solid #fff;
        border-radius: 20px;
        padding: 20px;
        margin-top: 20px;
    }

    .recruit-promise__box-num {
        font-size: 21px;
    }

    .recruit-promise__box-ttl {
        margin-top: 20px;
        font-size: 18px;
    }

    .recruit-promise__box-txt {
        font-size: 14px;
    }
}

.recruit-carrer {
    margin: 90px 0;
}

.recruit-txt {
    font-size: 18px;
    line-height: 2.77;
    margin-top: 40px;
}

.recruit-carrer-zu {
    margin-top: 60px;
    overflow-x: scroll;
}

.recruit-carrer-zu img {
    width: 100%;
}

.recruit__box {
    margin-top: 20px;
}

.recruit__box-item {
    display: flex;
    border-bottom: 1px solid #3E3A39;
    padding: 30px 0 30px 30px;
}

.recruit__box-item:first-child {
    border-top: 1px solid #3E3A39;
}

.recruit__box-item:last-child {
    border-bottom: unset;
}

.recruit__box-l {
    width: 30%;
}

.recruit__box-r {
    width: 70%;
}

.recruit__box-ttl {
    font-size: 24px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
}

.recruit__box-txt {
    font-size: 18px;
    line-height: 1.77;
}

.recruit__box-color {
    color: #6CAA92;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    font-size: 18px;
    margin-top: 30px;
}

.recruit__box-color--mt0 {
    margin-top: 0 !important;
}

.recruit-carrer-icon {
    position: absolute;
    top: -50px;
    left: 440px;
    width: 110px;
}

@media(max-width: 640px) {
    .recruit-carrer {
        margin: 40px 0;
    }

    .recruit-txt {
        font-size: 14px;
        margin-top: 30px;
    }

    .recruit-carrer-zu {
        margin-top: 30px;
    }

    /*.recruit-carrer-zu img {
        width: 640px;
    }*/

    .recruit__box-item {
        display: block;
        padding: 20px 0;
    }

    .recruit__box-l {
        width: 100%;
    }

    .recruit__box-r {
        width: 100%;
    }

    .recruit__box-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recruit__box-txt {
        font-size: 14px;
    }

    .recruit__box-color {
        font-size: 14px;
        margin-top: 10px;
    }

    .recruit-carrer-icon {
        top: -20px;
        left: auto;
        right: 15px;
        width: 70px;
    }
}

.recruit-voice {
    padding-top: 90px;
    border-top: 2px solid #3E3A39;
}

.recruit-voice__mv {
    margin-top: 40px;
    position: relative;
}

.recruit-voice__mv img {
    display: block;
    width: 100%;
}

.recruit-voice__mv-txt {
    position: absolute;
    color: #fff;
    background-color: #3E3A39;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    font-family: KozGoPr6N-Bold;
    min-width: 413px;
    padding: 30px;
    right: 0;
    bottom: 10%;
    letter-spacing: 7px;
}

.recruit-voice__box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: row-reverse;
}

.recruit-voice__box-l {
    width: 45%;
}

.recruit-voice__box-r {
    width: 52%;
}

.recruit-voice__box-l img {
    width: 100%;
}

.recruit-voice__box-black {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    background-color: #3E3A39;
    margin-top: 20px;
    padding: 20px;
}

.recruit-voice-txt {
    margin-top: 20px;
    font-size: 18px;
    padding: 0 20px;
    line-height: 2.77;
}

.recruit-voice-txt--0 {
    padding: 0;
}

.recruit-voice-black {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    background-color: #3E3A39;
    margin-top: 40px;
    padding: 20px;
}

.recruit-voice-black--mt {
    margin-top: 60px;
}

.recruit__other {
    display: flex;
    justify-content: space-between;
    margin-top: 220px;
}

.recruit__other-item {
    padding: 0 10px;
}

.recruit__other-name {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    font-family: KozGoPr6N-Bold;
}

.recruit__other-link img {
    width: 100%;
}


.recruit-voice .slick-prev {
    left: calc(50% - 10px);
    top: auto;
    top: -120px;
    width: 56px;
    height: 56px;
    transform: translateX(-100%);
}

.recruit-voice .slick-next {
    left: 50%;
    top: auto;
    top: -120px;
    width: 56px;
    height: 56px;
    left: calc(50% + 10px);
    transform: translateX(0%);
}

.recruit-voice .slick-prev:before,
.slick-next:before {
    content: '' !important;
    opacity: 1 !important;
    width: 56px;
    height: 56px;
    position: relative;
    display: block;
}

.recruit-voice .slick-prev:before {
    background-image: url(../img/common/arrow-circle.svg);
    transform: scale(-1, 1);
}

.recruit-voice .slick-next:before {
    background-image: url(../img/common/arrow-circle.svg);
}

@media(max-width: 1080px) {
    .recruit-voice__mv-txt {
        min-width: 250px;
    }

    .recruit-voice__box {
        display: block;
    }

    .recruit-voice__box-l {
        width: 100%;
    }

    .recruit-voice__box-r {
        width: 100%;
    }
}

@media(max-width: 640px) {
    .recruit-voice {
        padding-top: 40px;
    }

    .recruit-voice__mv {
        margin-top: 20px;
        height: 400px;
    }

    .recruit-voice__mv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recruit-voice__mv-txt {
        font-size: 18px;
        padding: 20px;
    }

    .recruit-voice__box {
        margin-top: 30px;
    }

    .recruit-voice__box-black {
        font-size: 16px;
        margin-top: 20px;
        padding: 10px;
    }

    .recruit-voice-txt {
        margin-top: 10px;
        font-size: 14px;
        padding: 0 10px;
    }

    .recruit-voice-black {
        font-size: 16px;
        margin-top: 30px;
        padding: 10px;
    }

    .recruit__other-name {
        font-size: 18px;
    }

    .recruit__other {
        margin-top: 100px;
    }

    .recruit-voice .slick-prev {
        top: -80px;
    }

    .recruit-voice .slick-next {
        top: -80px;
    }
}

.recruit-welfare {
    position: relative;
    margin: 90px 0;
}

.recruit-welfare summary {
    margin-top: 60px;
}

.recruit-welfare summary::marker {
    content: '';
    opacity: 0;
    display: none;
}

.recruit-welfare summary {
    list-style: none;
}

.recruit-welfare summary::-webkit-details-marker {
    display: none;
}

.recruit-welfare summary:hover {
    cursor: pointer;
}

.recruit-welfare--green {
    color: #fff;
    background-color: #6CAA92;
    padding: 20px;
}

.recruit-welfare--yellow {
    color: #fff;
    background-color: #EAC471;
    padding: 20px;
}

.recruit-welfare-ttl {
    font-size: 21px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    position: relative;
}

summary.recruit-welfare--green {
    position: relative;
    cursor: pointer;
}

summary.recruit-welfare--green::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 30px;
    height: 30px;
    background-image: url(../img/recruit/arrow-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.6s;
}

/* detailsがopenのとき矢印を回転させる */
details[open] summary.recruit-welfare--green::after {
    transform: translateY(-50%) rotate(180deg);
}

summary.recruit-welfare--yellow {
    position: relative;
    cursor: pointer;
}

summary.recruit-welfare--yellow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 30px;
    height: 30px;
    background-image: url(../img/recruit/arrow-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.6s;
}

/* detailsがopenのとき矢印を回転させる */
details[open] summary.recruit-welfare--yellow::after {
    transform: translateY(-50%) rotate(180deg);
}

.recruit-welfare__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.recruit-welfare__box-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    width: calc(25% - 18px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

.recruit-welfare__box-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    font-family: KozGoPr6N-Bold;
    height: fit-content;
    margin: auto auto 0 auto;
    text-align: center;
}

.recruit-welfare__box-top {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.recruit-welfare__box-txt {
    height: 60%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px 0 10px;
}

.recruit-welfare__box-item--01 {
    background-image: url(../img/recruit/g01.png);
}

.recruit-welfare__box-item--02 {
    background-image: url(../img/recruit/g02.png);
}

.recruit-welfare__box-item--03 {
    background-image: url(../img/recruit/g03.png);
}

.recruit-welfare__box-item--04 {
    background-image: url(../img/recruit/g04.png);
}

.recruit-welfare__box-item--05 {
    background-image: url(../img/recruit/g05.png);
}

.recruit-welfare__box-item--06 {
    background-image: url(../img/recruit/g06.png);
}

.recruit-welfare__box-item--07 {
    background-image: url(../img/recruit/g07.png);
}

.recruit-welfare__box-item--08 {
    background-image: url(../img/recruit/g08.png);
}

.recruit-welfare__box-item--09 {
    background-image: url(../img/recruit/g09.png);
}

.recruit-welfare__box-item--10 {
    background-image: url(../img/recruit/g10.png);
}

.recruit-welfare__box-item--11 {
    background-image: url(../img/recruit/g11.png);
}

.recruit-welfare__box-item--12 {
    background-image: url(../img/recruit/y01.png);
}

.recruit-welfare__box-item--13 {
    background-image: url(../img/recruit/y02.png);
}

.recruit-welfare__box-item--14 {
    background-image: url(../img/recruit/y03.png);
}

.recruit-welfare__box-item--15 {
    background-image: url(../img/recruit/y04.png);
}

.recruit-welfare__box-item--16 {
    background-image: url(../img/recruit/y05.png);
}

.recruit-welfare__box-item--17 {
    background-image: url(../img/recruit/y06.png);
}

@media(max-width: 1080px) {
    .recruit-welfare__box-item {
        width: calc(33% - 13px);
    }
}

@media(max-width: 640px) {
    .recruit-welfare {
        margin: 40px 0;
    }

    .recruit-welfare summary {
        margin-top: 30px;
    }

    .recruit-welfare--green {
        padding: 10px;
    }

    .recruit-welfare--yellow {
        padding: 10px;
    }

    .recruit-welfare-ttl {
        font-size: 18px;
    }

    summary.recruit-welfare--green::after {
        width: 20px;
        height: 20px;
    }

    summary.recruit-welfare--yellow::after {
        width: 20px;
        height: 20px;
    }

    .recruit-welfare__box-item {
        width: calc(50% - 5px);
    }

    .recruit-welfare__box-ttl {
        font-size: 15px;
    }

    .recruit-welfare__box-txt {
        font-size: 14px;
    }

    .recruit-welfare__box-item--none {
        display: none;
    }
}

.recruit-yoko {
    padding-top: 90px;
    position: relative;
    border-top: 2px solid #3E3A39;
}

.recruit-yoko-icon {
    position: absolute;
    width: 190px;
    bottom: 0;
    right: 0;
}

.recruit-yoko-mv {
    width: 100%;
    display: block;
    margin-top: 60px;
}

.recruit-yoko .tab_wrap input {
    display: none;
}

.recruit-yoko .tab_wrap .tab_area {
    width: 100%;
    max-width: 38rem;
    margin: 4rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-yoko .tab_wrap .tab_area label {
    display: inline-block;
    width: 18rem;
    padding: 1.2rem 0;
    border: 1px solid #56AC91;
    background: #fff;
    color: #56AC91;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "KozGoPr6N-Bold";
    cursor: pointer;
    transition: ease 0.3s;
}

.recruit-yoko .tab_wrap .tab_area label:hover {
    background-color: #56AC91;
    color: #fff;
}

.recruit-yoko .tab_wrap .req01 {
    width: 100%;
    display: none;
}

.recruit-yoko .tab_wrap #tab1:checked ~ .tab_area .tab1_label,
.recruit-yoko .tab_wrap #tab2:checked ~ .tab_area .tab2_label,
.recruit-yoko .tab_wrap #tab3:checked ~ .tab_area .tab3_label {
    background-color: #56AC91;
    color: #fff;
}
.recruit-yoko .tab_wrap #tab1:checked ~ #panel1,
.recruit-yoko .tab_wrap #tab2:checked ~ #panel2,
.recruit-yoko .tab_wrap #tab3:checked ~ #panel3 {
    display: block;
}

.recruit-yoko-num {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    font-family: 'hgrge';
}

.recruit-yoko-ttl {
    font-weight: bold;
    font-size: 24px;
    font-family: KozGoPr6N-Bold;
}

.recruit-yoko-txt {
    font-size: 18px;
    line-height: 2.77;
    margin-top: 30px;
}

.recruit-yoko .btn__style02 {
    margin: 60px auto 180px auto;
    padding: 0 25px 10px 25px;
    text-align: center;
}

@media(max-width: 1300px) {
    .recruit-yoko-icon {
        right: 0;
    }
}

@media(max-width: 640px) {
    .recruit-yoko {
        padding-top: 40px;
    }

    .recruit-yoko-mv {
        margin-top: 30px;
    }

    .recruit-yoko-num {
        font-size: 24px;
    }

    .recruit-yoko-ttl {
        font-size: 18px;
    }

    .recruit-yoko-txt {
        font-size: 14px;
        margin-top: 20px;
    }

    .recruit-yoko .btn__style02 {
        margin: 30px auto 90px auto;
    }
}

/* csr */
.common-top--csr .ttl__style05-en {
    margin-top: 60px;
}

.common-top--csr .ttl__style05-ja {
    margin-top: 20px;
}

.common-top--csr {
    height: unset !important;
    padding-bottom: 80px;
}

@media(max-width: 640px) {
    .common-top--csr .ttl__style05-en {
        margin-top: 30px;
    }

    .common-top--csr .ttl__style05-ja {
        margin-top: 10px;
    }

    .common-top--csr {
        padding-bottom: 40px;
    }
}

.csr-sdgs {
    margin: 90px 0;
}

.csr-mv {
    display: block;
    width: 100%;
    margin-top: 60px;
}

.csr-txt {
    font-size: 18px;
    line-height: 2.77;
    margin-top: 30px;
}

.csr-sdgs__box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.csr-sdgs__box-l {
    width: 50%;
}

.csr-sdgs__box-r {
    width: 44.72%;
    margin-top: 46px;
}

.csr-sdgs-sdgs {
    display: block;
    margin: auto;
    max-width: 300px;
}

.csr-sdgs__icons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.csr-sdgs__icons-item {
    width: calc(16.66% - 11px);
    margin-bottom: 10px;
}

.csr-sdgs__icons-item img {
    width: 100%;
}

.csr-sdgs__slider-item img {
    width: 123px;
}

.csr-sdgs__slider-txt {
    margin-top: 60px;
    font-size: 18px;
    line-height: 2.77;
}

.csr-sdgs .btn__style02 {
    margin-top: 30px;
}

.csr-sdgs .slick-prev {
    left: calc(50% - 10px);
    top: auto;
    top: 30px;
    width: 56px;
    height: 56px;
    transform: translateX(-100%);
    z-index: 3;
}

.csr-sdgs .slick-next {
    left: 50%;
    top: auto;
    top: 30px;
    width: 56px;
    height: 56px;
    left: calc(50% + 10px);
    transform: translateX(0%);
}

.csr-sdgs .slick-prev:before,
.csr-sdgs .slick-next:before {
    content: '' !important;
    opacity: 1 !important;
    width: 56px;
    height: 56px;
    position: relative;
    display: block;
}

.csr-sdgs .slick-prev:before {
    background-image: url(../img/common/arrow-circle.svg);
    transform: scale(-1, 1);
}

.csr-sdgs .slick-next:before {
    background-image: url(../img/common/arrow-circle.svg);
}

.csr-sdgs .btn__style02 {
    width: 398px;

}

.csr-sdgs .btn__style02::before {
    background-image: url(../img/common/btn_style02-long.svg);
    width: 398px;
}

.csr-sdgs .slick-arrow.is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media(max-width: 1080px) {

    .csr-sdgs__box {
        display: block;
    }

    .csr-sdgs__box-l {
        width: 100%;
    }

    .csr-sdgs__box-r {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width: 640px) {
    .csr-sdgs {
        margin: 40px 0;
    }

    .csr-mv {
        margin-top: 30px;
    }

    .csr-txt {
        font-size: 14px;
        margin-top: 20px;
    }

    .csr-sdgs__box {
        margin-top: 30px;
    }

    .csr-sdgs__icons-item {
        width: calc(33% - 10px);
        margin-bottom: 6px;
    }

    .csr-sdgs__slider-item img {
        margin: auto;
    }

    .csr-sdgs__slider-txt {
        margin-top: 60px;
        font-size: 14px;
    }

    .csr-sdgs .slick-prev {
        left: calc(50% - 5px);
        top: 130px;
        width: 40px !important;
        height: 40px !important;
    }

    .csr-sdgs .slick-next {
        left: calc(50% + 5px);
        top: 130px;
        width: 40px !important;
        height: 40px !important;
    }

    .csr-sdgs .slick-prev:before,
    .csr-sdgs .slick-next:before {
        width: 40px !important;
        height: 40px !important;
    }

    .csr-sdgs .btn__style02 {
        width: 230px;
        margin: 30px 0 0 auto;
    }

    .csr-sdgs .btn__style02::before {
        width: 230px;
    }
}

.csr-attempt {
    padding-top: 90px;
    margin-bottom: 160px;
    border-top: 2px solid #3E3A39;
}

.csr-attempt__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.csr-attempt__box-item {
    width: calc(50% - 15px);
    margin-top: 40px;
}

.csr-attempt__box-item img {
    width: 100%;
}

.csr-attempt__box-ttl {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    font-family: KozGoPr6N-Bold;
}

.csr-attempt__box-txt {
    line-height: 2.77;
    font-size: 18px;
}

@media(max-width: 640px) {
    .csr-attempt {
        padding-top: 40px;
        margin-bottom: 80px;
    }

    .csr-attempt__box {
        margin-top: 20px;
    }

    .csr-attempt__box-item {
        width: 100%;
        margin-top: 30px;
    }

    .csr-attempt__box-ttl {
        font-size: 18px;
    }

    .csr-attempt__box-txt {
        font-size: 14px;
    }
}

/* お問い合わせ */
.contact-breadcrumbs .common-top-breadcrumbs span {
    color: #3D3A39;
}

.contact-deco {
    position: absolute;
    left: 400px;
    top: 0;
    width: 191px;
}

.contact-sub {
    line-height: 2.77 !important;
    font-size: 18px !important;
}

@media(max-width: 640px) {
    .contact-deco {
        width: 150px;
        left: auto;
        right: 0;
    }

    .contact-sub {
        font-size: 14px !important;
    }
}

/* 事例詳細 */
.works-btm .news-item {
    width: calc(33% - 11px) !important;
    display: block !important;
    padding: 0 !important;
}

.works-btm .news-item-left {
    width: 100% !important;
}

.works-btm .content {
    width: 100% !important;
}

.works-btm .date {
    font-size: 14px !important;
    margin-top: 20px !important;
}

.works-btm .title {
    margin: 0px 0 10px 0 !important;
}

.voice-layout .checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.voice-layout .checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    width: calc(100% / 3);
}

.voice-layout .checkbox-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
}

.voice-layout .checkbox-icon.checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-size: 22px;
    font-weight: bold;
    color: #56AC91;
}

.voice-layout .checkbox-label {
    font-size: 16px;
}

@media(max-width: 640px) {
    .voice-layout .checkbox-item {
        width: 100%;
    }
}

/* 事業内容 */
.project-icon {
    position: absolute;
    width: 170px;
    top: 0;
    right: calc(43vw - 600px);
    transform: translateY(-50%);
}

@media(max-width: 1300px) {
    .project-icon {
        right: 10px;
    }
}

@media(max-width: 640px) {
    .project-icon {
        width: 100px;
    }
}

/* FAQ */
.top-faq .container {
    position: relative;
}

.faq-categories {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
}

.faq-filter {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    font-size: 1.8rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    padding: 0 15px;
    border-right: 1px solid #3E3A39;
    background-color: unset;
}

.faq-filter:last-child {
    border-right: unset;
}

.faq-filter.active {
    color: #56AC91;
}

@media(max-width: 640px) {
    .faq-categories {
        top: 30px;
        font-size: 1rem;
    }
}

.layout01-su {
    margin-top: 2rem;
}