:root {
    --primary-color: #125fa3;
    --text-color: #151616;
    --light-gray: #f4f5f6;
    --font-size-pc-base: clamp(1.6rem, 1.403rem + 0.32vw, 1.8rem); /* ●1.8rem*/
    --font-size-pc-medium: clamp(1.4rem, 1.203rem + 0.32vw, 1.6rem); /* 1.6rem*/
    --font-size-pc-small: clamp(1.2rem, 1.003rem + 0.32vw, 1.4rem); /* 1.4rem*/
    --font-size-tab-base: clamp(1.4rem, 0.715rem + 1.43vw, 1.6rem); /* ●1.6rem*/
    --font-size-tab-small: clamp(1.2rem, 0.515rem + 1.43vw, 1.4rem); /* 1.4rem*/
    --font-size-sp-base: clamp(1.4rem, 1.257rem + 0.72vw, 1.6rem); /* ●1.6rem*/
    --font-size-pc-sub_c-ttl: clamp(2.8rem, 2.603rem + 0.32vw, 3rem); /* ●3rem*/
}
/* ---------------------
---------TOP PAGE-------*/
.opening-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.opening-logo {
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 10000;
}
.opening-logo img{
    width: 240px;
}

/*FV*/
.fv-wrapper{
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.fv-area{
    position: relative;
    /* overflow-x: hidden; */
}
.fixed-bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1; 
}
.fv-area .txt{
    position: relative;
}

@media (max-width: 1400px) {
    .fv-area .txt{
        width: fit-content;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .slider{
        margin-bottom: 1rem;
    }
}
/* circle-img */
.rotation-circle{
    position: absolute;
    display:inline-block;
    width: 264px;
    height:264px;
}
@media (max-width: 767px) {
    .rotation-circle{
    width: 180px;
    width: 180px;
} 
}
.rotation-circle img{
    object-fit: contain;
}
#rotation-circle{
    animation: 20s linear infinite rotation1;
    position: absolute;
    top: -10%;
    left: -12%;
    z-index: -1; 
}
@keyframes rotation1{
    0%
    { transform:rotate(0);
    }
    100%
    { transform:rotate(360deg); 
    }
}
/* text-animation */
/* --帯 */
.txt-ani-wrapper .bar {
	position: relative;
    display: inline-block;
    transform: translate3d(0, 0, 0);
        padding: 0px 1.6rem;
}
.txt-ani-wrapper .bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: #000;
}
/* --文字 */
.txt-ani-wrapper .txt {
	opacity: 0;
	transform: translate3d(0, 0, 0);
	font-size: clamp(4.6rem, 4.403rem + 0.32vw, 4.8rem);
	font-weight: 600;
	line-height: 1.8;
    color: #fff;
}
.txt-ani-wrapper.move .bar:before {
	animation: ani-bar 1s ease 0s 1 normal forwards;
}
.txt-ani-wrapper.move .txt {
    animation: ani-txt 0.4s ease-in-out 0.4s forwards;
}
.txt-ani-wrapper.move.second .bar:before {
    animation: ani-bar 1s ease 0.4s forwards; 
}
.txt-ani-wrapper.move.second .txt {
    animation: ani-txt 0.4s ease-in-out 0.6s forwards; /* 文字アニメーションも2秒遅延 */
}
@keyframes ani-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 0; /* 帯が右へ去らずその場に残る */
        width: 100%; 
	}
}
@keyframes ani-txt{
	0% { 
        opacity:0; }
	50% { 
        opacity:0; }
	100% { 
        opacity:1; }
}
.maincopy, .maincopy p{
    display: flex;
    font-size: clamp(4.6rem, 4.403rem + 0.32vw, 4.8rem);
    font-weight: 600;
    margin-left: 12px;
    line-height: 1.8;
}
.maincopy-txt{
    font-size: clamp(4.6rem, 4.403rem + 0.32vw, 4.8rem);
    margin-top: 4.8rem;
}
.maincopy-logo{
    width: 31rem;
    height: auto;
    margin-top: 3rem;
}

