/* ---------------------
---------TOP PAGE-------*/
/*FV*/
.main {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.main img {
height: auto;
width: 100%;
}
.fv-wrapper{
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.contents-wrapper{
    margin-top: 100vh;
    position: absolute;
    z-index: 99;
    background-color: #edf2f7;
}
.fv-area{
    position: relative;
}
/* text-animation (left→right) */
.fv-txt-animation-en{
    position: absolute; 
    bottom: -50px; 
    left: 0; 
    width: 100%;
    z-index: 10;
}
.fv-txt-animation-left .txtanimation .__row {
    overflow: hidden;
}
.fv-txt-animation-left .txtanimation .__row h2{
    font-size: clamp(4rem, -1.988rem + 7.99vw, 8rem);
    margin-left: -100%;
    transition: margin-left 0.6s;
    font-weight: 300;
}
.fv-txt-animation-left .txtanimation.__show h2 {
    margin-left: 0;
    line-height: 1.2;
}
/* text-animation (right→left) */
.__scrollAnimation-right {
opacity: 0;
text-align: right !important; 
transform: translateX(100%);
transition: transform 0.6s ease-out, opacity 0.6s ease-out;
display: block; 
justify-content: end;
}
.__scrollAnimation-right.__show {
opacity: 1;
transform: translateX(0);
}
.fv-txt-animation-right .txtanimation .__row h2{
    font-size: clamp(4rem, -1.988rem + 7.99vw, 8rem);
    font-weight: 300;
    line-height: 1.2;
}
.fv-txt-animation-ja{
    position: absolute;
    bottom: 66px;
    right: 90px;
    z-index: 10;
}
.fv-txt-animation-ja p{
    line-height: 1.0;
}
.fv-parts-left{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 640px;
}
.fv-parts-right{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -100px;
    width: 640px;
}
/* slider-img */
.slider {
    overflow: hidden;
}
.swiper {
    height: 100vh;
    top: 0;
    right: 0;
}
.swiper-img{
    height: 100%;
}
.swiper-slide img {
    height: 100%;
    transform: scale(1);
    transition: transform 6s ease-in-out;
}
.swiper-slide-visible img {
    transform: scale(1.05);
}
.swiper-slide img {
    height: 100%;
}
/* s-message */
.s-message{
    position: relative;
    margin-top: 90px;
}
.s-message .container{
    position: relative;
}
.rotation-circle{
    position: absolute;
    display:inline-block;
    width:300px;
    height:300px;
}
.rotation-circle img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
#rotation-circle{
animation: 20s linear infinite rotation1;
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: 9; 
}
@keyframes rotation1{
    0%
    { transform:rotate(0);
    }
    100%
    { transform:rotate(360deg); 
    }
}
.s-message .__txt{
    position: relative;
    z-index: 1 ;
    margin-left: 80px;
}
.s-message .__txt .txt p{
    font-size: 1.6rem;
}
.s-message .__img{
    width: 418px;
    aspect-ratio: 2 / 3;
}

/* s-works */
.s-works{
    background-color: #494949;
    background-image: url(/img/noise.jpg);
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.s-works .__txt{
    position: relative;
}
.s-works .title{
position: relative;
}
.s-works .title h2,.s-works .title p{
    color: #fff;
}
.s-works .title .title-animation-wrapper{
    z-index: -1;
    top: -90px;
    left: -150px;
}
.s-works .title-animation-wrapper h1{
color: #525252;
}
.s-works .__txt .title h2::before{
    background-color: #ffffff;
}

/* Works-item 共通 */
.works-item {
    display: flex;
    margin-bottom: 60px;
    position: relative;
    width: 100vw;
    height: 600px;
}
.works-item:last-child {
    margin-bottom: 0;
}
.works-item-content {
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.works-item-image-wrapper {
    flex: 1.5;
    position: relative;
    overflow: hidden;
    background-color: #eee; 
}
.works-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.works-item-number {
    font-family:"Poppins",  sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.0;
}
.works-item-heading {
    display: inline-block;
    padding: 10px 18px;
    background-color: #0f0f0f;
    color: #fff;
}
.works-item-text {
    font-size: 1.6rem;
}

/* works-item-01 */
.works-item-01 {
    flex-direction: row-reverse; 
    position: relative;
    }
.works-item-01 .works-item-label {
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    color: #e9635a;
    font-weight: 500;
    line-height: 1.0;
    cursor: default;
    z-index: 3;
    top: 40px;
    right: 40px;
}
.works-item-01 .works-item-content {
    clip-path: polygon(125px 0, 100% 0, 100% 610px, 0 610px);
    margin-left: -100px; 
    background-color: #fff; 
    padding: 90px 160px;
    position: relative;
    z-index: 2;
}
.works-item-01 .works-item-shadow {
    position: absolute;
    top: 20px;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(0deg, rgba(214, 74, 65, 1) 0%, rgba(255, 103, 61, 1) 100%);
    z-index: 1;
    clip-path: polygon(125px 0, 100% 0, 100% 610px, 0 610px); 
    pointer-events: none; 
}
.works-item-01 .works-item-image-wrapper {
    position: relative;
    clip-path: polygon(0 0, 100% 0, calc(100% - 125px) 100%, 0 100%);
    margin-top: 20px;
}
/* works-item-02 */
.works-item-02 {
    flex-direction: row-reverse; 
    position: relative;
}
.works-item-02 .works-item-label {
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    color: #e9635a;
    font-weight: 500;
    line-height: 1.0;
    cursor: default;
    z-index: 3;
    top: 40px;
    left: 40px;
}
.works-item-02 .works-item-content {
    clip-path: polygon(0 0, 100% 0, calc(100% - 125px) 610px, 0 610px);
    background-color: #fff; 
    padding: 90px 160px;
    margin-right: -100px;
    position: relative;
    z-index: 2;
}
.works-item-02 .works-item-shadow {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(0deg, rgba(214, 74, 65, 1) 0%, rgba(255, 103, 61, 1) 100%);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, calc(100% - 125px) 610px, 0 610px);
    pointer-events: none; 
}
.works-item-02 .works-item-image-wrapper {
    clip-path: polygon(125px 0, 100% 0, 100% 100%, 0 100%);
    margin-top: 20px;
}
.txt-vertically p{
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    color: #e9635a;
    font-weight: 500;
    line-height: 1.0;
    cursor: default;
    position: relative;
}
.txt-vertically p::before{
    position: absolute;
    content: "";
    background-color: #e9635a;
    width: 10px;
    height: 20px;
    top: -30px;
    left: 4px;
}

/* maquee */
.maquee{
    overflow-x: hidden !important;
}
.txtanimation {
    display: flex;
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden;
}
.txtanimation p {
    font-size: 10rem;
    line-height: 1;
    letter-spacing: 0;
    flex: 0 0 auto;
    color: #494949;
    font-weight: 600;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px  1px 0 #fff,
    1px  1px 0 #fff;
}
.txtanimation p:nth-of-type(1) {
    animation: loop_01 60s -30s linear infinite;
}
.txtanimation p:nth-of-type(2) {
    animation: loop_02 60s linear infinite;
}
@keyframes loop_01 {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes loop_02 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-200%);
}
}

