@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

:root{
    --base-color: #0F0F0F;
    --base-font: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --inter: "Inter", "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --navy: #000;
    --light-blue: #DD8A53;
    --gray: #6F6F6F;

    --padding: 200px;
    --radius: 20px;
    --wrap: 1200px;
    --space: calc((100vw - var(--wrap))/2);

    --transition: .3s;
    --cubic-bezier: cubic-bezier(0.215, 0.610, 0.355, 1);
}

input::placeholder,
textarea::placeholder{
	color: #CBCBCB;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #CBCBCB;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #CBCBCB;
}


/* COMMON */
body{
    min-width: 1100px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    letter-spacing: 0;
    position: relative;
    font-family: var(--base-font);
}
.wrap{
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
}
br.s-up{
    display: none;
}

a{
    transition: var(--transition);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    a:hover{
        opacity: 0.6;
    }
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.padding-top{
    padding-top: var(--padding);
}
.padding-bottom{
    padding-bottom: var(--padding);
}
.padding-tb{
    padding: var(--padding) 0;
}
.view-more a,
.contact-sec02__form-agree__submit input[type="submit"]{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
}
.view-more a:hover{
    opacity: 1;
}
.view-more a::before,
.contact-sec02__form-agree__submit-inner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--base-color);
    border-radius: 40px;
    transition: var(--transition) var(--cubic-bezier);
}
.view-more span,
.contact-sec02__form-agree__submit-inner::after{
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    transition: var(--transition);
    background: url(img/common/arrow.svg) no-repeat center center / contain;
}
.contact-sec02__form-agree__submit-inner::after{
    content: "";
}
.title{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 40px;
}
.title-en{
    font-size: 80px;
    line-height: 1;
}
.title-text{
    letter-spacing: 0.1em;
    font-weight: bold;
}
.scale-bg-section{
    position: relative;
}
.scale-bg-section .scale-bg{
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: var(--radius);
    transform: translateX(-50%);
    z-index: -1;
}



/* HEADER */
#header{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
    z-index: 99;
    width: 100%;
}
#header .header-menu{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 66px;
    width: max-content;
}
#header .header-menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#header .header-menu ul li a{
    font-weight: 500;
}
#header .header-menu ul li a:hover{
    opacity: 1;
}
#header .header-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}
#header .header-btn__contact a{
    width: 142px;
    height: 35px;
}
@media screen and (min-width: 992px) {
    #header .header-menu ul li a:hover{
        color: var(--light-blue);
    }
    #header .header-btn__contact a:hover::before{
        width: 35px;
    }
    #header .header-btn__contact a:hover span{
        right: 13px;
    }
}
.nav-toggle{
    display: none;
}
#header .header-menu .header-btn__contact{
    display: none;
}


/* FOOTER */
#footer{
    padding: 60px 0;
}
#footer .footer-inner{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
/* #footer .footer-flex{
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
} */
#footer .footer-flex__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
#footer .footer-flex__box-copy{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
#footer .footer-flex__box-copy__text{
    font-family: var(--inter);
    font-size: 11px;
    line-height: normal;
}
#footer .footer-flex__box-copy__link a{
    display: block;
}
#footer .footer-flex__box-copy__link a img{
    display: block;
}
#footer .footer-flex__gotop{
    position: fixed;
    bottom: 75px;
    right: 25px;
    z-index: 10;
}
#footer .footer-flex__gotop-item a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    gap: 14px;
}
#footer .footer-flex__gotop-item__text{
    font-family: var(--inter);
    font-weight: 500;
    line-height: normal;
}
#footer .footer-flex__gotop-item__arrow{
    border: 1px solid var(--navy);
    background-color: var(--navy);
    border-radius: 40px;
    width: 60px;
    height: 20px;
    position: relative;
    transition: var(--transition);
}
#footer .footer-flex__gotop-item__arrow svg{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
#footer .footer-flex__gotop-item__arrow svg path{
    transition: var(--transition);
}
#footer .footer-flex__gotop-item a:hover{
    opacity: 1;
}
@media screen and (min-width: 992px) {
    #footer .footer-flex__gotop-item a:hover .footer-flex__gotop-item__arrow{
        background-color: #fff;
    }
    #footer .footer-flex__gotop-item a:hover .footer-flex__gotop-item__arrow svg path{
        fill: var(--navy);
    }
}



/* NEWS */
.news-category ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.news-category ul li{
    display: inline-block;
    color: var(--navy);
    border-radius: 40px;
    padding: 6px 40px;
    border: 1px solid var(--navy);
    transition: var(--transition);
    font-family: var(--inter);
    cursor: pointer;
    line-height: 1.3;
}
.news-category ul li.current{
    background-color: var(--navy);
    color: #fff;
    pointer-events: none;
}
@media screen and (min-width: 992px) {
    .news-category ul li:hover{
        background-color: var(--navy);
        color: #fff;
    }
}
.news-card{
    border-bottom: 1px solid #eee;
}
.news-card:first-child{
    border-top: 1px solid #eee;
}
.news-card a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    position: relative;
    cursor: pointer;
}
.news-card a:hover{
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .news-card a:hover{
        background-color: #ffffff;
    }
    .news-card a:hover .news-card__arrow{
        background-color: var(--navy);
    }
    .news-card a:hover .news-card__arrow::after{
        -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);
    }
}
.news-card__meta{
    width: 214px;
}
.news-card__meta-date,
.modal-content__news-meta__date{
    font-family: var(--inter);
    line-height: normal;
    margin-bottom: 15px;
}
.news-card__meta-cat,
.modal-content__news-meta__cat{
    color: var(--light-blue);
    font-family: var(--inter);
    line-height: normal;
}
.news-card__text{
    width: calc(100% - 214px);
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    padding-right: 90px;
}
.news-card__arrow{
    width: 66px;
    height: 18px;
    border-radius: 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 40px;
    border: 1px solid var(--navy);
    transition: var(--transition);
}
.news-card__arrow::after{
    content: "";
    z-index: 1;
    width: 8px;
    height: 8px;
    background: url(img/common/arrow.svg) no-repeat center center / contain;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    transition: var(--transition);
}