@media (min-width: 1200px) and (max-width:1600px) {
.txt-ani-wrapper .txt ,.maincopy,.maincopy p,.maincopy-txt{
	font-size: clamp(3.4rem, 2.8rem + 0.8vw, 3.6rem)
}
}
@media (max-width: 1400px) {
.maincopy-txt{
    text-align: justify;
}
}
@media (max-width:767px) {
.txt-ani-wrapper .txt {
    font-size:clamp(2.4rem, 2.257rem + 0.72vw, 2.6rem);
}
.maincopy, .maincopy p{
    font-size: clamp(2.4rem, 2.257rem + 0.72vw, 2.6rem);
}
.maincopy-txt p{
    font-size: var(--font-size-sp-base);
}
.maincopy-txt {
    margin-top: 2rem;
}
.maincopy-logo{
    width: 28rem;
    height: auto;
    margin-top: 2rem;
}
}
/* scroll_down */
.scroll_down{
    position:absolute;
    bottom: -120px;
    left: 20;
}
.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background:#000;
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
    0%{bottom:80px;}
    100%{bottom:0px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
.scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:2px;
    height: 80px;
    background:#000;
}@media (max-width: 1400px) {
    .scroll_down{
        left: 100%;
        bottom: 0;
    }
}
@media (max-width:767px) {
    .scroll_down{
        position: absolute;
        bottom: -20%;
        left: 50%;
        }
    
    .scroll_down:before {
        width: 6px;
        height: 6px;
        left: -2px;
    }
    .scroll_down:after{
        width:2px;
        height: 40px;
    }
    @keyframes circlemove{
    0%{bottom:36px;}
    100%{bottom:0px;}
}
}
/* slider-img */
.slider {
    overflow: hidden;
    margin-top: 30px;
}
.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%;
}
.slider { 
    overflow: hidden; 
}
.swiper { 
    height: 100vh; 
    top: 0; 
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center !important;
}
@media (max-width: 1199px) {
    .swiper {
        height: 68svh;
}
}
@media (max-width: 767px) {
    .swiper {
        margin-top: 60px;
        height: 50svh;
}
}
.swiper-wrapper {
    display: flex;
    flex-direction: column;
}
.swiper-img { 
    height: 80%;
    overflow: hidden;
    
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    background-color: unset !important;
}
.swiper-slide img { 
    width: 100%; 
    height: 100%;
    object-fit: cover ;
    transition: transform 6s ease-in-out;
}

.swiper-slide-visible img { 
    transform: scale(1.05) !important; 
}




