/*共通*/
html,body {
    font-size: 62.5%; 
    color: #0f0f0f;
    background-color: #ffffff;
    overflow-x: hidden;
}
.sp-br{
    display: none;
    }
@media (max-width:576px) {
    .container {
        padding: 0 24px !important;
    }
    .sp-br{
        display: block;
    }
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
._inner{
    padding: 120px 0;
    margin: 0 auto;
}
body{
    overflow: hidden !important;
    overflow-y: scroll; -webkit-overflow-scrolling: touch;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-break: strict;
    word-break:break-all;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
a{
    text-decoration: none !important;
    color: unset !important;
}
p{
    font-family: "Noto Sans JP", sans-serif;
    color: #0f0f0f;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    line-break:strict;
    line-height: 2.2;
    font-feature-settings: "palt";
    letter-spacing:0.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    line-break:strict;
    letter-spacing:0.06rem; 
    line-height: 1.8;
}
.nav-saiyo-icon{
    width: 18px;
    margin-left: 14px;
}

/* aos-ani */
[data-aos=zoom-out-right] {
    -webkit-transform: translate(-60px) scale(1.1) ;
    transform: translate(-60px) scale(1.1)
}
[data-aos=zoom-out-left] {
    -webkit-transform: translate(60px) scale(1.1);
    transform: translate(60px) scale(1.1)
}
[data-aos=fade-up] {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

/* ---余白--- */
.sec-pt-lg-12{
    padding-top: 12rem !important;
}
.sec-py-lg-9{
    padding: 9rem 0 !important;
}
.sec-py-lg-16{
    padding: 16rem 0 !important;
}
.sec-pb-lg-16{
    padding-bottom: 16rem !important;
}
.pt-lg-3{
    padding-top: 3rem !important; 
}
.pt-lg-4{
    padding-top: 4rem !important; 
}
.pt-lg-8{
    padding-top: 8rem !important; 
}
.pt-lg-12{
    padding-top: 12rem !important; 
}
.pt-lg-16{
    padding-top: 16rem !important; 
}
.mt-md-0{
    margin-top: 0 !important;
}
.mt-lg-0 {
    margin-top: 0 !important;
}
.mt-lg-1 {
    margin-top: 1rem !important;
}
.mt-lg-2 {
    margin-top: 2rem !important;
}
.mt-lg-3 {
    margin-top: 3rem !important;
}
.mt-lg-4 {
    margin-top: 4rem !important;
}
.mt-lg-6 {
    margin-top: 6rem !important;
}
.mt-lg-9 {
    margin-top: 9rem !important;
}
.mt-lg-12 {
    margin-top: 12rem !important;
}
.mt-lg-16 {
    margin-top: 16rem !important;
}
.mt-lg-20 {
    margin-top: 20rem !important;
}
.mx-lg-6 {
    margin: 6rem 0 !important;
}
.ml-lg-1 {
    margin-left: 1rem !important;
}
.ml-lg-8 {
    margin-left: 8rem !important;
}
.ml-lg-12 {
    margin-left: 12rem !important;
}
@media (max-width: 1199px) {
    .sec-py-xl-12{
    padding: 12rem 0 !important; 
    }
    .sec-pb-xl-12{
    padding-bottom: 12rem !important;
    }
    .sec-pt-0{
    padding-top: 0rem !important;
    }
    .sec-pt-6{
    padding-top: 6rem !important;
    }
    .sec-pb-6{
    padding-bottom: 6rem !important;
    }
    .sec-py-4{
        padding: 4rem 0 !important;
    }
    .sec-py-6{
        padding: 6rem 0 !important;
    }
    .sec-py-10{
        padding: 10rem 0!important;
    }
    .sec-py-12{
        padding: 12rem 0!important;
    }
    .mt-1 {
        margin-top: 1rem !important;
    } 
    .mt-2 {
        margin-top: 2rem !important;
    } 
    .mt-3 {
        margin-top: 3rem !important;
    } 
    .mt-4 {
        margin-top: 4rem !important;
    }
    .mt-6 {
        margin-top: 6rem !important;
    }
    .mt-9 {
        margin-top: 9rem !important;
    }
    .ml-0 {
    margin-left: 0 !important;
}
    .mx-4{
        margin: 4rem 0 !important;
    }
    .ml-lg-6 {
    margin-left: 6rem !important;
}
    .ml-lg-8 {
        margin-left: 8rem !important;
    }
    
}
@media (max-width: 991px) {
.mt-md-4{
    margin-top: 4rem !important;
}

}
/* -mb */
.mb-lg-0 {
    margin-bottom: 0 !important;
}
.mb-lg-2 {
    margin-bottom: 2rem !important;
}
.mb-lg-3 {
    margin-bottom: 3rem !important;
}
.mb-lg-6 {
    margin-bottom: 6rem !important;
}
.mb-lg-9 {
    margin-bottom: 9rem !important;
}
.mb-lg-12 {
    margin-bottom: 12rem !important;
}
.mb-lg-16 {
    margin-bottom: 16rem !important;
}
.mb-4{
    margin-bottom: 4rem !important;
}
@media (max-width: 1199px) {
    .mb-0 {
        margin-bottom: 0 !important;
    }
    .mb-2 {
        margin-bottom: 2rem !important;
    }
    .mb-6 {
        margin-bottom: 6rem !important;
    }
    .mb-9 {
        margin-bottom: 9rem !important;
    }
    .mb-12 {
        margin-bottom: 12rem !important;
    }
    .mb-16 {
        margin-bottom: 16rem !important;
    }
}
.my-lg-3{
    margin: 3rem 0 !important;
}
.py-lg-1{
    padding: 1rem 0  !important;
}
.py-lg-2{
    padding: 2rem 0 !important;
}
.py-lg-3{
    padding: 3rem 0  !important;
}
.py-lg-2{
    padding: 2rem 0 !important;
}
.py-lg-4{
    padding: 4rem 0 !important;
}
.py-lg-8{
    padding: 8rem 0 !important;
}
.py-lg-12{
    padding: 12rem 0 !important;
}
.py-lg-16{
    padding: 16rem 0 !important;
}
.gx-lg-0 {
    --bs-gutter-x: 0rem !important;
}
.gx-lg-2 {
    --bs-gutter-x: 2rem !important;
}
.px-lg-1{
    padding: 0 1rem !important;
}
.px-lg-2{
    padding: 0 2rem !important;
}
.px-lg-3{
    padding: 0 3rem !important;
}
.px-lg-5{
    padding: 0 5rem !important;
}
.px-lg-6{
    padding: 0 6rem !important;
}
.px-lg-9{
    padding: 0 9rem !important;
}
.px-lg-12{
    padding: 0 12rem !important;
}
.px-lg-16{
    padding: 0 16rem !important;
}
.pt-lg-6{
    padding-top: 6rem !important;
}
.p-lg-1{
    padding: 1rem !important;
}
.p-lg-2{
    padding: 2rem !important;
}
.p-lg-4{
    padding: 4rem !important;
}
.p-lg-6{
    padding: 6rem !important;
}
.p-lg-12{
    padding: 12rem !important;
}
@media (max-width: 1199px) {
    .py-1{
        padding: 1rem 0 !important;
    }
    .py-2{
        padding: 2rem 0 !important;
    }
    .gx-0 {
        --bs-gutter-x: 0rem !important;
    }
    .gx-2 {
        --bs-gutter-x: 2rem !important;
    }
    .px-1{
        padding: 0  1rem !important;
    }
    .px-3{
        padding: 0  3rem !important;
    }
    .px-4{
        padding: 0  4rem !important;
    }
    .px-6{
        padding: 0  6rem !important;
    }
    .px-8{
        padding: 0  8rem !important;
    }
    .px-10{
        padding: 0  10rem !important;
    }
    .px-16{
        padding: 0  16rem !important;
    }
    .pt-4{
        padding-top: 4rem;
    }
    .pt-6{
        padding-top: 6rem;
    }
    .p-1{
    padding: 1rem !important;
    }
    .p-2{
    padding: 2rem !important;
    }
    .p-4{
    padding: 4rem !important;
    }
    .p-6{
    padding: 6rem !important;
    }
}
/* 共通セクションスタイル */
.sec-innner .__txt .title h2 {
    margin-left: 30px;
    font-size: 2.4rem;
    position: relative;
}
.sec-innner .__txt .title h2::before{
    position: absolute;
    content: "";
    background-color: #0f0f0f;
    width: 20px;
    height: 10px;
    top: 30%;
    left: -30px;
}
.sec-innner .__txt .title p{
font-size: 3.6rem;
font-weight: 500;
}
    @media (max-width: 1199px) {
        
    }
    @media (max-width: 576px) {
    
}


/* button */
.cv-button{
    background-color: #454545;
    border: 1px #fff solid;
    padding: 16px 36px;
    transition: 0.2s ease-in-out;
}
.cv-button:hover{
background-color: #ee5044;
}
.btn-wrapper{
    display: inline-block;
}
.linkbtn {
    min-width: 220px;
    background-color: #ffffff;
    border: 1px solid #0f0f0f;
    font-size: 1.8rem;
    padding: 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}



.linkbtn::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #0f0f0f;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.linkbtn::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0f0f0f;
    border-radius: 50%;
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
    
}
.linkbtn:hover {
    background-color: #0f0f0f;
    color: #ffffff !important;
    }
    .linkbtn:hover::before {
        background-color: #ffffff;
    }
    .linkbtn:hover::after {
        right: 30px;
        background-color: #ffffff;
    }



    @media (hover: hover) {
    
    }

    @media (max-width: 1199px) { /*hoverできない端末におけるボタンはデフォルトで色をつける*/
    .linkbtn{
        color: #0f0f0f;
    }
    }

/* header */
.header{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateY(0); 
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
.header__inner {
    padding: 12px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
}
.header__title {
    width:640px;
    height: auto;
    }
.sub-page .header{
    position: fixed;
}
    
    .header__title img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    @media (min-width: 1199px) and (max-width:1600px){
    .header__inner {
    padding: 24px 60px;
}
    }
    @media (max-width: 1199px) {
    .header__title {
        width: 78%;
    }
    }
    @media (max-width: 767px) {
        .header__title {
        width: 320px;
        }
    }
    @media (max-width:576px) {
        .header__inner {
            padding: 24px 12px;
        }
    }

/* header-nav */
.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #000000;
    transition: ease .4s;
}
@media screen and (min-width: 1200px) {
    .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    }
    .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: end;
    }
}