/* MV SHAPE */
.mv-shape-wrap{
    width: 971px;
    position: absolute;
    top: 112px;
    left: calc(50% + 300px);
    z-index: -1;
    transform: translateX(-50%);
}
.mv-shape-wrap.z1{
    z-index: 1;
}
.mv-shape-wrap:not(.z1) .mv-shape__img{
    display: none;
}
.mv-shape{
    width: 100%;
    padding-top: 77.652%;
}
.mv-shape__box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: saturation;
}
.mv-shape svg{
    position: absolute;
}
.mv-shape__box-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mv-shape__box-item__inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 126.61%;
}
.mv-shape__box-item__img{
    padding-top: 100%;
}
.mv-shape__box-item__img img{
    animation: spin 8s ease-in infinite;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
@keyframes spin {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
.mv-shape__img{
    width: 40.98%;
    position: absolute;
    top: 28%;
    left: 30%;
    z-index: 1;
}
.mv-shape__img-inner{
    padding-top: 111.05%;
    position: relative;
}
.mv-shape__img-item{
    position: absolute;
    transform: rotate(25deg);
}
.mv-shape__img-item__elm{
    padding-top: 100%;
    width: 100%;
    transform: rotate(-25deg);
}
.mv-shape__img-item__elm-slider-wrap{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 16px;
    left: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.mv-shape__img-item__elm-slider,
.mv-shape__img-item__elm-slider .slick-list,
.mv-shape__img-item__elm-slider .slick-track,
.mv-shape__img-item__elm-slider__item{
    height: 100% !important;
}
.mv-shape__img-item__elm-slider__item{
    position: relative;
}
.mv-shape__img-item__elm img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.mv-shape__img-item.lg{
    width: 83.66%;
    top: 0;
    left: 0;
}
.mv-shape__img-item.sm{
    width: 51.25%;
    bottom: 0;
    right: 0;
}
.mv-shape__img-item svg{
    transform: rotate(-33deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv-shape__img-item.lg svg path{
    stroke-dashoffset: 1042px;
    stroke-dasharray: 1042px 1042px;
    animation: path1 3.5s .4s cubic-bezier(1,.14,.81,.85) infinite;
}
.mv-shape__img-item.sm svg path{
    stroke-dashoffset: 638px;
    stroke-dasharray: 638px 638px;
    animation: path2 3.5s 1.4s cubic-bezier(1,.14,.81,.85) infinite;
}

@keyframes path1{
    0%{
        stroke-dashoffset: 1042px;
    }
    70%{
        stroke-dashoffset: 1042px;
    }
    90%{
        stroke-dashoffset: 0;
    }
    100%{
        stroke-dashoffset: -1042px;
    }
}
@keyframes path2{
    0%{
        stroke-dashoffset: 638px;
    }
    70%{
        stroke-dashoffset: 638px;
    }
    90%{
        stroke-dashoffset: 0;
    }
    100%{
        stroke-dashoffset: -638px;
    }
}
.mv-shape__img-item span{
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}
.mv-shape__img-item.lg span{
    width: 10px;
    height: 10px;
    top: 166px;
    left: -5px;
    transform-origin: 171px 0;
}
.mv-shape__img-item.sm span{
    width: 8px;
    height: 8px;
    top: 102px;
    left: -4px;
    transform-origin: 106px 0;
}
.mv-shape__img-item.lg span.n2{
    animation: circle-span 3.5s cubic-bezier(.61,.91,.46,.24) infinite;
}
.mv-shape__img-item.sm span.n2{
    animation: circle-span 3.5s 1s cubic-bezier(.61,.91,.46,.24) infinite;
}
@keyframes circle-span {
    0% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/* TOP */
.mv{
    padding: 300px 0 282px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.mv-box{
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.mv-box__lead{
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 60px;
}
.bound2025 {
    font-size: 35px;
    font-weight: bold;
    color: #6f6f6f;
}
.mv-box__lead span{
    font-size: 50px;
}
.mv-box__text{
    font-size: 19px;
    font-weight: bold;
    line-height: 2;
}
@media screen and (max-width: 991px) {
    .mv-box__text {
        padding-right: 30px;
    }
}
.mv-box__text-slider__item{
    color: #637182;
    opacity: 0.12;
    font-size: 160px;
    font-family: var(--inter);
    font-weight: 100;
    margin-right: 50px;
}
.mv-box__text-slider-wrap{
    position: absolute;
    transform: translateY(-50%);
    top: 58%;
    left: 0;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 1040px)/2);
    overflow: hidden;
    pointer-events: none;
    z-index: -3;
}
@media screen and (max-width: 991px) {
    .mv-box__lead {
        font-size: 37px!important;
        padding-right: 30px;
    }
    .mv-box__lead span {
        font-size: 35px;
    }
}
  
.top-about .scale-bg{
    background-color: var(--navy);
}
.top-about{
    color: #fff;
    padding-bottom: 240px;
    margin-top: -70px;
}
.top-about .title,
.top-service .title,
.top-sdgs .title{
    margin-bottom: 100px;
}
.top-about__intro,
.top-service__intro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
}
.top-about__intro-lead,
.top-service__intro-lead{
    font-size: 30px;
    line-height: 2.33;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.top-about__intro-text,
.top-service__intro-text{
    width: 100%;
    line-height: 2.25;
}
.top-about__intro{
    margin: 0 auto 200px;
}
.top-about__intro-text{
    max-width: 559px;
}
.top-about__cont:not(:last-child){
    margin-bottom: 160px;
}
.top-about__cont-num{
    font-family: var(--inter);
    font-size: 20px;
    font-weight: 500;
}
.top-about__cont-flex{
    align-items: center;
    flex-direction: row-reverse;
}
.top-about__cont-flex__box{
    width: calc(100% - 490px);
}
.top-about__cont-flex__box-lead{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    line-height: 1.45;
}
.top-about__cont-flex__box-text{
    width: 100%;
    max-width: 559px;
    line-height: 2.25;
}
.top-about__cont-flex__img{
    width: 100%;
    max-width: 490px;
}
.top-about__cont-flex__img-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.top-about__cont-flex__img-grid__item.left{
    transform: translateY(25px);
}
.top-about__cont-flex__img-grid__item.right{
    transform: translateY(-25px);
}
.top-about__cont-flex__img-area{
    position: relative;
    text-align: right;
    z-index: 0;
}
.top-about__cont-flex__img-area__map{
    position: absolute;
    top: -30px;
    left: -35px;
    z-index: 1;
}
.top-about__logo{
    position: absolute;
    opacity: 0;
    left: 30px;
    z-index: -1;
    width: 450px;
}
.top-news__flex .title{
    margin-bottom: 17px;
}
.top-news__flex{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.top-news .news-content{
    max-height: 710px;
    overflow-y: scroll;
}
.top-service__intro-text{
    max-width: 620px;
}
.top-service__intro{
    margin: 0 auto 140px;
    align-items: flex-end;
}
.top-service__cont-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}
.top-service__cont-bg:not(.scale-bg){
    top: calc(-1 * var(--radius));
    height: calc(100% + var(--radius));
}
.top-service__cont-bg.scale-bg{
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    left: 50%;
}
.service-bg-color1{
    background-color: var(--gray);
}
.service-bg-color2{
    background-color: var(--navy);
}
.service-bg-color3{
    background-color: #4E4E4E;
}
.top-service__cont{
    color: #fff;
    position: relative;
    z-index: 0;
}
.top-service__cont-scrollable{
    min-height: 100svh;
    position: relative;
}
.top-service__cont-flex__side{
    width: 100%;
    max-width: calc(100% - 600px);
}
.top-service__cont-flex__side-sticky{
    position: sticky;
    top: var(--padding);
    display: inline-block;
    text-align: center;
}
.top-service__cont-flex__side-num{
    position: absolute;
    top: 0;
    left: -50px;
    font-family: var(--inter);
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
}
.top-service__cont-flex__side-ttl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}
.top-service__cont-flex__side-ttl__label,
.top-safety__flex-side__ttl-text{
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
}
.top-service__cont-flex__side-ttl__item{
    width: 83px;
    height: 144px;
    background: url(img/top/service-item.svg) no-repeat center center / contain;
}
.top-service__cont-flex__side-text{
    line-height: 1.769;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.top-service__cont-flex__main{
    width: 100%;
    max-width: 600px;
}
.top-service__cont-flex__main-img{
    text-align: center;
    margin-bottom: 40px;
}
.top-service__cont-flex__main-text{
    line-height: 2.25;
}
.top-service__cont-flex__main-flow{
    margin-top: 60px;
}
.top-service__cont-flex__main-flow__ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.top-service__cont-flex__main-flow__list-item{
    padding: 40px 40px 43px 44px;
    background-color: #5C5C5C;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.top-service__cont-flex__main-flow__list-item:last-child{
    margin-bottom: 0;
}
.top-service__cont-flex__main-flow__list-item__icon{
    width: 100%;
    max-width: calc(100% - 400px);
}
.top-service__cont-flex__main-flow__list-item__icon span{
    display: none;
}
.top-service__cont-flex__main-flow__list-item__box{
    width: 100%;
    max-width: 400px;
}
.top-service__cont-flex__main-flow__list-item__box-lead{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.top-service__cont-flex__main-flow__list-item__box-text{
    line-height: 1.625;
}
.top-service__cont-flex__main-flow__list-item__num{
    position: absolute;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    top: 20px;
    right: 20px;
}
.top-service__cont-flex__main-box{
    margin-bottom: 40px;
}
.top-service__cont-flex__main-box__img{
    position: relative;
    margin-bottom: 15px;
}
.top-service__cont-flex__main-box__img:last-child{
    margin-bottom: 0;
}
.top-service__cont-flex__main-box__img-caption{
    padding: 2px 20px;
    line-height: normal;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--navy);
}
.top-service__cont-flex__main-box__img-caption.color3{
    background-color: #4E4E4E;
}
.top-safety{
    position: relative;
    z-index: 1;
    border-top-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
    background-color: #fff;
}
.top-safety__flex-side__ttl{
    text-align: center;
    margin-bottom: 40px;
}
.top-safety__flex-side__ttl-en{
    font-size: 20px;
    font-weight: 500;
    font-family: var(--inter);
    line-height: normal;
    margin-bottom: 20px;
}
.top-safety__flex-side__sticky{
    position: sticky;
    top: var(--padding);
}
.top-safety__flex-cont{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.top-safety__flex-cont__box{
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 40px;
    background-color: #F6F6F6;
}
.top-safety__flex-cont__box:last-child{
    margin-bottom: 0;
}
.top-safety__flex{
    justify-content: space-between;
}
.top-safety__flex-cont__box-lead{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.top-safety__flex-cont__box-text{
    line-height: 1.625;
}
.top-works {
    z-index: 999;
}
.top-works .scale-bg{
    background-color: var(--gray);
}
.top-works .title{
    color: #fff;
    margin-bottom: 45px;
}
.top-works__att{
    text-align: right;
    color: #fff;
    line-height: normal;
    font-size: 13px;
    margin-bottom: 14px;
}
.top-works__cont{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}
.top-works__cont-box__inner{
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px 30px;
}
.top-works__cont-box__ttl{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
    color: var(--gray);
}
.top-works__cont-box__ttl small{
    font-size: 16px;
}
.top-works__cont-box__flex-illust{
    text-align: center;
}
.top-works__cont-box__flex-illust__text{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: bold;
    color: var(--gray);
}
.top-works__cont-box__flex-illust__text span{
    font-size: 60px;
    line-height: normal;
    margin-right: 6px;
}
.top-works__cont-box__flex-illust__text span small{
    font-size: 40px;
}
.top-works__cont-box__flex-item{
    border-radius: 6px;
    padding: 20px 27px 30px 20px;
    background-color: #F6F6F6;
    width: 100%;
    max-width: 180px;
}
.top-works__cont-box__flex-item__ttl{
    font-size: 14px;
    font-weight: bold;
    color: var(--gray);
    line-height: normal;
    margin-bottom: 10px;
}
.top-works__cont-box__flex-item__data dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2px;
}
.top-works__cont-box__flex-item__data dl:last-child{
    margin-bottom: 0;
}
.top-works__cont-box__flex-item__data dl dt,
.top-works__cont-box__flex-item__data dl dd{
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}
.top-works__cont-box__inner + .top-works__cont-box__inner{
    margin-top: 18px;
}
.top-works__cont-box__inner.column{
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(50% - 9px);
}
.top-works__cont-box__inner.column .top-works__cont-box__ttl{
    margin-bottom: 0;
}
.top-works__cont-box.wide{
    grid-column: 2 / 4;
}
.top-works__cont-box__ttl.ps-ab{
    top: 60px;
    left: 60px;
}
.top-works__cont-box__map{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.top-works__cont-box__map-data dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.top-works__cont-box__map-data dl:last-child{
    margin-bottom: 0;
}
.top-works__cont-box__map-data dl dt{
    color: var(--gray);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.top-works__cont-box__map-data dl dd{
    width: 97px;
    text-align: right;
}
.top-works__cont-box__map-data dl .top-works__cont-box__flex-illust__text span{
    line-height: 1;
    font-size: 50px;
}
.top-works__desc{
    margin-top: 18px;
    border-radius: 10px;
    padding: 60px;
    background-color: rgb(15 15 15 / .2);
    color: #fff;
}
.top-works__desc-ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}
.top-works__desc-flex__img{
    width: 100%;
    max-width: 300px;
}
.top-works__desc-flex__box{
    width: 100%;
    max-width: calc(100% - 300px);
    padding-left: 60px;
}
.top-works__desc-flex__box-text{
    line-height: 1.625;
    margin-bottom: 30px;
}
.top-works__desc-flex__box-list__ttl{
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.top-works__desc-flex__box-list ul,
.recruit-sec04__flex-main__cont-box__meta-tag{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.top-works__desc-flex__box-list ul li,
.recruit-sec04__flex-main__cont-box__meta-tag span{
    font-size: 14px;
    line-height: normal;
    padding: 4px 14px;
    border-radius: 6px;
    border: 1px solid #fff;
}
.top-sdgs{
    margin-top: var(--padding);
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin-top: 0;
}
.top-sdgs .top-service__intro{
    margin-bottom: 0;
}
.top-sdgs__bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F1F1F1;
    opacity: 0;
}
.top-sdgs__scroller-wrap{
    padding-left: var(--space);
    overflow: hidden;
}
.top-sdgs__scroller{
    padding-top: 60px;
}
.top-sdgs__cont{
    background-color: #fff;
    padding: 80px 80px 60px;
    border-radius: 10px;
    width: 740px;
    min-width: 740px;
    margin-right: 40px;
}
.top-sdgs__cont:last-child{
    margin-right: 0;
}
.top-sdgs__cont-ttl{
    font-size: 26px;
    line-height: normal;
    margin-bottom: 40px;
    font-weight: bold;
}
.top-sdgs__cont-icon{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 6px;
}
.top-sdgs__cont-icon__item img{
    width: 100%;
}
.top-sdgs__cont-logo,
.top-sdgs__cont-flex,
.top-sdgs__cont-bank{
    margin-bottom: 40px;
}
.top-sdgs__cont-text{
    line-height: 1.625;
}
.top-sdgs__cont ul{
    margin-top: 20px;
}
.top-sdgs__cont ul li{
    position: relative;
    padding-left: 15px;
    line-height: 1.625;
}
.top-sdgs__cont ul li:last-child{
    margin-bottom: 0;
}
.top-sdgs__cont ul li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--base-color);
}
.top-sdgs__cont-bank{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.top-sdgs__cont-flex{
    justify-content: space-between;
    align-items: center;
}
.top-sdgs__cont-flex__img{
    width: 100%;
    max-width: 260px;
}
.top-sdgs__cont-flex__img img{
    border-radius: 6px;
}
.top-sdgs__cont-flex__box{
    width: 100%;
    max-width: calc(100% - 260px);
    padding-right: 36px;
}
.top-sdgs__cont-history{
    margin-top: 20px;
}
.top-sdgs__cont-history dl{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px;
    background-color: #F6F6F6;
    border-radius: 6px;
    margin-bottom: 10px;
}
.top-sdgs__cont-history dl:last-child{
    margin-bottom: 0;
}
.top-sdgs__cont-history dl dt,
.top-sdgs__cont-history dl dd{
    line-height: 1.733;
    font-weight: 500;
    font-size: 15px;
}
.top-sdgs__cont-history dl dd a{
    display: inline-block;
    margin-top: 10px;
}
.top-sdgs__cont-history dl dt{
    width: 53px;
}
.top-sdgs__cont-history dl dd{
    width: calc(100% - 53px);
}
.top-sdgs__scroller{
    display: flex;
}
.top-company .title{
    margin-bottom: 80px;
}
.common-dl dl{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 37px;
    border-top: 1px solid #eee;
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.common-dl dl:last-child{
    border-bottom: 1px solid #eee;
}
.common-dl dl::before{
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: var(--navy);
}
.common-dl dl dt{
    width: 280px;
    font-weight: bold;
    line-height: normal;
}
.common-dl dl dd{
    width: calc(100% - 280px);
    line-height: normal;
}
.common-dl__item:not(:last-child){
    margin-bottom: 20px;
}
.common-dl__item-ttl{
    font-weight: bold;
}
.common-dl dl dd ul li{
    position: relative;
    margin-bottom: 9px;
    padding-left: 15px;
}
.common-dl dl dd ul li:last-child{
    margin-bottom: 0;
}

.common-dl dl dd.leading-2{
    line-height: 2;
}
.top-company__logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.top-company__btns{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 60px;
}
.top-company__btns-item a{
    height: 55px;
    cursor: pointer;
}
.top-company__btns-item span{
    width: 12px;
    height: 12px;
    right: 20px;
}
@media screen and (min-width: 992px) {
    .top-company__btns-item a:hover::before{
        width: 55px;
    }
}
.scale-section{
    /* padding: 0 30px; */
    margin-bottom: 100px;
}
.scale-section__inner{
    border-radius: var(--radius);
    padding: var(--padding) 0;
    transform: scale(0.8);
}
.top-faq__inner{
    background-color: var(--navy);
}
.top-faq .title{
    color: #fff;
    margin-bottom: 65px;
}
.top-faq__cont{
    max-width: 980px;
    margin: 0 auto;
}
.top-faq__cont-box{
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.top-faq__cont-box:last-child{
    margin-bottom: 0;
}
.top-faq__cont-box__ttl{
    font-weight: bold;
    line-height: normal;
    position: relative;
}
.top-faq__cont-box__ttl,
.top-faq__cont-box__text{
    padding-left: 41px;
}
.top-faq__cont-box__ttl::before,
.top-faq__cont-box__text::before{
    font-size: 26px;
    font-weight: bold;
    font-family: var(--inter);
    line-height: normal;
    position: absolute;
    top: -4px;
    left: 0;
}
.top-faq__cont-box__ttl::before{
    content: "Q.";
    color: var(--navy);
}
.top-faq__cont-box__text{
    margin-top: 25px;
    line-height: normal;
    position: relative;
}
.top-faq__cont-box__text a{
    text-decoration: underline;
    color: var(--navy);
}
.top-faq__cont-box__text::before{
    content: "A.";
    color: var(--gray);
}
.top-faq__cont-box__toggle{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--navy);
    transition: var(--transition);
}
.top-faq__cont-box__toggle::before,
.top-faq__cont-box__toggle::after{
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: var(--transition);
}
.top-faq__cont-box__toggle::after{
    transform: translate(-50%,-50%) rotate(-90deg);
}
.top-faq__cont-box.active .top-faq__cont-box__toggle::after{
    transform: translate(-50%,-50%) rotate(0deg);
}
.top-faq__cont-box.active .top-faq__cont-box__toggle{
    background-color: var(--gray);
}
.top-contact__inner{
    background-color: var(--gray);
    color: #fff;
}
.top-contact .title,
.top-recruit .title,
.recruit-sec01 .title,
.contact-sec01 .title,
.confirm-sec .title,
.thanks-sec .title{
    margin-bottom: 60px;
}
.top-contact__flex-box__text{
    line-height: 2.25;
    margin-bottom: 60px;
}
.top-contact__flex-box__btn a,
.thanks-sec__view-more a{
    height: 55px;
    width: 344px;
}
.thanks-sec__view-more a{
    margin: 0 auto;
}
.top-contact__flex-box__btn a::before{
    border-color: #fff;
}
.top-contact__flex-box__btn span{
    -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);
    width: 12px;
    height: 12px;
    right: 26px;
}
@media screen and (min-width: 992px) {
    .top-contact__flex-box__btn a:hover::before,
    .thanks-sec__view-more a:hover::before{
        width: 55px;
    }
    .top-contact__flex-box__btn a:hover span{
        right: 21px;
    }
}
.top-contact__flex-box{
    width: 100%;
    max-width: calc(100% - 680px);
    padding-right: 72px;
    padding-top: 20px;
}
.top-contact__flex-tel{
    width: 100%;
    max-width: 680px;
    border-radius: 10px;
    background-color: rgb(15 15 15 / .2);
    padding: 60px 80px;
}
.top-contact__flex-tel__text{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}
.top-contact__flex-tel__num{
    font-family: var(--inter);
    line-height: normal;
    font-size: 40px;
}
.top-contact__flex-tel__num a{
    display: inline-block;
    font-size: 60px;
}
.top-contact__flex-tel__att{
    line-height: 1.625;
    margin-bottom: 30px;
}
.top-contact__flex-tel__fax{
    font-family: var(--inter);
    line-height: normal;
}
.top-contact__flex-tel__fax span{
    font-size: 30px;
    display: inline-block;
}
.top-recruit{
    margin-bottom: 0;
}
.top-recruit__inner{
    background-color: var(--navy);
    color: #fff;
    position: relative;
    z-index: 0;
}
.top-recruit__inner-logo{
    position: absolute;
    top: 44px;
    right: 15px;
    z-index: -1;
    width: 400px;
}
.top-recruit__img-slider-wrap{
    width: 100vw;
    /* margin: 0 -30px; */
    overflow: hidden;
}
.top-recruit__img-slider .slick-track{
    width: 12500px !important;
}
.top-recruit__img-slider__item{
    width: 2490px;
    margin-right: 10px;
}
.top-recruit__text-slider-wrap{
    overflow: hidden;
    margin-top: -115px;
    position: relative;
    z-index: 1;
}
.top-recruit__text-slider{
    display: flex;
    white-space: nowrap;
}
.top-recruit__text-slider__item{
    font-size: 160px;
    line-height: 1.2;
    font-weight: 100;
    font-family: var(--inter);
    margin-right: 40px;
}
.top-recruit__flex{
    justify-content: space-between;
    max-width: 1080px;
    margin: 40px auto 0;
}
.top-recruit__flex-lead{
    font-size: 30px;
    line-height: 2.33;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.top-recruit__flex-lead strong{
    font-size: 50px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.top-recruit__flex-lead strong small{
    font-size: 24px;
    display: inline-block;
    letter-spacing: 0.1em;
}
.top-recruit__flex-box{
    width: 100%;
    max-width: 559px;
}
.top-recruit__flex-box__text{
    line-height: 2.25;
    margin-bottom: 60px;
}
.top-recruit__flex-box__btns-item a{
    height: 55px;
    width: 248px;
}
.top-recruit__flex-box__btns-item a::before{
    border-color: #fff;
}
.top-recruit__flex-box__btns-item span{
    width: 12px;
    height: 12px;
    right: 20px;
    -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);
}
@media screen and (min-width: 992px) {
    .top-recruit__flex-box__btns-item a:hover::before{
        width: 55px;
    }
}
.top-recruit__flex-box__btns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}


/* MODAL */
#modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 15 15 / .8);
    z-index: 9998;
    display: none;
}
#modal{
    border-radius: var(--radius);
    background-color: #fff;
    width: 100%;
    max-width: 1180px;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    max-height: 80svh;
    overflow-y: scroll;
    padding: 100px;
    z-index: 9999;
    overscroll-behavior: none;
    display: none;
}
.modal-content__ttl{
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 60px;
}
.modal-content__close{
    margin-top: 60px;
}
.modal-content__close span{
    display: block;
    margin: 0 auto;
    width: 100%;
    width: 248px;
    border-radius: 40px;
    border: 1px solid var(--navy);
    text-align: center;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .modal-content__close span:hover{
        background-color: var(--navy);
        color: #fff;
    }
}


/* MODAL 拠点・アクセス */
.modal-access-sec__box{
    position: relative;
    padding: 30px 20px 60px;
}
.modal-access-sec__box.pb0{
    padding-bottom: 0;
}
.modal-access-sec__box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.modal-access-sec__box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--navy);
    z-index: 1;
}
.modal-access-sec__box-flex{
    justify-content: space-between;
}
.modal-access-sec__box-ttl{
    font-weight: bold;
    line-height: normal;
    margin-bottom: 40px;
}
.modal-access-sec__box-flex .modal-access-sec__box-item{
    width: 100%;
    max-width: 680px;
}
.modal-access-sec__box-item__address{
    line-height: normal;
    margin-bottom: 10px;
}
.modal-access-sec__box-item__tel{
    line-height: normal;
    margin-bottom: 30px;
}
.modal-access-sec__box-item__img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-access-sec__box-item__img-map{
    width: 61.7%;
    border-radius: 10px;
    overflow: hidden;
}
.modal-access-sec__box-item__img-map.full{
    width: 100%;
}
.modal-access-sec__box-item__img-map.full iframe{
    height: 240px;
}
.modal-access-sec__box-item__img-map iframe{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.modal-access-sec__box-item__img-elm{
    width: 35.29%;
}
.modal-access-sec__box-item__more{
    line-height: normal;
    margin-top: 20px;
}
.modal-access-sec__box-item__more a{
    display: inline-block;
    line-height: normal;
}
.modal-access-sec__box-item__more a span::before{
    content: "";
    width: 15px;
    height: 20px;
    background: url(img/common/icon-pin.svg) no-repeat center center / contain;
    margin-right: 6px;
    display: inline-block;
    vertical-align: sub;
}
.modal-access-sec__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
}


/* MODAL TNKのロゴについて */
.modal-logo-sec__text{
    margin: -40px 0 60px;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.modal-logo-sec__flex{
    align-items: center;
    justify-content: space-between;
}
.modal-logo-sec__flex-logo{
    width: 100%;
    max-width: 320px;
}
.modal-logo-sec__flex-logo__inner{
    position: relative;
    border-radius: 10px;
    background-color: #EBF3FB;
    padding-top: 100%;
}
.modal-logo-sec__flex-logo__inner img{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.modal-logo-sec__flex-box{
    width: 100%;
    max-width: calc(100% - 320px);
    padding-left: 54px;
}
.modal-logo-sec__flex-box dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.modal-logo-sec__flex-box dl:last-child{
    margin-bottom: 0;
}
.modal-logo-sec__flex-box dl dt{
    width: 120px;
    height: 80px;
    background-color: var(--gray);
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
}
.modal-logo-sec__flex-box dl dd{
    width: calc(100% - 120px);
    padding-left: 30px;
    line-height: normal;
}
.modal-logo-sec__box{
    margin-top: 40px;
    padding: 40px;
    border-radius: 6px;
    background-color: #F6F6F6;
}
.modal-logo-sec__box-lead{
    line-height: 1.625;
    margin-bottom: 20px;
}
.modal-logo-sec__box-lead span{
    font-weight: bold;
    font-size: 18px;
}
.modal-logo-sec__box-text{
    line-height: 1.625;
}


/* MODAL 沿革 */
.modal-history-sec__list dl{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 40px;
    align-items: center;
    border-top: 1px solid #eee;
}
.modal-history-sec__list dl:last-child{
    border-bottom: 1px solid #eee;
}
.modal-history-sec__list dl dt{
    width: 100%;
    max-width: 215px;
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}
.modal-history-sec__list dl dd{
    width: 100%;
    max-width: calc(100% - 215px);
    line-height: normal;
}



/* MODAL NEWS */
.modal-content__news-meta__date{
    margin-bottom: 0;
}
.modal-content__news-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.modal-content__news-title{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(15 15 15 / .2);
}
.modal-content__news-inner > *{
    margin: 30px 0;
}
.modal-content__news-inner > *:first-child{
    margin-top: 0;
}
.modal-content__news-inner > *:last-child{
    margin-bottom: 0;
}
.modal-content__news-inner__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.modal-content__news-inner a{
    color: var(--navy);
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
}
.modal-content__news-inner .attention{
    color: red;
}
.modal-content__news-inner__modal-open{
    cursor: pointer;
}



/* RECRUIT */
#header.recruit-header{
    color: #fff;
    padding: 60px 40px;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
#header.recruit-header .header-logo{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 40px;
}
#header.recruit-header .header-logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    line-height: normal;
    font-family: var(--inter);
}
#header.recruit-header .header-menu{
    position: initial;
    transform: initial;
}
#header.recruit-header .header-menu .header-btn{
    display: none;
}
#header.recruit-header .header-btn{
    padding-top: 0;
}
#header.recruit-header .header-btn__contact a::before{
    border-color: #fff;
}
#header.recruit-header .header-btn__contact a span{
    -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);
}