/* s-company */
.s-company .bg-txt{
    color: #fff;
    font-size: clamp(14.8rem, 14.603rem + 0.32vw, 15rem);
    font-weight: 500;
}
.s-company .__txt h2{
font-size: clamp(3.4rem, 3.203rem + 0.32vw, 3.6rem);
font-weight: 700;
}
.s-company .__txt p{
font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem);
font-weight: 500;
}
@media (max-width: 991px) {
.s-company .bg-txt{
    font-size: clamp(9.8rem, 9.111rem + 1.43vw, 10rem);
}
.s-company .__txt h2{
font-size: clamp(2rem, 1.311rem + 1.43vw, 2.2rem);
}
.s-company .__txt p{
font-size: var(--font-size-sp-base);
}
}
@media (max-width: 767px) {
.s-company .bg-txt{
    font-size: clamp(4.8rem, 4.609rem + 0.82vw, 5rem);
} 
.s-company .__txt h2{
font-size: clamp(2.4rem, 2.257rem + 0.72vw, 2.6rem);
font-weight: 700;
}

}
/* s-program */
.s-program{
    padding: 0 9rem;
}
.s-program h2{
    font-size:clamp(3.8rem, 3.657rem + 0.72vw, 4rem);
    font-weight: 700;
    line-height: 1.0;
}
.s-program .card , .s-program .card-02{
    background-color: #fff;
    border-radius: 2.4rem;
    border: unset !important;
    position: relative;
}
.s-program .card-02 h3{
    font-size: clamp(3rem, 2.857rem + 0.72vw, 3.2rem);
    font-weight: 700;
    position: relative;
    padding-left: 3.6rem;
}
.s-program .card-02 h3::before{
    content:"";
    display:block;
    width:28px;
    height:1px;
    background-color:#151616;
    position:absolute;
    top: 50%;
    left: 0px;
}
.s-program .card .__txt{
    margin-left: 12rem;
}
.s-program .card .__txt h2{
    font-size: clamp(3rem, 2.803rem + 0.32vw, 3.2rem);
    font-weight: 700;
}
.s-program .card .__txt p{
    margin-top: 4.8rem;
    font-size: var(--font-size-pc-base);
}
.s-program .card .tag,.s-program .card-02 .tag{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: rotate(90deg);
    top: 60px;
    left: 0;
}
.s-program .card-02{
    position: relative;
}
.s-program .card-02 .tag{
    position: absolute;
    right: 0;
    left: unset;
}
.s-program .card .tag p,.s-program .card-02 .tag p{
    width: fit-content;
    font-family: "Albert Sans";
    font-size: var(--font-size-pc-base);
    color: var(--primary-color);
    font-weight: 700;
}
.s-program .card .tag .num,.s-program .card-02 .tag .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 0.4rem;
    font-size:var(--font-size-pc-small);
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 30px;
}
.s-program .card-02 .item{
    background-color: var(--light-gray);
    border-radius: 2.4rem;
    padding: 3.6rem;
    height: 100%;
}
.s-program .card-02 .item .__img img{
    aspect-ratio: 3 / 2;
    border-radius: 2.4rem;
}
.s-program .card-02 .item .__txt .ttl{
    display: flex;
    align-items: center;
    gap: 2.8rem;
}
.s-program .card-02 .item .__txt .num{
    width: fit-content;
    font-family: "Albert Sans";
    font-size: 6rem;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    margin-top: 0;
}
.s-program .card-02 .item .__txt .num::after{
    display: block;
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    bottom: 10px;
    left: 0;
}
.s-program .card-02 .item .__txt .ja{
    font-size: var(--font-size-pc-medium);
    font-weight: 700;
}
.s-program .card-02 .item .__txt p{
    margin-top: 2.4rem;
}
.s-program .card-02 .item .__txt .more-button{
    margin-top: 2.4rem;
}
@media (max-width: 1400px) {
.s-program .card .__txt{
    margin-left: 8rem;
}
.s-program .card-02 .item{
    display: flex;
}
.s-program .card-02 .item .__img{
    flex: 4;
}
.s-program .card-02 .item .__txt{
    flex: 7;
    margin-left: 4.8rem;
}
}
@media (max-width: 991px) {
    .s-program .card .__txt{
    margin-left: 2.4rem;
}
.s-program .card-02 .item{
    display: block;
}
.s-program .card-02 .item .__txt{
    margin-left: 0;
}
}
@media (max-width: 767px) {
.s-program{
    padding: 0 2.4rem;
}
.s-program h1{
    font-size:clamp(2.8rem, 2.657rem + 0.72vw, 3rem);
}
.s-program .card .__txt{
    margin-left: 0;
}
.s-program .card .__txt h2{
    font-size: clamp(2.2rem, 2.057rem + 0.72vw, 2.4rem);
    margin-top: 2rem;
}
.s-program .card .__txt p{
    font-size: var(--font-size-sp-base);
    margin-top: 2rem;
}
.s-program .card .tag{
    top: 40px;
    left: -40px;
}
.s-program .card-02 h3{
    font-size: clamp(1.8rem, 1.657rem + 0.72vw, 2rem);
    padding-left: 3rem;
}
.s-program .card-02 h3::before{
    width: 20px;
}
.s-program .card-02 .item{
    padding: 2rem;
}
.s-program .card-02 .item .__txt p{
    margin-top: 1.6rem;
    font-size: var(--font-size-sp-base);
}
.s-program .card-02 .tag{
    right: -40px;
}
.s-program .card-02 .item .__txt .num{
    line-height: 1.4;
}
.s-program .card-02 .item .__txt .num::after{
    bottom: 0px;
}
}

/* maquee */
.maquee{
    overflow-x: hidden !important;
    width: 100vw !important;
}
.txtanimation {
    display: flex;
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden;
}
.txtanimation p {
    font-family: "Albert Sans";
    font-size: 20rem;
    line-height: 1.8;
    letter-spacing: 0;
    flex: 0 0 auto;
    color: #ffffff;
    font-weight: 00;
}
.txtanimation p:nth-of-type(1) {
    animation: loop_01 90s -60s linear infinite;
}
.txtanimation p:nth-of-type(2) {
    animation: loop_02 90s linear infinite;
}
@keyframes loop_01 {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes loop_02 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-200%);
}
}
@media (max-width: 767px) {
    .txtanimation p {
    font-size: clamp(11.8rem, 11.657rem + 0.72vw, 12rem)
}
}

