@charset "utf-8";



/*-------------------------------
	sec01
-------------------------------*/
.sec01 {
    padding-top: 140px;
    padding-bottom: 110px;
}

.sec01 .textBlock {
    margin-left: 20vw;
    flex-direction: column;
}

.sec01 .textBlock .text {
    max-width: 400px;
}

@media screen and (max-width:599px) {
    .sec01 {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .sec01 .textBlock {
        margin-left: 0;
    }
}

/*-------------------------------
	sec02
-------------------------------*/
.sec02 {
    padding-top: 70px;
    padding-bottom: 180px;
    position: relative;
    overflow-x: hidden;
}

.sec02 .innerwidth .mv-img {
    margin-bottom: 105px;
    margin-left: -60px;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.sec02 .innerwidth .mv-img img {
    width: 100%;
    aspect-ratio: 1108 / 861;
}

.sec02 .textBlock .cnt .text,
.sec02 .textBlock .cnt .text-en {
    margin-bottom: 32px;
}

.sec02 .textBlock .cnt .text:last-of-type,
.sec02 .textBlock .cnt .text-en:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .sec02 .innerwidth .mv-img {
        margin-left: 0;
    }

    .sec02 .textBlock .cnt .text,
    .sec02 .textBlock .cnt .text-en {

        max-width: calc(100% - 56px);
    }
}

@media screen and (max-width:599px) {
    .sec02 {
        padding-bottom: 80px;
    }

    .sec02 .innerwidth .mv-img {
        margin-bottom: 80px;
    }

    .sec02 .textBlock .cnt .text,
    .sec02 .textBlock .cnt .text-en {
        max-width: 100%;
    }
}

/*-------------------------------
	sec03
-------------------------------*/
.sec03 {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    overflow-x: hidden;
}

.sec03 .innerwidth .mv-img {
    margin-bottom: 105px;
    margin-left: -60px;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.sec03 .innerwidth .mv-img img {
    width: 100%;
    aspect-ratio: 1233 / 689;
}

.sec03 .textBlock .cnt {
    margin-bottom: 100px !important;
}

.sec03 .textBlock .cnt .headerBlock {
    padding-bottom: 25px;
    margin-bottom: 45px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: flex-end;
}

.sec03 .textBlock .cnt .headerBlock .name {
    margin-right: 40px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.sec03 .textBlock .cnt .text {
    margin-right: 0;
    max-width: 380px;
}

@media screen and (max-width:768px) {
    .sec03 .innerwidth .mv-img {
        margin-left: 0;
    }

    .sec03 .textBlock .cnt .text {

        max-width: calc(100% - 56px);
    }
}

@media screen and (max-width:599px) {
    .sec03 {
        padding-bottom: 80px;
    }

    .sec03 .innerwidth .mv-img {
        margin-bottom: 80px;
    }

    .sec03 .textBlock .cnt .text {
        max-width: 100%;
    }
}

/*-------------------------------
	sec04
-------------------------------*/
.sec04 {
    padding-top: 185px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/careers/sec04-bg.jpg) no-repeat top;
    background-size: cover;
    overflow-x: hidden;
}

.sec04 .innerwidth {
    padding-left: 0;
}

.sec04 .sec__title {
    margin-bottom: 86px;
    text-align: right;
    color: #fff;
}

.sec04 .imgWrapper.--01 {
    text-align: right;
    width: 100%;
}

.sec04 .imgWrapper.--01 img {
    margin-right: -80px;
    width: 476px;
    aspect-ratio: 68 / 107;
}

.sec04 .imgWrapper.--02 {
    margin-top: -200px;
    width: 100%;
}

.sec04 .imgWrapper.--02 img {
    width: 100%;
    aspect-ratio: 192 / 251;
}

.sec04 .jobDescriptionBlock {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.sec04 .jobDescriptionBlock .jobdescription__item {
    padding-top: 40px;
    margin-bottom: 30px;
    display: flex;
    border-top: 1px solid #9B9999;
}

.sec04 .jobDescriptionBlock .jobdescription__item:last-of-type {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #9B9999;
}

.sec04 .jobDescriptionBlock .jobdescription__item .title {
    padding-left: 20px;
    width: 220px;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

.sec04 .jobDescriptionBlock .jobdescription__item .data {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 2;
}

.sec04 .jobDescriptionBlock .googlemap {
    width: 100%;
    height: 455px;
    padding-bottom: 80px;
    border-bottom: 1px solid #9B9999;
}

@media screen and (max-width:599px) {

    .sec04 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sec04 .imgWrapper.--01 img {
        margin-right: -40px;
        width: 206px;
    }

    .sec04 .imgWrapper.--02 {
        margin-top: 0;
        width: 100%;
    }

    .sec04 .imgWrapper.--02 img {
        margin-right: 0;
        width: 100%;
        aspect-ratio: 566 / 1789;
    }
}

/*-------------------------------
	sec05
-------------------------------*/
.sec05 {
    padding-top: 185px;
    padding-bottom: 180px;
    position: relative;
}

.sec05 .sec__title {
    margin-bottom: 100px;
}

.sec05 .jobDescriptionBlock {
    padding: 64px 48px 150px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.sec05 .jobDescriptionBlock .job-title {
    margin-bottom: 40px;
    padding-bottom: 33px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #9B9999;
}

.sec05 .jobDescriptionBlock .jobdescription__item {
    margin-bottom: 60px;
    display: flex;
}

.sec05 .jobDescriptionBlock .jobdescription__item:last-of-type {
    margin-bottom: 180px;
}

.sec05 .jobDescriptionBlock .jobdescription__item .title {
    padding-left: 20px;
    width: 220px;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    position: relative;
}

.sec05 .jobDescriptionBlock .jobdescription__item .title:after {
    content: ":";
    margin-left: 20px;
}

.sec05 .jobDescriptionBlock .jobdescription__item .data {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    position: relative;
}

.sec05 .btnBlock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec05 .btnBlock .btn {
    width: 312px;
    height: 60px;
    border-radius: 12px;
    margin-right: 46px;
    position: relative;
    border: 1px solid #ce2d2a;
    transition: all .3s;
}

.sec05 .btnBlock .btn.--contact {
    background-color: #fff;
}

.sec05 .btnBlock .btn.--entry {
    background-color: #ce2d2a;
}

.sec05 .btnBlock .btn.--contact:hover {
    background-color: #ce2d2a;
    transition: all .3s;
}

.sec05 .btnBlock .btn.--entry:hover {
    opacity: 0.7;
    transition: all .3s;
}

.sec05 .btnBlock .btn.--contact::before {
    content: "";
    background: url(../img/common/icon_mail-red.png) no-repeat center;
    background-size: contain;
    width: 36px;
    aspect-ratio: 76 / 53;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    transition: all .3s;
}

.sec05 .btnBlock .btn.--contact:hover::before {
    content: "";
    background: url(../img/common/icon_mail-white.png) no-repeat center;
    background-size: contain;
    width: 36px;
    aspect-ratio: 76 / 53;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    transition: all .3s;
}

.sec05 .btnBlock .btn.--contact::before {
    content: "";
    background: url(../img/common/icon_mail-red.png) no-repeat center;
    background-size: contain;
    width: 36px;
    aspect-ratio: 76 / 53;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.sec05 .btnBlock .btn .btn__link {
    margin-left: 16px;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec05 .btnBlock .btn.--contact .btn__link {
    margin-left: 16px;
    transition: all .3s;
}

.sec05 .btnBlock .btn.--contact:hover .btn__link {
    color: #fff;
    transition: all .3s;
}

.sec05 .btnBlock .btn.--entry .btn__link {
    color: #fff;
    position: relative;
}

.sec05 .btnBlock .btn.--entry .btn__link::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: calc(50% + 0.1rem);
    right: 24px;
    box-sizing: border-box;
}

.sec05 .btnBlock .btn.--entry .btn__link::after {
    content: '';
    width: 2rem;
    height: 0.15rem;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    transform-origin: top right;
    position: absolute;
    top: calc(50% + 0.02rem);
    right: 25px;
    box-sizing: border-box;
}

@media screen and (max-width:599px) {
    .sec05 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sec05 .sec__title {
        margin-bottom: 40px;
    }

    .sec05 .jobDescriptionBlock {
        padding: 64px 20px 64px;
    }

    .sec05 .jobDescriptionBlock .jobdescription__item {
        flex-direction: column;
        padding-bottom: 20px;
        border-bottom: 1px solid #9B9999;
    }

    .sec05 .jobDescriptionBlock .jobdescription__item .title {
        padding-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .sec05 .btnBlock {
        flex-direction: column;
    }

    .sec05 .btnBlock .btn {
        width: 100%;
        height: 84px;
        margin-right: 0;
    }

    .sec05 .btnBlock .btn.--contact {
        margin-bottom: 20px;
    }
}

/*-------------------------------
	sec06
-------------------------------*/
.sec06 {
    padding-top: 640px;
    padding-bottom: 210px;
    position: relative;
    overflow-x: hidden;
}

.sec06::before {
    content: "";
    background: url(../img/careers/sec06-1.jpg)no-repeat center;
    background-size: contain;
    width: 610px;
    aspect-ratio: 610 / 563;
    position: absolute;
    top: 100px;
    left: calc(50% - 100px);
}

.sec06::after {
    content: "FAQ";
    font-size: 2.2rem;
    font-weight: 600;
    width: 610px;
    position: absolute;
    top: 20px;
    left: calc(50% - 100px);
}


.sec06 .basewidth {
    position: relative;
    z-index: 1;
}

.sec06 .basewidth::before {
    content: "";
    background: url(../img/careers/sec06-2.jpg)no-repeat center;
    background-size: contain;
    width: 311px;
    aspect-ratio: 623 / 576;
    position: absolute;
    top: calc(-450px - 90px);
    left: 0;
}

.sec06 .faqBlock {
    margin-top: 68px;
}

@media screen and (max-width:768px) {

    .sec06::before {
        width: 410px;
        left: initial;
        right: 0;
    }

    .sec06::after {
        width: 410px;
        left: calc(50% - 24px);
    }

    .sec06 .basewidth::before {
        width: 220px;
        top: calc(-265px - 90px);
        left: 40px;
    }

    .sec06 .textBlock-inner {
        width: 50%;
    }
}

@media screen and (max-width:599px) {

    @media screen and (max-width:599px) {
        .sec06 {
            padding-top: 580px;
            padding-bottom: 80px;
        }

        .sec06::before {
            width: calc(100% - 20px);
            left: initial;
            right: 10px;
        }

        .sec06 .basewidth::before {
            width: 50%;
            top: -140px;
            left: initial;
            right: 0;
        }

        .sec06 .textBlock-inner {
            width: 100%;
        }

        .sec06::after .textBlock-inner .text,
        .sec06 .textBlock-inner .text-en {
            margin-bottom: 40px;
            max-width: 100%;
        }
    }

}

/*====================================================================
.s_01 .accordion_one
====================================================================*/

.s_01 .accordion_one {
    margin-bottom: 40px;
    border-radius: 12px;
    background-color: #fff;
}

.s_01 .accordion_one .accordion_header {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 30px 24px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.1s;
}

.s_01 .accordion_one .accordion_header::before {
    content: "Q";
    margin-right: 16px;
}

.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -10px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 1px;
    height: 18px;
    top: 0;
    left: 8px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #fff;
}


.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}