.recruit-sec01{
    padding-top: 300px;
    background-color: var(--navy);
    color: #fff;
    position: relative;
}
.recruit-sec01__logo{
    position: absolute;
    top: 225px;
    right: 45px;
}
.recruit-sec01__lead{
    margin: 120px 0 80px;
    font-size: 40px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
}
.recruit-sec01__text{
    line-height: 2.25;
}
.recruit-sec02{
    position: relative;
    z-index: 0;
}
.recruit-sec02__bg,
.recruit-sec05__bg{
    background-color: #F1F1F1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.recruit-sec02 .title{
    margin-bottom: 100px;
}
.recruit-sec02__flex{
    justify-content: space-between;
    margin-bottom: 120px;
}
.recruit-sec02__flex-lead{
    font-size: 30px;
    font-weight: bold;
    line-height: 2.33;
    letter-spacing: 0.1em;
}
.recruit-sec02__flex-text{
    width: 100%;
    max-width: 620px;
    line-height: 2.25;
    padding-top: 57px;
}
.recruit-sec02__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px;
}
.recruit-sec02__grid-item{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.recruit-sec02__grid-item__label{
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: var(--navy);
    color: #fff;
    border: 3px solid #fff;
    top: -40px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-family: var(--inter);
}
.recruit-sec02__grid-item__img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.recruit-sec02__grid-item__box{
    text-align: center;
    padding: 40px 48px 42px;
}
.recruit-sec02__grid-item__box-lead{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.recruit-sec02__grid-item__box-text{
    font-size: 14px;
    line-height: normal;
}
.recruit-sec03 .title{
    margin-bottom: 80px;
}
.recruit-sec03 .title-en span{
    display: none;
}
.recruit-sec03__tab{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 80px;
}
.recruit-sec03__tab-item a{
    padding: 40px 40px 50px;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: var(--transition);
    cursor: pointer;
    display: block;
    height: 100%;
}
.recruit-sec03__tab-item a:hover{
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .recruit-sec03__tab-item a:hover{
        border-color: var(--navy);
    }
    .recruit-sec03__tab-item a:hover .recruit-sec03__tab-item__arrow{
        background-color: var(--navy);
    }
    .recruit-sec03__tab-item a:hover .recruit-sec03__tab-item__arrow::before{
        -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);
    }
}
@media screen and (max-width: 1360px) and (min-width: 992px) {
   #header.recruit-header .header-logo a span {
    margin-top: 15px!important;
   }
}
.recruit-sec03__tab-item__ttl{
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
}
.recruit-sec03__tab-item a::before{
    content: "";
    position: absolute;
    top: 40px;
    left: -1px;
    background-color: var(--navy);
    width: 1px;
    height: 30px;
}
.recruit-sec03__tab-item__text{
    line-height: normal;
}
.recruit-sec03__tab-item__arrow{
    width: 66px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid var(--navy);
    border-radius: 40px;
    transition: var(--transition);
}
.recruit-sec03__tab-item__arrow::before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background: url(img/common/arrow.svg) no-repeat center center / contain;
    transition: var(--transition);
}
.recruit-sec03__tab-item__lead{
    font-weight: bold;
    line-height: normal;
    padding-bottom: 16px;
}
.recruit-sec03__tab-item ul{
    padding-left: 0.5em;
}
.recruit-sec03__tab-item ul li{
    padding-left: 15px;
    line-height: normal;
    position: relative;
}
.recruit-sec03__tab-item ul li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--base-color);
}
.recruit-sec03__tab-cont .common-dl dd > *:not(:last-child){
    margin-bottom: 10px;
}
.recruit-sec03__tab-item__flex{
    align-items: flex-start;
}
.recruit-sec03__tab-item__flex-img{
    width: 100%;
    max-width: 130px;
}
.recruit-sec03__tab-item__flex-box{
    width: 100%;
    max-width: calc(100% - 130px);
    padding-left: 40px;
}
.recruit-sec04{
    background-color: var(--gray);
    color: #fff;
}
.recruit-sec04__flex-side__sticky{
    position: sticky;
    top: var(--padding);
}
.recruit-sec04__flex-side .title{
    display: block;
}
.recruit-sec04__flex-side .title-en{
    margin-bottom: 37px;
}
.recruit-sec04__flex{
    justify-content: space-between;
}
.recruit-sec04__flex-main{
    width: 100%;
    max-width: 740px;
}
.recruit-sec04__flex-main__cont{
    padding: 60px;
    background-color: rgb(15 15 15 / .2);
    border-radius: 10px;
    margin-bottom: 20px;
}
.recruit-sec04__flex-main__cont:last-child{
    margin-bottom: 0;
}
.recruit-sec04__flex-main__cont-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.recruit-sec04__flex-main__cont-box__thumb{
    width: 160px;
}
.recruit-sec04__flex-main__cont-box__meta{
    width: calc(100% - 160px);
    padding-left: 40px;
}
.recruit-sec04__flex-main__cont-box__meta-name{
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}
.recruit-sec04__flex-main__cont-box__meta-name small{
    font-size: 16px;
}
.recruit-sec04__flex-main__cont-box__meta-tag span{
    display: block;
}
.recruit-sec04__flex-main__cont-desc{
    line-height: 1.625;
}
.recruit-sec04__flex-main__cont-profile{
    margin-top: 30px;
}
.recruit-sec04__flex-main__cont-profile dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
}
.recruit-sec04__flex-main__cont-profile dl:last-child{
    margin-bottom: 0;
}
.recruit-sec04__flex-main__cont-profile dl dt{
    font-size: 14px;
    line-height: normal;
    width: 120px;
    border-radius: 6px;
    background-color: var(--navy);
    text-align: center;
    font-weight: normal;
    padding: 4px 0;
}
.recruit-sec04__flex-main__cont-profile dl dd{
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    width: calc(100% - 120px);
    padding-left: 12px;
}
.recruit-sec05{
    position: relative;
    z-index: 0;
}
.recruit-sec05__lead{
    margin-bottom: 40px;
    line-height: 2.33;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.recruit-sec05__text{
    line-height: 2.25;
}
.recruit-sec06,
.contact-sec02,
.confirm-sec,
.thanks-sec{
    padding-bottom: 140px;
}
.recruit-sec06 .title{
    margin-bottom: 80px;
}
.recruit-sec06__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.recruit-sec06__grid-item{
    border-radius: 10px;
    transition: .3s;
    background-color: #F6F6F6;
    height: 310px;
    position: relative;
    cursor: default;
}
.recruit-sec06__grid-item__label{
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background-color: var(--navy);
    transition: var(--transition);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-weight: bold;
    padding-top: 6px;
    color: #fff;
}
.recruit-sec06__grid-item__label span{
    transition: var(--transition);
}
.recruit-sec06__grid-item__label::before{
    content: "A";
    position: absolute;
    top: 6px;
    left: 10px;
    color: #fff;
    transition: var(--transition);
    opacity: 0;
}
.recruit-sec06__grid-item__box{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 0 20px;
}
.recruit-sec06__grid-item__box-lead{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
.recruit-sec06__grid-item__box-text{
    margin-top: 20px;
    line-height: normal;
}
.recruit-sec06__grid-item__box-text-wrap{
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transition) grid-template-rows ease;
}
.recruit-sec06__grid-item__box-text-wrap > div{
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .recruit-sec06__grid-item:hover{
        background-color: var(--navy);
        color: #fff;
    }
    .recruit-sec06__grid-item:hover .recruit-sec06__grid-item__box-text-wrap{
        grid-template-rows: 1fr;
    }
    .recruit-sec06__grid-item:hover .recruit-sec06__grid-item__label{
        background-color: var(--light-blue);
    }
    .recruit-sec06__grid-item:hover .recruit-sec06__grid-item__label span{
        opacity: 0;
    }
    .recruit-sec06__grid-item:hover .recruit-sec06__grid-item__label::before{
        opacity: 1;
    }
}
.modal-content__require-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.modal-content__require-grid__item{
    border: 1px solid #eee;
    border-radius: 6px;
}
.modal-content__require-grid__item.wide,
.modal-content__require-grid__item.full{
    grid-column: 1/3;
    border-radius: 10px;
}
.modal-content__require-grid__item.wide{
    background-color: #EBF3FB;
    border-color: transparent;
}
.modal-content__require-grid__item a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 160px;
}
.modal-content__require-text{
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin: -40px 0 56px;
}
.modal-content__require-grid__item a::before{
    content: "";
    width: 15px;
    height: 15px;
    background: url(./img/recruit/icon-link.svg) no-repeat center center / contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
    z-index: 1;
}
.modal-content__require-grid__item.wide a,
.modal-content__require-grid__item.full a{
    height: 240px;
}
.modal-content__require-grid__item.wide a::before,
.modal-content__require-grid__item.full a::before{
    bottom: 20px;
    right: 20px;
}