/* s-profile */
.s-profile .__txt h2{
    font-size: clamp(3.8rem, 3.603rem + 0.32vw, 4rem);
    font-weight: 700;
}
.s-profile .__txt p{
    margin-top: 4.8rem;
    font-size: var(--font-size-pc-base);
}
@media (max-width: 767px) {
    .s-profile .__txt h2{
    font-size: clamp(2.2rem, 2.057rem + 0.72vw, 2.4rem);
    margin-top: 2rem;
}  
.s-profile .__txt p{
    font-size: var(--font-size-sp-base);
    margin-top: 2rem;
}
}

/* s-entry */
.s-entry .__wrapper .__txt{
    text-align: center;
}
.s-entry .__wrapper{
    background-image:url("/img/entry-bg.jpg") ;
    background-size: cover;
    border-radius: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11rem 0;
}
.s-entry .__wrapper .__txt h4{
    display: inline-block;
    color: #fff;
    position: relative;
}
.s-entry .__wrapper .__txt h4::before{
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    top: 8px;
    left: -16px;
    background: #fff;
    border-radius: 50%;
}
.s-entry .__wrapper .__txt p{
    color: #fff;
    text-align: center;
}
.s-entry .__wrapper .__txt .more-button{
    width: fit-content;
    margin: 0 auto;
}
.other-contact-link{
    position: relative;
}
.other-contact-link ::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
@media (hover: hover) {
    .other-contact-link:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.5;
    }
}
@media (max-width: 1199px) { /*hoverできない端末*/
    .other-contact-link{
        opacity: 1;
    }
}
.other-contact-link p{
    font-size: var(--font-size-pc-medium);
}
.other-contact-link .r-arrow{
    position: relative;
    display: inline-block;
    padding-right: 16px;
}
.other-contact-link .r-arrow ::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 767px) {
.s-entry .__wrapper{
    padding: 8rem 2rem;
}
.s-entry .__wrapper .__txt p{
    font-size: var(--font-size-sp-base);
}
.s-entry .__wrapper .__txt .more-button{
    width: 100%;
}
}

