@charset "UTF-8";

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Black.ttf");
}

/*高坂工業について*/
.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;
}





/*  ============= 追加 ============= */


.p-company {
    position: relative;
    padding: 10rem 0 12rem;
  }
  
  .p-company .section-title {
    margin-bottom: 2rem;
  }
  
  .p-company #message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 640px) {
    .p-company #message {
      flex-direction: column;
    }
  }
  
  .p-company #message .message-wrapper {
    position: relative;
    width: 45%;
  }
  
  @media (max-width: 640px) {
    .p-company #message .message-wrapper {
      width: 100%;
      margin-top: 4rem;
    }
  }
  
  .p-company #message .message-wrapper .mx-text {
    margin-bottom: 4rem;
    letter-spacing: 0.9rem;
    font-size: 2.6rem;
  }
  
  .p-company #message .president-wrapper {
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  @media (max-width: 640px) {
    .p-company #message .president-wrapper {
      width: 100%;
    }
  }
  
  .p-company #message .president-wrapper .avatar {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .p-company #message .president-wrapper .avatar img {
    width: 100%;
  }
  
  .p-company .msg-mark {
    position: absolute;
    top: 25rem;
    right: 5rem;
    width: 35rem;
  }
  
  .p-company .msg-mark img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-company .msg-mark {
      top: 95rem;
    }
  }
  
  .p-company .company-img {
    width: 100%;
  }
  
  .p-company .company-img img {
    width: 100%;
  }
  
  .p-company .recruit-swiper-slider {
    padding: 0;
    margin-top: -5rem;
  }
  
  .p-company .recruit-swiper-slider .swiper {
    padding: 0;
  }
  
  .p-policy {
    height: 100vh;
    position: relative;
    padding: 9rem 0 10rem;
    background-image: url(../img/company/policy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  @media(max-width: 800px) {
    .p-policy {
      height: 70vh;
    }
  }
  
  @media(max-width: 640px) {
    .p-policy {
      height: 80vh;
    }
  }
  
  .p-policy .policy-movie {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  @media(max-width: 768px) {
    .p-policy .policy-movie {
      height: 70vh;
    }
  }
  
  @media(max-width: 640px) {
    .p-policy .policy-movie {
      height: 90vh;
    }
  }
  
  .p-policy .policy-movie video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  
  @media(max-width: 1280px) {
    .p-policy .policy-movie video {
      width: auto;
      height: 100vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  
  .p-policy .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .p-policy .container .section-title {
    margin-bottom: 6rem;
  }
  
  .p-policy .container .lead-title {
    margin: 6.5rem 0 3.5rem;
    color: #fff;
    text-align: center;
  }
  
  .p-policy .container .m-text {
    text-align: center;
  }
  
  .p-policy .container .m-text.white {
    color: #fff;
  }
  
  .p-policy .container .policy-img {
    margin: 0 auto;
    max-width: 50rem;
  }
  
  @media(max-width: 1600px) {
    .p-policy .container .policy-img {
      max-width: 25rem;
    }
  }
  
  @media(max-width: 800px) {
    .p-policy .container .policy-img {
      max-width: 50rem;
    }
  }
  
  .p-policy .container .policy-img img {
    width: 100%;
  }
  
  .p-overview {
    position: relative;
    padding: 9rem 0 10rem;
  }
  
  .p-overview .section-title {
    margin-bottom: 7rem;
  }
  
  .p-overview iframe {
    width: 100%;
    height: 53rem;
  }
  
  .p-history {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  
  .p-history .section-title {
    margin-bottom: 6rem;
  }
  
  .p-history .movie-layout {
    margin-top: 8rem;
  }
  
  .p-history .movie-layout iframe {
    width: 100%;
    height: 48rem;
  }
  
  .about-panel {
    position: relative;
    display: block;
  }
  
  .about-panel .outline-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    color: #3E3A39;
  }
  
  @media (max-width: 640px) {
    .about-panel .outline-item {
      flex-direction: column;
      margin-bottom: 1.4rem;
    }
  }
  
  .about-panel .outline-item-left {
    position: relative;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3E3A39;
    font-size: 1.8rem;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    padding: 1.25rem 0;
    text-align: center;
  }
  
  .about-panel .outline-item-left::after {
    content: "";
    background-color: #56AC91;
    width: 3.1rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  @media (max-width: 640px) {
    .about-panel .outline-item-left {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 0;
      text-align: left;
      justify-content: flex-start;
      border-bottom: none;
    }
  }
  
  .about-panel .outline-item-right {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    color: #3E3A39;
    font-size: 1.8rem;
    width: 80%;
    padding: 1.25rem 0;
  }
  
  @media (max-width: 640px) {
    .about-panel .outline-item-right {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 0;
    }
  }
  
  .p-movie {
    position: relative;
  }
  
  .p-movie video {
    width: 100%;
    min-height: 58rem;
    object-fit: cover;
  }
  
  .p-movie iframe {
    width: 100%;
    min-height: 58rem;
    object-fit: cover;
  }
  
  .p-access {
    position: relative;
    padding: 0 0 13rem 0;
  }
  
  .p-access .section-title {
    margin-bottom: 6.7rem;
  }
  
  .p-access .map-layout iframe {
    width: 100%;
    height: 58rem;
  }
  
  .p-vr {
    position: relative;
    padding: 7rem 0;
    background-image: url(../img/company/bg_vr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: fit-content;
  }
  
  .p-vr .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .p-vr .section-title {
    margin-bottom: 4rem;
  }
  
  .p-vr .section-title .lead {
    color: white;
  }
  
  .p-vr .section-title .sub {
    color: white;
  }
  
  .p-vr .section-title .sub::before {
    background-image: url(../img/common/nav_white.svg);
  }
  
  .p-vr .lead-title {
    color: white;
    text-align: center;
    margin-bottom: 2.6rem;
  }
  
  .p-vr .m-text {
    text-align: center;
    color: white;
    margin-bottom: 3.2rem;
  }
  
  .p-vr .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-vr .action .arrow {
    border: 1px solid white;
  }
  
  .p-vr .action p {
    color: white;
  }
  
  .p-csr {
    position: relative;
    padding: 9rem 0;
  }
  
  .p-csr .mx-text {
    text-align: center;
    color: #56AC91;
    margin: 5.6rem 0 4.6rem;
  }
  
  .p-csr .m-text {
    text-align: center;
  }
  
  .p-sdg {
    position: relative;
  }
  
  .p-sdg .sdg-layout {
    padding: 14rem 0 9rem;
    border-top: 1px solid #3e3a39;
    border-bottom: 1px solid #3e3a39;
  }
  
  .p-sdg .sdg-layout .section-title {
    margin-bottom: 3.5rem;
  }
  
  .p-sdg .sdg-layout .sdg-img {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 640px) {
    .p-sdg .sdg-layout .sdg-img {
      height: 40rem;
      transform: translateX(-45%);
    }
  }
  
  .p-sdg .sdg-layout .sdg-img img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-sdg .sdg-layout .sdg-img img {
      width: auto;
      height: 100%;
    }
  }
  
  .p-sdg .sdg-layout .mark {
    padding-top: 6rem;
  }
  
  /*--------------------------------------------------------------
  # CSR活動ページ
  --------------------------------------------------------------*/
  .p-sdg .sdg-layout .mark .p-csr-sdgs {
    display: flex;
    margin-bottom: 2rem;
  }
  
  @media screen and (max-width: 767px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs {
      display: block;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
    width: 50%;
  }
  
  @media screen and (max-width: 1024px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
      width: 60%;
    }
  }
  
  @media screen and (max-width: 640px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
      width: 100%;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__col--right {
    flex: 1;
    margin-left: 40px;
    padding-top: 65px;
  }
  
  @media screen and (max-width: 767px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__col--right {
      margin-left: 0;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__ttl {
    max-width: 415px;
    height: 60px;
    padding-left: 60px;
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__ttl img {
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__ttl {
      max-width: 250px;
      height: auto;
      margin: 0 auto 20px;
      padding-left: 0;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  
  @media screen and (max-width: 767px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btns {
      margin: 0 -2px;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
    width: 20%;
    padding: 5px;
  }
  
  @media screen and (max-width: 1024px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
      width: 25%;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn img {
    width: 84px;
    height: auto;
  }
  
  @media screen and (min-width: 1200px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
      cursor: pointer;
      transition: 0.3s opacity;
    }
  
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btn:hover {
      opacity: 0.7;
    }
  
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btn:hover img {
      opacity: 1;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn[disabled] {
    opacity: 0.2;
    pointer-events: none;
  }
  
  @media screen and (max-width: 640px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
      width: 25%;
      padding: 2px;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__cnt:not(:first-child) {
    display: none;
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__img {
    width: 185px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .p-sdg .sdg-layout .mark .p-csr-sdgs__img {
      width: 25%;
    }
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__subTtl {
    margin-bottom: 0.5em;
    color: #000080;
    font-weight: bold;
    font-size: 2rem;
    font-family: hiraMinProp-regular;
  }
  
  .p-sdg .sdg-layout .mark .p-csr-sdgs__txt {
    font-size: 1.6rem;
    font-family: KozGoPr6N-Regular;
  }
  
  /*---*/
  
  .p-sdg .sdg-layout .action {
    margin-top: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-attempt {
    position: relative;
    padding: 11rem 0 9rem;
  }
  
  .p-attempt .section-title {
    margin-bottom: 3rem;
  }
  
  .p-attempt .attempt-img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-img {
      height: 40rem;
    }
  }
  
  .p-attempt .attempt-img img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-img img {
      width: auto;
      height: 100%;
    }
  }
  
  .p-attempt .mx-text.option {
    color: #56AC91;
    text-align: center;
    margin: 6.5rem 0 3.5rem;
  }
  
  .p-attempt .m-text.option {
    text-align: center;
  }
  
  .p-attempt .attempt-wrapper {
    margin-top: 4rem;
  }
  
  .p-attempt .attempt-wrapper .attempt-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    border-bottom: 1px solid #D9DADA;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-wrapper .attempt-item {
      flex-direction: column;
    }
  }
  
  .p-attempt .attempt-wrapper .attempt-item-left {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9DADA;
    padding: 4rem 0;
    min-height: 30rem;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-wrapper .attempt-item-left {
      width: 100%;
      margin-bottom: 3rem;
    }
  }
  
  .p-attempt .attempt-wrapper .attempt-item-left img {
    width: auto;
    height: 20rem;
  }
  
  .p-attempt .attempt-wrapper .attempt-item:nth-child(1) .attempt-item-left img {
    height: 11rem;
  }
  
  .p-attempt .attempt-wrapper .attempt-item:nth-child(6) .attempt-item-left img,
  .p-attempt .attempt-wrapper .attempt-item:nth-child(11) .attempt-item-left img {
    height: 17rem;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-wrapper .attempt-item-left img {
      height: 22rem;
    }
  
    .p-attempt .attempt-wrapper .attempt-item:nth-child(1) .attempt-item-left img {
      height: 14rem;
    }
  }
  
  .p-attempt .attempt-wrapper .attempt-item-right {
    width: 55%;
    padding: 0 3rem;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-wrapper .attempt-item-right {
      width: 100%;
    }
  }
  
  .p-attempt .attempt-wrapper .attempt-item-right .num {
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    color: #56AC91;
  }
  
  .p-attempt .attempt-wrapper .attempt-item-right .mx-text {
    margin-bottom: 2rem;
  }
  
  .p-strength {
    position: relative;
    padding: 11rem 0 10rem;
    background-image: url(../img/reason/bg_strength.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: fit-content;
  }
  
  .p-strength .section-title {
    margin-bottom: 3rem;
  }
  
  .p-strength .mx-text.option {
    text-align: center;
    margin: 6.5rem 0 3.5rem;
  }
  
  .p-strength .strength-wrapper .strength-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
  }
  
  @media (max-width: 640px) {
    .p-strength .strength-wrapper .strength-item {
      flex-direction: column;
    }
  }
  
  @media (max-width: 640px) {
    .p-strength .strength-wrapper .strength-item:nth-child(even) {
      flex-direction: column-reverse;
    }
  }
  
  .p-strength .strength-wrapper .strength-item-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 640px) {
    .p-strength .strength-wrapper .strength-item-left {
      width: 100%;
      margin-bottom: 3rem;
    }
  }
  
  .p-strength .strength-wrapper .strength-item-left img {
    width: 100%;
  }
  
  .p-strength .strength-wrapper .strength-item-right {
    width: 45%;
  }
  
  @media (max-width: 640px) {
    .p-strength .strength-wrapper .strength-item-right {
      width: 100%;
    }
  }
  
  .p-strength .strength-wrapper .strength-item-right .num {
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    color: #F1C262;
  }
  
  .p-strength .strength-wrapper .strength-item-right .mx-text {
    margin-bottom: 2rem;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    font-size: 2.3rem;
  }
  
  .p-service {
    position: relative;
  }
  
  .p-service .section-title {
    margin-bottom: 4rem;
  }
  
  .p-service .service-layout {
    padding-top: 10rem;
  }
  
  .p-service .service-layout .service-item {
    margin-bottom: 13rem;
  }
  
  .p-service .service-layout .service-item .service-img {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-img {
      transform: translateX(-45%);
    }
  }
  
  .p-service .service-layout .service-item .service-img img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-img img {
      height: 45rem;
      width: auto;
    }
  }
  
  .p-service .service-layout .service-item .intro {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    margin-bottom: 1.8rem;
  }
  
  .p-service .service-layout .service-item .description {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .description {
      font-size: 2.1rem;
    }
  }
  
  .p-service .service-layout .service-item .service-list {
    padding-bottom: 10rem;
  }
  
  .p-service .service-layout .service-item .service-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-list .item {
      flex-direction: column;
    }
  }
  
  .p-service .service-layout .service-item .service-list .item .left {
    width: 45%;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-list .item .left {
      width: 100%;
      margin-bottom: 3rem;
    }
  }
  
  .p-service .service-layout .service-item .service-list .item .left img {
    width: 100%;
  }
  
  .p-service .service-layout .service-item .service-list .item .right {
    width: 50%;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-list .item .right {
      width: 100%;
    }
  }
  
  .p-service .service-layout .service-item .service-list .item .right .num {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #F1C262;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-list .item .right .num {
      font-size: 2.1rem;
    }
  }
  
  .p-service .service-layout .service-item .service-list .item .right .mx-text {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    margin-bottom: 2rem;
  }
  
  .p-service .service-layout .service-item .service-list .item .right .m-text {
    font-size: 1.6rem;
  }
  
  .p-service .service-layout .service-item .service-list .item .right .m-text span {
    color: #F1C262;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .service-list .item .right .m-text {
      font-size: 1.8rem;
    }
  }
  
  .p-service .service-layout .service-item .concept {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2rem;
    color: white;
    background-color: #56AC91;
    width: 100%;
    padding: 1.8rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .concept {
      font-size: 2.1rem;
    }
  }
  
  .p-service .service-layout .service-item .option {
    margin: 2.8rem 0 7rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next,
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev {
    width: 7.5rem;
    height: 7.5rem;
    border: 1px solid #3e3a39;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border-radius: 50%;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next::after,
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev::after {
    display: none;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next img,
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-slide {
    position: relative;
    width: 65rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .intro-swiper-slider .swiper-slide {
      width: 45rem !important;
    }
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item {
    width: 100%;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item img {
    width: 100%;
    height: 30rem;
    overflow: hidden;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content {
    padding: 3.2rem 0;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .num {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #F1C262;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .mx-text {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    margin-bottom: 2rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text {
    font-size: 1.6rem;
  }
  
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text span {
    color: #F1C262;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text {
      font-size: 1.8rem;
    }
  }
  
  .p-service .service-layout .service-item .last-swiper-slider {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper {
    position: relative;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-next,
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev {
    width: 7.5rem;
    height: 7.5rem;
    background-color: #BDBEBE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border-radius: 50%;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-next::after,
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev::after {
    display: none;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-next img,
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-next:hover,
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev:hover {
    background-color: #56AC91;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .swiper-slide {
    position: relative;
    width: 65rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .last-swiper-slider .swiper-slide {
      width: 45rem !important;
    }
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .last-item {
    width: 100%;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9DADA;
  }
  
  .p-service .service-layout .service-item .last-swiper-slider .last-item img {
    width: auto;
    height: 37rem;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .last-swiper-slider .last-item img {
      width: 100%;
      height: auto;
    }
  }
  
  .p-service .service-layout .service-item .description-layout {
    padding-bottom: 8rem;
  }
  
  .p-service .service-layout .service-item .description-layout .description-item {
    padding: 2.5rem 0;
    border-bottom: 1px solid #D9DADA;
  }
  
  .p-service .service-layout .service-item .description-layout .description-item .num {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #F1C262;
  }
  
  .p-service .service-layout .service-item .description-layout .description-item .mx-text {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    margin-bottom: 2rem;
  }
  
  .p-service .service-layout .service-item .description-layout .description-item .m-text {
    font-size: 1.8rem;
  }
  
  .p-service .service-layout .service-item .description-layout .description-item .m-text span {
    color: #F1C262;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .description-layout .description-item .m-text {
      font-size: 2.1rem;
    }
  }
  
  .p-service .service-layout .service-item .movie-layout video {
    width: 100%;
    height: 58rem;
    object-fit: cover;
  }
  
  .p-service .service-layout .service-item .detail-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5%;
    margin: 5rem 0;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .detail-content {
      flex-direction: column;
    }
  }
  
  .p-service .service-layout .service-item .detail-content .detail-item {
    width: 31%;
  }
  
  @media (max-width: 640px) {
    .p-service .service-layout .service-item .detail-content .detail-item {
      width: 100%;
      margin-bottom: 6rem;
    }
  }
  
  .p-service .service-layout .service-item .detail-content .detail-item img {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .p-service .service-layout .service-item .detail-content .detail-item .mx-text {
    margin-top: 1.5rem;
    text-align: center;
  }
  
  .p-project {
    position: relative;
    padding: 8rem 0 14rem;
  }
  
  .p-project .concept {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2rem;
    color: white;
    background-color: #56AC91;
    width: 100%;
    padding: 1.8rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 640px) {
    .p-project .concept {
      font-size: 2.1rem;
    }
  }
  
  .p-project .intro-swiper-slider {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-project .intro-swiper-slider .swiper {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-project .intro-swiper-slider .swiper-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-project .intro-swiper-slider .swiper-button-next,
  .p-project .intro-swiper-slider .swiper-button-prev {
    width: 7.5rem;
    height: 7.5rem;
    border: 1px solid #3e3a39;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border-radius: 50%;
  }
  
  .p-project .intro-swiper-slider .swiper-button-next::after,
  .p-project .intro-swiper-slider .swiper-button-prev::after {
    display: none;
  }
  
  .p-project .intro-swiper-slider .swiper-button-next img,
  .p-project .intro-swiper-slider .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-project .intro-swiper-slider .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-project .intro-swiper-slider .swiper-slide {
    position: relative;
    width: 65rem;
  }
  
  @media (max-width: 640px) {
    .p-project .intro-swiper-slider .swiper-slide {
      width: 45rem !important;
    }
  }
  
  .p-project .intro-swiper-slider .intro-item {
    width: 100%;
  }
  
  .p-project .intro-swiper-slider .intro-item img {
    width: 100%;
    height: 30rem;
    overflow: hidden;
  }
  
  .p-project .intro-swiper-slider .intro-item .content {
    padding: 3.2rem 0;
  }
  
  .p-project .intro-swiper-slider .intro-item .content .num {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #F1C262;
  }
  
  .p-project .intro-swiper-slider .intro-item .content .mx-text {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: #56AC91;
    margin-bottom: 2rem;
  }
  
  .p-project .intro-swiper-slider .intro-item .content .m-text {
    font-size: 1.6rem;
  }
  
  .p-project .intro-swiper-slider .intro-item .content .m-text span {
    color: #F1C262;
  }
  
  @media (max-width: 640px) {
    .p-project .intro-swiper-slider .intro-item .content .m-text {
      font-size: 1.8rem;
    }
  }
  
  .p-project .movie-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .p-project .movie-layout iframe {
    width: 48%;
    height: 35rem;
    object-fit: cover;
  }
  
  @media (max-width: 640px) {
    .p-project .movie-layout {
      display: block;
    }
  
    .p-project .movie-layout iframe {
      width: 100%;
      height: 40rem;
    }
  
    .p-project .movie-layout iframe:first-child {
      margin-bottom: 2rem;
    }
  }
  
  .p-project .detail-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5%;
    margin-bottom: 7rem;
  }
  
  @media (max-width: 640px) {
    .p-project .detail-content {
      flex-direction: column;
    }
  }
  
  .p-project .detail-content .detail-item {
    width: 31%;
  }
  
  @media (max-width: 640px) {
    .p-project .detail-content .detail-item {
      width: 100%;
      margin-bottom: 6rem;
    }
  }
  
  .p-project .detail-content .detail-item img {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .p-project .detail-content .detail-item .m-text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
  
  @media (max-width: 640px) {
    .p-project .detail-content .detail-item .m-text {
      font-size: 2.1rem;
    }
  }
  
  .p-project .green {
    color: #56AC91;
  }
  
  .p-msg {
    position: relative;
    padding: 10rem 0 28rem;
    background-image: url(../img/recruit/bg_msg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: fit-content;
  }
  
  .p-msg .lead-title {
    text-align: center;
    margin-bottom: 5rem;
  }
  
  .p-msg .m-text {
    text-align: center;
  }
  
  .p-msg .scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
  }
  
  .p-msg .scroll-btn .arrow {
    width: 35px;
    height: 35px;
    border: 1px solid #3E3A39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-msg .scroll-btn .arrow span {
    width: 0.4rem;
    height: 0.4rem;
    border-right: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    transform: rotate(45deg);
  }
  
  .p-msg .scroll-btn p {
    margin-left: 1rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #3e3a39;
  }
  
  .p-person {
    position: relative;
    padding: 10rem 0 14rem;
  }
  
  .p-person .person-layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 22;
    margin-top: 5rem;
  }
  
  @media (max-width: 640px) {
    .p-person .person-layout {
      flex-direction: column;
    }
  }
  
  .p-person .person-layout .person-item {
    position: relative;
    width: 32%;
    border: 2px solid #56AC91;
    padding: 5rem 2.4rem;
    background-color: white;
    min-height: 35rem;
  }
  
  @media (max-width: 640px) {
    .p-person .person-layout .person-item {
      width: 100%;
      margin-bottom: 4rem;
    }
  }
  
  .p-person .person-layout .person-item:last-child {
    margin-bottom: 0;
  }
  
  .p-person .person-layout .person-item .num {
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    background-color: #56AC91;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    top: 0;
    left: 0;
  }
  
  @media (max-width: 640px) {
    .p-person .person-layout .person-item .num {
      width: 8rem;
      height: 8rem;
      padding: 1rem;
    }
  }
  
  .p-person .person-layout .person-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .p-person .person-layout .person-item .img img {
    width: auto;
    height: 9.5rem;
  }
  
  .p-person .person-layout .person-item .mx-text {
    color: #56AC91;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  
  @media (max-width: 640px) {
    .p-person .person-layout .person-item .mx-text {
      font-size: 2.1rem;
    }
  }
  
  .p-person .person-layout .person-item .m-text {
    text-align: center;
  }
  
  @media (max-width: 640px) {
    .p-person .person-layout .person-item .m-text {
      font-size: 1.8rem;
    }
  }
  
  .p-staff {
    position: relative;
    padding: 10rem 0 5rem;
  }
  
  .p-staff .container {
    position: relative;
    z-index: 99;
  }
  
  .p-staff .container .section-title {
    margin-bottom: 5rem;
  }
  
  .p-staff .container .lead-title {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .p-staff .container .text {
    text-align: center;
    margin-bottom: 5rem;
  }
  
  .p-staff .container .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .p-staff .container .warpper .tabs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .p-staff .container .warpper .tabs .person-btn {
    cursor: pointer;
    width: 17rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #56AC91;
    border: 1px solid #56AC91;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 1.3rem;
  }
  
  .p-staff .container .warpper .tabs .person-btn:hover {
    background-color: #56AC91;
    color: white;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .tabs .person-btn {
      width: 19rem;
      height: 4.5rem;
      font-size: 1.8rem;
    }
  }
  
  .p-staff .container .warpper .panels {
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels {
      display: block;
    }
  }
  
  .p-staff .container .warpper .panels .panel {
    width: 48%;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel {
      width: 100%;
    }
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 6rem;
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro-img {
    width: 100%;
    max-width: 15rem;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .staff-intro-img {
      width: 100%;
      height: 18rem;
      margin-bottom: 2rem;
    }
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro-img img {
    width: 100%;
    border-radius: 50%;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .staff-intro-img img {
      height: 100%;
      width: auto;
      transform: translateX(-25%);
    }
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro-description {
    width: 25rem;
    background: #56AC91;
    padding: 2.7rem 3.5rem;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .staff-intro-description {
      width: 27rem;
    }
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro-description .m-subttl {
    font-family: hiraMinPro-W6;
    font-weight: bold;
    font-size: 2.3rem;
    color: #FFFFFF;
  }
  
  .p-staff .container .warpper .panels .panel .staff-intro-description .m-text {
    color: white;
    line-height: 2;
    margin-top: 1rem;
  }
  
  .p-staff .container .warpper .panels .panel .voice-content {
    padding: 4rem 0 8.5rem;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content {
      padding: 0rem 0 8.5rem;
    }
  }
  
  .p-staff .container .warpper .panels .panel .voice-content .voice-item {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content .voice-item {
      flex-direction: column;
    }
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content .voice-item:nth-child(even) {
      flex-direction: column-reverse;
    }
  }
  
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img {
    width: 50%;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img {
      width: 100%;
      margin-bottom: 2rem;
    }
  }
  
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img img {
    width: 100%;
  }
  
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info {
      width: 100%;
    }
  }
  
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info h5 {
    position: relative;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2.3rem;
    color: #56AC91;
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
  }
  
  @media (max-width: 640px) {
    .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info h5 {
      font-size: 2.4rem;
    }
  }
  
  /*@keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .p-staff .container .warpper .radio {
    display: none;
  }
  .p-staff .container .warpper #four:checked ~ .panels #four-panel,
  .p-staff .container .warpper #five:checked ~ .panels #five-panel,
  .p-staff .container .warpper #six:checked ~ .panels #six-panel,
  .p-staff .container .warpper #seven:checked ~ .panels #seven-panel {
    display: block;
  }
  .p-staff .container .warpper #four:checked ~ .tabs #four-tab,
  .p-staff .container .warpper #five:checked ~ .tabs #five-tab,
  .p-staff .container .warpper #six:checked ~ .tabs #six-tab,
  .p-staff .container .warpper #seven:checked ~ .tabs #seven-tab {
    background-color: #56AC91;
    color: #fff;
  }*/
  
  .p-salary {
    position: relative;
    padding: 15rem 0 11rem;
  }
  
  .p-salary .section-title {
    margin-bottom: 3.5rem;
  }
  
  .p-salary .mx-text {
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .p-salary .m-text {
    margin-bottom: 6rem;
    text-align: center;
  }
  
  .p-salary .salary-layout .salary-swiper-slider {
    position: relative;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper {
    position: relative;
    padding-bottom: 18rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper::after {
    content: "";
    width: 100%;
    background-color: #56AC91;
    height: 42rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-next,
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-prev {
    position: unset;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: unset !important;
    border: 1px solid white;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-next::after,
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-prev::after {
    display: none !important;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-next img,
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .btn-group {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide {
    position: relative;
    width: 30rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item {
    padding: 2rem;
    border: 1px solid #D9DADA;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-left {
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-left img {
    width: 100%;
    height: auto;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-right h5 {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2.1rem;
    color: #56AC91;
    margin-bottom: 1rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-right p {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    font-size: 1.8rem;
    color: #56AC91;
    margin-bottom: 1rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-bottom {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 7rem;
    color: #56AC91;
    margin-bottom: 0.5rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-bottom span {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 1.8rem;
    color: #56AC91;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    background-color: #56AC91;
    color: white;
    padding: 0.4rem 1.4rem;
    border-radius: 1.4rem;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #56AC91;
    margin-bottom: 1rem;
    padding: 2rem;
    width: 100%;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03:last-child {
    margin-bottom: 0;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-left {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-right {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  
  .p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-right span {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
  
  .p-carrer {
    position: relative;
    padding: 10rem 0;
  }
  
  .p-carrer .container {
    position: relative;
    z-index: 99;
  }
  
  .p-carrer .container .section-title {
    margin-bottom: 5rem;
  }
  
  .p-carrer .container .mx-text {
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .p-carrer .container .m-text {
    margin-bottom: 10rem;
    text-align: center;
  }
  
  .p-carrer .container .carrer-img {
    width: 100%;
    margin-bottom: 6rem;
  }
  
  .p-carrer .container .carrer-img img {
    width: 100%;
  }
  
  .p-carrer .container .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .p-carrer .container .warpper .panels {
    background: transparent;
    width: 100%;
  }
  
  .p-carrer .container .warpper .panels .panel {
    animation: fadein 0.8s;
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list {
    position: relative;
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-part {
    margin-bottom: 7.5rem;
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.3;
    color: #3e3a39;
    border-bottom: 1px solid #D1D1D1;
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item:first-child {
    border-top: 1px solid #D1D1D1;
  }
  
  @media (max-width: 640px) {
    .p-carrer .container .warpper .panels .panel .require-card-list .require-item {
      flex-direction: column;
      margin-bottom: 1.4rem;
    }
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item-left {
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #56AC91;
    font-size: 1.8rem;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    padding: 2rem;
    text-align: left;
  }
  
  @media (max-width: 640px) {
    .p-carrer .container .warpper .panels .panel .require-card-list .require-item-left {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 2.5rem;
      line-height: 1.6;
      text-align: left;
      justify-content: flex-start;
      border-bottom: none;
    }
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item-right {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    color: #3E3A39;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 75%;
    padding: 2rem;
  }
  
  @media (max-width: 640px) {
    .p-carrer .container .warpper .panels .panel .require-card-list .require-item-right {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 2.5rem;
    }
  }
  
  .p-carrer .container .warpper .panels .panel .require-card-list .require-part-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.3rem auto 0 auto;
  }
  
  .p-require {
    position: relative;
    padding: 10rem 0;
  }
  
  .p-require .container {
    position: relative;
    z-index: 99;
  }
  
  .p-require .container .section-title {
    margin-bottom: 5rem;
  }
  
  .p-require .container .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .p-require .container .warpper .tabs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  
  .p-require .container .warpper .tabs .person-btn {
    cursor: pointer;
    width: 17rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #56AC91;
    border: 1px solid #56AC91;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 1.3rem;
  }
  
  .p-require .container .warpper .tabs .person-btn:hover {
    background-color: #56AC91;
    color: white;
  }
  
  @media (max-width: 640px) {
    .p-require .container .warpper .tabs .person-btn {
      width: 19rem;
      height: 4.5rem;
      font-size: 1.8rem;
    }
  }
  
  .p-require .container .warpper .panels {
    background: transparent;
    width: 100%;
  }
  
  .p-require .container .warpper .panels .panel {
    display: none;
    animation: fadein 0.8s;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper {
    position: relative;
    margin-bottom: 5rem;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-slide {
    position: relative;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .thumb {
    width: 100%;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .thumb img {
    width: 100%;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-scrollbar {
    background-color: #D9DADA;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-scrollbar-drag {
    background-color: #86C973;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-next,
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev {
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border-radius: 50%;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-next::after,
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev::after {
    display: none;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-next img,
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-next:active,
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev:active {
    background-color: #56AC91;
  }
  
  .p-require .container .warpper .panels .panel .require-swiper .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list {
    position: relative;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .num {
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    color: #F1C262;
    margin-bottom: 1rem;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-ttl {
    position: relative;
    width: 100%;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2.3rem;
    margin-bottom: 3.4rem;
    padding-bottom: 1rem;
    color: #56AC91;
  }
  
  @media (max-width: 640px) {
    .p-require .container .warpper .panels .panel .require-card-list .require-item-ttl {
      font-size: 2.8rem;
    }
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-text {
    color: #3E3A39;
    margin-bottom: 7rem;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-text span {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-part {
    margin-bottom: 7.5rem;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-part:last-child {
    margin-bottom: 0;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.3;
    color: #3e3a39;
    border-bottom: 1px solid #D1D1D1;
  }
  
  @media (max-width: 640px) {
    .p-require .container .warpper .panels .panel .require-card-list .require-item {
      flex-direction: column;
      margin-bottom: 1.4rem;
    }
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-left {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3E3A39;
    font-size: 1.8rem;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    padding: 2rem;
    text-align: center;
  }
  
  @media (max-width: 640px) {
    .p-require .container .warpper .panels .panel .require-card-list .require-item-left {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 2.5rem;
      line-height: 1.6;
      text-align: left;
      justify-content: flex-start;
      border-bottom: none;
    }
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-right {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    color: #3E3A39;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 75%;
    padding: 2rem;
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-item-right span {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.8rem;
    color: #56AC91;
  }
  
  @media (max-width: 640px) {
    .p-require .container .warpper .panels .panel .require-card-list .require-item-right {
      font-size: 2.1rem;
      width: 100%;
      padding: 1.5rem 2.5rem;
    }
  }
  
  .p-require .container .warpper .panels .panel .require-card-list .require-part-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.3rem auto 0 auto;
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .p-require .container .warpper .radio {
    display: none;
  }
  
  .p-require .container .warpper #one:checked~.panels #one-panel,
  .p-require .container .warpper #two:checked~.panels #two-panel,
  .p-require .container .warpper #three:checked~.panels #three-panel {
    display: block;
  }
  
  .p-require .container .warpper #one:checked~.tabs #one-tab,
  .p-require .container .warpper #two:checked~.tabs #two-tab,
  .p-require .container .warpper #three:checked~.tabs #three-tab {
    background-color: #56AC91;
    color: #fff;
  }
  
  .p-welfare {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-welfare .welfare-img {
    width: 100%;
    height: 41rem;
    background-image: url(../img/recruit/bg_welfare.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
  }
  
  .p-welfare .welfare-img .section-title .lead {
    color: white;
  }
  
  .p-welfare .welfare-img .section-title .sub {
    color: white;
  }
  
  .p-welfare .welfare-img .section-title::before {
    background-color: white;
  }
  
  .p-welfare .lead-title {
    text-align: center;
    margin-bottom: 5rem;
  }
  
  .p-welfare .intro {
    text-align: center;
    margin-bottom: 8rem;
  }
  
  .p-welfare .welfare-layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 22;
  }
  
  @media (max-width: 640px) {
    .p-welfare .welfare-layout {
      flex-direction: column;
    }
  }
  
  .p-welfare .welfare-layout .welfare-item {
    position: relative;
    width: 32%;
    border: 3px solid #86C973;
    padding: 2.8rem 2.4rem;
    background-color: white;
    min-height: 35rem;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 640px) {
    .p-welfare .welfare-layout .welfare-item {
      width: 100%;
      margin-bottom: 4rem;
    }
  }
  
  .p-welfare .welfare-layout .welfare-item .num {
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 4.5rem;
    height: 4.5rem;
    background-color: #86C973;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    top: 0;
    left: 0;
    padding: 0.25rem;
  }
  
  @media (max-width: 640px) {
    .p-welfare .welfare-layout .welfare-item .num {
      width: 8rem;
      height: 8rem;
      font-size: 1.8rem;
      padding: 1rem;
    }
  }
  
  .p-welfare .welfare-layout .welfare-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .p-welfare .welfare-layout .welfare-item .img img {
    width: auto;
    height: 9rem;
  }
  
  .p-welfare .welfare-layout .welfare-item .mx-text {
    color: #86C973;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .p-welfare .welfare-layout .welfare-item .m-text {
    font-size: 1.4rem;
    text-align: center;
  }
  
  @media (max-width: 640px) {
    .p-welfare .welfare-layout .welfare-item .m-text {
      font-size: 1.8rem;
    }
  }
  
  .p-attempt {
    position: relative;
    padding-bottom: 10rem;
  }
  
  .p-attempt .attempt-top {
    width: 100%;
    height: 41rem;
    background-image: url(../img/recruit/bg_attempt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
  }
  
  .p-attempt .attempt-top .section-title .lead {
    color: white;
  }
  
  .p-attempt .attempt-top .section-title .sub {
    color: white;
  }
  
  .p-attempt .attempt-top .section-title::before {
    background-color: white;
  }
  
  .p-attempt .lead-title {
    text-align: center;
    margin-bottom: 5rem;
  }
  
  .p-attempt .intro {
    text-align: center;
    margin-bottom: 8rem;
  }
  
  .p-attempt .attempt-layout .attempt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-layout .attempt-item {
      flex-direction: column;
    }
  }
  
  .p-attempt .attempt-layout .attempt-item:last-child {
    margin-bottom: 0;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-layout .attempt-item:nth-child(even) {
      flex-direction: column-reverse;
    }
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-img {
    width: 48%;
    border: 1px solid #CACBCB;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-layout .attempt-item .attempt-img {
      width: 100%;
      margin-bottom: 3rem;
    }
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-img img {
    width: 100%;
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info {
    width: 48%;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-layout .attempt-item .attempt-info {
      width: 100%;
    }
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .mx-text {
    position: relative;
    font-family: hiraMinPro-W6;
    font-weight: bold;
    font-size: 2.1rem;
    color: #3E3A39;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    position: relative;
  }
  
  @media (max-width: 640px) {
    .p-attempt .attempt-layout .attempt-item .attempt-info .mx-text {
      font-size: 2.4rem;
    }
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .mx-text::after {
    content: "";
    background-color: #FFBC00;
    width: 3rem;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .m-text {
    margin-bottom: 8rem;
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .action {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #00FF7F;
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .action .link-btn {
    width: 100%;
  }
  
  .p-attempt .attempt-layout .attempt-item .attempt-info .action .link-btn p {
    color: #00FF7F;
  }
  
  .p-flow {
    position: relative;
    padding-bottom: 14rem;
  }
  
  .p-flow .flow-img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-flow .flow-img {
      height: 30rem;
    }
  }
  
  .p-flow .flow-img img {
    width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-flow .flow-img img {
      width: auto;
      height: 30rem;
    }
  }
  
  .p-flow .section-title {
    margin-bottom: 5rem;
    margin-top: 15rem;
  }
  
  .p-flow .mx-text {
    text-align: center;
  }
  
  .p-flow .m-text {
    margin: 4rem 0 6rem;
    text-align: center;
  }
  
  .p-flow .flow-swiper-slider {
    position: relative;
  }
  
  .p-flow .flow-swiper-slider .swiper {
    position: relative;
  }
  
  .p-flow .flow-swiper-slider .swiper-button-next,
  .p-flow .flow-swiper-slider .swiper-button-prev {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: unset !important;
    margin-left: 2rem;
  }
  
  .p-flow .flow-swiper-slider .swiper-button-next img,
  .p-flow .flow-swiper-slider .swiper-button-prev img {
    width: 1.5rem;
  }
  
  .p-flow .flow-swiper-slider .swiper-button-next::after,
  .p-flow .flow-swiper-slider .swiper-button-prev::after {
    display: none !important;
  }
  
  .p-flow .flow-swiper-slider .btn-group {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
    z-index: 4;
  }
  
  .p-flow .flow-swiper-slider .swiper-slide {
    position: relative;
    width: 33rem;
  }
  
  .p-flow .flow-swiper-slider .flow-item {
    position: relative;
  }
  
  .p-flow .flow-swiper-slider .flow-item img {
    width: 100%;
  }
  
  .p-flow .flow-swiper-slider .flow-item h6 {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 2rem;
    color: #F1C262;
    margin: 2rem 0;
  }
  
  .p-flow .flow-swiper-slider .flow-item p {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.8rem;
    color: #3E3A39;
  }
  
  .p-flow .flow-swiper-slider .flow-item .num {
    width: 6.5rem;
    height: 6.5rem;
    background-color: #F1C262;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .p-flow .action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
  }
  
  .p-facility {
    position: relative;
    padding-bottom: 13rem;
  }
  
  .p-facility .section-title {
    margin-bottom: 5rem;
  }
  
  .p-facility .facility-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
  }
  
  .p-facility .facility-layout .facility-item {
    width: 31%;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 640px) {
    .p-facility .facility-layout .facility-item {
      width: 48%;
    }
  }
  
  .p-facility .facility-layout .facility-item img {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .p-facility .facility-layout .facility-item .mx-text {
    text-align: center;
  }
  
  .p-service-choose {
    position: relative;
  }
  
  .p-service-choose .choose-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  
  .p-service-choose .choose-layout .choose-item {
    width: 18%;
    height: 10rem;
    background-image: url(../img/service/item01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  @media (max-width: 640px) {
    .p-service-choose .choose-layout .choose-item {
      width: 48%;
      height: 15rem;
      margin-bottom: 2rem;
    }
  }
  
  .p-service-choose .choose-layout .choose-item#item02 {
    background-image: url(../img/service/item02.jpg);
  }
  
  .p-service-choose .choose-layout .choose-item#item03 {
    background-image: url(../img/service/item03.jpg);
  }
  
  .p-service-choose .choose-layout .choose-item#item04 {
    background-image: url(../img/service/item04.jpg);
  }
  
  .p-service-choose .choose-layout .choose-item#item05 {
    background-image: url(../img/service/item05.jpg);
  }
  
  .p-service-choose .choose-layout .choose-item h5 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    text-align: center;
    color: white;
  }
  
  @media (max-width: 640px) {
    .p-service-choose .choose-layout .choose-item h5 {
      font-size: 2.1rem;
    }
  }
  
  .p-service-choose .choose-layout .choose-item h6 {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.6rem;
    color: white;
    text-align: center;
    margin-top: 1rem;
  }
  
  @media (max-width: 640px) {
    .p-service-choose .choose-layout .choose-item h6 {
      font-size: 2.1rem;
    }
  }
  
  .p-archive {
    position: relative;
    padding-bottom: 8rem;
  }
  
  .p-related {
    position: relative;
    border-top: 2px solid #3e3a39;
  }
  
  .p-related .container {
    padding: 9rem 3rem;
  }
  
  .blog-card-list {
    width: 100%;
  }
  
  .blog-card-list.option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  @media (max-width: 640px) {
    .blog-card-list.option {
      flex-direction: column;
    }
  }
  
  .blog-card-list.option .news-item {
    width: 48%;
    border-bottom: none;
    transition: 0.4s;
  }
  
  .news-item .thumb {
    overflow: hidden;
  }
  
  .news-item .thumb img {
    transition: all .6s;
  }
  
  .news-item:hover .thumb img {
    transform: scale(1.1);
  }
  
  .blog-card-list.option .work-item {
    width: 30% !important;
    display: block !important;
  }
  
  .blog-card-list.option .work-item .news-item-left {
    width: 100% !important;
  }
  
  .blog-card-list.option .work-item .content {
    width: 100% !important;
  }
  
  .blog-card-list.option .work-item .date {
    margin-top: 10px;
  }
  
  .blog-card-list.option .work-item .label {
    margin-top: 10px;
  }
  
  .blog-card-list.option .news-item:hover {
    background: #f7f7f7;
  }
  
  @media (max-width: 640px) {
    .blog-card-list.option .news-item {
      width: 100% !important;
    }
  }
  
  .blog-card-list.option .news-item .news-item-left {
    width: 22.5rem;
  }
  
  .blog-card-list.option .news-item .news-item-left img {
    width: 100%;
    aspect-ratio: 225 / 155;
    object-fit: cover;
  }
  
  .blog-card-list.option .news-item .content {
    width: calc(100% - 25rem);
    align-items: flex-start;
    flex-direction: column;
  }
  
  .blog-card-list.option .news-item .content .news-item-concept {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .blog-card-list .news-item {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    border-bottom: 0.5px solid #3e3a39;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s;
  }
  
  .blog-card-list .news-item .content {
    width: calc(100% - 8rem);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .content {
      width: 100%;
      align-items: flex-start;
      margin-bottom: 1rem;
    }
  }
  
  .blog-card-list .news-item .content .news-item-concept {
    display: flex;
    align-items: center;
    margin-right: 2.6rem;
  }
  
  .blog-card-list .news-item .content .news-item-concept .date {
    font-size: 16px;
    color: #BDBEBE;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    display: flex;
    margin-right: 3.3rem;
    margin-bottom: 10px;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .content .news-item-concept .date {
      margin-right: 0;
      font-size: 14px;
    }
  }
  
  .blog-card-list .news-item .content .news-item-concept .label {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    font-size: 1.2rem;
    border: 1px solid #56AC91;
    color: #56AC91;
    width: 12rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .content .news-item-concept .label {
      font-size: 1.8rem;
      width: 15rem;
      height: 3.6rem;
      border-radius: 1.8rem;
    }
  }
  
  .blog-card-list .news-item .content .title {
    font-size: 16px;
    text-align: left;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .content .title {
      font-size: 14px;
    }
  }
  
  .blog-card-list .news-item .content .title p {
    color: inherit;
  }
  
  .blog-card-list .news-item .arrow {
    width: 3rem;
    height: 3rem;
    border: 1px solid #3E3A39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .arrow {
      width: 5rem;
      height: 5rem;
    }
  }
  
  .blog-card-list .news-item .arrow img {
    width: 0.7rem;
  }
  
  @media (max-width: 640px) {
    .blog-card-list .news-item .arrow img {
      width: 1.3rem;
    }
  }
  
  .p-single {
    position: relative;
    padding-top: 10rem;
  }
  
  .p-single .single-meta {
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
  }
  
  .p-single .single-meta .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  
  .p-single .single-meta .wrap .date {
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 1.6rem;
    color: #BEBFBF;
    display: flex;
    align-items: center;
    margin-right: 2.4rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-meta .wrap .date {
      font-size: 1.8rem;
    }
  }
  
  .p-single .single-meta .wrap .label {
    border: 1px solid #56AC91;
    color: #56AC91;
    padding: 0.2rem 1.4rem;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    font-size: 1.6rem;
    transition: all ease-in 0.3s;
    border-radius: 1.3rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-meta .wrap .label {
      font-size: 1.8rem;
    }
  }
  
  .p-single .single-meta .wrap .label:hover {
    background-color: #56AC91;
    color: white;
  }
  
  .p-single .single-meta .title {
    font-size: 2.1rem;
    color: #3E3A39;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  @media (max-width: 640px) {
    .p-single .single-meta .title {
      font-size: 1.8rem;
      margin-bottom: 20px;
      margin-top: 20px;
    }
  }
  
  .p-single .single-swiper {
    position: relative;
    margin-bottom: 9rem;
  }
  
  .p-single .swiper {
    overflow: visible;
  }
  
  .p-single .single-swiper .swiper {
    position: relative;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-swiper {
      margin-bottom: 9rem;
    }
  
    .p-single .single-swiper .swiper {
      margin-left: -0.4rem;
      margin-right: -0.4rem;
    }
  }
  
  .p-single .single-swiper .swiper-button {
    position: absolute;
    bottom: -7rem;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-single .single-swiper .swiper-button-next,
  .p-single .single-swiper .swiper-button-prev {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border-radius: 50%;
  }
  
  .swiper-button-next-single {
    background-image: url(../img/common/arrow-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .swiper-button-prev-single {
    background-image: url(../img/common/arrow-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(-1, 1);
  }
  
  .p-single .single-swiper .swiper-button-next::after,
  .p-single .single-swiper .swiper-button-prev::after {
    font-size: 1rem;
    color: white;
  }
  
  .p-single .single-swiper .swiper-button-next {
    margin-left: 2rem;
  }
  
  .p-single .single-swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.6rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-swiper .swiper-slide {
      padding: 0 0.4rem;
    }
  }
  
  .p-single .single-swiper .swiper-slide .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .p-single .single-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .p-single .single-swiper .swiper-main .swiper-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }
  
  @media (max-width: 640px) {
    .p-single .single-swiper .swiper-main .swiper-slide img {
      height: auto;
    }
  }
  
  .p-single .single-swiper .swiper-main {
    position: relative;
    margin-bottom: 2rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-swiper .swiper-main {
      margin-bottom: 1.2rem;
    }
  }
  
  .p-single .single-swiper .swiper-main .swiper-slide {
    position: relative;
  }
  
  .p-single .single-swiper .swiper-thumbs {
    position: relative;
  }
  
  .p-single .single-swiper .swiper-thumbs .swiper-slide {
    position: relative;
    width: 18.8rem;
  }
  
  @media (max-width: 640px) {
    .p-single .single-swiper .swiper-thumbs .swiper-slide {
      width: 10.3rem;
    }
  }
  
  .p-single .single-swiper .swiper-thumbs .swiper-slide .thumb {
    opacity: 0.45;
  }
  
  .p-single .single-swiper .swiper-thumbs .swiper-slide-thumb-active .thumb {
    opacity: 1;
  }
  
  .p-single .single-content {
    margin-bottom: 4.5rem;
  }
  
  .p-single .single-control {
    position: relative;
    margin-top: 8rem;
    margin-bottom: 7rem;
    display: flex;
    justify-content: center;
  }
  
  .p-single .example-layout .request-content {
    border: 1px solid #3E3A39;
    padding: 3.2rem 3rem;
    margin-bottom: 3rem;
  }
  
  .p-single .example-layout .request-content .mx-text {
    color: #3E3A39;
    margin-bottom: 1rem;
  }
  
  .p-single .example-layout .content-content {
    border-bottom: 1px solid #3E3A39;
    padding: 3.2rem 3rem;
    margin-bottom: 3rem;
  }
  
  .p-single .example-layout .content-content .mx-text {
    color: #3E3A39;
    margin-bottom: 1rem;
  }
  
  .p-single .voice-layout .question-layout {
    margin-bottom: 5rem;
  }
  
  .p-single .voice-layout .question-layout .ttl {
    font-family: 'hgrge';
    font-weight: 500;
    font-size: 2.4rem;
    padding: 0 3rem 3rem 3rem;
    border-bottom: 1px solid #3E3A39;
  }
  
  .p-single .voice-layout .question-layout .single-data {
    padding: 3.2rem 5rem;
  }
  
  @media (max-width: 640px) {
    .p-single .voice-layout .question-layout .single-data {
      padding: 3.2rem 3rem;
    }
  
    .p-single .voice-layout .question-layout .ttl {
      font-family: 1.8rem;
      padding: 0 2rem 2rem 2rem;
    }
  }
  
  .p-single .voice-layout .question-layout .single-data-title {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-size: 1.8rem;
    color: #56AC91;
    margin-bottom: 1.7rem;
  }
  
  .p-single .voice-layout .question-layout .single-data-content {
    margin-top: 2rem;
  }
  
  .phone-layout {
    position: relative;
    padding: 5.5rem 0;
    border: 1px solid #3E3A39;
  }
  
  .phone-layout .phone-ttl {
    margin-bottom: 2rem;
    position: relative;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 6px;
  }
  
  .phone-layout .phone-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-weight: bolder;
    font-size: 3.8rem;
    margin-bottom: 1rem;
    letter-spacing: .1em;
  }
  
  .phone-layout .phone-content img {
    margin-right: 1rem;
    width: 3rem;
    height: auto;
  }
  
  .phone-layout .m-text {
    text-align: center;
  }
  
  .p-contact {
    position: relative;
    padding: 8rem 0 0;
  }
  
  .p-contact .section-title {
    margin-bottom: 4rem;
  }
  
  .p-contact .intro {
    text-align: center;
    margin-bottom: 8rem;
  }
  
  .p-form {
    padding: 8rem 0;
  }
  
  .p-form .contact-intro {
    margin-bottom: 4.8rem;
    text-align: center;
    line-height: 2.77;
    font-size: 18px;
    font-family: KozGoPr6N-Medium;
  }
  
  .p-form .contact-intro span {
    color: #CC0012;
  }
  
  @media (max-width: 640px) {
    .p-form .contact-intro {
      font-size: 14px;
    }
  }
  
  .p-form.option .p-contact-form .form-group .form-input .input .m-text {
    display: none;
  }
  
  .p-form .contact-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
  }
  
  .p-form .contact-flow-item {
    position: relative;
    width: 34.5rem;
    height: 5.5rem;
    background: #CACBCB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.4rem;
  }
  
  .p-form .contact-flow-item:first-child {
    margin-left: 0;
  }
  
  .p-form .contact-flow-item:last-child {
    margin-right: 0;
  }
  
  .p-form .contact-flow-item.active {
    background: #56AC91;
  }
  
  .p-form .contact-flow-item.active::after {
    border-color: transparent transparent transparent #56AC91;
  }
  
  .p-form .contact-flow-item:nth-child(1)::before {
    display: none;
  }
  
  .p-form .contact-flow-item:nth-child(1)::after {
    z-index: 3;
  }
  
  .p-form .contact-flow-item:nth-child(2)::after {
    z-index: 3;
  }
  
  .p-form .contact-flow-item:nth-child(3)::after {
    display: none;
  }
  
  .p-form .contact-flow-item::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.75rem 0 2.75rem 1rem;
    border-color: transparent transparent transparent #CACBCB;
  }
  
  .p-form .contact-flow-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.75rem 0 2.75rem 1rem;
    border-color: transparent transparent transparent #FFFFFF;
  }
  
  .p-form .contact-flow-item span {
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
  }
  
  .p-form.confirm .p-contact-form .form-group>li .input.option .m-text {
    display: none;
  }
  
  .form-attention {
    font-family: "Kozuka Gothic Pr6N", sans-serif;
    font-size: 2.1rem;
    line-height: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4.8rem;
    color: #231815;
  }
  
  .form-attention span {
    color: #DE0012;
  }
  
  .p-contact-form {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: left;
    color: #231815;
    margin-bottom: 5rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form {
      font-size: 2.4rem;
      line-height: 3.2rem;
    }
  }
  
  .p-contact-form .form-group {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
    margin-bottom: 5rem;
  }
  
  .p-contact-form .form-group>li {
    position: relative;
    padding: 2rem 0;
    border-top: 1px solid #BFC7C9;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-group>li {
      padding: 2rem 0;
    }
  }
  
  .p-contact-form .form-group>li:last-child .form-input {
    padding: 1rem 0;
    background: #EFF1F2;
    max-width: 880px;
    margin: auto;
    margin: 50px auto 0 auto;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-group>li:last-child .form-input {
      display: flex;
      margin: 30px auto 0 auto;
    }
  }
  
  .p-contact-form .form-input {
    position: relative;
    display: grid;
    grid-template-columns: 24rem minmax(0px, 1fr);
    grid-column-gap: 4rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input {
      grid-template-columns: 100%;
      grid-row-gap: 1rem;
    }
  }
  
  .p-contact-form .form-input+.form-input {
    margin-top: 1rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input+.form-input {
      margin-top: 2.4rem;
    }
  }
  
  .p-contact-form .form-input .label {
    position: relative;
    padding: 0.8rem 0;
    display: flex;
    font-size: 1.6rem;
    font-family: KozGoPr6N-Medium;
    font-weight: 500;
    color: #3E3A39;
  }
  
  .p-contact-form .form-input .label span {
    color: #CC0012;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .label {
      font-size: 1.8rem;
    }
  }
  
  .p-contact-form .form-input .input {
    position: relative;
    font-size: 1.4rem;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
  }
  
  .p-contact-form .form-input .input.option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .p-contact-form .form-input .input.option .mwform-checkbox-field {
    width: 31%;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .input.option .mwform-checkbox-field {
      width: 45%;
    }
  }
  
  .p-contact-form .form-input .input.option .mwform-checkbox-field .mwform-checkbox-field-text {
    color: #4c4c4c;
  }
  
  .p-contact-form .form-input .input .m-text {
    color: #4c4c4c;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .input {
      font-size: 1.8rem;
    }
  }
  
  .p-contact-form .form-input .input>* {
    vertical-align: middle;
  }
  
  .p-contact-form .form-input .input input {
    border-color: #BFC7C9;
    font-size: 1.4rem;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    width: 52rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .input input {
      width: 100%;
      font-size: 1.8rem;
    }
  }
  
  .p-contact-form .form-input .input textarea {
    width: 100%;
    border-color: #BFC7C9;
    font-size: 1.4rem;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .input textarea {
      width: 100%;
    }
  }
  
  .p-contact-form .form-input .input select {
    width: 20rem;
    border-color: #BFC7C9;
    font-size: 1.4rem;
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    position: relative;
  }
  
  .p-contact-form .form-input .input select::before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 1px solid #595757;
    border-bottom: 1px solid #595757;
    transform: rotate(45deg);
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .input select {
      width: 100%;
      font-size: 1.8rem;
    }
  }
  
  .p-contact-form .form-input .sm {
    width: 30rem;
    max-width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .sm {
      width: 100%;
    }
  }
  
  .p-contact-form .form-input .md {
    width: 45rem;
    max-width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .md {
      width: 100%;
    }
  }
  
  .p-contact-form .form-input .xs {
    width: 73rem;
    max-width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .xs {
      width: 100%;
    }
  }
  
  .p-contact-form .form-input .inline-group {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .inline-group {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  }
  
  .p-contact-form .form-input .inline-group>li {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    padding: 0 0.5rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .inline-group>li {
      padding: 0 0.75rem;
    }
  }
  
  .p-contact-form .form-input .inline-group .num {
    position: relative;
    width: 8rem;
    max-width: 100%;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-input .inline-group .num {
      width: 14rem;
    }
  }
  
  .p-contact-form .form-input .inline-group .line {
    position: relative;
    display: block;
    width: 1rem;
    height: 1px;
    background: #000000;
  }
  
  .p-contact-form .form-input .field {
    position: relative;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  
  .p-contact-form .form-input .mwform-tel-field {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .p-contact-form .form-input .mwform-tel-field input {
    position: relative;
    width: 14rem;
    max-width: 100%;
    margin: 0 1rem;
  }
  
  .p-contact-form .form-input .mwform-zip-field {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .p-contact-form .form-input .mwform-zip-field input {
    position: relative;
    width: 14rem;
    max-width: 100%;
    margin: 0 1rem;
  }
  
  .p-contact-form .mwform-checkbox-field {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .p-contact-form .mwform-checkbox-field label {
    display: inline-block;
    cursor: pointer;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio],
  .p-contact-form .mwform-checkbox-field [type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text,
  .p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before,
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after,
  .p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::before,
  .p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before,
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after {
    border-radius: 5rem;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before {
    top: 0.5rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #D7D8D8;
    border-radius: 0.45rem;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after {
    top: 1rem;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
    background: #D7D8D8;
    transition: all 0.2s;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]:not(:checked)+.mwform-checkbox-field-text::after {
    opacity: 0;
    visibility: hidden;
  }
  
  .p-contact-form .mwform-checkbox-field [type=radio]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
    visibility: visible;
  }
  
  .p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #1c1c1c;
    border-radius: 0.45rem;
  }
  
  .p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::after {
    top: 0.3rem;
    left: 0.6rem;
    width: 0.8rem;
    height: 1.2rem;
    border: solid #56AC91;
    border-width: 0 0.4rem 0.4rem 0;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  
  .p-contact-form .mwform-checkbox-field [type=checkbox]:not(:checked)+.mwform-checkbox-field-text::after {
    opacity: 0;
    visibility: hidden;
  }
  
  .p-contact-form .mwform-checkbox-field [type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
    visibility: visible;
  }
  
  .p-contact-form .form-term {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-term {
      margin-bottom: 3rem;
      letter-spacing: 0;
    }
  }
  
  .p-contact-form .more-btn {
    background-color: transparent;
  }
  
  .p-contact-form .form-submit {
    position: relative;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }
  
  @media (max-width: 640px) {
    .p-contact-form .form-submit .back-btn {
      margin-bottom: 3rem;
    }
  }
  
  .p-contact-form .form-submit .link-btn {
    background-color: transparent;
  }
  
  .p-contact-form .form-submit .link-btn .arrow {
    position: relative;
  }
  
  .p-contact-form .form-submit .link-btn .arrow::after {
    content: "";
    background-image: url(../img/common/arrow_grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.6rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .mw_wp_form_confirm .p-contact-form .form-notice {
    display: none;
  }
  
  .mw_wp_form_confirm .p-contact-form .form-input .label {
    padding: 0;
  }
  
  .mw_wp_form_confirm .p-contact-form .form-term {
    display: none;
  }
  
  .mw_wp_form_confirm .form-group {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
    margin-bottom: 5rem;
  }
  
  .mw_wp_form_confirm .form-group>li:last-child {
    display: none;
  }
  
  .mw_wp_form_send_error {
    text-align: center;
    margin-bottom: 5rem;
  }
  
  .top-faq {
    position: relative;
    padding: 9rem 0;
    border-top: 2px solid #3E3A39;
  }
  
  .top-faq .section-title {
    margin-bottom: 7rem;
  }
  
  .top-faq .faq-layout {
    position: relative;
  }
  
  .top-faq .faq-layout .faq-item {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  
  .top-faq .faq-layout .accordion {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    color: #3E3A39;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 7.5rem;
    padding: 1.5rem 3rem 1.5rem 0;
  }
  
  .top-faq .faq-layout .accordion.open .accordion-arrow::before {
    content: "-";
  }
  
  .top-faq .faq-layout .accordion-text span {
    font-family: noto-medium;
    font-weight: bold;
    font-size: 2rem;
    color: #3E3A39;
    margin-right: 1rem;
  }
  
  .top-faq .faq-layout .accordion-text {
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    font-weight: normal;
    font-size: 2rem;
    display: flex;
    align-items: center;
    width: calc(100% - 3rem);
    color: #3E3A39;
  }
  
  .top-faq .faq-layout .accordion-arrow {
    font-size: 2rem;
    line-height: 2;
    color: #3E3A39;
    transition: all 0.3s ease;
    margin-left: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 1px solid #3E3A39;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top-faq .faq-layout .accordion-arrow::before {
    content: "+";
    display: inline-block;
  }
  
  .top-faq .faq-layout .panel {
    width: 100%;
    padding: 0 6.5rem;
    max-height: 0;
    overflow: hidden;
    background: #EDEEEE;
    transition: max-height 0.2s ease-in-out;
  }
  
  @media (max-width: 640px) {
    .top-faq .faq-layout .panel {
      padding: 0rem 3rem;
    }
  
    .top-faq {
      padding: 4rem 0;
    }
  }
  
  .top-faq .faq-layout .panel .wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 2.5rem 0;
  }
  
  .top-faq .faq-layout .panel-text {
    font-family: KozGoPr6N-Regular;
    font-weight: 300;
    font-size: 2rem;
    text-align: left;
    color: #3e3a39;
  }