@charset "UTF-8";


/* HEADER */
.pc-nav__item a:not([href]){
    cursor: default;
}
.pc-nav__item:hover .pc-nav__items-sec{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.pc-nav__items-sec{
    position: absolute;
    background-color: #fff;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    width: 240px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
}
.pc-nav__items-sec li a{
    font-size: 14px;
    display: inline-block;
    padding: 0 !important;
}
.pc-nav__items-sec li{
    padding: 15px 20px;
    border-bottom: 1px dashed #243123;
}
.pc-nav__items-sec li:last-child{
    border-bottom: none;
}
.bg-parallax__img {
    clip-path: inset(0 round 0 0 0 29.6vw);
}


/* FOOTER */
footer.footer{
    position: relative;
    margin-top: -29.6vw;
}
.footer__top{
    height: 85.9vw;
}
.footer__top-content{
    margin-top: 26vw;
}



/* BREADCRUMBS */
.breadcrumb__items li::after{
    content: "";
    width: 10px;
    height: 2px;
    background-color: #243123;
    opacity: 0.6;
    margin: 0 10px;
    position: relative;
    top: -5px;
}
.breadcrumb__items li:last-child::after{
    display: none;
}


/* WORKS */
.project-works__list-none{
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 15px;
}


/* TUNNEL */
.section-title::before{
    font-size: clamp(80px, 180 / 1920 * 100vw, 180px);
}



/* NEWS */
.archive-sec,
.single-sec{
    padding-top: 100px;
    margin-top: -18rem;
    padding-bottom: 24.5rem;
    position: relative;
    z-index: 1;
}
.single-sec__header{
    margin-bottom: 60px;
}
.single-sec__header-title{
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
}
.single-sec__body{
    line-height: 1.8;
    font-size: 16px;
}
.single-sec__body > *:first-child {
    margin-top: 0;
}
.single-sec__body > * {
    margin-bottom: 35px;
}
.single-sec__body > *:last-child {
    margin-bottom: 0;
}
.single-sec__body > h2,
.single-sec__body > h3,
.single-sec__body > h4,
.single-sec__body > h5 {
    margin: 60px 0 15px;
}
.single-sec__body h2 {
    background-color: #369b18;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
}
.single-sec__body h3 {
    border-bottom: 2px solid #369b18;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #369b18;
}
.single-sec__body h4,
.single-sec__body h5 {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .single-sec__header {
        margin-bottom: 30px;
    }
    .single-sec__header-title {
        font-size: 18px;
    }
    .single-sec__body {
        font-size: 14px;
    }
    .single-sec__body h2 {
        font-size: 16px;
    }
    .single-sec__body h3,
    .single-sec__body h4, .single-sec__body h5 {
        font-size: 16px;
    }
}
.single-sec__btn{
    margin-top: 60px;
    text-align: center;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 6px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: none !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: #0A0905;
    background-color: #fff;
    font-family: var(--poppins);
    letter-spacing: -0.04em;
    transition: all 0.3s;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: #369b18;
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: #369b18;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    background-color: #369b18;
}
.wp-pagenavi a.previouspostslink{
    margin-right: 14px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 14px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 19px;
    height: 17px;
    display: block;
    background: url(../../assets/images/recruit/arrow.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0) grayscale(100%) invert(1);
    -moz-filter: brightness(0) grayscale(100%) invert(1);
    -o-filter: brightness(0) grayscale(100%) invert(1);
    -ms-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
}


/* FORM */
.contact-sec,
.privacy-sec01{
    position: relative;
    z-index: 1;
    margin-top: -15rem;
    padding-bottom: 20rem;
}
.join-sec{
    margin-top: -10rem;
    padding-bottom: 20rem;
}
.form-wrap{
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 40px;
}
.wpcf7 table{
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}
.wpcf7 table th,
.wpcf7 table td{
    padding: 6px 15px;
    border-radius: 3px;
}
.wpcf7 table th{
    background-color: #0A0905;
    color: #fff;
}
.wpcf7 table th .text{
    color: #fff;
}
.wpcf7 table tr:last-child th{
    border-bottom: 1px solid #0A0905;
}
.wpcf7 table th p,
.wpcf7 table td p{
    margin: 0;
}
.wpcf7 table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 12px;
    background-color: #fff;
    color: #0A0905;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    width:100%;
    padding:12px;
    box-shadow: none;
    line-height: 1.6;
}
form input.md{
    max-width: 300px;
}
form textarea{
    width: 100%;
    resize: none;
}
.submit_btn{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    transition: .3s;
    appearance: none;
    -webkit-appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    color: #fff;
    background-color: #0A0905;
    border: 1px solid #0A0905;
    border-radius: 50px;
}
@media screen and (min-width: 992px) {
    form .submit_btn input[type="submit"]:hover{
        opacity: 1;
        background-color: #fff;
        color: #0A0905;
    }
}
form .submit_btn input[type="button"]{
    background-color: gray;
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
.wpcf7-spinner{
	display:none;
}
@media screen and (max-width: 991px){
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        padding: 10px 15px;
        width: 100%;
        display: block;
        white-space: normal;
    }
    .wpcf7 table td{
        padding-left: 0;
        padding-right: 0;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
.law{
    margin-top: 20px;
    padding: 25px 30px;
    line-height: 1.6;
    border: 1px solid #231815;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}
.contact-sec__text{
    margin-bottom: 50px;
    text-align: center;
}
.contact-sec__text a{
    color: #369b18;
    text-decoration: underline;
    font-weight: bold;
}


/* PRIVACY POLICY */
.privacy-sec01{
    line-height: 1.8;
    font-weight: 500;
}
.privacy-sec01__cont-text{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li span{
    font-weight: bold;
}
.privacy-sec01 .sec-ul{
    margin-top: 10px;
}
.privacy-sec01 .sec-ul>li{
    font-size: 14px;
    padding-left: 1em;
}
.privacy-sec01 .sec-ul>li::before{
    content: "・";
    margin-left: -1em;
}
.mv-title.sm::before{
    font-size: max(9rem, 12px);
    white-space: nowrap;
}
.sub-mv{
    padding-top: 12rem;
}
.sub-mv__btn-wrap{
    margin-top: 7.375rem;
}

/* COMPANY */
.president-message__name span{
    position: relative;
    bottom: 15px;
}
.president-message__name img{
    width: 360px;
    display: inline-block;
    margin-left: 27px;
    position: relative;
}


/* ABOUT */
.about::before{
    display: none;
}
.about-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
}
.about-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__title-area{
    opacity: 1;
}
.about__inner{
    height: 100%;
}
.about__title-area{
    transform: translateY(-50%);
}
.promise__title{
    font-size: max(3rem, 18px);
    margin-top: -1.5rem;
}
.promise__note{
    font-size: max(1.1rem, 14px);
}
.promise__text-box{
    gap: 1rem;
}
.csr__info-text{
    font-weight: normal;
}
.csr__lead br.sp-none{
    display: none;
}
.csr__lead .font-bold{
    font-weight: bold;
}
.project-works__list-header,
.project-works__list-row{
    grid-template-columns: 450fr 320fr 260fr 160fr 155fr 155fr;
}


/* TUNNEL */
.maintenance__slider-wrap{
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    margin-top: calc(100 / 16 * 1rem);
}
.maintenance-slider-nav{
    position: absolute;
    width: 50px;
    top: 50%;
    z-index: 2;
    opacity: 0.8;
    cursor: pointer;
}
.maintenance-slider-nav[data-index="prev"]{
    left: calc((100vw - 38vw)/2);
    transform: translate(-50%,-50%);
}
.maintenance-slider-nav[data-index="next"]{
    right: calc((100vw - 38vw)/2);
    transform: translate(50%,-50%);
}
.maintenance-slider-nav img{
    display: block;
    width: 100%;
}
.maintenance__slider-item{
    width: 38vw;
}
.maintenance__slider-item img{
    border-radius: 5px;
}


/* COMPANY */
.history__swiper-slide.wide{
    width: calc(650 / 16 * 1rem) !important;
}
.history__slide-text-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.history__slide-text-flex .history__slide-img{
    width: 54.5%;
}
.history__slide-text-flex .history__slide-text{
    width: 40%;
}
.history-img{
    margin-top: calc(50 / 16 * 1rem);
    padding-right: 10.3125rem;
}
.history__container{
    padding-bottom: 4.5rem;
}
.modal__name-image__table table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.modal__name-image__table table th,
.modal__name-image__table table td{
    border: 1px solid #ccc;
    line-height: 1.8;
    font-size: calc(15 / 16 * 1rem);
    padding: 8px 15px;
}
.modal__name-image__table table td:nth-of-type(1){
    background-color: #62a811;
    color: #fff;
    font-weight: 500;
    width: 22%;
}
.maintenance__list{
    flex-wrap: wrap;
}


/* 入社手続きフォーム */
.join-sec__text{
    text-align: center;
    margin-bottom: 60px;
    font-size: calc(20 / 16 * 1rem);
    line-height: 2;
    font-weight: 500;
}
.join-sec__text a{
    text-decoration: underline;
    color: #243123;
}
.join-form-wrap{
    padding: calc(130 / 16 * 1rem) calc(160 / 16 * 1rem);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / 0.1);
    line-height: 1.6;
}
.join-form > dl{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 1px solid #D9D9D9;
}
.join-form > dl:first-child{
    padding-top: 0;
    border-top: none;
}
.join-form > dl > dt,
.your-dependents__box dt{
    text-align: right;
    width: 350px;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 90px;
}
.join-form > dl > dt span,
.your-dependents__box dt span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: calc(14 / 16 * 1rem);
    color: #fff;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.join-form > dl > dt span.must,
.your-dependents__box span.must{
    background-color: #76C014;
}
.join-form > dl > dt span.optional,
.your-dependents__box span.optional{
    background-color: #9A9A9A;
}
.join-form > dl > dd{
    width: calc(100% - 350px);
    padding-left: 100px;
}
.join-form dl dd input::placeholder{
	color: #ccc;
}
.join-form dl dd input::-ms-input-placeholder{
	color: #ccc;
}
.join-form dl dd input:-ms-input-placeholder{
	color: #ccc;
}
.join-form dl dd textarea::placeholder{
	color: #ccc;
}
.join-form dl dd textarea::-ms-input-placeholder{
	color: #ccc;
}
.join-form dl dd textarea:-ms-input-placeholder{
	color: #ccc;
}
.join-form dl dd input[type="text"],
.join-form dl dd input[type="email"],
.join-form dl dd input[type="tel"],
.join-form dl dd input[type="number"],
.join-form dl dd input[type="date"],
.join-form dl dd select{
    height: 50px;
    padding: 0 20px;
}
.join-form dl dd input[type="text"],
.join-form dl dd input[type="email"],
.join-form dl dd input[type="tel"],
.join-form dl dd input[type="number"],
.join-form dl dd input[type="date"],
.join-form dl dd select,
.join-form dl dd textarea{
    width: 100%;
    box-shadow: none;
    border: none;
    background-color: #eee;
    border-radius: 3px;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
}
.join-form dl dd select{
    width: auto;
    min-width: 200px;
}
.wpcf7-select-wrap{
    position: relative;
    display: inline-block;
}
.wpcf7-select-wrap::before{
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    transform: translateY(-50%);
    top: 25px;
    right: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #243123;
    z-index: 1;
}
.join-form dl dd textarea{
    padding: 20px;
    resize: none;
    height: 180px;
}
.join-form dl dd .wpcf7-list-item{
    margin: 0;
}
.join-form dl dd .wpcf7-form-control.wpcf7-radio,
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
}
.join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 25px;
}
.join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before,
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #707070;
}
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before{
    border-radius: 0;
}
.join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after,
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after{
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #76C014;
    opacity: 0;
    transition: all 0.3s;
}
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after{
    content: "✓";
    background-color: transparent;
    color: #76C014;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    width: 22px;
    height: 22px;
}
.join-form dl dd .wpcf7-form-control.wpcf7-radio input:checked + .wpcf7-list-item-label::after,
.join-form dl dd .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after{
    opacity: 1;
}
.join-form__item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.join-form__item input[name="your-zipcode"]{
    max-width: 200px;
}
.join-form__item:last-child{
    margin-bottom: 0;
}
.zipcode-unit,
.join-form__birth-unit,
.join-form__photo,
.join-form__experience-year-unit,
.join-form__license{
    font-weight: 500;
    font-size: calc(20 / 16 * 1rem);
}
.join-form > dl > dd > small,
.join-form__experience-text{
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.join-form > dl > dd > small{
    margin-top: 10px;
    display: block;
}
.join-form__emergency-text{
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 20px;
}
.zipcode-btn{
    height: 50px;
    line-height: 48px;
    background-color: #243123;
    border-radius: 3px;
    width: 150px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    border: 1px solid #243123;
    transition: all 0.3s;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .zipcode-btn:hover{
        background-color: #fff;
        color: #243123;
    }
}
.join-form__item-flex{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.join-form__item-flex .join-form__item{
    margin-bottom: 0;
}
.join-form > dl > dd dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.join-form > dl > dd dl:last-child{
    margin-bottom: 0;
}
.join-form > dl > dd dl dt{
    width: 150px;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
    letter-spacing: 0.05em;
}
.join-form > dl > dd dl dd{
    width: calc(100% - 150px);
}
.join-form__emergency-input{
    margin-top: 10px;
}
.join-form__birth input[name="your-birth-year"]{
    max-width: 200px;
}
.join-form__birth input[name="your-birth-month"],
.join-form__birth input[name="your-birth-day"]{
    max-width: 150px;
}
.join-form__birth{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.join-form__photo{
    margin-bottom: 10px;
}
.join-form dl dd input[name="your-experience-year"]{
    max-width: 150px;
}
.join-form__experience-year-unit{
    margin-left: 10px;
}
.join-form__experience-text{
    margin-top: 20px;
}
.join-form dl dd textarea[name="your-license"]{
    height: 120px;
}
.join-form__license{
    margin: 10px 0;
}
.join-form__insurance-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}
.join-form dl dd input.w100{
    max-width: 100px;
}
.join-form dl dd input.w120{
    max-width: 120px;
}
.join-form dl dd input.w50{
    max-width: 50px;
}
.join-form__insurance-text{
    margin: 20px 0 10px;
    font-size: 1rem;
}
.join-form__insurance-text b{
    font-weight: bold;
}
.join-form__insurance-img img[width="645"]{
    width: 645px;
}
.join-form__insurance-img img[width="343"]{
    width: 343px;
}
.your-ex-health-check__item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.your-ex-health-check__item [data-name="your-ex-health-check-type"]{
    width: 45%;
}
.your-ex-health-check__item [data-name="your-ex-health-check-type"] select{
    min-width: initial;
    width: 100%;
}
.your-ex-health-check__item [data-name="your-ex-health-check-date"]{
    width: 51.8%;
}
.your-dependents__box{
    margin-top: 45px;
    position: relative;
    padding: 50px;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 0.1);
    border-radius: 10px;
}
.your-dependents__box-text{
    position: absolute;
    width: calc(100% - 80px);
    transform: translate(-50%,-50%);
    top: 0;
    left: 50%;
    border-radius: 20px;
    background-color: #369B18;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 4px 0;
}
.join-form > dl > dd .your-dependents__box dl dt{
    width: 170px;
}
.join-form > dl > dd .your-dependents__box dl dd{
    width: calc(100% - 170px);
    padding-left: 60px;
}
.join-form > dl > dd .your-dependents__box dl dd select{
    min-width: initial;
    width: 100%;
}
.your-dependents__add{
    margin-top: 20px;
}

.menbership__logo{
    margin-bottom: 5px;
}
.menbership__logo span{
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    width: 200px;
}
.layout-top-promise{
    margin-top: -10.625rem;
}

.mv-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: .3s;
}
.mv.is-bg-deactive .mv-bg{
    opacity: 0;
}
.mv__bg01 picture,
.mv__bg02 picture{
    opacity: 0;
    transition: .3s;
}
.mv.is-bg-deactive .mv__bg01 picture,
.mv.is-bg-deactive .mv__bg02 picture{
    opacity: 1;
}
.mv-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv__image-wrap{
    z-index: -1;
}
.mv::before{
    z-index: 2;
}
.project-sec__stats-list{
    margin-top: 30px;
}

