@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

/**/
.breadcrumb-blue,
.breadcrumb-blue a {
    color: #000;
}


/*CEO_message*/
main {
    margin-top: 0px;
}

#section_ceo {
    margin-top: 80px;
}

#section_ceo .bg-gray {
    background-image: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 80%, #FFF 80%, #FFF 100%);
}

.content-ceo {
    padding: 10rem 0;
}

.img-ceo {
    position: absolute;
    top: -2rem;
    right: 0;
    z-index: 1;
    transition: 1s;
    width: 665px;
}

.ceo_message_txt {
    z-index: 2;
    position: relative;
    background-color: #FFF;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.1);
    width: calc(100% - 625px);
    padding: 5rem 3rem 5rem;
    padding-left: calc((100% - 1250px)/2 + 3rem);
    line-height: 1.5rem;
    line-height: 1.75;
}

.ceo_message_txt > p:nth-child(n + 2){
    margin-top: 15px;
}

.ceo_message_txt img.img-fluid {
    height: 24px;
}
@media (max-width:580px){
    .ceo_message_txt img.img-fluid {
        height: 22px;
    }
}


/*guideline*/
#section_guideline h2 {
    background-color: #0d0d0d;
    color: #FFF;
    text-align: center;
    padding: 25px 0 15px;
}

#section_guideline h2 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0 0;

}

#section_guideline dl {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#section_guideline dt {
    background-color: #f9f9f9;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px 0;
}

#section_guideline dd {
    padding: 20px 0;
}
@media (max-width: 1020px) {
    #section_guideline dd {
        padding: 20px 15px;
    }
    #section_guideline dd.welcome-txt {
        text-align: left;
    }
}

/*Career*/
#section_career {
    margin-bottom: 90px;
}
@media (max-width: 575px) {
    #section_career {
        margin-bottom: 70px;
    }
}

#section_career h2 {
    background-color: #ff6900;
    color: #FFF;
    text-align: center;
    padding: 25px 0 15px;
}

#section_career h2 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0 0;
}

#section_career .caution__txt01 {
    margin-top: 3rem;
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#section_career dl {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#section_career dt {
    background-color: #f9f9f9;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px 0;
    color: #ff6900;
}

#section_career dd {
    padding: 20px 0;

}

#section_career dd div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#section_career dd a {
    border: 2px solid #ff6900;
    color: #ff6900;
    font-size: 15px;
    padding: 15px 0;
    font-weight: bold;
    width: 200px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#section_career dd a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    background: #ff6900;
}

#section_career dd a,
#section_career dd a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#section_career dd a::after {
    top: 0;
    left: -180%;
    width: 150%;
    height: 100%;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
}

#section_career dd a:hover {
    color: #fff;
}

#section_career dd a:hover::after {
    top: 0;
    left: -10px;
    background: #ff6900;
    width: 200%;
}

/*NO1*/
#section_car {
    position: relative;
    background-image: url('/recruit/images/recruit_car.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 100px;
}
#section_car::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
}

#section_car ul {
    position: relative;
    z-index: 10;
    margin: 0
}

#section_car li {
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 10px;
    line-height: 1.3;
}

#section_car li small {
    font-size: 20px;
}

#section_car li:first-child {
    margin: 0 0 15px;
}

#section_car li p {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
}

#section_car li br.none{
    display: none;
}
@media(max-width:580px){
    #section_car li br.none{
        display: block;
    }
}

@media(min-width: 1850px) {
    .ceo_message_txt {
        width: 965px;
        padding: 5rem 3rem 5rem;
        margin-left: calc((100% - 1250px)/2);
        line-height: 1.85;
    }

    .img-ceo {
        right: calc((100% - 1850px)/2);
    }

}

@media(max-width:1460px) {
    .content-ceo {
        padding: 5rem 0 10rem;
    }

    .img-ceo {
        width: 42%;
    }

    .ceo_message_txt {
        width: 63%;
        padding: 5rem 0 5rem;
        padding-right: 16px;
        padding-left: 3rem;
    }


}

@media(max-width:1175px) {
    .ceo_message_txt br {
        display:
            none;
    }

    .ceo_message_txt {
        padding: 5rem 3rem 5rem;

    }


}

@media(max-width:1024px) {
    .content-ceo {
        padding: 5rem 0;
    }



    /*NO1*/
    #section_car {
        padding: 45px 0 30px;
    }

    #section_car ul {
        margin: 0
    }

    #section_car li {
        font-size: 25px;
        margin: 0 0 10px;
    }

    #section_car li small {
        font-size: 18px;
    }

    #section_car li:first-child {
        margin: 0 0 15px;
    }

    .img-ceo {
        position: relative;
        top: 10px;
        width: 100%;
        right: 0;
        text-align: right;
    }

    .ceo_message_txt {
        width: 95%;
        top: -56px;
        margin-top: 0 !important;
        margin: auto;
        padding: 3rem 2rem;
    }


}

@media(max-width:1010px) {
    .img-ceo {
        top: 1.5rem;
    }

    .content-ceo {
        padding: 2rem 0 0rem;
    }


}

@media(max-width:768px) {
    #section_career dt {
        text-align: center;
    }

    #section_career dd div p {
        width: 100%;
        text-align: center;
    }

    #section_career dd a {
        width: 80%;
        margin: 20px auto 0;
    }


}

