@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

html {
    margin-top: 0 !important;
	scroll-behavior: smooth;
   -webkit-text-size-adjust: 100%;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
h1, h2, h3{
    font-weight: 800;
}
h1, h2, h3, h4, h5, h6, li, p, pre, blockquote, span{
    font-size: inherit;
}
div, span{
	word-break: break-word;
}
a:hover{
    text-decoration: none;
}
a:hover img {
	opacity: 1;
}
img {
    max-width: 100%;
}
#main{
    padding-bottom: 0;
}
#layout{
    margin-top: -25px;
}
body.admin-bar .recruit-header{
    top: var(--wp-admin--admin-bar--height);
}
.to_ochugen{
    display: none;
}
.testnav{
    display: none;
}
#pagetop{
    bottom: 3%;
}


.recruit-header{
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 999;
    justify-content: space-between;
    top: 0;
    border-bottom: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 7px;
}
.recruit-header > div{
    display: flex;
    gap: 30px;
    align-self: center;
	justify-content: space-between;
}
.recruit-header .header-left{
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    height: 85px;
}
.recruit-header .header-right{
    width: 90%;
    justify-content: space-between;
    display: flex;
    gap: 20px;
    background-color: #fff;
    height: 85px;
}
.recruit-header .header-left .recruit-logo{
    width: 100%;
    padding: 15px 15px 14px 40px;
}
.recruit-header .header-left .recruit-logo img{
	max-width: 200px;
}
.recruit-header .header-right .mobile-menu {
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.recruit-menu1{
    display: flex;
}
.recruit-menu1 > a{
    display: block;
    border-left: 1px solid #d4d4d4;
    padding: 0 30px;
    color: #000;
    font-weight: 600;
    align-self: center;
    font-size: 1.6rem;
	line-height: 1.2;
}
.recruit-menu1 > a:first-child{
    border: none;
}
.recruit-menu2{
    display: flex;
}
.recruit-menu2 > div > a{
    display: block;
    border-left: 1px solid #a9a9a9;
    padding: 28px 30px;
    font-weight: 600;
    font-size: 1.6rem;
	border-radius: 3px;
}
.recruit-menu2 > div{
    display: flex;
    justify-content: center;
}
.recruit-menu2 > div > a > svg{
    margin-left: 10px;
}
.recruit-menu2 > div:last-child > a{
    background-color: #306AA3;
    background:url(../images/recruitment/bg-button.jpg) no-repeat left top;
    background-size: cover;
    color: #fff;
}



/* menu toggle style */
.menu-toggle {
    display: none;
}
.mobile-menu .sp{
    display: none !important;
}
.mobile-menu .pc{
    display: block !important;
}
.container{
    padding-top: 85px;
    display: flex;
    flex-direction: column;
	background: #ffffff;
}
@media screen and (max-width: 1200px) {
    .recruit-header .header-left{
        max-width: 260px;
    }
    .recruit-menu1 > a, .recruit-menu2 > div > a{
        padding-left: 20px;
        padding-right: 20px;
    }
	.recruit-header .header-left .recruit-logo{
		padding-left: 20px;
	}
}
@media screen and (max-width: 1024px) {
    .mobile-menu .sp{
        display: block !important;
    }
    .mobile-menu .pc{
        display: none !important;
    }
    .menu-toggle {
        display: flex;
        cursor: pointer;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
        z-index: 1001;
        position: relative;
        align-self: center;
    }
    .menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        background: #005bac;
        transition: 0.3s ease;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 2px);
    }

    .menu-toggle.active span:nth-child(2) {
        transform: rotate(-45deg) translate(3px, -1px);
    }
    .menu-label {
        font-size: 10px;
        color: #005bac;
        font-weight: bold;
        margin-top: 3px;
        line-height: 0;
        letter-spacing: 0.6px;
    }
    .menu-toggle.active span{
        width: 32px;
    }
    .menu-toggle.active .menu-label{
        display: none;
    }
	.recruit-header .header-left .recruit-logo img{
		max-width: 140px;
	}
    .recruit-header .header-right .mobile-menu {
        display: none;
        background: rgb(32 32 32 / 95%);
        gap: 20px;
        overflow-y: auto;
        height: 100vh;
        padding-bottom: 120px;
        justify-content: start;
    }
    .mobile-menu {
        display: none; 
        flex-direction: column;
        background: #fff;
        padding: 20px;
    }
    .mobile-menu a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #ccc;
		font-weight: 800px;
    }
    .recruit-header{
        flex-wrap: wrap;
        border: none;
    }
    .recruit-header .header-left .recruit-logo{
        padding: 8px 15px 8px 20px;
    }
    .recruit-header .header-left{
        width: 100%;
        max-width: 100%;
        height: 54px;
    }
    .recruit-header .header-toggle{
        width: 20%;
        display: flex;
        justify-content: right;
        padding-right: 20px;
    }
    .recruit-header .header-right{
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .recruit-menu1{
        flex-direction: column;
    }
    .mobile-menu a{
        border: none;
        color: #fff;
        padding: 11px 20px;
        width: 100%;
        text-align: center;
    }
    .recruit-menu2{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 8px;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .recruit-menu2 > div:last-child{
        width: 100%;
    }
    .recruit-menu2 .sp{
        display: inline-block !important;
    }
    .recruit-menu2 > div{
        gap: 5px;
    }
    .recruit-menu2 > div > a{
        border: 1px solid #306AA3;
        background-color: #fff;
        color: #306AA3;
        padding: 20px 5px;
        width: 50%;
        text-align: center;
        align-self: flex-start;
        letter-spacing: 0;
        font-size: 1.4rem;
		font-weight: 800;
    }
    .recruit-menu2 > div:last-child > a{
        width: 100%;
        text-align: center;
    }
    .container {
        padding-top: 54px;
    }    
}

/* sub page */
.sub-fv{
    position: relative;
    overflow: hidden;
}
.sub-fv::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #59B4E2, #0264AD);
    opacity: 0.9;
    z-index: 1;
}
.sub-fv > img{
    object-fit: cover;
    width: 100%;
    height: 420px;
    display: block;
    transform: scale(1.2);
}
.pos-ab{
    position: absolute;
    top: 100px;
    z-index: 1;
}
.sub-fv-title{
    text-align: center;
    width: 100%;
    padding: 20px;
}
.sub-fv-title > h2{
    color: #C5ECFF;
    font-weight: 500;
    font-size: 1.3rem;
}
.sub-fv-title > h1{
    color: #fff;
    margin-top: 15px;
    font-size: 3rem;
    margin-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.w-content{
    max-width: 1020px;
    margin: 0 auto;
}
.content-wrapper{
    background-image: url(../images/recruitment/bg-sub-content-top.jpg), url(../images/recruitment/bg-sub-content.jpg);
    background-position: right top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%;
    padding: 0 20px;
}
.head-block-title{
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 6% 50px;
    z-index: 1;
    position: relative;
    margin-top: -140px;
}
.head-block-title h1{
    font-size: 2.8rem;
    text-align: center;
    color: #005FB0;
    line-height: 1.5;
}
.member-profile{
    display: flex;
    gap: 20px;
    padding: 20px 0 0;
    font-weight: 600;
}
/* .member-profile .member-img{
    width: 30%;
} */
.member-profile .member-info{
    width: 80%;
    align-self: center;
    font-size: 1.3rem;
    text-align: left;
}
.member-profile .member-info h2{
    color: #005FB0;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
.member-profile .member-img{
    align-self: center;
}
.member-profile .member-img > div{
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
}
.member-profile .member-img img{
    transform: scale(1.5);
    width: 185px;
    height: 185px;
    object-fit: cover;
    object-position: center 30px;
    overflow-clip-margin: unset;
}
.block-content h2{
    margin: 60px 0 20px;
    color: #005FB0;
    font-size: 1.8rem;
    font-weight: 800;
}
.block-content h3{
    font-size: 1.75rem;
    margin-bottom: 10px;
    margin-top: 25px;
}
.block-content p span{
    font-size: 1.4rem;
    color: #AF4C15;
}
.block-content p.cm{
    color: #69767C;
    margin-bottom: 30px;
}
.block-content .cont-img{
    max-width: 560px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.back-btn{
    background:url(../images/recruitment/button.png) no-repeat top center;
    background-size: cover;
    color: #fff;
    width: 380px;
    margin: 100px auto 80px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.8rem;
    border-radius: 3px;
    font-weight: 600;
}
.back-btn svg{
    margin-left: 20px;   
}
.text-center{
    text-align: center;
}
/* footer */
.ft-content{
    background: url(../images/recruitment/bg-footer.jpg) repeat-y;
    background-size: 100%;
    color: #fff;
    padding: 40px 20px 80px;
}
.nav-footer{
    display: flex;
    gap: 30px;
    margin-top: 35px;
}
.nav-footer > div{
    flex: 1;
    text-align: center;
    align-self: center;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 40px 20px;
}
.nav-footer h2{
    font-size: 2.1rem;
    letter-spacing: 2px;
}
.nav-footer a{
    max-width: 250px;
	width: 100%;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
    background: #005FB0;
    border-radius: 3px;
    color: #fff;
    display: block;
}
.nav-footer a svg{
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    body.admin-bar #wp-admin-bar-aioseo-main .aioseo-menu-notification-counter{
        display: none;
    }
    .sub-fv-title > h1{
        font-size: 2.4rem;
    }
    .sub-fv > img{
        transform: scale(1.3);
    }
    .sub-fv::before{
        background: linear-gradient(90deg, #439FD4, #1878BE);
    }
    .pos-ab{
        top: 80px;
    }
    .head-block-title{
        margin-top: -180px;
        padding: 30px 20px;
    }
    .head-block-title h1{
        font-size: 2rem;
    }
    .member-profile{
        flex-direction: column;
    }
    .member-profile .member-img{
        display: flex;
        justify-content: center;
    }
    .member-profile .member-info{
        width: 100%;
    }
    .member-profile .member-info h2{
        text-align: center;
        font-size: 2rem;
    }
    .member-profile .member-img > div{
        width: 180px;
        height: 180px;
    }
    .member-profile .member-img img{
        transform: scale(1.5);
        object-position: center 30px;
    }
    .back-btn{
        max-width: 380px;
        width: 100%;
    }
    .nav-footer{
        flex-direction: column;
    }
    .nav-footer > div{
        width: 100%;
    }
    .ft-content{
        background-size: 500%;
    }
    .content-wrapper{
        background-size: 500%;
        background-position: center top;
    }
}

/* TOP page  */
.wrapper {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}
.wrap-inner {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}
.cv{
    position: relative;
}

.ab{
    position: absolute;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
a:hover {
    text-decoration: none;
}
.slider-wrapper {
	position: relative;
	height: 860px;
	overflow: hidden;
}
.slider {
  	height: 100%;
}
.slider img {
	width: 100%;
	height: 860px;
	object-fit: cover;
}
.slider .slide.img02 img{
  	object-position: 22%;
}
.slick-slide::before{
	content: "";
	position: absolute;
	background: #000000;
	opacity: 0.3;
	z-index: 1;
	width: 100%;
	height: 860px;
}

.content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none; 
}

.text-box {
	position: absolute;
	top: 30%;
	left: 5%;
	color: #fff;
	text-align: left;
	pointer-events: auto;
}

.text-box h1 {
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.1;
}

.text-box p {
	font-size: 2.5rem;
	margin-top: 50px;
	font-weight: 700;
}

.text-box small {
	font-size: 1.5rem;
	font-weight: bold;
}

.button-box {
	position: absolute;
	bottom: 30px;
	/*   left: 50%;
	transform: translateX(-50%); */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	pointer-events: auto;
	left: 0;
	right: 0;
	padding: 0 20px;
}
@media screen and (max-width: 1024px) {
    .slider img{
	   height: 700px;
    }
    .slider-wrapper{
	   height: auto;	
    }
	.slick-slide::before{
		height: 100%;
	}
   .text-box{
	   top: 16%;
   }
}
.btn {
	padding: 18px 5px;
	text-decoration: none !important;
	/*   white-space: nowrap; */
	text-align: center;
}
.btn svg {
    margin-left: 20px;
}
.main-btn {
	background: url(../images/recruitment/button.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	width: 100%;
	margin: 50px auto 10px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 1.7rem;
	border-radius: 3px;
	font-weight: 800;
	max-width: 500px;
	border: 1px solid #fff;
	margin-left: 0;
	margin-right: 0;
}

.sub-btn-row {
	display: flex;
	gap: 8px;
	justify-content: center;
	max-width: 500px;
	width: 100%;
}

.sub-btn {
	background-color: #fff;
	color: #005FB0;
	border: 1px solid #005FB0;
	width: 50%;
	border-radius: 3px;
	font-weight: 800;
	font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
	.btn svg {
		margin-left: 8px;
	}
	.text-box{
		top: 23%;
	}
	.text-box h1{
		font-size: 4rem;
	}
	.text-box p{
		font-size: 2rem;
		margin-top: 32px;
	}
	.text-box small{
		font-size: 1.3rem;
	}
	.slider img{
		height: 600px;
	}
	.slider .slide.img03 img{
		transform: scale(1.2);
	}
	.main-btn, .sub-btn { 
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 414px) {
	.sub-btn{
		font-size: 3.2vw;
	}
	.main-btn {
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 350px) {
	/*   .sub-btn{
	width: 162px;
}
	.main-btn {
	min-width: 340px;
	width: auto;
} */
	.text-box p{
		font-size: 1.8rem;
	}
}
.center{
	text-align: center;
}
.d-flex {
	display: flex;
}
/*Other Recruitmant*/
.page-recruit .ohter-recruit{
	background-image: url(../images/recruitment/ohter-recruit-bg.jpg);
	background-repeat: no-repeat;
	padding: 60px;
	color: #ffffff;
}
.page-recruit .ohter-recruit .ohter{
	line-height: 1.4;
}
.page-recruit .ohter-recruit .n_1{
	color:#87afd2;
	font-size: 2rem;
}
.page-recruit .ohter-recruit .n_2{
	padding: 10px;
	font-size: 3.5rem;
	font-weight: 900;
}
.page-recruit .ohter-recruit .n_3{
	font-size: 1.8rem;
}
.page-recruit .ohter-recruit .d-flex{
	justify-content: space-between;
	gap: 30px;
	padding-top: 50px;
}
.page-recruit .ohter-recruit .d-flex .item{
	border: 1px solid;
	width: 50%;
	border-radius: 5px;
	text-align: center;
	padding: 30px;
}
.page-recruit .ohter-recruit .btn{
	background: #006bbd;
	color: #fff;
	padding: 20px;
	max-width: 200px;
	margin: auto;
	margin-top: 20px;
	font-weight: 500;
}
.page-recruit .ohter-recruit .d-flex .item p{
	font-size: 2.5rem;
	font-weight: 800;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	/*Other Recruitmant*/
	.page-recruit .ohter-recruit .ohter{
		padding: 0 20px;
		padding-top: 50px;
	}
	.wrap-inner {
		padding: 0 20px;
	}
	.page-recruit .ohter-recruit{
		padding: 0;
	}
	.page-recruit .ohter-recruit .d-flex{
		flex-wrap: wrap;
	}
	.page-recruit .ohter-recruit .d-flex .item{
		width: 100%;
	}
	.page-recruit .ohter-recruit .btn{
		width: 100%;
	}
	.page-recruit .ohter-recruit .n_1 {
		font-size: 1.6rem;
	}
	.page-recruit .ohter-recruit .n_2 {
		font-size: 2.5rem;
	}
	.page-recruit .ohter-recruit .n_3 {
		font-size: 1.5rem;
	}
}

/*about section*/
.about {
	text-align: center;
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-recruit .subtitle {
	color: #87AFD2;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}
.merit{
	padding-top: 80px;
}
.page-recruit .title {
	color: #005fb1;
	font-size: 2.5rem;
	margin-bottom: 50px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.about-cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.about-card.full {
	width: 100%;
}
.about-row {
	display: flex;
	gap: 40px;
}
.about-card.half {
	flex: 1;
}
.about-card {
	position: relative;
	background: white;
	padding: 60px 40px 32px; 
	margin-bottom: 0;
}
.about-card-inner {
	position: relative;
	padding-top: 5px;
}
.about-number {
	position: absolute;
	top: -82px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 5.5rem;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 1px #005eae;
	display: inline-block;
	line-height: 1;
}
.about-heading {
	font-size: 2rem;
	color: #005eae;
	font-weight: bold;
}
.about-text {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	padding-top: 20px;
	text-align: justify;
/* 	letter-spacing: 0.5px; */
}
.about-text span{
	white-space: nowrap;
}
#about{
	background-image: url(../images/recruitment/bg-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding-bottom: 80px;
}
.features-container {
	max-width: 1200px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 100px;
}

.features-container:nth-child(2) {
	justify-content: center; 
}

.feature-item {
	text-align: center;
	width: 200px;
	font-size: 14px;
	line-height: 1.6;
}
.feature-item .txt-1{
	color: #005eae;
	font-size: 1.5rem;
	font-weight: bold;
}
.feature-item img {
	object-fit: cover;
	margin-bottom: 10px;
	max-width: 180px;
}

.feature-item span {
	font-size: 10px;
	letter-spacing: 0;
}

.training-wrapper {
	display: flex;
	justify-content: end;
	padding: 0 0 35px;
}

.training-inner {
	display: flex;
	max-width: 825px;
	position: relative; 
	background: white;
	border-radius: 5px;
	padding: 50px 40px;
}

.blue-box {
	position: absolute;
	top: 50%;
	left: -155px;
	transform: translateY(-50%);
	background-image: url(../images/recruitment/bg-blue.jpg);
	color: white;
	border-radius: 5px;
	padding: 50px 10px;
	width: 300px;
	text-align: center;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 2;
	height: 170px;
}
.blue-box h4{
	color: #c5ebff;
	font-size: 1.2rem;
}
.blue-box h2{
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.4;
}
.white-box {
	margin-left: 147px;
	line-height: 1.8;
	text-align: left;
}
.white-box p{
	font-size: 1.4rem;
	letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
	.training-inner{
		max-width: 80%;
	}
}
@media (max-width: 768px) {
	.training-inner{
		padding: 50px 30px;
	}
	.features-container{
		gap: 70px;
	}
}
@media (max-width: 767px) {
	#about{
		background-image: url(../images/recruitment/bg-about-sp.jpg);
	}
	.about-row {
		flex-direction: column;
	}
	/*   .about-cards{
	padding-left: 20px;
	padding-right: 20px;
} */
	.about-title{
		line-height: 1.4;
		padding-top: 0;
	}
	.features-container {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		/*     padding-left: 20px;
		padding-right: 20px; */
	}

	.feature-item {
		display: flex;
		align-items: center;
		justify-content: start;
		width: 100%;
		gap: 20px;
		text-align: left;
		max-width: 400px;
	}

	.feature-item:nth-child(2){
		flex-direction: row-reverse;
		text-align: left;
	}
	.feature-item.bottom:nth-child(1){
		flex-direction: row-reverse;
		text-align: left;
	}
	.feature-item.bottom:nth-child(2){
		flex-direction: row;
		text-align: left;
	}
	.feature-item:not(:nth-child(2)) {
		flex-direction: row;
		text-align: left;
	}

	.feature-item img {
		width:100%;
	}

	.feature-item div:last-child {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.feature-item .img-w{
		width: 45%;
	}
	.feature-item .txt-1{
		width: 55%;	
	}
	.training-inner{
		margin-top: 70px;
	}
	.blue-box{
        top: 0;
        left: 0;
        width: 90%;
        right: 0;
        margin: 0 auto;
	}
	.white-box{
		padding-top: 65px;
		margin-left: 0;
		text-align: justify;
	}
	.training-wrapper{
		justify-content: center;
	}
	.training-wrapper.mt50{
		margin-top: 50px;
	}
	.about-card{
		padding-left: 20px;
		padding-right: 20px;
	}
	.training-inner{
		max-width: 100%;
	}
}
@media (max-width: 414px) {
/* 	.blue-box {
		left: 26px;
		width: 317px;
	} */
	.feature-item img{
		max-width: 100%;
	}
	.feature-item{
		gap:25px;
	}
}
@media (max-width: 390px) {
/* 	.blue-box {
		width: 297px;
	} */
}
@media (max-width: 375px) {
/* 	.blue-box {
		left: 18px;
	} */
	.feature-item {
		gap: 20px;
	}
}
@media (max-width: 360px) {
	.feature-item div:last-child{
		font-size: 1.3rem;
	}
	.feature-item span{
		font-size: 0.8rem;
	}
}
/*๋JOb*/
.page-recruit .job-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	max-width: 100%;
	cursor:pointer;
}

.page-recruit .job-card {
	position: relative;
	height: 290px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-recruit .job-card h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: normal;
	opacity: 0.9;
}

.page-recruit .job-card h2 {
	padding-top: 10px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
}

.page-recruit .job-card p {
	font-size: 1.5rem;
}

.job-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #000000, transparent);
	z-index: 1;
	opacity: 0.5;
}

.job-card h4,
.job-card h2,
.job-card p,
.job-card .circle-button {
	position: relative;
	z-index: 2;
}

.page-recruit .job-card .circle-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: white;
	color: #005fb1;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-recruit .job-1{
	background-image: url(../images/recruitment/jop-1.png);
	background-repeat: no-repeat;
}
.page-recruit .job-2{
	background-image: url(../images/recruitment/jop-2.png);
	background-repeat: no-repeat;
}
.page-recruit .job-3{
	background-image: url(../images/recruitment/jop-3.png);
	background-repeat: no-repeat;
}
.page-recruit .job-4{
	background-image: url(../images/recruitment/jop-4.png);
	background-repeat: no-repeat;
}
.page-recruit .job-5{
	background-image: url(../images/recruitment/jop-5.png);
	background-repeat: no-repeat;
}
.page-recruit .job-6{
	background-image: url(../images/recruitment/jop-6.png);
	background-repeat: no-repeat;
}
/*.page-recruit .circle-button::after {
content: "›";
font-size: 20px;
color: #005fb1;
}*/
.page-recruit .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-recruit .modal-content {
  /*max-height: 100vh;  */ 
  overflow: visible; 
  position: relative;
  padding: 50px;
  max-width: 900px;
  margin: 10% auto;
  background: white;
  box-sizing: border-box;
  line-height: 1.8;
  margin-top: 5%;
}

.page-recruit .modal-con .item.scrollable {
  max-height: 200px;       
  overflow-y: auto;          
  box-sizing: border-box;
}

.page-recruit .modal .close {
   position: absolute;
  top: -10px;
  right: -10px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  background: #005fb1;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  user-select: none;
  z-index: 10;
}
.modal-con{
	padding-top: 30px;
	gap: 30px;
	align-items: center;
}
.modal-con .item{
	width: 50%;
	/*font-size: 1.3rem;*/
	overflow: hidden;
}
.modal-con img{
    aspect-ratio: 2 / 1.2;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
	overflow-clip-margin: unset;
}
#modal3 .modal-con img {
    object-position: center;
    transform: scale(1.12);
}
#modal4 .modal-con img {
    object-position: -10px -40px;
    transform: scale(1.15);
}
#modal5 .modal-con img {
	object-position: center;
}
#modal6 .modal-con img {
    object-position: 20px 15px;
    transform: scale(1.2);
}
.modal-content .txt-1{
	color: #87afd6;
	text-align: center;
	font-size: 1.3rem;
}
.modal-content .txt-2{
	text-align: center;
	color: #005fb0;
	font-size: 2.7rem;
}
.modal-content .txt-3{
	color: #005fb0;
	text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}
@media (max-width: 768px) {
	.page-recruit .modal-content{
		width: 90%;
	}
	.page-recruit .job-card h2{
		font-size: 2.7rem;
	}
}
@media (max-width: 767px) {
	.page-recruit .job-grid {
		grid-template-columns: 1fr; 
		gap: 10px;
	}
	.modal-con{
		padding-top: 50px;
		flex-wrap: wrap;
	}
	.modal-con .item {
		width: 100%;
	}
	.page-recruit .modal-content{
		padding-left: 20px;
		padding-right: 20px;
		width: 85%;
	}
	.modal-content .txt-2{
		font-size: 2.3rem;
	}
	.modal-content .txt-3{
		font-size: 1.5rem;
	}
	.page-recruit .modal {
		overflow-y: auto;
	}
}
/* Member*/
.members-section {
	padding: 60px 20px 300px;
	text-align: center;
	color: white;
	position: relative;
	background-image: url(../images/recruitment/ryubo_pic01.jpg);
	background-size: cover;
	background-position: center 57%;
	overflow: visible;
}
.members-section .subtitle{
	color: #C5ECFF;
}
.members-section::before{
	content: "";
	display: block;
	background-image: url(../images/recruitment/bg-net.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	top: 0;
	left: 0;
}
.section-header{
	z-index: 9;
	position: relative;
}
.section-header p {
	font-size: 14px;
/* 	opacity: 0.7; */
	letter-spacing: 2px;
}

.section-header h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}

.members-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -110px;
	display: flex;
	gap: 40px;
	z-index: 10;
	justify-content: center;
}

.member-card {
	width: 280px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.member-card img {
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
	width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	color: white;
	padding: 18px 24px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.overlay::before{
/* 	background: linear-gradient(180deg, transparent, #000000); */
	background: linear-gradient(180deg, transparent 40%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0.5;
}
.overlay p {
	font-size: 1.55rem;
	line-height: 1.5;
	margin-bottom: 8px;
	z-index: 1;
	position: relative;
	font-weight: 700;
}

.position {
	font-size: 1.2rem;
	padding-top: 15px;
	z-index: 1;
	position: relative;
	font-weight: 500;
}

.overlay h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0;
	z-index: 1;
	position: relative;
}

.tag {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/recruitment/tag.png);
	color: white;
	font-size: 1.2rem;
	padding: 1px 10px 5px 18px;
	background-repeat: no-repeat;
	line-height: 1.6;
	background-size: 100%;
}
.members-section .n3{
	color: #ffffff;
	padding-top: 0;
	margin-bottom: 0;
}
/*Job Des*/
.job-des {
	margin: auto;
	background: #edf2f6;
	padding: 70px 146px;
}

.job-des .header {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}

.job-des .header h2 {
	color: #8eb2d4;
	font-size: 1.2rem;
	margin: 0;
}

.job-des .header h1 {
	color: #005fb1;
	font-size: 2.5rem;
	margin-top: 5px;
}

.job-des .row {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	align-items: center;
}

.job-des .row:last-child {
	border-bottom: none;
}

.job-des .label {
	flex: 0 0 25%;
	font-weight: bold;
	font-size: 1.4rem;
	padding-right: 10px;
}

.job-des .value {
	flex: 1;
	font-size: 1.4rem;
	line-height: 1.6;
}
@media (max-width: 1024px) {
	.job-des {
		padding: 70px 50px;
	}
}
@media (max-width: 767px) {
	.job-des{
		padding-left: 20px;
		padding-right: 20px;
	}
	.job-des .row{
		flex-wrap: wrap;
		gap: 10px;
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.job-des .label{
		width: 100%;
		flex: 0 0 30%;
	}
	.job-des .value{
		width: 100%;
		flex: inherit;
	}
	.members-wrapper{
		flex-wrap: wrap;
		top: 200px;
		width: 100%;
		padding: 0 20px;
		gap: 20px;
	}
	.members-section{
		padding: 60px 20px 960px;
		margin-top: 10px;
	}
	.members-section::before{
		content: "";
		display: block;
		background-image: url(../images/recruitment/bg-net-sp.png);
		background-size: cover;
		background-position: center;
		width: 100%;
		position: absolute;
		z-index: 1;
		height: 100%;
		top: 0;
		left: 0;
	}
	.member-card{
		max-width: 370px;
		width: 100%;
		border: 1px solid #fff;
	}
	.overlay p {
		font-size: 1.85rem;
	}
	.overlay h3{
		font-size: 2.7rem;
	}
	.members-wrapper {
		bottom: 0;
	}
}
@media (max-width: 414px) {
	.members-wrapper{
		bottom: 0px;
	}
	.members-section{
		padding-bottom: 800px;
	}
}
@media (max-width: 390px) {
	.member-card {
		max-width: 340px;
	}
	.member-card img{
		aspect-ratio: 1/ 1.4;
	}
}
@media (max-width: 360px) {
	.overlay p {
		font-size: 4.8vw;	
	}
	.position{
		font-size: 3.2vw;
	}
  .members-section{
    padding-bottom: 760px;
  }
}
/*Recruitment Flow*/
.section-4 {
	/*margin: 0 auto;*/
	margin-top: 50px;
	text-align: center;
	padding-top:70px;
}

.recruitment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:0;
	margin-bottom: 60px;
}

.step {
	position: relative;
	background: #edf2f6;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	width: 23%;
}

.step:not(:last-child)::after {
	content: "›";
	position: absolute;
	right: -9%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	color: #88b6d1;
}

.step img {
	max-width: 60%;
	margin: auto;
}

.step h3 {
	color: #005fb0;
	font-size: 1.75rem;
	line-height: 1.5;
}

.step p {
	font-size: 1.3rem;
	line-height: 1.5;
}

.step .pd-25 {
	padding-top: 25px;
}
.step .w{
	padding: 15px;
}

.arrow {
	display: none;
}

.img-text-sp {
	text-align: center;
}

.img-text-sp img,
.img-text-sp p {
	display: block;
	margin: 0 auto;
}
.img-text-sp {
	display: block;
	text-align: center;
}

.img-text-sp img {
	display: block;
	max-width: 60%;
	margin: 0 auto;
}

.img-text-sp p {
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0;
}
.blue-icon{
	display: none;
}
@media (max-width: 1400px) {
	.step h3{
		font-size: 1.5rem;
	}
}
@media (max-width: 1024px) {
	.step h3{
		font-size: 1.25rem;
	}
	.img-text-sp p{
		font-size: 1.2rem;
	}
}
@media (max-width: 767px) {
	.section-4{
		padding-right: 20px;
		padding-left: 20px;;
	}
	.recruitment {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:10px;
	}
	.step {
		width: 100%;
		text-align: center;
		background: #edf2f6;
		padding: 20px;
		margin: 0;
		border-radius: 5px;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
	}
	.step .pd-25{
		padding-top: 0;
	}
	.step h3{
		font-size: 1.8rem;
	}
	.arrow {
		display: block;
		font-size: 24px;
		color: #88b6d1;
		margin: 10px 0;
		transform: rotate(90deg);
	}
	.img-text-sp {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 10px;
	}
	.img-text-sp {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		text-align: left;
	}
	.img-text-sp p {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 0;
		text-align: left;
		letter-spacing: 0.5px;
	}
	.step:not(:last-child)::after{
		display: none;
	}
	.img-text-sp img{
		max-width: 100%;
	}
	.img-text-sp .w{
		width: 45%;
		padding-right: 10px;
	}
	.img-text-sp .rec-2 img{ 
		max-width: 85%;
	}
	.img-text-sp div:last-child{ 
		width: 55%;
	}
	.blue-icon{
		color: #88b6d1;
		display: block;
	}
}
/*Message*/
.section-5 {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 150px;
	text-align: center;
	position: relative;
	padding-top:70px;
}
.section-5 .d-flex{
	text-align: left;
}
.section-5 .d-flex .item{
	width: 50%;
}
.section-5 .d-flex .item p{
	font-size: 1.3rem;
	text-align: justify;
	letter-spacing: 0.5px;
}
.section-5 .d-flex .item.l{
    padding-left: 94px;
	padding-top: 30px;
}
.section-5 .bg{
	top: 100px;
	left: 0;
	text-align: left;
}
.section-5 .txt-4{
	padding-top: 30px;
    font-size: 1.2rem !important;
    font-weight: 600;
}
.section-5 .txt-5{
  	font-size: 1.7rem;
}
.section-5 .bg img{
  	max-width: 70%;
  	margin: 0;
}
.image-card {
    position: relative;
    width: 450px;
    height: 400px;
    margin-top: -80px;
}

.bg-img {
position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    border-radius: 5px;
    z-index: 0;
}

.person-img {
	position: absolute;
    bottom: -50px;
    left: 67px;
    width: 310px;
    border-radius: 5px;
}
.section-5 .pdt-20{
	padding-top: 20px;
}
@media (max-width: 768px) {
	.person-img {
        left: 50px;
    }
	.section-5 .bg img{
		max-width: 60%;
	}
}
@media (max-width: 767px) {
	.section-5 .d-flex{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.section-5{
		padding-left: 20px;
		padding-right: 0;
		padding-top: 100px;
	}
	.section-5 .d-flex .item{
		width: 100%;
	}
	.section-5 .d-flex .item.l{
		padding-left: 0;
		padding-top: 0;
	}
	.section-5 .bg{
		top: 140px;
	}
	.image-card{
		margin-top: 17px;
		margin-bottom: 40px;
		width: 100%;
	}
	.person-img{
		left: 0;
		right: 0;
		width: 100%;
		bottom: 0;
		padding-right: 0;
		max-width: 400px;
		margin: auto;
		border-radius: 0;
	}
	.bg-img{
		width: 260px;
	}
	.section-5 .d-flex .item p{
		padding-right: 20px;
		font-size: 1.4rem;
	}
}
@media (max-width: 375px) {
	.image-card{
		margin-top: 0;
	}
}
/*welfare-section*/
.section-7{
	background-image: url(../images/recruitment/welfare.jpg);
	background-size: cover;
	color: #ffffff;
	margin-top: 70px;
	/*max-width: 1100px;
	margin: auto;*/
}
.welfare-section {
	display: flex;
	align-items: flex-start;
	padding: 80px 150px;
	gap: 10px;
	padding-left: 390px;
}

.left-title {
	width: 20%;
}
.left-title p {
	font-size: 1.3rem;
	margin: 0;
	word-break: break-word;
}
.left-title h2 {
	font-size: 2.7rem;
	margin: 2px 0 0;
	font-weight: bold;
	letter-spacing: 3px;
}

.right-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	width: 80%;
}
.welfare-item {
	border-radius: 8px;
}
.welfare-item:first-child img{
	transform: scale(1.2);
}
.welfare-item .img-block{
	border-radius: 5px;
	aspect-ratio: 5 / 3;
    overflow: hidden;
}
.welfare-item img {
	object-fit: cover;
	width: 100%;
}

.welfare-item-content {
	padding: 16px 0;
}

.welfare-item-content h4 {
	margin: 0 0 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	font-size: 1.8rem;
}

.welfare-item-content p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.8;
}
.back-btn {
	background: url(../images/recruitment/button.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	width: 380px;
	margin: 50px auto 50px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 1.8rem;
	border-radius: 3px;
	font-weight: 600;
}
.back-btn svg {
	margin-left: 20px;
}
@media (max-width: 767px) {
	.welfare-section{
		padding-left: 20px;
		padding-right: 20px;
		flex-wrap: wrap;
	}
	.left-title {
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	.right-content{
		width: 100%;
		grid-template-columns: 1fr;
	}
	.welfare-item-content p{
		margin-top: 27px;
	}
	.welfare-item-content h4{
		padding-bottom: 11px;
	}
	.back-btn{
		max-width: 350px;
		width: 100%;
	}
	.ptb20{
		padding: 0 20px;
	}
}
.group{
	display: flex;
}
.blc-1{
	width: 20%;
}
.blc-2{
	width: 60%;
}
.blc-3{
	width: 20%;
}
.group-1{
	display: flex;
}
.group-1 .blc-1{
	width: 80%;
}
.group-1 .blc-2{
	width: 20%;
}
@media (max-width: 1600px) {
	.blc-1{
		width: 10%;
	}
	.blc-2{
		width: 90%;
	}
	.blc-3{
		width: 10%;
	}
	.group-1 .blc-1{
		width: 91%;
	}
	.group-1 .blc-2{
		display:none;
	}
	.button-box{
		bottom:25px;
	}
	.welfare-section{
		padding-left: 130px;
	}
}
@media (max-width: 1024px){
	.group-1 .blc-1{
		width: 100%;
	}
	.button-box{
		bottom: 43px;
	}
	.text-box p{
		margin-top: 13px;
	}
    .welfare-section {
        padding-left: 95px;
		padding-right: 95px;
    }
	.step .pd-25 {
		padding-top: 10px;
	}
}
@media (max-width: 768px) {
	.group-1 .blc-2{
		display:none
	}
	.group-1 .blc-1{
		width: 100%;
	}
	.group{
		padding: 0 20px;
	}
	.group .blc-1 {
		display: none;
	}
	.group .blc-3 {
		display: none;
	}
	.blc-2{
		width:100%;
	}
	.welfare-section{
		padding: 80px 23px;
	}
	/* 	.about-cards,.features-container{
	padding: 0 20px;
} */
	.section-5 .d-flex .item.l {
		padding-left: 50px;
	}
}
@media (max-width: 767px) {
	.group .blc-1{
		display: none;
	}
	.group .blc-2{
		width: 100%;
	}
	.group .blc-3{
		display: none;
	}
	.group-1 .blc-2 {
		display: none;
	}
	.group-1 .blc-1 {
		width: 100%;
	}
	.group {
		padding: 0 ;
	}
	.section-5 .d-flex .item.l{
		padding-left: 0;
	}
}
.footer_area_add .business_hour{
	padding-bottom: 30px;
}