/* ABOUT */
.promise__image01{
    position: relative;
    z-index: 1;
    margin-bottom: -35vw;
    mix-blend-mode: luminosity;
}
.promise__inner{
    position: relative;
    z-index: 2;
}
.promise__image02__inner{
    width: 100%;
    max-width: 730px;
    margin: 60px auto 0;
    position: relative;
}
.promise__image02 img:nth-of-type(1){
    mix-blend-mode: multiply;
}
.promise__image02 img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* HISTORY */
.history-container{
    margin-top: -2.125rem;
    background: url(../images/company/history-bg.webp) no-repeat center center / cover;
    padding: 160px 0 200px;
    border-radius: 50px;
    overflow: clip;
}
.history-container__flex{
    width: 100%;
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.history-container__flex-side{
    width: 100%;
    max-width: 210px;
}
.history-container__flex-main{
    width: calc(100% - 210px);
    position: relative;
}
.history-container__flex-main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 550px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
}
.history-box{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
}
.history-box:last-child{
    margin-bottom: 0;
}
.mt-adjust{
    margin-top: -180px;
}
.history-box:not(.reverse) .history-box__item{
    text-align: right;
}
.history-box.reverse{
    flex-direction: row-reverse;
}
.history-box.reverse .history-box__item:nth-of-type(2),
.history-box:not(.reverse) .history-box__item:nth-of-type(1){
    width: 100%;
    max-width: 550px;
    padding-right: 50px;
}
.history-box.reverse .history-box__item:nth-of-type(1),
.history-box:not(.reverse) .history-box__item:nth-of-type(2){
    width: 100%;
    max-width: calc(100% - 550px);
    padding-left: 50px;
}
.history-box__item-year{
    font-size: calc(70 / 16 * 1rem);
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 60px;
    position: relative;
    letter-spacing: 0.05em;
}
.history-box__item-year span{
    display: block;
    opacity: 0.7;
}
.history-box__item-year::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    border-radius: 50%;
}
.history-box__item-year.sm::before{
    top: 18px;
}
.history-box.reverse .history-box__item-year::before{
    left: -50px;
    transform: translateX(-50%);
}
.history-box:not(.reverse) .history-box__item-year::before{
    right: -50px;
    transform: translateX(50%);
}
.history-box__item-year:first-child{
    margin-top: 0;
}
.history-box__item-year small{
    font-size: calc(50 / 16 * 1rem);
}
.history-box__item-year.sm{
    font-size: calc(50 / 16 * 1rem);
}
.history-box__item-year.sm small{
    font-size: calc(40 / 16 * 1rem);
}
.history-box__item-lead{
    font-size: calc(30 / 16 * 1rem);
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
}
.history-box__item-lead small{
    font-size: calc(20 / 16 * 1rem);
}
.history-box__item-text{
    font-size: calc(18 / 16 * 1rem);
    font-weight: 500;
    line-height: 1.8;
}
.history-box__ps-ab{
    position: absolute;
    bottom: -300px;
    right: 0;
}
.history-box__ps-ab img{
    width: 400px;
}
.history-box.mb{
    margin-bottom: 100px;
}
.history-container__flex-side__sticky{
    position: sticky;
    top: 100px;
}
.bg-parallax{
    overflow: clip;
}
.history-container__flex-side__list{
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.history-container__flex-side__list::before{
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
}
.history-container__flex-side__list li{
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}
.history-container__flex-side__list li span{
    position: absolute;
    transform: translate(45%,-50%);
    top: 50%;
    right: -20px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transition: .2s;
}
.history-container__flex-side__list li span::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%,-50%) scale(0);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: .2s;
}
.history-container__flex-side__list li span::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #8ad462;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
    transition: .2s;
}
.history-container__flex-side__list li:last-child{
    margin-bottom: 0;
}
.history-container__flex-side__list li.current{
    font-weight: bold;
}
.history-container__flex-side__list li.current span{
    width: 12px;
    height: 12px;
}
.history-container__flex-side__list li.current span::after{
    background-color: #fff;
}
.history-container__flex-side__list li.current span::before{
    opacity: 0.4;
    transform: translate(-50%,-50%) scale(1);
}
.menbership__company{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}
.menbership__company li{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}
.menbership__company-logo img{
    display: block;
    margin: 0 auto 15px;
}
.menbership__company-logo.n1 img{
    width: 96px;
}
.menbership__company-logo.n2 img{
    width: 77px;
}
.menbership__company-logo.n3 img{
    width: 116px;
}

