@charset "utf-8";
/* CSS Document */


#content #h1_area {
    position: relative;
    height: 640px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
	background:#f3ffe9 url("../img/recruit-top_bg.png") no-repeat top center;
	background-size: 100% auto;
}
@media screen and (min-width: 1400px) {
	#content #h1_area {
		background-size: 1400px auto;
	}
}

#content #h1_area h1{
    position: absolute;
    top: 53%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
    text-align: center;
	border-radius: 50%;
	margin: auto;
}
#content #h1_area #h1_circle {
    position: absolute;
    top: 50%;
	left: 0;
	right: 0;
	width: 434px;
	height: 434px;
    transform: translateY(-50%);
	margin: auto;
}

.orbit_h1{
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1!important;
	opacity: 0.6;
}
.circle_h1{
	display: inline-block;
	width: 450px;
	aspect-ratio: 1 / 1;
	position: relative;
	animation: rotate-circle 15s linear infinite;
	background:rgba(255,255,255,0.8);
    border-radius: 50%;
}
.circle_h1::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 8px solid transparent;
	background: linear-gradient(to right,  #ffaac8 0%,#f0ff89 50%,#30fff3 90%) border-box;
	mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
	mask-clip: padding-box, border-box;
	mask-composite: exclude;
	-webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
	-webkit-mask-clip: padding-box, border-box;
	-webkit-mask-composite: destination-out;   
}

#content #h1_area h1>span#jp{
	font-size: 73px;
	color: #242624;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
#content #h1_area h1>span#jp>span{
	font-size: 60px;
}
#content #h1_area h1>span#en{
	font-size: 30px;
	color: #359b5d;
	display: block;
	letter-spacing: 0.1em;
	text-shadow: none;
}

#content .index_message{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
#content .index_message h2{
	font-size: 36px;
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}
#content .index_message h2 span{
	font-size: 16px;
	color: #009e42;
	display: block;
	margin-bottom: 15px;
	padding: 0;
}
#content .index_message p{
	line-height: 2.5em;
}
#recruit #content .w_base{
	position: relative;
	background:#fff url("../img/recruit-message.jpg") repeat-x bottom center;
	background-size: 1400px;
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.2);
	margin: 0 auto;
	width: 100%;
	z-index: 2;
	padding-bottom: 80px;
}
#recruit #content ul.index_area li,
#recruit #content ul.index_area li:nth-child(3n) {
    position: relative;
    display: block;
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
}
#recruit #content ul.index_area li:nth-child(even) {
    margin-right: 0;
}
#recruit #content ul.index_area li img {
	display: block;
	margin: auto;
    width: auto;
    height: 200px;
}
#recruit #content ul.index_area li p.ttl {
    font-size: 32px;
    padding: 0 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#recruit #content ul.index_area li p {
	letter-spacing: 0.01em;
}


@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1080px) {
	#content #h1_area {
		position: relative;
		height: 640px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		background: #f3ffe9 url(../img/recruit-top_bg.png) no-repeat top center;
		background-size: 1080px auto;
	}
}

@media screen and (max-width: 950px) {
	#recruit #content ul.index_area li img {
		display: block;
		margin: auto;
		width: 100%;
		height: auto;
		max-width:100%;
	}
}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 880px) {
}
@media screen and (max-width: 750px) {
}

@media screen and (max-width: 650px) {
	#content #h1_area h1{
		position: absolute;
		top: 52%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		text-align: center;
		border-radius: 50%;
		margin: auto;
	}
	#content #h1_area #h1_circle {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 80vw;
		height: 80vw;
		transform: translateY(-50%);
		margin: auto;
	}

	.orbit_h1{
		position: fixed;
		right: 0;
		top: 0;
		z-index: -1!important;
		opacity: 0.6;
	}
	.circle_h1{
		display: inline-block;
		width: 80vw;
		aspect-ratio: 1 / 1;
		position: relative;
		animation: rotate-circle 15s linear infinite;
		background:rgba(255,255,255,0.8);
		border-radius: 50%;
	}
	.circle_h1::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 50%;
		border: 8px solid transparent;
		background: linear-gradient(to right,  #ffaac8 0%,#f0ff89 50%,#30fff3 90%) border-box;
		mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
		mask-clip: padding-box, border-box;
		mask-composite: exclude;
		-webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
		-webkit-mask-clip: padding-box, border-box;
		-webkit-mask-composite: destination-out;   
	}

	#content #h1_area h1>span#jp{
		font-size: 12vw;
		color: #242624;
		margin-bottom: 15px;
	}
	#content #h1_area h1>span#jp>span{
		font-size: 10vw;
	}
	#content #h1_area h1>span#en{
		font-size: 6vw;
		padding: 0;
	}

	#recruit #content ul.index_area li,
	#recruit #content ul.index_area li:nth-child(3n),
	#recruit #content ul.index_area li:nth-child(even){
		position: relative;
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#content .index_message h2{
		font-size: 28px;
	}

}
@media screen and (max-width: 500px) {
}

@media screen and (max-width: 375px) {
}
/****
#126635
#01ba4e
#009e42
***/