/* links */
.s-links{
    margin-top: -200px;
}
/* 01 */
.links-01-txt{
    height: 466px;
    background-image: url("/img/links-01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130% auto;
    background-position: center;
    z-index: 1;
    position: relative;
    transition: background-size 0.5s ease; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    padding: 0 20px; 
    color: white; 
    text-align: center; 
}
.links-01-txt::after{ 
    content: ""; 
    position: absolute; 
    z-index: 2; 
    width: 100%; 
    height:100%; 
    top: 0; 
    left: 0; 
    background-color: rgb(0, 0, 0); 
    opacity: 0.4; 
    transition: opacity 0.5s ease;
}
.links-01-txt .btn-wrapper{
    background-image: url("/img/link-button-bg.png");
    position: absolute;
    background-position: center;
    background-size: auto;
    bottom: 0;
    display: block;
    right: 0;
    width: 200px;
    height: 100px;
    z-index: 5;
}
.links-01-txt .linkbtn{
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 3;
    background-color: transparent;
    border: unset;
}
.links-01-txt .linkbtn::after{
    background-color: #ffffff;
}
.links-01-txt .linkbtn::before{
    background-color: #ffffff;
}
@media (hover: hover) {
    .links-01:hover .links-01-txt::after {
    opacity: 0.9;
    }
    .links-01:hover .links-01-txt {
        background-size: 125%;
    }
}



.links-01:hover .linkbtn::after {
    right: 30px;
    background-color: #ffffff;
}

.links-01:hover .linkbtn::before {
    background-color: #ffffff;
}
/* 02 */
.links-02-txt{
    height: 466px;
    background-image: url("/img/links-02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130% auto;
    background-position: center;
    z-index: 1;
    position: relative;
    transition: background-size 0.5s ease; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    padding: 0 20px;
    color: white; 
    text-align: center; 
}
.links-02-txt::after{ 
    content: ""; 
    position: absolute; 
    z-index: 2; 
    width: 100%; 
    height:100%; 
    top: 0; 
    left: 0; 
    background-color: rgb(0, 0, 0); 
    opacity: 0.4; 
    transition: opacity 0.5s ease;
}
.links-02:hover .links-02-txt::after {
    opacity: 0.8;
}
.links-02:hover .links-02-txt {
    background-size: 115%;
}
.links-wrapper h4{
position: relative;
font-size: 3.2rem;
line-height: 1.0;
text-align: center;
color: #fff;
z-index: 3;
}
.links-wrapper p{
position: relative;
font-size: 1.6rem;
line-height: 1.8;
text-align: center;
color: #fff;
z-index: 3;
}
.links-02-txt .btn-wrapper{
    background-image: url("/img/link-button-bg.png");
    position: absolute;
    background-position: center;
    background-size: auto;
    bottom: 0;
    display: block;
    right: 0;
    width: 200px;
    height: 100px;
    z-index: 5;
}
.links-02-txt .linkbtn{
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 3;
    background-color: transparent;
    border: unset;
}
.links-02-txt .linkbtn::after{
    background-color: #ffffff;
}
.links-02-txt .linkbtn::before{
    background-color: #ffffff;
}
.links-02:hover .links-02-txt::after {
    opacity: 0.9;
}
.links-02:hover .links-02-txt {
    background-size: 125%;
}

.links-02:hover .linkbtn::after {
    right: 30px;
    background-color: #ffffff;
}

.links-02:hover .linkbtn::before {
    background-color: #ffffff;
}


 @media screen and (max-width: 1620px) { /*ユニーク */
.works-01 .__img img{
    object-fit: contain;
}
.works-02 .__txt{
    background-size: contain;
}
}

@media screen and (max-width: 1200px) {
.fv-parts-right,.fv-parts-left{
width: 420px;
}
    .message-wrapper{
    align-items: start !important;
}
    .s-message .__img{
    width: unset;
}
#rotation-circle{
    width: 200px;
    top: -24%;
    left: -10%;
}
.rotation-circle{
width: 240px;
}
.works-wrapper{
    margin-top:60px;
}
.works-01 .__txt,.works-01 .__img{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.works-01 .__txt{
    background-image: unset;
    background-color: #fff;
}
.works-01 .__txt .__txt-wrapper{
    padding: 40px 0;
    max-width:960px ;
    margin: 0 auto;
}
.txt-vertically{
    top: -120px;
}
.works-02 {
    display: flex;
    flex-wrap: column;
}
.works-02 .__txt {
    order: 2;
}
.works-02 .__img {
    order: 1;
    margin-top: 0; 
}
.works-02 .__txt,.works-02 .__img{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.works-02 .__txt{
    background-image: unset;
    background-color: #fff;
}
.works-02 .__txt .__txt-wrapper{
    padding: 40px 0;
    max-width:960px ;
    margin: 0 auto;
}
.works-item {
    height: unset;
    display: grid;
    flex-direction: column;
    margin-bottom: 0;
}
.works-item-shadow{
    display: none;
}
.works-item-01{
    flex-direction: column-reverse;
}
.works-item-01 .works-item-content ,.works-item-02 .works-item-content{
    clip-path: unset;
    margin-left: 0; 
    padding: 90px;
    order: 2;
    margin: 20px;
    height: fit-content;
}
.works-item-01 .works-item-image-wrapper ,.works-item-02 .works-item-image-wrapper{
    position: relative;
    margin-top: 0;
    clip-path: unset;
    order: 1;
}
.works-item-image-wrapper {
    clip-path: none;
    overflow: unset;
    height: 30vh; 
}
.works-item-image {
    height: 100%; 
}
.works-item-label {
    right: auto;
    left: 50%;
    top: 15px; 
    transform: translateX(-50%);
    rotate: 0deg;
    transform-origin: center center;
}
.works-item-heading {
    font-size: 2.4rem;
    margin-top: 20px; 
}
.works-item-text {
    font-size: 1.4rem;
}
.works-item-label{
    left: unset;
    transform:unset;
}
.works-item-01 .works-item-label,.works-item-02 .works-item-label{
    top: 120px;
    right: 20px;
}
.works-item-content {
width: fit-content;
}
.links-01-txt,.links-02-txt{
background-size: cover;
}
}


@media (max-width: 991px) {
    .swiper {
    height: 100svh;
}
.title-animation-wrapper .char{
font-size: 9.2rem;
}  
.s-message{
    margin-top: 120px
}
.s-message .title-animation-wrapper{
    left: -60px; 
}
.works-01 .__txt .__txt-wrapper{
    max-width:720px ;
    margin: 0 auto;
    padding: 60px 24px !important;
}
.__txt .__txt-wrapper .numbering{
    font-size: 4rem;
}
.sp-only-img{
    display: block;
}
.pc-only-img{
    display: none;
}
.works-wrapper{
    margin-top:40px;
}
.s-works .title .title-animation-wrapper{
    left: -80px;
}
.works-item-01 .works-item-content ,.works-item-02 .works-item-content{
        padding: 40px;
    }
.links-01-txt::after ,.links-02-txt::after{
opacity: 0.6 !important;
}
.links-01-txt{
    margin-bottom: 30px;
}
.message-wrapper{
    height: 100vh;
    background-image: url("/img/message.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    width: 100%;
    padding: 60px;
}
.s-message .container{
    max-width:unset;
    padding: 0 !important;
}
.s-message .__img{
    display: none;
}
#rotation-circle{
    width: 300px;
    z-index: 0;
}
.title-animation-wrapper{
    top: -160px;
}
.s-message .__txt{
    margin: 0 auto;
    background-color: oklch(0 0 0 / 0.8);
    padding: 30px;
}
.s-message .__txt .txt p,.s-message .__txt .title p,.sec-innner .__txt .title h2{
    color: #fff;
}
.links-01:hover .links-01-txt ,.links-02:hover .links-02-txt{
    background-size: cover;
}
.links-01-txt,.links-02-txt{
    height: unset;
    padding: 90px 0;
}
.links-wrapper p{
    padding: 0 24px;
}
.sec-innner .__txt .title h2::before{
    background-color: #fff;
}
}

@media (max-width: 767px) {
    .fv-parts-right,.fv-parts-left{
width: 92%;
}
.fv-txt-animation-ja{
    right: 0;
}
.fv-txt-animation-ja p{
    line-height: 1.8;
}
.title-animation-wrapper{
    top: -140px;
    left: -60px;
}
.title-animation-wrapper .char{
    font-size: 7.2rem;
}
.sec-innner .__txt .title p{
    line-height: 1.8;
    font-size: 2.4rem;
}
.s-message{
    margin-top: 90px;
}
.message-wrapper {
    height: fit-content;
    padding: 24px 12px;
}
.s-message .__txt{
    padding: 20px;
}
#rotation-circle{
    height: 240px;
    top: -140px;
    left: -30%;
}
.s-works .title .title-animation-wrapper{
    top: -60px;
    left: 0;
}
.works-item-01 .works-item-content ,.works-item-02 .works-item-content{
    padding: 40px 24px;
}
.works-item-number {
    font-size: 4rem;
}
.links-01-txt,.links-02-txt{
    background-size: cover;
}
.works-item-heading{
    font-size: 2.0rem;
    line-height: 1.2;
}
.links-wrapper h4{
font-size: 2.4rem;
}
}


@media (max-width:350px){  /* ユニーク */
    .message-wrapper .__txt .btn-wrapper .linkbtn{
    min-width: 186px;
    padding: 18px 12px;
    }
    .message-wrapper .__txt .btn-wrapper .linkbtn::before{
    right: 20px;
    }
    .message-wrapper .__txt .btn-wrapper .linkbtn::after{
    right: 5rem;
    }
}


/* ---------------------
---------p-business-------*/
.fixed-bg_area{
    background-image: url("/img/p-business/fixed-bg.jpg");
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    height: 30vh;
}

.business__wrapper h2{
    position: relative;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 8px
}
.business__wrapper h2::after{
    position: absolute;
    content: "";
    background: #ee5044;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.business__wrapper .__img img{
    height: unset;
    aspect-ratio: 3 / 2;
}
.s-safety{
background-color: #fff;
}
.equipment-list-title{
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    width: fit-content;
    padding: 4px 8px;
}
.s-equipment .__wrapper{
    display: flex;
    justify-content: space-between;
}
.equipment-item{
    width: 32%;
    padding: 32px;
    background-color: #fff;
}
.equipment-item .__txt{
    font-size: 1.4rem;
}
.equipment-item tr{
    border-bottom: 1px solid#e9e9e9;
}
.equipment-item th,.equipment-item td{
    padding: 12px 16px;
}
.equipment-item table{
    width: 100%;
}
.equipment-item ul{
    padding: 10px 0;
}

@media (max-width: 1199px){
.fixed-bg_area{
    min-height: unset;
    height: 40vh;
}
}
@media (max-width: 991px){
    .equipment-item{
        width: 31%;
        padding: 3px;
    }
.s-equipment .__wrapper{
    flex-wrap: wrap;
    gap: 20px;
    }
    .equipment-item th, .equipment-item td{
        padding: 12px 8px;
    }
    .business-item{
        margin-bottom: 60px;
    }
    .business-01-item{
        margin-top: 20px;
    }
    .safety__wrapper .row{
        flex-direction: column-reverse;
    }
    .safety__wrapper .__img{
        margin-top: 20px;
        height: 30vh;
    }
    .fixed-bg_area{
    min-height: unset;
    height: 40vh;
    background-attachment:scroll;
}
}
@media (max-width: 767px){
.equipment-item{
    width: 100%;
    padding: 16px;
}
.c-header_parts{
    width: 80%;
}
}
/* ---------------------
---------p-company-------*/
.president-name{
    text-align: end;
}
.s-president .name-img{
    width: 280px;
    margin-top: 8px;
}
.s-president .__txt p{
    line-height: 2.0;
}

.name-txt{
    font-size: 1.6rem;
    line-height: 1.2;
}
.s-list{
    background-color: #fff;
}
.s-list table{
    width: 100% !important;
}
.s-list th, .s-list td {
    border-bottom: 1px solid #a5a5a5;
    padding: 40px 0;
    font-size: 1.6rem;
}
.s-list td{
    padding-left: 40px;
}
.s-access .map-item .map-map{
    height: 450px;
}
.s-access .map-item .map-map iframe{
    height: 100%;
    width: 100%;
}
.s-access .map-item .map-title h4{
font-size: 2.4rem;
color: #fff;
}
.s-access .map-item .map-title p{
font-size: 1.6rem;
color: #afafaf;
font-weight: 400;
line-height: 1.2;
}
.s-access .map-item{
    background-color: #494949;
    background-image: url(/img/noise.jpg);
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .contents-header_title .title-animation-wrapper .char{
    font-size: 8rem;
    }  
}

@media (max-width: 991px){
.contents-header_image{
    margin-top: 60px;
    width: 100%;
    height: 30vh;
}
.name-img{
    width: 100%;
    max-width: 240px;
}
}
@media (max-width: 767px){
    .contents-header_image{
    height: 28vh;
}
.contents-header_title .title-animation-wrapper .char{
font-size: 5rem;
}
.s-president .__img{
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
}
.s-list tr{
    display: block;
padding: 20px 0;
border-bottom: 1px solid #a5a5a5; 
}
.s-list th, .s-list td{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 12px;
    border-bottom: unset;
}
.s-list td{
    padding-left: 0;
}
.s-access .map-item .map-map{
height: 240px;
}
}
@media (max-width:576px) {
.s-president .__img{
    width: 80%;
}
}


/* ---------------------
---------p-recruit-------*/
.s-working .__img{
width: 45%;
}
.s-working .__txt h2{
    font-size: 3rem;
    line-height: 1.8;
}
/* marker-animation */
.marker {
    display: inline;
    background: linear-gradient(
        to right,
        rgb(255, 69, 56) 0%,
        rgb(255, 136, 25) 100%
    );
    background-repeat: no-repeat;
    background-size: 0% 0.8em; 
    background-position: 0 0.9em; 
    transition: background-size 2s ease-in-out;
}
.marker.is-active {
    background-size: 100% 0.8em; 
}
.s-growth .three-img{
    padding: 80px;
    background-color: #e6e3e3;
}
.s-growth .three-img-item .__txt h3{
    font-size: 1.8rem;
    line-height: 1.0;
    font-weight: 700;
}
.s-growth .three-img-item .__txt h3 span{
font-family: "Poppins", "Noto Sans JP", sans-serif;
font-size: 3rem;
line-height: 1;
font-weight: 500;
color: #e9635a;
margin-right: 10px;
}
.s-recruitment{
    background-color: #fff;
}
.s-recruitment table{
    width: 100% !important;
}
.s-recruitment th, .s-recruitment td {
    border-bottom: 1px solid #a5a5a5;
    padding: 40px 0;
    font-size: 1.6rem;
    padding-left: 40px;
    line-height: 1.8;
}
.s-recruitment th{
    background-color: #e2e2e2;
}
.s-recruitment td{
    background-color: #f5f5f5;
}
.s-process{
position: sticky;
z-index: 1;
}
.process__wrapper .__txt{
    padding: 30px;
    position: relative;
}
.process__wrapper .__txt::after{
    padding: 30px;
    position: relative;
}
.process__wrapper .__txt .num{
    margin-right: 12px;
    color: #e9635a;
    font-family:"Poppins",  sans-serif;
    font-weight: 600;
}
.process__wrapper .__txt h3{
    font-weight: 700; 
}
.process-01_button{
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 40px;
}
.s-process .txtanimation{
    margin-top: -60px;
    position: sticky;
    z-index: -1;
}
.s-process .txtanimation p{
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1rem;
}
.s-process .maquee{
    overflow-x: unset !important;
}

@media (max-width: 1199px) {
    .s-growth .three-img-item .__txt span{
        display: block;
        margin-bottom: 16px;
    }
    .s-growth .three-img-item{
    width: 31% !important;
    }
}
@media (max-width: 992px) {
    .s-growth .three-img{
        padding: 40px;
    }
    .s-working .__img{
    width: 100%;
    height: 30vh;
    } 
    .s-working .__img img{
    object-position: 0 10%;
    }
}
@media (max-width: 767px) {
    .s-working .__txt h2{
    font-size: 2.4rem;
    margin-top: 30px;
}
    .three-img-item{
        margin-bottom: 60px;
    }
    .s-growth .three-img-item{
    width: 100% !important;
    }
    .s-growth .three-img{
        padding: 60px;
    }
    .s-growth .three-img .__img{
        width: 100%;
        height: 30vh;
        overflow-y: hidden;
    }
    
    .three-img-item .__img {
        height: unset !important;
    }
}

@media (max-width: 576px) {
    .s-working .__img {
    height: unset;
    }
        .s-growth .three-img {
        padding: 20px;
}
.s-recruitment th,.s-recruitment td{
    display: block;
    width: 100%;
    padding: 20px 16px;
}
.process__wrapper .__txt{
    padding: 20px 0;
}
}
/* ---------------------
---------p-contact-------*/
.s-call .__wrapper{
    max-width: 1110px;
    margin: 0 auto;
}
.s-call .__wrapper h4{
    font-size: 2rem;
    font-weight: 500;
}
.__tel,.__fax{
    background-color: #ffffff;
}
.__tel-num,.__fax-num{
    font-size: 3.2rem;
    font-weight: 600;
    padding: 12px 24px;
}
.__tel-num{
    background-color:#E9635A;
    border-radius: 40px;
}
.__tel-num{
    color: #fff;
}
.__tel-icon,.__fax-icon{
    width: 40px;
    height: 40px;
}
.available-hours{
    color: #707070;
}
/* form */
.required{
    color: #fd2121;
    font-weight: 800;
    border: 1px solid #fd2121;
    line-height: 1.0;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 1.4rem;
    margin-right: 4px;
}
.form-body{
    overflow-x: hidden !important;
}

.form-body th{
    font-size:clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem) ;
    font-weight: 500;
    padding: 20px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
}
.form-body td{
    font-size:clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem) ;
    font-weight: 400;
    padding: 10px 20px;
    border-bottom: none;
}
.form-control{
    font-size: clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
    padding: 8px !important;
}
select{
    padding: 8px !important;
}
.form-control::placeholder {
    color: #d8d8d8 !important;
    font-weight: 400 !important;
}
table .required{
    margin-left: 10px;
}
/* pp */
.ttl_policy{
    font-size: clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
    font-weight: 800;
    color: #e9635a;
}
.pp__wrapper{
    height: 60vh;
    overflow-y:scroll;
    border: 1px solid #ddd;
    background-color: #fff;
}
.lead_policy{
    position: relative;
    padding-bottom: 30px !important;
}
.lead_policy::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0%;
    left: 0%;
    background: #ebeef0;
}
.privacyBox .pp-txt{
    line-height: 1.8;
    font-size: 1.6rem;
}
.privacyBox .pp-txt strong{
    position: relative;
}