.maintenance__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.maintenance__item{
    max-width: 100%;
}

#gotop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
#gotop a{
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 50%;
    background-color: #0A0905;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    font-weight: bold;
}
#gotop a span{
    font-size: 14px;
    display: block;
}
.project-detail__image{
    text-align: center;
}
.project-detail__image img{
    width: auto;
}
.single-sec__thumbnail{
    text-align: center;
    margin-bottom: 40px;
}
.single-sec__thumbnail img{
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1540px) {
    .history-box.reverse .history-box__item:nth-of-type(2),
    .history-box:not(.reverse) .history-box__item:nth-of-type(1){
        max-width: 40%;
    }
    .history-box.reverse .history-box__item:nth-of-type(1),
    .history-box:not(.reverse) .history-box__item:nth-of-type(2){
        max-width: 60%;
    }
    .history-container__flex-main::before{
        left: 40%;
    }
    .history-box__item-lead{
        font-size: calc(28 / 16 * 1rem);
    }
    .history-box__item-text{
        font-size: 1rem;
    }
    .history-box__ps-ab img{
        width: 340px;
    }
    .history-box__ps-ab {
        bottom: -260px;
    }
}


@media screen and (min-width: 768px) {
    .project-sec__text-title{
        font-size: max(1.8rem, 12px);
    }
    .repair__card-list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 767px) {
    .layout-top-promise{
        margin-top: -0.625rem;
    }
}