@media(max-width:680px) {
    .img-ceo {
        position: relative;
        top: 10px;
        width: 100%;
        /* right:0; */
        margin: 0;
    }

    .ceo_message_txt {
        width: 95%;
        top: -56px;
        margin-top: 0 !important;
        margin: auto;
        padding: 3rem 2rem;
        font-size: 15px !important;
    }



    #section_car {
        padding: 45px 0 30px;
        text-align: center;
    }

    #section_car ul {
        margin: 0
    }

    #section_car li {
        font-size: 22px;
        margin: 0 0 10px;
    }

    #section_car li small {
        font-size: 16px;
    }



}

@media(max-width:420px) {
    .content-ceo {
        padding: 2rem 0 2rem;
    }

    .img-ceo {
        position: relative;
        top: 10px;
        width: 100%;
        margin: 0;
    }

    .ceo_message_txt {
        width: 95%;
        top: -5px;
        padding: 2rem 1rem;
    }

}

/*---------------footer 202212---------------*/
.footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../../common/images/footer_bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .footer {
        background-position: 16% top;
    }
}

.footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.82);
}

.footer .wrapper {
    padding: 0 12vw;
    width: 100%;
    max-width: 2560px;
}

@media (max-width: 1600px) {
    .footer .wrapper {
        padding-right: 0;
        padding-left: 0;
        max-width: 1250px;
    }
}

@media (max-width: 1250px) {
    .footer .wrapper {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .footer .wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.footer .footer__wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer .footer__wrap {
        display: block;
    }
}

.footer .footer__container01 {
    min-width: 430px;
}

@media (max-width: 991px) {
    .footer .footer__container01 {
        min-width: 280px;
    }
}

@media (max-width: 767px) {
    .footer .footer__container01 {
        min-width: 0;
    }
}

.footer .footer__container01 .logo__container {
    display: inline-block;
    width: auto;
    height: 37px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .footer .footer__container01 .logo__container {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        height: 27px;
        width: 100%;
    }
}

.footer .footer__container01 .logo__container:hover {
    opacity: 0.75;
}

.footer .footer__container01 .logo__container .logo01 {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.footer .footer__container01 .logo__container .logo__txt{
    display: none;
}
@media (max-width: 767px) {
    .footer .footer__container01 .logo__container .logo__txt{
        display: inline-block;
        width: auto;
        height: 24px;
    }
}
@media (max-width: 575px) {
    .footer .footer__container01 .logo__container .logo__txt{
        height: 22px;
    }
}

.footer .footer__container01 .footer__contents {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .footer .footer__container01 .footer__contents {
        margin-top: 22px;
    }
}

.footer .footer__container01 .footer__contents .contents__txt01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #fff;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .footer .footer__container01 .footer__contents .contents__txt01 {
        font-size: 13px;
    }
}

.footer .footer__container01 .footer__contents .en__txt01 {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05rem;
    color: #fff;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .footer .footer__container01 .footer__contents .en__txt01 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footer .footer__container01 .footer__contents .en__txt01 {
        margin-top: 22px;
        font-size: 15px;
    }
}

.footer .footer__container01 .footer__contents .sns__container {
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.footer .footer__container01 .footer__contents .sns__container .item01 {
    width: auto;
    height: 18.5px;
}

.footer .footer__container01 .footer__contents .sns__container .item01:nth-child(n+2) {
    margin-left: 25px;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .link01 {
    display: inline-block;
    width: auto;
    height: 100%;
    transition: 0.3s;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .link01:hover {
    opacity: 0.6;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .sns__icon {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.footer .footer__container02 {
    margin-left: 65px;
}

@media (max-width: 991px) {
    .footer .footer__container02 {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .footer .footer__container02 {
        margin-left: 0;
    }
}

.footer .footer__container02 .footer__nav .list01 {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer__container02 .footer__nav .item {
    width: 20%;
    margin-bottom: 40px;
}

.footer .footer__container02 .footer__nav .item:last-child {
    width: auto;
}

@media (max-width: 1200px) {
    .footer .footer__container02 .footer__nav .item {
        margin-bottom: 32px;
        width: 25%;
    }
}

@media (max-width: 767px) {
    .footer .footer__container02 .footer__nav .item {
        margin-top: 28px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .footer .footer__container02 .footer__nav .item {
        width: 33.3333333333%;
    }
}

.footer .footer__container02 .footer__nav .item .link01 {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.footer .footer__container02 .footer__nav .item .link01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.65);
}

.footer .footer__container02 .footer__nav .item .link01:hover {
    opacity: 0.6;
}

.footer .footer__logo__container{
    margin-top: 28px;
    padding-right: 85px;
    display: block;
    height: 22px;
    text-align: right;
}
@media (max-width: 1200px) {
    .footer .footer__logo__container{
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .footer .footer__logo__container{
        display: none;
    }
}
.footer .footer__logo__container .logo01{
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.footer .copyright {
    position: relative;
    margin-top: 25px;
    padding-top: 14px;
    width: 100%;
    border-top: 1px solid #616161;
    z-index: 10;
}

@media (max-width: 575px) {
    .footer .copyright {
        margin-top: 30px;
        padding-top: 10px;
    }
}

.footer .copyright .copy01 {
    display: block;
    text-align: center;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.06rem;
    color: #8f8f8f;
}

@media (max-width: 575px) {
    .footer .copyright .copy01 {
        font-size: 11px;
    }
}