/* ---------------------
---------09-contact-------*/
.call .tel img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 6px;
}
.call .fax span{
    font-size: clamp(2.2rem, 1.246rem + 1.54vw, 2.4rem);
}
.call .fax p{
    font-size: clamp(1.8rem, 0.846rem + 1.54vw, 2rem);
    text-align: center;
}
.call .__contents .item{
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    text-align: center;
}
.call .__contents .tel{
    font-size:clamp(3rem, 2.046rem + 1.54vw, 3.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.call .__contents .tel a{
    color: var(--text-color);
}
.mail .__contents p{
    font-size: var(--font-size-pc-base);
}
tbody .row{
    align-items: start;
}
.input-item_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.input-item{
    display: block;
}
.required{
    color: #c20101;
    font-size: 1.4rem;
    margin-left: 2px;
}
.pulldown{
    padding: 0.6rem;
    width: fit-content;
    min-width: 180px;
}
.pp .ttl_policy{
    font-size: var(--font-size-pc-base);
    font-weight: 600;
}
.pp__wrapper{
    background-color: #fff;
    height: 40vh;
    overflow-y: scroll;
    padding: 3rem;
}
.form-body .pp p{
    font-size: var(--font-size-pc-medium);
    font-weight: 400;
}
.form-body .pp{
    font-size: var(--font-size-pc-medium);
}
.pp-txt{
    margin-bottom: 3rem;
    line-height: 1.6;
    font-weight: 400;
}
.pp-txt:last-child{
    margin-bottom: 0;
}
.pp-txt strong{
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.8;
}
.privacyBox-2nd{
    margin:2rem 0 0 2rem;
}
.privacyBox-2nd li{
    margin-bottom: .4rem;
}
.lead_policy{
    position: relative;
    margin-bottom: 3rem;
}
.lead_policy::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    bottom: -12px;
    left: 0;
}
.agree-txt{
    margin-left: 12px;
}
.form-button_style{
    display: block;
    background-color:var(--text-color);
    border: unset;
    transition: 0.1s ease-in-out;
    padding: 1.6rem 3.6rem;
    border-radius: 40px; 
}
.form-button_style span{
    color: #fff;
}
.form-button_style:hover{
    background-color:var(--primary-color);
}
.go-back{
    background-color: #8f8f8f;
}
.go-back:hover{
    opacity: 0.5;
    background-color: #8f8f8f;
}
@media (max-width: 991px) {
    .input-item_wrapper{
    display: block;
}
.__contents .row{
    gap: 1rem;
}
.input-item{
    margin-bottom: 1rem;
}
th{
    padding: 0 1.6rem;
}
tbody .row{
    padding: 1.2rem 0;
}
td{
    padding: 0;
}
}
@media (max-width: 767px) {
    .__contents .row{
    display: block;
}
}
@media (max-width: 576px) {
.call .__contents .item{
    padding: 2.4rem;
}
.call .__contents .tel{
   font-size: clamp(2.6rem, 2.35rem + 1.25vw, 2.8rem); 
}
}

/* ---------------------
---------07-entry-------*/
.p-entry .lead{
margin: 0 auto;
}
.attention{
    font-size: var(--font-size-pc-small);
    font-weight: 500;
}

/* ---------------------
---------02-company-------*/
.p-company .lead .row{
    justify-content: space-between;
}
.business .__contents .item .__icon{
    flex: 2;
}
.business .__contents .item .__txt{
    flex: 8;
}
.business .__contents .item{
    padding: 3.2rem;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    border-radius: 2.4rem;
}
.business .__contents .item .__txt h3{
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.business .__contents .item .__txt p{
    font-size: var(--font-size-pc-medium);
}
.business .__contents .item .__txt h3::before{
    content:"";
    display:block;
    width:12px;
    height:1px;
    background-color:var(--text-color);
    position:absolute;
    top:48%;
    left:0;
}
.strong .__contents .__txt .item h4{
    font-size: var(--font-size-pc-base);
    font-weight: 600;
    color: var(--primary-color);
}
@media (max-width: 767px) {
.business .__contents .item{
        padding: 2.4em;
}
.business .__contents .item .__txt p{
    font-size: var(--font-size-sp-base);
}

}
@media (max-width: 576px) {
.business .__contents .item{
    display: block !important;
}
.business .__contents .item .__icon{
    width: 120px;
    margin: 0 auto;
}
.business .__contents .item .__txt{
    margin-top: 3rem;
}
}

/* ---------------------
---------08-profile-------*/

th{
    flex: 2;
}
td{
    flex: 8;
}
.p-profile table{
    width: 100%;
}
.p-profile tr{
    border-bottom: 1px solid #fff;
    display: flex;
}
.p-profile th,.p-profile td{
    padding: 2.4rem !important;
}
.history-item span{
    margin-left: 2rem;
}
iframe{
    width: 100%;
    height: 100%;
}
.google-map{
    height: 30vh;   
}

.access .howto h4{
    font-size: var(--font-size-pc-base) ;
    border: 1px solid var(--text-color);
    display: inline-block;
    padding: 6px 24px;
}
@media (max-width: 767px) {
    .p-profile tr{
    display: block;
}   
th,td{
    display: block;
}
.p-profile th,.p-profile td{
    padding: 0!important;
}
.p-profile td{
    margin-top: 1rem;
}
.p-profile td a{
    color: var(--text-color);
}
.p-profile tr{
    padding: 2rem 0!important;
}
.history-item{
    margin-top: 2.4rem;
}
.history-item p{
    margin-top: 0;
}
.history-item span{
    margin-left: 1.2rem;
}
}

/* ---------------------
---------03-program-------*/
.point .item{
    padding: 4.2rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2.4rem;
    height: 100%;
}
.point .item h4{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
}
.point .item p{
    font-size: var(--font-size-pc-medium);
    margin-top: 1rem;
}
.point .item .num{
    background-color: var(--text-color);
    font-family: "Albert Sans",sans-serif;
    font-size: var(--font-size-pc-small);
    font-weight: 400;
    color: #fff;
    padding: 4px 12px;
}
.television-rights .point .item{
    border-radius: 0;
}
.kind ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.kind ul li{
    border: 1px solid var(--text-color);
    padding: 4px 12px;
    border-radius: 20px;
}
.flow ul li{
    margin-bottom: 6rem;
}
.flow-txt{
    display: flex;
    position: relative;
}
.flow-txt::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -1.6rem;
    left: 0;
}
.flow-txt .__num{
    font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem);
    font-size: var(--font-size-pc-base);
    font-family: "Albert Sans",sans-serif;
    font-weight: 400;
    margin-right: 2rem;
    line-height: 1.8;
}
.flow-txt .__txt{
    flex: 8;
}
.flow-txt .__txt h4{
    font-weight: 600;
    font-size: var(--font-size-pc-base);
}
.promotion .point .item h4{
    margin-top: 0;
}
.p-program .flow-txt::after{
    bottom: -3rem;
}
@media (max-width: 767px) {
    .point .item{
        padding: 2.4rem;
    }
}