.nav-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
    @media screen and (min-width: 1200px) {
        .nav-items {
        position: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        }
    }

.nav-tel-icon{
    width: 21px;
    margin-right: 4px;
}

/* nav-item */
.nav-items__item{
padding: 12px 24px !important;
display: inline-block;
}
.nav-items__item a {
    color: #ffffff !important;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size:clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
    text-decoration: none;
    transition: ease .4s;
}
.nav-items__item a:hover{
    opacity: 1;
}
.nav-items__item-sec a{
    opacity: 1;
}
.current a {
    border-bottom: 1px #fff solid;
}
.nav-items__item-sec{
    opacity: 1;
}
.nav-items__item-sec a{
    padding: 0 20px;
}
.nav-items__item-sec-,.footer-access-tel{
    padding: 30px 0 16px;
}
.nav-items__item-sec-tel-recruit{
    padding: 10px 0;
}
.nav-items__item-sec-tel span,.footer-access-tel span{
    font-size: 2rem;
    opacity: 1 !important;
    font-weight: 800;
    padding: 8px 24px;
}
.nav-items__item-sec-tel{
    margin-top: 40px;
}
.nav-items__item{
    padding: 0;
}
.nav-items__item-sec-tel,.nav-items__item-sec-tel-recruit{
    padding-top: 0;
}
.nav-items__item-sec-tel{
    margin-left: 30px;
    margin-top: 0;
}
@media screen and (max-width: 1199px) {
.nav-items__item{
display: block;
}
.header__nav .cv-button{
    background-color: #e9635a;
    border: none;
        padding: 16px 24px;
}
.nav-items__item{
padding: 20px 24px !important;
}
}
@media (max-width: 767px){
.nav-items{
    min-width: 280px;
}
}


