@charset "utf-8";

.recruit_main_ph1 {
  position: relative; 
}
.re-image {
  width: 100%; 
  display: block;
}
.recruit_main_bg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;  
	left: 0;
	z-index: 1;
	overflow: hidden;
}


.bg_space01{
	display: none;
}
.bg_space02{
	display: block;
}
@media print, screen and (min-width: 801px) {
.bg_space01{
	display: block;
}
.bg_space02{
	display: none;
}	
	
}

/*
.recruit_main_bg2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	
	background-image: url("./common/img/recruit2/recruit_bg.png?2025-1");
	background-size: 100%;
}
*/

.recruit_bg{
  position: absolute;
  top: 0;  
  left: 0;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
}
.re_textbox{
	width: 87%;
	max-width: 1400px;
	margin: 0 auto;
}
.re_textbox2{
	width: 100%;
	position: absolute;
	position: relative;
/*	bottom: 9%;*/
	z-index: 100;
}
.re_text1{
	font-size: 7.8vw;
	font-size: 10vw;
	font-size: 11vw;
	
	
	line-height: 120%;
	position: relative;
	left: -1%;
	margin-bottom: 2%;
	color:#006F44;
	font-family: "Sorts Mill Goudy", serif;
	font-feature-settings: "palt";
}
.re_text2{
	font-size:2.2vw;
	line-height: 180%;
	
	font-size:3vw;
	font-size:3.5vw;
	font-size:3.25vw;
	line-height: 205%;
	
	color: #3E3A39;
	text-align: justify;
}
.re_text2 br{
	display: none;
}
@media print, screen and (min-width: 801px) {
.re_textbox2{
	width: 100%;
	position: absolute;
	bottom: 7%;
	z-index: 100;
}
.re_text1{
	font-size: 8vw;
	line-height: 120%;
	position: relative;
	left: -1%;
	margin-bottom: 2%;
}
.re_text2{
	font-size:1.5vw;
	line-height: 190%;
}
}
@media print, screen and (min-width: 1001px) {
.re_textbox2{
	width: 100%;
	position: absolute;
	bottom: 9%;
	z-index: 100;
}
.re_text1{
	font-size: 9vw;
	line-height: 110%;
	position: relative;
	left: -1%;
}
.re_text2{
	font-size: 16px;
	font-size: 18px;
	line-height: 200%;
}
.re_text2 br{
	display: block;
}

}
@media print, screen and (min-width: 1401px) {
.re_textbox2{
	width: 100%;
	position: absolute;
	bottom: 12%;
	z-index: 100;
}
.re_text1{
	font-size: 115px;
	line-height: 125px;
	position: relative;
	left: -1%;
}
.re_text2{
	font-size: 18px;
	line-height: 200%;
}
}





.bg_green{
	width: 100%;
	height: auto;
	background-color: #006F44;
}
.re_text3{
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
}
@media print, screen and (max-width: 800px) {
.re_text3{
	font-size: 16px;
	font-size: 3.2vw;
	font-size: 3.8vw;
}
.re_text3.m01{
	text-align: justify;
	font-size: 3.5vw;
}
}



.re_text4{
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	text-align: left;
}
.re_ph1{
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}
.re_ph1 img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
@media print, screen and (min-width: 801px) {
.re_ph1{
	width: 25%;
	height: auto;
}
}


.entry-button {
	width: 90%;
	height: 70px;
	max-width: 480px;
	display: block;  
	text-decoration: none; 
	margin: 0 auto 20px;
}

.entry-button1 {
	width: 100%;
	height: auto;
    text-align: center;
    padding: 20px 25px;
    background-color: #FFF; 
    color: #006F44; 
    border-radius: 50%;
    display: block;
    text-decoration: none; 
    font-size: 20px;
    font-weight: 400;
    transition: 0.5s;
	position: relative;
}