@media screen and (min-width: 1620px) {
    .mv__bg01,
    .mv__bg02{
        top: 65px;
        width: 2811px;
    }
}

@media screen and (max-width: 1520px) and (min-width: 1200px) {
    .inner,
    .project-works__list{
        max-width: 1200px;
    }
    .text{
        font-size: max(1.05rem, 12px);
    }


    /* FOOTER */
    .footer__top-text-title{
        font-size: clamp(6.25rem, 14vh, 12.5rem);
    }
    .footer__top-link{
        font-size: max(1.45rem, 12px);
    }
    .footer__nav-group{
        width: 20%;
    }

    .mv-title{
        font-size: max(2.675rem, 12px);
    }
    .mv-title::before{
        font-size: max(10.1875rem, 12px);
    }
    /* .sub-mv{
        padding-top: 10rem;
        padding-bottom: 30rem;
    }
    .sub-mv::before {
        top: 1rem;
        height: 55.6875rem;
        background-size: 100% 55.6875rem;
    } */
    .breadcrumb__items li{
        font-size: max(1rem, 12px);
    }


    /* ABOUT */
    .csr__container{
        grid-template-columns: 33rem 45%;
        gap: 3rem;
    }
    .csr__info-text{
        font-size: 1rem;
    }

    /* TUNNEL */
    /* .layout-top-tunnel{
        margin-top: -20rem;
    } */
    .section-title{
        font-size: max(2.2rem, 12px);
        padding-block-start: 5.375rem;
    }
    .title__en{
        font-size: max(5.25rem, 12px);
    }
    .maintenance__info{
        font-size: max(1.425rem, 12px);
    }
    .maintenance__group{
        padding-block: 1.6rem;
    }
    .construction__number::before{
        font-size: max(9.5rem, 12px);
    }
    .construction__item:nth-child(2) .construction__number::before{
        left: 28.5rem;
        top: -9.875rem;
    }
    .construction__item:nth-child(4) .construction__number::before{
        left: 59.25rem;
        top: -12.25rem;
    }
    .media-block__lead{
        font-size: max(1.65rem, 12px);
    }


    /* PROJECTS */
    .project-works__search-input, .project-works__search-select{
        font-size: max(1rem, 12px);
    }
    .gradation__text.gradation__text--reverse{
        font-size: max(2.125rem, 12px);
    }
    .project-detail__content{
        font-size: max(1rem, 12px);
    }
    .project-works__list-item{
        font-size: max(1.05rem, 12px);
    }


    /* PUBLIC */
    .publick__card-list{
        margin-top: 4.4rem;
    }


    /* BORING */
    .card-list__title{
        font-size: max(1.425rem, 12px);
    }


    /* JOIN */
    .join-form-wrap{
        padding: calc(60 / 16 * 1rem);
    }
    .join-form > dl > dt, .your-dependents__box dt{
        width: 280px;
    }
    .join-form > dl > dd{
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 991px) {
    .inner{
        padding-right: 20px;
        padding-left: 20px;
    }
    .project-works__list{
        overflow-x: scroll;
    }
    .layout-top-tunnel,
    .layout-top-repair, .layout-top-publick, .layout-top-bowling{
        margin-top: -24.5rem;
    }
    .president-message__name img{
        width: 200px;
        bottom: 0;
    }
    .history-container__flex-side{
        max-width: 110px;
    }
    .history-container__flex-main{
        width: calc(100% - 110px);
    }
    .menbership__company{
        grid-template-columns: repeat(2,1fr);
    }
    .menbership__company li{
        font-size: 16px;
    }


    .join-form > dl > dt, .your-dependents__box dt{
        width: 100%;
        text-align: left;
        font-size: calc(24 / 16 * 1rem);
    }
    .join-form > dl > dd{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .join-form > dl > dt span, .your-dependents__box dt span{
        font-size: calc(18 / 16 * 1rem);
        top: -5px;
    }
    .join-form dl dd input[type="text"], .join-form dl dd input[type="email"], .join-form dl dd input[type="tel"], .join-form dl dd input[type="number"], .join-form dl dd input[type="date"], .join-form dl dd select, .join-form dl dd textarea{
        font-size: calc(24 / 16 * 1rem);
    }
    .join-form > dl{
        padding: 20px 0;
    }
    .join-form > dl > dd > small, .join-form__experience-text{
        font-size: 12px;
    }
    .join-form__emergency-text{
        font-size: calc(23 / 16 * 1rem);
    }
    .join-form > dl > dd dl dt{
        width: 100%;
        font-size: calc(23 / 16 * 1rem);
        margin-bottom: 10px;
    }
    .join-form > dl > dd dl dd{
        width: 100%;
    }
    .join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label, .join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
        font-size: calc(24 / 16 * 1rem);
    }
    .join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before, .join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before{
        top: 3px;
    }
    .join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after, .join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after{
        top: 11px;
    }
    .join-form > dl dd label,
    .zipcode-unit, .join-form__birth-unit, .join-form__photo, .join-form__experience-year-unit, .join-form__license{
        font-size: calc(23 / 16 * 1rem);
    }
    .join-form__insurance-input{
        gap: 10px;
    }
    .join-form dl dd input.w120{
        max-width: 100px;
    }
    .join-form dl dd input.w100{
        max-width: 80px;
    }
    .your-dependents__box-text{
        position: initial;
        width: 100%;
        transform: initial;
        background: none;
        color: #369B18;
        margin-bottom: 20px;
        font-size: calc(14 / 16 * 1rem);
        text-align: left;
    }
    .your-dependents__box{
        padding: 20px;
    }
    .join-form > dl > dd .your-dependents__box dl dt{
        width: 100%;
    }
    .join-form > dl > dd .your-dependents__box dl dd{
        width: 100%;
        padding-left: 0;
    }
}


@media screen and (max-width: 767px) {
    .header{
        height: 62px;
    }
    .hamburger{
        width: 40px;
        height: 40px;
        border-radius: 3px;
    }
    .hamburger span{
        height: 20px;
        height: 2px;
        width: 20px;
        left: 10px;
    }
    .hamburger span:nth-of-type(1){
        top: 14px;
    }
    .hamburger span:nth-of-type(2){
        top: 20px;
    }
    .hamburger span:nth-of-type(3){
        top: 26px;
    }
    .header__logo-link{
        width: 180px;
    }
    .hamburger.is-active span:nth-child(1),
    .hamburger.is-active span:nth-child(3){
        width: 20px;
    }

    
    .sp-nav__item .sp-nav__items-sec a:not(.sp-nav__item.sp-nav__item-contact a){
        padding-top: 0.6rem;
        font-size: max(0.8rem, 12px);
        padding-bottom: 0.6rem;
        color: #a4a4a4;
    }
    .section-title::before {
        font-size: clamp(12px, 45 / 375 * 100vw, 100px);
        top: 50%;
    }
    .project-sec::before{
        height: 100%;
    }
    .layout-top-company-sec{
        margin-top: 0;
    }
    .footer__nav-group{
        width: 70%;
    }
    .sub-mv::before {
        width: 100%;
        height: 15.6875rem;
        background-size: 100%;
        top: 6.25rem;
    }
    .mv-title::before{
        bottom: 0;
    }
    .mv-title{
        padding-block-start: 0;
        font-size: max(1.1875rem, 12px);
    }

    
    /* ABOUT */
    .sub-mv{
        padding: 8rem 0 30vw;
    }
    .sub-mv__breadcrumb{
        margin-top: 20px;
    }
    .breadcrumb__items li {
        font-size: max(0.575rem, 12px);
    }
    .layout-top-promise {
        margin-top: 0;
    }
    .promise__note {
        font-size: clamp(5px, 9 / 375 * 100vw, 14px);
    }
    .promise__title {
        font-size: max(1.5rem, 12px);
    }
    .csr__vision-text {
        font-size: max(0.925rem, 12px);
        text-align: left;
    }


    /* PROJECT */
    .layout-top-project{
        margin-top: 0;
    }
    .project-works__list-none{
        font-size: 0.8rem;
    }


    /* SERVICE */
    .layout-top-tunnel, .layout-top-repair, .layout-top-publick, .layout-top-bowling{
        margin-top: -2rem;
    }
    .sub-mv__btn-wrap{
        margin-top: 3rem;
    }
    .sub-mv__btn-wrap .button{
        padding: 0.3125rem 2rem;
        background-color: #369b18;
        border-color: #369b18;
    }
    .maintenance__slider-item{
        width: 80vw;
    }
    .maintenance-slider-nav[data-index="next"] {
        right: calc((100vw - 80vw)/2);
    }
    .maintenance-slider-nav[data-index="prev"] {
        left: calc((100vw - 80vw)/2);
    }
    .maintenance-slider-nav{
        width: 34px;
    }
    .modal__name-image__table{
        white-space: nowrap;
    }
    .modal__name-image__table table{
        width: initial;
    }
    .modal__name-image{
        overflow-x: scroll;
    }
    .modal__name-image__table table th, .modal__name-image__table table td{
        font-size: calc(12 / 16 * 1rem);
    }


    /* HISTORY */
    .history__slide-text-flex .history__slide-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .history__slide-text-flex .history__slide-text{
        width: 100%;
    }
    .history__slide-text{
        font-size: 0.9rem;
    }
    .history__swiper-slide.wide {
        width: 100% !important;
    }
    .history-img{
        padding-right: 0;
        margin-top: calc(80 / 16 * 1rem);
    }

    body#recruit .sp-nav,
    body#requirement .sp-nav{
        top: 0;
    }


    /* JOIN FORM */
    .join-sec{
        margin-top: 0;
    }
    .join-sec__text{
        font-size: calc(13 / 16 * 1rem);
        text-align: left;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .join-sec__text br{
        display: none;
    }
    .join-form-wrap{
        padding: 30px 20px;
    }

    .join-sec,
    .contact-sec, .privacy-sec01{
        padding-bottom: 6rem;
    }

    .contact-sec, .privacy-sec01{
        margin-top: 30px;
    }
    .contact-sec__text{
        text-align: left;
        line-height: 1.8;
    }
    .privacy-sec01__cont-text br{
        display: none;
    }
    .mv-title.sm::before{
        font-size: max(2.3rem, 12px);
        bottom: 0.5rem;
    }

    .promise__image01{
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .promise__text{
        margin-top: 1rem;
    }
    .promise__image02{
        padding: 0 20px;
    }

    .history-container__flex{
        display: block;
    }
    .history-container__flex-side{
        display: none;
    }
    .history-container__flex-main{
        width: 100%;
    }
    .history-box{
        display: block;
    }
    .history-box .history-box__item{
        max-width: 100% !important;
        padding: 0 !important;
    }
    .history-box__item-year{
        font-size: calc(40 / 16 * 1rem);
        margin-top: 50px;
    }
    .history-box__item-lead {
        font-size: calc(18 / 16 * 1rem);
    }
    .history-box__item-lead small{
        font-size: calc(14 / 16 * 1rem);
    }
    .history-box__item:first-child{
        margin-bottom: 20px;
    }
    .history-box:not(.reverse) .history-box__item{
        text-align: left;
    }
    .history-box__item-year small {
        font-size: calc(26 / 16 * 1rem);
    }
    .history-container__flex-main::before{
        display: none;
    }
    .history-box .history-box__item-year::before{
        display: none;
    }
    .history-container{
        margin-top: 0;
        padding: 40px 0;
        border-radius: 10px;
        background-size: 150%;
        background-repeat: repeat;
    }
    .mt-adjust{
        margin-top: 0;
    }
    .history-box__ps-ab{
        position: initial;
        margin-top: 15px;
    }
    .history-box__item-year.sm{
        font-size: calc(28 / 16 * 1rem);
    }
    .history-box__item-year.sm small{
        font-size: calc(20 / 16 * 1rem);
    }
    .history-box.mb{
        margin-bottom: 50px;
    }
    .history-box.mb{
        margin-top: 4.5rem;
    }
    .menbership__company{
        grid-template-columns: repeat(1,1fr);
    }
    .menbership__company li{
        font-size: 16px;
    }
    .menbership__company li br{
        display: none;
    }
    .maintenance__list{
        grid-template-columns: repeat(1,1fr);
    }

    #gotop a{
        width: 50px;
        height: 50px;
        font-size: 12px;
        padding-top: 14px;
        gap: 2px;
    }
    #gotop a span{
        font-size: 8px;
    }
    .gradation__text.gradation__text--reverse{
        font-size: max(1rem, 12px);
    }
    .sub-mv__gradation{
        margin-top: 3.5rem;
    }
    .single-projects .sub-mv{
        padding-bottom: 0;
    }
    .project-detail__link-box-inner{
        max-width: 100%;
        margin-inline: initial;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
    }
    .project-detail__link-button {
        gap: 10px;
        font-size: max(0.7rem, 12px);
    }
    .project-detail__link-button:nth-child(2){
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .president-message__name span{
        font-size: 12px;
    }
    .president-message__name img{
        margin-left: 20px;
    }
    .layout-top-president-message {
        margin-top: 1.75rem;
    }
    .archive-sec, .single-sec{
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 8rem;
    }
    .contact-sec__text{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .form-wrap{
        padding: 0;
        background-color: transparent;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        background-color: #fff;
    }
    .wpcf7 table th .text,
    .wpcf7 table td .text{
        font-size: 14px;
    }
    form textarea{
        height: 150px;
    }
    .submit_btn{
        margin-top: 30px;
    }
    .privacy-sec01{
        font-size: 14px;
    }

    .join-form > dl > dt, .your-dependents__box dt{
        font-size: calc(14 / 16 * 1rem);
    }
    .join-form > dl > dt span, .your-dependents__box dt span{
        font-size: calc(12 / 16 * 1rem);
    }
    .join-form__emergency-text,
    .join-form > dl > dd dl dt,
    .join-form > dl dd label,
    .zipcode-unit, .join-form__birth-unit, .join-form__photo, .join-form__experience-year-unit, .join-form__license{
        font-size: calc(13 / 16 * 1rem);
    }
    .join-form dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label, .join-form dl dd .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
        font-size: calc(14 / 16 * 1rem);
    }
    .join-form dl dd input[type="text"], .join-form dl dd input[type="email"], .join-form dl dd input[type="tel"], .join-form dl dd input[type="number"], .join-form dl dd input[type="date"], .join-form dl dd select, .join-form dl dd textarea{
        font-size: calc(14 / 16 * 1rem);
    }
}


@media screen and (max-width: 480px) {
    .sub-mv{
        padding-bottom: 20vw;
    }
}