/* hamburger */
.header__hamburger {
    width: 48px;
    height: 100%;
}
.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
    @media screen and (min-width: 1200px) {
        .hamburger {
        display: none;
        }
    }
.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: relative;
    transition: ease .4s;
    display: block;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    margin: 8px 0;
}
.hamburger span:nth-child(3) {
    top: 0;
}


/* hum-open */
.header__nav.active {
    transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
}
    @media screen and (max-width: 1199px) {
        .nav-items .g-btn{
            margin-left: 0;
            padding: 12px 30px;
        }
        .nav-items__item a{
            padding: 0;
        }
        .nav-items{
            text-align: center;
        }
        .nav-items__item-sec-tel span, .footer-access-tel span{
            font-size: clamp(1.4rem, 1.1rem + 0.4vw, 1.6rem);
            padding: 8px 16px;
        }
    }



/* ---------pagetop--------- */
#pagetop {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
#pagetop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#pagetop:hover {
    transition: .3s all;
}
@media (max-width: 1199px) {/*SPサイズ */
    #pagetop{
    z-index: 99;
    } 
}
@media (max-width: 767px) {/*SPサイズ */
    #pagetop{
    width: 60px;
    height: 60px;
    right: 10px;  
    bottom: 10px;
    }  
}

/* title-animation */
.title-animation-wrapper{
display: inline-block;
    position: absolute;
    top: -90px;
    left: -60px;
    z-index: -1;
}