.common_btn1.entry-btn1{
	width: 90%;
	height: 80px;
	max-width: 480px;
	display: block;
	margin: 0 auto 65px;
}
.common_btn1.entry-btn1.m01{
	margin: 0 auto;
}
.common_btn1.entry-btn1 a{
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 15px 0;
	border-radius: 40px;
	
	
	padding: 20px 25px;
	text-decoration: none; 
	transition: 0.5s;
	background-color: #FFF; 
	position: relative;
	border: none;
}
.common_btn1.entry-btn1 a:hover{
	background-color: #006F44;
	background-color: rgba(255,255,255,0.3);
	border: none;
}
.common_btn1.entry-btn1 a span{
	color: #006F44;
	font-size: 19px;
	line-height: 100.1%;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
}
.common_btn1.entry-btn1 a:hover span{
	color: #fff;
}
@media print, screen and (max-width: 800px) {
.common_btn1.entry-btn1 a span{
	font-size: 3.8vw;
	font-size: 4vw;
}
}

.common_btn1.entry-btn1 a .allow2::before,
.common_btn1.entry-btn1 a .allow2::after{
  background-color: #006F44;
}
.common_btn1.entry-btn1 a:hover .allow2::before,
.common_btn1.entry-btn1 a:hover .allow2::after{
  background-color: #fff;
}




.common_btn1.entry-btn1.off a{
	opacity: 0.5;
}
.common_btn1.entry-btn1.off a:hover{
	background-color: #FFF; 
}
.common_btn1.entry-btn1 a:hover span{
	color: #006F44;
}
.common_btn1.entry-btn1.off a:hover .allow2::before,
.common_btn1.entry-btn1.off a:hover .allow2::after{
  background-color: #006F44;
}



@media print, screen and (min-width: 801px) {
.common_btn1.entry-btn1 {
	width: 48%;
	max-width: 500px;
	height: auto;
	margin: 0;
}
}



/* ホバー時・クリック時（フォーカス時）の下線をなくす */
/*
	.entry-button:hover,
	.entry-button:hover .entry-button1,
	.entry-button:focus,
	.entry-button:focus .entry-button1,
	.entry-button:active,
	.entry-button:active .entry-button1 {
    text-decoration: none;
}
*/

@media print, screen and (min-width: 801px) {
.entry-button {
    width: 48%;
    height: auto;
    max-width: 480px;
    display: block;  
    text-decoration: none; 
	margin: 0;
}

.entry-button1 {
	width: 100%;
	height: auto;
    max-width: 480px;
    text-align: center;
    padding: 25px 30px;
    background-color: #FFF; 
    color: #006F44; 
    border-radius: 70px;
    display: block;
    text-decoration: none; 
    font-size: 20px;
    font-weight: 400;
    transition: 0.5s;
}
}
/***

矢印〉のみ

***/
.allow3{
  position: relative;
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
  position: absolute;
  top:15px;
top: calc( 50% - 7.5px);
  right: 15px;
}
.allow3.rotate90{
	transform: rotate(90deg);
	/* 中心を基準点に時計回りに回転する */
}
.allow3::before,
.allow3::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #006F44;
  transform-origin: calc(100% - 0.5px) 50%;
}
.allow3.c-gray1::before,
.allow3.c-gray1::after {
  background-color: #3d3939;
}
.allow3::before {
  transform: rotate(45deg);
}

.allow3::after {
  transform: rotate(-45deg);
}




/***

メインタイトル

***/
.recruit_main_title1{
	clear: both;
	width: 100%;
	max-width: 580px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1201px) {
.recruit_main_title1{
	width: 100%;
	max-width: 480px;
}
.contents1000.recruit_width01{
	width: 100%;
	max-width: 1200px;
}
}
@media print, screen and (min-width: 1501px) {
.recruit_main_title1{
	margin: 40px 0 0;
}
}
@media print, screen and (max-width: 800px) {
.recruit_main_title1{
	width: 70%;
	position: absolute;
	top: -15%;
}
}