/* ---------------------
---------04-works-------*/
.job-list .__contents .__img img{
    aspect-ratio: 1.4 / 1;
    border-radius: 2.4rem;
}
.job-list .__contents .__txt{
    margin-top: 2rem;
}
.job-list .__contents .__txt p{
    margin-top: 1rem;
    font-size: var(--font-size-pc-medium);
}
.job-list .__contents .item{
    height: 100%;
    padding: 1rem;
}
.job-list .__contents .row:nth-child(2){
    margin-top: 1rem;
}
.job-list .__contents .item h3{
    font-weight: 600;
    font-size: clamp(1.8rem, 1.603rem + 0.32vw, 2rem);
}
/* JOB OPENINGS */
.tab-container ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}
.tab-container ul li .tab{
    display: block;
    padding: 1.6rem 2rem;
    border-radius: 30px;
    border: 1px solid var(--text-color) ;
    transition: 0.2s ease-in-out;
    color: var(--text-color);
    cursor: pointer;
}
.tab-container ul li .tab:hover{
    background-color: var(--text-color) ;
    cursor: pointer;
}
.tab-container ul li:hover .tab{
    color: #fff;
}
.tab-container ul li .tab.active{
    background-color: var(--text-color) ;
    color: #fff;
}
.contents-container .content .__item-ttl h4{
    font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem);
    font-weight: 700;
}
.contents-container .content .__item-txt table{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-collapse: collapse;
    width: 100%;
}
.contents-container .content .__item-txt table th{
    background-color: rgba(255, 255, 255, 0.4);
}
.contents-container .content .__item-txt table th, .contents-container .content .__item-txt table td{
        border: 1px solid #fff;
        padding: 2rem;
        line-height: 1.8;
}
.content {
    display: none;
}
.content.show {
    display: block;
}

@media (max-width: 1399px) {
.job-list .__contents .item{
    padding: 0;
}
}
@media (max-width: 991px) {
.job-list .__contents .row{
    gap: 0;
}
}

/* ---------------------
---------05-jobseeker-------*/
.p-jobseeker .lead-txt{
    background-image: url(/img/p-jobseeker/jobseeker-lead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 12rem 0;
}
.p-jobseeker .lead-txt .__wrapper h3{
    font-size: clamp(3rem, 2.803rem + 0.32vw, 3.2rem);
    font-weight: 600;
}
.p-jobseeker .lead-txt h3, .p-jobseeker .lead-txt p{
    /* font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem); */
    font-size: clamp(1.6rem, 2.003rem + 0.32vw, 1.8rem);
    font-weight: 500;
    color: #fff;
    line-height: 2;
}
.p-jobseeker .about .item{
    border: 1px solid var(--text-color);
    border-radius: 24px;
    padding: 2.4rem;
}
.p-jobseeker .about .item h4{
    font-weight: 600;
    font-size: var(--font-size-pc-medium)
}
.p-jobseeker .about .item p{
    font-size: var(--font-size-pc-medium)
}
.p-jobseeker .ourteam .__contents{
    max-width: 1110px;
    margin: 0 auto;
}
.p-jobseeker .ourteam .__wrapper{
    text-align: center;
}
.p-jobseeker .ourteam .__wrapper .__img{
    padding: 2rem;
}
.p-jobseeker .ourteam .__wrapper .__img img{
    width: 180px;
    object-fit: contain;
}

.p-jobseeker .ourteam .__wrapper .__txt h3{
    font-size: var(--font-size-pc-base);
    font-weight: 600;
}
.p-jobseeker .ourteam .__wrapper .__txt p{
    font-size: var(--font-size-pc-base);
    font-weight: 600;
}
.margin-pdf{
    display: inline-block;
}
.margin-pdf .cv-button a .__roll-animation span{
    color: #fff;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: relative;
    padding-right: 20px;
}
.margin-pdf .cv-button a .__roll-animation span::after{
    position:absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 2px;
    right: -4px;
    background-image: url("/img/link.svg");
    background-size: contain;
}
.benefits{
    background-color: #f7f7f7;
}
.benefits-wrapper{
    max-width: 1570px;
    padding: 6rem;
    margin: 0 auto;
}
.benefits .__contents .__wrapper{
    display: flex;
    padding: 9rem 12rem;
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
}
.benefits .__contents .__wrapper .__img{
    flex: 5;
    display: flex;
}
.benefits .__contents .__wrapper .__txt{
    flex: 7;
    position: relative;
}
.benefits .__contents .__wrapper .__txt::before{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    top: 10%;
    left: -10%;
    background-color: #e2e2e2;
}
.benefits .__contents .__wrapper .__img img{
    width: 160px;
    object-fit: contain;
}
.benefits .__contents .__wrapper .__img span{
    font-size: clamp(3.4rem, 3.203rem + 0.32vw, 3.6rem);
    margin-right: 9rem;
    color: var(--primary-color);
}
.benefits .__contents .__wrapper .__txt h4{
    font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem);
    font-weight: 700;
}
.p-jobseeker .flow ul li{
    margin-bottom: 3rem;
}
.p-jobseeker .flow .flow-txt .cv-button{
    display: inline-block;
}
.p-jobseeker .flow .flow-txt .cv-button span{
    color: #fff;
}
.p-jobseeker .flow .flow-txt .works-link{
    margin-left: 2rem;
}
.p-jobseeker .flow .flow-txt .works-link a{
    color: var(--primary-color);
    font-weight: 500;
    border-bottom: #125fa3 1px dotted;
    transition: 0.2s ease-in-out;
}
.p-jobseeker .flow .flow-txt .works-link a{
    color: var(--primary-color);
    font-weight: 500;
    border-bottom: #125fa3 1px dotted;
    transition: 0.2s ease-in-out;
}
.p-jobseeker .flow .flow-txt .works-link a:hover{
    opacity: .5;
}