.title-animation-wrapper h1{
    color: #eeeeee; 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    line-height: 1.6;
    display: flex;
    }

.title-animation-wrapper .char{
    display: inline-block; 
    font-family:"Poppins",  sans-serif;
    font-size: 12rem;
    font-weight: 500;
    }

.title-animation-wrapper #ease-in-out{
    margin-bottom: 20px;
    }


/* footer */
.footer{
    background-color: #fff;
}
.footer p{
    line-height: 1.2;
}
.footer-contents-inner{
    padding:90px 80px ;
}
.footer-logo{
    width: 400px;
}
.footer-nav-list-item a{
    padding: 0 20px;
    font-size: 1.6rem;
}
.footer-nav-list .cv-button a{
    color: #fff !important;
    font-size: 1.6rem;
}
.nav-02{
    position: relative;
}
.nav-02::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    top: 0;
    right: 0;
}
.access-name{
    font-weight: 600;
}
.access-other-item{
    margin-left: 60px;
}
.access-other-item p,.access-honsha p,.footer-tel{
    font-size: 1.4rem;
}
.footer-copy-right{
    padding: 4px 0;
}
.footer-copy-right p{
    font-size: 1rem;
}
.map-pin{
    width: 12px;
    height: auto;
    margin-left: 8px;
    margin-bottom: 4px;
}
@media (max-width: 1199px) {
.nav-01{
    display: block !important;
}
.footer-logo{
    margin: 0 auto;
    width: 80%;
}
.footer-nav-list{
    display: block !important;
    margin-top: 60px;
}
.footer-nav-list ul{
    flex-wrap: wrap;
    gap: 12px;
}
.footer-nav-list-item{
    display: block;
    width: 48% !important;
    text-align: center;
    border: 1px solid #a8a8a8;
}
.footer-nav-list-item a{
    padding: 24px;
    display: inline-block;
    width: 100%;
}
.footer-nav-list .cv-button{
     background-color: #ee5044; /*1199px以下はデフォルトで色付き */
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    width: 240px; 
    text-align: center;
    padding: 24px;
}
.footer-nav-list .cv-button a{
font-size: 1.6rem;
color: #fff !important;
}
.nav-02{
    display: block !important;
}
.access-honsha{
    display: inline-block;
}
.access-other{
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px;
}
.access-other-item{
margin-left: 0;
}
}