/* CONTACT */
.contact-sec01,
.confirm-sec,
.thanks-sec,
.contact-sec02.padding-top{
    padding-top: 300px;
}
.contact-sec01__box{
    border-radius: 10px;
}
.contact-sec01__box-flex{
    justify-content: space-between;
    align-items: center;
}
.contact-sec01__box.n1{
    padding: 60px 0;
    background-color: var(--gray);
    border: 1px solid var(--gray);
    color: #fff;
}
.contact-sec01__box.n2{
    padding: 40px 0;
    background-color: #F6F6F6;
    border: 1px solid #eee;
}
.contact-sec01__box-inner{
    max-width: 1000px;
    margin: 0 auto;
}
.contact-sec01__box-tel__text{
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
}
.contact-sec01__box-tel__item{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-sec01__box-tel__item-elm__text{
    font-size: 30px;
    line-height: normal;
    font-family: var(--inter);
    letter-spacing: 0.065em;
}
.contact-sec01__box-tel__item-elm__text a{
    font-size: 50px;
    display: inline-block;
    line-height: normal;
}
.contact-sec01__box-tel__item-elm__att{
    line-height: 1.857;
    font-size: 14px;
    margin-top: 10px;
}
.contact-sec01__box-tel__item-fax{
    font-family: var(--inter);
    line-height: normal;
    letter-spacing: 0.03em;
    padding-top: 24px;
}
.contact-sec01__box-tel__item-fax span{
    font-size: 24px;
    display: inline-block;
    line-height: normal;
}
.contact-sec01__box-line__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 36px;
}
.contact-sec01__box-line__box-item__lead{
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 12px;
}
.contact-sec01__box-line__box-item__text{
    line-height: normal;
}
.contact-sec01__box-line__view-more{
    display: none;
}
.contact-sec02{
    padding-top: 120px;
}
.contact-sec02 .title{
    margin-bottom: 40px;
}
.contact-sec02 .title-en{
    font-size: 60px;
}
.contact-sec02__text{
    line-height: 2.25;
    margin-bottom: 80px;
}
.contact-sec02__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 60px;
}
.contact-sec02__grid-item a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 180px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 10px;
    border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
    .contact-sec02__grid-item a:hover{
        border-color: var(--navy);
        opacity: 1;
    }
}
.form-wrap dl{
    align-items: center;
}
.form-wrap dl.align-items-start{
    align-items: flex-start;
}
.form-wrap dl dt{
    width: 300px;
}
.form-wrap dl dt span{
    margin-left: 20px;
    display: inline-block;
    background-color: var(--light-blue);
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    padding: 3px 12px;
}
.form-wrap dl dd{
    width: calc(100% - 300px);
}
.form-wrap dl dd input[type="text"],
.form-wrap dl dd input[type="email"],
.form-wrap dl dd input[type="tel"],
.form-wrap dl dd textarea{
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    font-family: var(--base-font);
    line-height: normal;
    font-weight: normal;
}
.form-wrap dl dd input.md{
    max-width: 400px;
}
.form-wrap dl dd input[type="checkbox"],
.form-wrap dl dd input[type="radio"]{
    display: none;
}
.form-wrap dl dd input[type="text"],
.form-wrap dl dd input[type="email"],
.form-wrap dl dd input[type="tel"]{
    padding: 0 30px;
    height: 44px;
}
.form-wrap dl dd textarea{
    resize: none;
    padding: 20px 30px;
    height: 240px;
}
.form-wrap__checkbox{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 0;
}
.form-wrap__checkbox-item label{
    line-height: normal;
    padding-left: 38px;
    position: relative;
    display: inline-block;
}
.form-wrap__checkbox-item label::before{
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: #eee;
    transition: var(--transition);
    position: absolute;
    top: 1px;
    left: 0;
}
.form-wrap__checkbox-item label::after{
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 11px;
    background: url(./img/contact/icon-check.svg) no-repeat center center / contain;
    transition: var(--transition);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.form-wrap__checkbox-item input:checked + label::before{
    background-color: var(--gray);
}
.form-wrap__checkbox-item input:checked + label::after{
    opacity: 1;
}
.form-wrap__radio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.form-wrap__radio-item label{
    line-height: normal;
    padding-left: 34px;
    display: inline-block;
    position: relative;
}
.form-wrap__radio-item label::before{
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition);
}
.form-wrap__radio-item label::after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    top: 12px;
    left: 12px;
    position: absolute;
    transition: var(--transition);
    opacity: 0;
}
.form-wrap__radio-item input:checked + label::before{
    background-color: var(--gray);
}
.form-wrap__radio-item input:checked + label::after{
    opacity: 1;
}
.contact-sec02__form-agree{
    text-align: center;
    margin-top: 60px;
}
.contact-sec02__form-agree__check input{
    display: none;
}
.contact-sec02__form-agree__text a{
    cursor: pointer;
    color: var(--navy);
    text-decoration: underline;
}
.contact-sec02__form-agree__text{
    line-height: normal;
    margin-bottom: 20px;
}
.contact-sec02__form-agree__submit{
    margin-top: 40px;
}
.contact-sec02__form-agree__submit-inner{
    position: relative;
    display: inline-block;
    height: 55px;
    width: 248px;
}
.contact-sec02__form-agree__submit input[type="submit"]{
    width: 100%;
    height: 100%;
}
.contact-sec02__form-agree__submit-inner::after,
.thanks-sec__view-more a span{
    width: 12px;
    height: 12px;
    right: 20px;
}
@media screen and (min-width: 992px) {
    .contact-sec02__form-agree__submit-inner:hover::before{
        width: 55px;
    }
}
.error_messe{
    color: red;
}
.back-btn{
    text-align: center;
    margin-top: 50px;
}
.back-btn input[type="button"]{
    background-color: var(--gray);
    color: #fff;
    height: 55px;
    line-height: 55px;
    width: 248px;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    border: 1px solid var(--gray);
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    transition: var(--transition);
}
@media screen and (min-width: 992px) {
    .back-btn input[type="button"]:hover{
        opacity: 0.6;
    }
}
.confirm-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    margin-top: 50px;
}
.confirm-btns .back-btn,
.confirm-btns .contact-sec02__form-agree__submit{
    margin-top: 0;
}