@media (max-width: 1399px) {
.benefits .__contents .__wrapper .__img span{
    margin-right: 4rem;
}
.benefits .__contents .__wrapper{
    padding: 6rem;
}
}

@media (max-width: 991px) {
    .ourteam .__contents .row {
        gap: 0;
    }
    .p-jobseeker .lead-txt{
        padding: 9rem 6rem;
    }
    .benefits .__contents .__wrapper{
        padding: 6rem 3rem;
    }
    .benefits .__contents .__wrapper .__img span{
        margin-right: 2rem;
    }
    .benefits .__contents .__wrapper .__img img {
    width: 120px;
    }
    .p-jobseeker .lead-txt .__wrapper h3{
    font-size: clamp(2.8rem, 2.705rem + 0.48vw, 3rem);
    }
    .p-jobseeker .lead-txt h3, .p-jobseeker .lead-txt p{
        font-size: clamp(1.8rem, 1.705rem + 0.48vw, 2rem);
    }
}
@media (max-width: 767px) {
    .p-jobseeker .lead-txt{
        padding: 6rem 2.4rem;
    }
    .p-jobseeker .lead-txt h3, .p-jobseeker .lead-txt p{
        font-size: var(--font-size-pc-base);
        line-height: 1.8;
    }
    .p-jobseeker .ourteam .__wrapper .__img{
        padding: 0;
    }
    .p-jobseeker .ourteam .__wrapper .__txt{
        margin-top: 2rem;
    }
    .p-jobseeker .flow .flow-txt p{
    font-size: 1.4rem
    }
    .benefits .__contents .__wrapper{
        display: block;
    }
    .benefits .__contents .__wrapper .__txt{
        margin-top: 3rem;
    }
    .benefits .__contents .__wrapper .__txt::before{
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
    }
    .benefits .__contents .__wrapper .__txt{
        padding-top: 2rem;
    }
    .benefits .__contents .__wrapper .__img{
        text-align: center;
    }
    .benefits .__contents .__wrapper .__img img{
        width: 120px;
    }
    .p-jobseeker .lead-txt .__wrapper h3{
        font-size: clamp(2rem, 1.803rem + 0.32vw, 2.2rem);
        line-height: 1.8;
    }
    .margin-pdf .cv-button a .__roll-animation span{
        font-size: var(--font-size-sp-base);
    }
    .benefits-wrapper{
        padding: 6rem 2.4rem;
    }
    .benefits .__contents .__wrapper{
        padding: 2rem;
    }
}
@media (max-width: 576px) {
.benefits .__contents .__wrapper .__img{
        justify-content: space-around;
    }
    
}
/* ---------------------
---------06-recruit-------*/
/* number */
.number-wrapper .item{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3.6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
}
.number-wrapper .row{
    margin-top: 0.5rem;
}
.num-img{
    height: 120px;
    width: fit-content;
    object-fit: contain;
    margin: 0 auto;
}
.number-wrapper .item h4{
    font-size: var(--font-size-pc-base);
    font-weight: 600;
}
.number-wrapper .item p{
    font-size: var(--font-size-pc-small);
}
.number-wrapper .item .num span{
    font-size:var(--font-size-pc-medium);
    color: var(--text-color);
}
.number-wrapper .item .num{
    font-size: clamp(5.8rem, 5.603rem + 0.32vw, 6rem);
    font-family: "Albert Sans", sans-serif;
    text-align: center;
    color: var(--primary-color);
    line-height: 1.4;
}
.number-wrapper .item .num-04{
    display: flex;
    align-items: center;
}
.number-wrapper .item .num-04 img{
    flex: 5;
}
.number-wrapper .item .num-04 .num-04-txt{
    flex: 4;
    display: flex;
    justify-content: space-around;
}
.number-wrapper .item .num-04 .num{
    font-size: clamp(4rem, 3.803rem + 0.32vw, 4.2rem);
}
.number-wrapper .item .num-04 .num span{
    font-size: var(--font-size-pc-medium);
}
/* voice */
.voice{
    background-color: #f7f7f7;
}
.voice-wrapper{
    padding: 6rem;
    margin: 0 auto;
}
.voice .__contents .__wrapper{
    display: flex;
    padding: 6rem;
    align-items: start;
    background-color: #fff;
    border-radius: 24px;
    gap: 1rem;
}
.voice .__contents .__wrapper .question{
    flex: 4;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.voice .__contents .__wrapper .question p{
    font-weight: 600;
    font-size: clamp(2.2rem, 2.003rem + 0.32vw, 2.4rem);
    text-align: start;
}
.voice .__contents .__wrapper .question span{
    font-size: clamp(3.4rem, 3.203rem + 0.32vw, 3.6rem);
    margin-right: 2rem;
    color: #e2e2e2;
}
.voice .__contents .__wrapper .answer{
    flex: 5;
}
.voice .__contents .__wrapper .answer .item{
    background-color: #f7f7f7;
    border-radius: 24px;
    padding: 3.2rem;
    margin-bottom: 1rem;
}
.voice .__contents .__wrapper .answer .item img{
    width: 96px;
}
.voice .__contents .__wrapper .answer .item .personal{
    font-size: var(--font-size-pc-small);
    color: #8f8f8f;
    text-align: end;
}
.faq .__ttl{
    text-align: center;
}
.accordion-content {
    display: none;
}
.accordion-header {
    background-color: #fff;
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 3rem 7.2rem 3rem 3rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
}
.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:40px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background: #fff;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.2s;
}
.accordion-header.active::after{
    transform:rotate(0deg);
}
.accordion-content {
    background-color: #f5f5f5;
    padding: 3rem;
    border-radius: 16px;
}
.accordion-header span,
.accordion-content span{
    padding-left: 32px;
    position: relative;
    line-height: 1.8;
    display: block;
    color: var(--text-color);
}
.accordion-header span{
    color: #fff;
}
.accordion-header span::before{
    position: absolute;
    content:"Q";
    top: 0;
    left: 0;
    color: #fff;
    font-size: var(--font-size-pc-base);
}
.accordion-content span::before{
    position: absolute;
    content:"A";
    top: 0;
    left: 0;
    color: var(--text-color);
    font-size: var(--font-size-pc-base);
}
/* hover */
.accordion-header:hover {
    opacity: 0.8;
}
@media (max-width: 991px) {
.__contents .row{
    gap: 0;
}
.number-wrapper .item p{
    font-size: 1.4rem;
}
.number-wrapper .item .num-04 .num-04-txt{
    flex: 6;
}
.num-img{
    height: 90px;
}
}
@media (max-width: 768px) {
    .voice-wrapper{
    padding: 2.4rem;
}
.voice .__contents .__wrapper {
    display: block;
}
.voice .__contents .__wrapper .answer{
    margin-top: 2rem;
}
.voice .__contents .__wrapper{
    padding: 2.4rem;
}
.voice .__contents .__wrapper .answer .item{
    padding: 2.4rem;
}
.accordion-header {
    padding: 2rem 6rem 2rem 2rem;
}
.voice .__contents .__wrapper .question{
    margin-right: 0;
}
}
@media (max-width: 576px) {
.number-wrapper .item .num-04{
    flex-direction: column;
}
.voice .__contents .__wrapper .answer .item .personal {
    display: flex;
    flex-direction: column;
}
.voice .__contents .__wrapper .answer .item .personal span:nth-child(2){
    margin-top: .5rem;
}
}