@media (max-width: 767px){
.footer-contents-inner{
    padding: 60px 24px;
}
.footer-nav-list ul{
    gap: 8px;
}
.footer-nav-list-item a{
    padding: 16px;
}
.title-animation-wrapper h1{
    line-height: 1.4;
    }
    .p-sub .sub-sec .s-title p{
        margin-top: 20px;
    }
}






/* 下層ページ共通 */
.p-sub{
    background-color: #f0f0f0;
}
.breadcrumb-list{
    font-size: 1.4rem;
    position: sticky;
}
.breadcrumb-item a,.breadcrumb-item+.breadcrumb-item::before{
    color: #0f0f0f !important;
}
.breadcrumb-item.active{
color: #0f0f0f !important;
}

.p-sub .title-animation-wrapper h1{
    display: inline-block;
    }


/* contents-header */
.contents-header{
    background-color: #ffffff; 
    position: relative;
    overflow-y: hidden;
}
.c-header_parts{
    position: absolute;
    width: 40%;
    height: auto;
    z-index: 0;
    top: 0;
}
.contents-header_title .title-animation-wrapper{
    position: static;
}
.contents-header_title .title-animation-wrapper h1{
    color: #0f0f0f;
    padding-right: 0.5em; /* 余裕を持たせる */
    overflow: visible;
}
.contents-header_title .title-animation-wrapper .char{
    font-size: 10rem;
    margin-right: -0.06em;
    line-height: 1.6;
}
.contents-header_title p{
    font-size: 1.8rem;
    line-height: 1.0;
    color: #0f0f0f;
    font-weight: 500;
}
.contents-header_image{
    width: 460px;
}

/* s-title */
.p-sub .sub-sec .s-title{
margin-left: 40px;
position: relative;
}
.p-sub .sub-sec .title-animation-wrapper h1{
    color: #e9635a;
padding-right: 0.5em;
display: inline-block;
}
.p-sub .sub-sec .title-animation-wrapper .char{
    font-size: 6rem;
    margin-right: -0.14em;
}
.p-sub .sub-sec .s-title h3{
font-size: 4rem;
}
.p-sub .sub-sec .s-title h3::before{
position: absolute;
content: "";
width: 24px;
height: 1px;
top: 30px;
left: -30px;
background-color: #0f0f0f;
}
.p-sub .sub-sec .s-title p{
font-size: 1.6rem;
font-weight: 500;
line-height: 1.0;
}

.p-sub .sub-sec .s-title{
    position: relative;
}
.p-sub .sub-sec .s-title::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    top: 48px;
    left: -30px;
    background-color: #e9635a;
}
.p-sub .sub-sec .title-animation-wrapper{
    position: static;
}

@media (max-width: 1199px) {
.p-sub .sub-sec .s-title::before{
    top: 28px;
}
}
@media (max-width: 991px) {
.p-sub .sub-sec .title-animation-wrapper .char{
    font-size: 4rem;
    margin-right: -0.1em;
}
}
@media (max-width: 767px) {
.p-sub .sub-sec .s-title{
    margin-left: 24px; 
}
.p-sub .sub-sec .title-animation-wrapper .char{
    margin-right: -0.06em;
}
}