/* MODAL プライバシーポリシー */
.modal-privacy-sec__text{
    margin-bottom: 60px;
}
.modal-privacy-sec__box:not(:last-child){
    margin-bottom: 40px;
}
.modal-privacy-sec__box-lead{
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-weight: 500;
}
.modal-privacy-sec__box-lead::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--navy);
    position: absolute;
    bottom: -1px;
    left: 0;
}
.modal-privacy-sec__box-item__att{
    margin-top: 20px;
}
.modal-privacy-sec__box-item__att-text:not(:last-child){
    margin-bottom: 15px;
}
.modal-privacy-sec__box-item__att-text span{
    display: block;
    font-weight: 500;
}


/* MODAL 代表挨拶 */
.modal-message-sec__lead{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.modal-message-sec__name{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-content__job-text {
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
.message-photo{
    border-radius: 10px;
    max-width: 100%;
}
/* .message-img img {
    text-align: center;
} */
@media screen and (min-width: 992px) {
    .message-photo {
        max-width: 60%;
        height: auto;

    }
    .message-img {
        display: flex;
        justify-content: center; 
        align-items: center; 
        height: 100%; 
    }
    
}
 /* ローディング全体 */
 .loading {
    position: fixed;
    inset: 0;
    background: #000;          
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;              
    z-index: 9999;
    opacity: 1;
    transition: opacity 1.2s ease;
  }

  .loading.is-hide {
    opacity: 0;
    pointer-events: none;
  }

  .loading-text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    opacity: 0;
    animation: fadeInOut 2.4s ease forwards;
    text-align: center;
  }
  
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;   /* フェードイン完了 */
    }
    70% {
      opacity: 1;   /* 表示キープ */
    }
    100% {
      opacity: 0;   /* フェードアウト */
    }
  }
  .loading-logo {
    width: 200px;
  }
  @media screen and (max-width: 768px) {
    .loading-text {
      text-align: center;
      padding: 0 16px;
    }
  
    .loading-logo {
      width: 160px;
      margin: 0 auto 8px;
      display: block;
    }
  
    .loading-company {
      display: block;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 16px;
      padding-bottom: 16px;
    }
  
    .loading-note {
      font-size: 11px; 
      line-height: 1.5;
      opacity: 0.8;
      padding-top: 16px;
    }
    #header .header-logo img {
        width: 80px!important;
    }
    .sp-only {
        display: block!important;
    }
  }
 .header-logo {
    width: 100px;
 }
.list-style-none li{
    list-style: none;
}
.sp-only {
    display: none;
}
.recruit-sec03__tab-item__flex-box ul{
    margin-bottom: 16px;
}
.recruit-sec03__tab-item__ttl span{
    font-size: 14px;
}
  