@charset "utf-8";
/* CSS Document */
body,html {
    color: #333;
    font-family: Noto Sans JP,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
	margin: 0;
}

abbr,address,article,aside,audio,b,blockquote,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400
}

a,a:active,a:hover {
    color: #4a4a4a;
    text-decoration: none
}

a:active,a:hover {
    cursor: pointer
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}
dd,dl,dt,figure,h1,h2,h3,h4,h5,ol,p,ul {
    margin: 0;
    padding: 0
}

dd,dt,li,p {
    font-size: clamp(1.4rem,1.2756906077rem + .3314917127vw,1.7rem)
}

strong {
    font-weight: 700
}

.text-center {
    text-align: center
}

ol,ul {
    list-style: none
}


.main_content {
	padding: 4rem 2rem;
	width:90%;
	max-width:1100px;
	min-height:calc(100vh - 395px);
	margin:0 auto;
}
.main_content h1 {
	text-align: center;
    mix-blend-mode: multiply;
	margin-bottom: 2em;
}
.main_content h1 .en {
	display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    padding-top: 1rem;
    text-align: center;
}
.box_recruit_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	gap:20px;
}
.box_recruit_wrap .box_recruit {
	width:520px;
	background: #027d62;
    margin-top: 2rem;
	padding: 10px;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.box_recruit_wrap .box_recruit h2 {
	font-size:2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
	width: 100%;
	color:#fff;
}
.box_recruit_wrap .box_recruit .recruit_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:0 2%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 100%;
}
.box_recruit_wrap .box_recruit .recruit_list li {
	width:50%;
}
.box_recruit_wrap .box_recruit .recruit_list a {
	position:relative;
	text-align: center;
	display: block;
	width: 100%;
	height: 200px;
	align-content: center;
    padding: 25px 10px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.box_recruit_wrap .box_recruit .recruit_list a span {
	color:#fff;
	position:relative;
	font-weight: bold;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
}
.box_recruit_wrap .box_recruit .recruit_list a:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: rgb(0 0 0 / 0%);
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.box_recruit_wrap .box_recruit .recruit_list a:hover:before {
	background: rgb(0 0 0 / 20%);
}
.box_recruit_wrap #newgrad.box_recruit .recruit_list li:first-child a {
	background: url(img/top/img-newgrad-01.webp) no-repeat center;
}
.box_recruit_wrap #newgrad.box_recruit .recruit_list li:last-child a {
	background: url(img/top/img-newgrad-02.webp) no-repeat center;
}
.box_recruit_wrap #rcs.box_recruit .recruit_list li:first-child a {
	background: url(img/top/img-rcs-01.webp) no-repeat center;
}
.box_recruit_wrap #rcs.box_recruit .recruit_list li:last-child a {
	background: url(img/top/img-rcs-02.webp) no-repeat center;
}


.sub_content_wrap {
	width:100%;
	min-height: 270px;
	background: #def5ec;
}
.sub_content_wrap a[target="_blank"]::after {
  content: "\f08e";  
  font-family: "Font Awesome 6 Free";
  font-weight: 900;    
  margin-left: 10px;
}
.sub_content {
	padding: 4rem 2rem;
    width: 90%;
    margin: 0 auto;
}
.sub_content .box_group {
	text-align: center;
}
.sub_content .box_group h2 {
	font-size: 1.6rem;
    font-weight: bold;
}
.sub_content .box_group ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	gap:20px;
}
.sub_content .box_group ul li a {
	font-size:1.4rem;
}

.box_other {
	margin: 30px auto 0;
    max-width: 900px;
}
.box_other ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:20px;
	border-top: solid 1px #b8d0c7;
    padding-top: 2em;
}
.box_other ul li a {
	font-size:1.4rem;
}
footer {
	background: #009259;
    text-align: center;
    padding: 2em;
	height: 125px;
}
footer .copy_txt {
	display: block;
    color: #fff;
	font-size: 1rem;
    margin: 2em 0 0;
}
@media screen and (max-width: 768px) {
	.main_content {
		min-height: calc(100vh - 435px);
	}
	.main_content h1 img {
		width:300px;
	}
	.box_recruit_wrap {
		display: block;
	}
	.sub_content_wrap {
		min-height: 310px;
	}
	.box_recruit_wrap .box_recruit {
		min-height: 16vh;
		width:510px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (max-width: 666px) {
	.main_content {
		width: 100%;
	}
	.main_content h1 img {
		width: 70%;
	}
	.sub_content {
		padding: 2rem;
	}
	.sub_content .box_group h2 {
		margin-bottom:1em;
	}
	.sub_content .box_group ul {
		display: block;
	}
	.sub_content .box_group ul li a,.box_other ul li a {
		font-size: 1.2rem;
	}
	.box_other ul {
		gap: 5px 20px;
	}
	.box_recruit_wrap .box_recruit {
		width:100%;
	}
}