.privacyBox-2nd{
    font-size: clamp(1.2rem, 0.9rem + 0.4vw, 1.4rem);
    margin-left: 20px;
}
.privacyBox-2nd li{
    margin-bottom: 4px;
    line-height: 1.8;
}
.privacyBox .pp-txt strong{
    display: block;
    margin-bottom: 4px;
    margin-left: 16px;
    font-weight: 600;
    position: relative;
}
.privacyBox .pp-txt strong::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 80%;
    background-color:#e9635a;
    top: 4px;
    left: -16px;
}
.information-address p{
    font-size: clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
    line-height: 1.4;
}
.form-button .linkbtn{
    min-width: 246px;
    margin: 8px;
}
.agree-txt{
    font-size:clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
    margin-left: 8px;
}
.go-back{ 
    background-color: #cacaca;
    border: none;
    color: #000000;
    transition: all 0.2s ease-in-out;
}
.go-back::before,.go-back::after{   /* go-backには独自アニメーション */
content: none;
}
.go-back:hover {
    background-color: #8d8d8d;
    color: unset !important;
}
.go-back:hover .btn-text{
color: #000;
}
.go-back:hover::before {
    animation: unset;
}
    @media (max-width: 767px) {
    .__tel-num,.__fax-num{
        font-size: 2rem;
        padding: 8px 12px;
    }
    .form-body th{
        padding: 24px;
    }
    .form-body td{
        padding: 10px 24px;
    }
    .pp__wrapper{
    height: 40vh;
}
    .privacyBox-2nd{
        font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
        margin-left: 8px;
    }
    .privacyBox-2nd li{
        margin-bottom: 8px ;
        line-height: 1.8;
        font-size: 1.4rem;
    }
    .form-button{
        text-align: center;
    }
    .formBtn {
    display: inline-block !important;
}
}