@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;/*16px*62.5=10px*/
	scroll-behavior: smooth;
}

body {
	color:#2B2B2B;
	background-color:#FCFDE7 ;
	font-family: "Montserrat","Helvetica Neue", Arial, "Noto Sans JP" , "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	font-size:1.8rem;
	letter-spacing:0.1rem;
	font-feature-settings: "palt";
	line-height: 175%;
}

a {
	text-decoration: none;
	color: #2b2b2b;
}

ul,
li {
  list-style: none;
}

.sp {
	display: none;
}

/* ヘッダー */
.header{
	background-color: #FCFDE7 ;
	width: 100%;
	height: 100px;
	z-index: 100;
	position: sticky;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 940px;
	
}

.header-logo > img{
	height: 80px;
	padding-left: 10px;
	margin-top: 5px;
}

.menu {
	text-align: right;
	margin:auto 0 auto auto;
	position: relative;
}
.menu li a{
	position: relative;
}

.menu li.current a,
.menu li a:hover{
	color:#EE7A33;
}
.menu li .btn1:hover{
	color:#fff;
}

.menu li a::after{
	content: '';
	position: absolute;
	bottom:-4px;
	left:10%;
	width: 80%;
	height: 1px;
	background: #EE7A33;
	transition: all 0.3S;
	transform: scale(0,1);
	transform-origin: center top;
}
.menu li.current a::after,
.menu li a:hover::after{
	transform: scale(1, 1);
}

.menu li .btn1:hover::after{
	transform: scale(0, 0);
}


.menu > li{
	list-style: none;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #2b2b2b;
}

.btn1{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 2em;
	background: #EE7A33;
	width: 150px;
	text-align: center;
	padding: 10px;
}
.menu-btn-content ul li .btn1{
	width: 180px;
	margin: 30px auto;
	
}

.btn1 a{
	color: #fff;
}

.menu-btn {
	display: none;
	position: absolute;
	top: 25px;
	right: 15px;
	width: 50px;
    height: 50px;
	cursor: pointer;
	z-index: 110;
}
.menu-btn span{
	position: absolute;
	top:25px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 100%;
    border-radius: 3px;
    background-color: #2b2b2b;
    position: absolute;
	transition: all .4s;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check {
	display: none;
}

#menu-btn-check:checked ~ .btn-check span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .btn-check span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .btn-check span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-btn-content{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 80;
	background-color: #FCFDE7;
	opacity: 0%;
	visibility: hidden;
	transition: all 0.5s;
	padding: 0 24px;
	box-sizing: border-box;
}

.menu-btn-content ul {
    padding: 20px 10px 0;
}
.menu-btn-content a .header-logo > img {
	padding: 0;
}
.menu-btn-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-btn-content ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
}

#menu-btn-check:checked ~ .menu-btn-content {
	opacity: 100%;
	visibility: visible;
}

#menu-btn-check:checked ~ .header {
	position: absolute;
}


.menu-list {
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}

.service-list{
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

#service-btn-check:checked ~ .service-list {
	height: 100%;
	opacity: 100%;
	visibility: visible;
	transition: all 0.5s;
}

#service-btn-check {
	display: none;
}

.menu-list-border {
	width: 100%;
	border-color: #EE7A33;
	border-width:1px 0 0 0 ;
	border-style: solid;
	margin: 0;
	box-sizing: border-box;
}

.service-list-btn {
	color: #EE7A33;
	font-weight: bold;
	padding-right: 5px;
}

.menu-list-icon {
	padding-right: 10px;
}
.service-list .menu-list-icon{
	padding-left: 20px;
}

.service-list-mgn {
	display: inline-block;
	padding: 15px 0;
}

.img-branch {
	position: absolute;
	width: 140px;
	z-index: -1;
}
.img-branch-reverse {
	position: absolute;
	width: 140px;
	right: 0;
	transform: scale(-1, 1);
}

.img-spray {
	position: absolute;
	width: 170px;
	right: 0;
}
.img-spray-reverse {
	position: absolute;
	width: 170px;
	transform: scale(-1, 1);
	top:125px;
	z-index: -1;
}
.img-birds {
	position: absolute;
	z-index: 11;
    left: 90%;
    transform: translate(-60%, -50%);
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
}

.img-sprayandtree {
	z-index: 11;
	left: 0;
	top: 460px;
	position: absolute;
}

.img-bench {
	z-index: 11;
	position: absolute;
	bottom: 0;
	left: 0;
}
.img-bench2 {
	z-index: 11;
	position: absolute;
	top: 0;
	right: 0;
}

.img-running {
	z-index: 10;
	position: absolute;
	right: 0;
	top:-150px;
	width: 300px;	
}

.none{
	display: none;
}

.access-container {
	position: relative;
	background: linear-gradient(rgba(252,253,231,0),rgba(252,253,231,1));
}

.img-treeandmount {
	right: 0;
	position: absolute;
	bottom:280px;
	z-index: 11;
	width: 300px;
}
.img-treeandmount-right{
	right: 0;
	position: absolute;
	z-index: 11;
	width: 250px;
}


.contact-container {
	padding-bottom: 100px;
	position: relative;
}

.img-taiking {
	position: absolute;
	z-index: 11;
	left: 0;
	top:120vh;
	width: 250px;
}



.img-treeandrun {
	right: 0;
	position: absolute;
	top:-180px;
	z-index: 11;
	width: 250px;
}

.img-treeandmount-left {
	position: absolute;
	width: 300px;
}

/* フッター */

.footer {
	background-color: #FCFDE7;
	margin-top: 30px;
	height: 225px;
	text-align: center;
	z-index:130;
	min-width: 940px;
}

.footer-logo img{
	height: 64px;
}

.footer-menu li{
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	list-style: none;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #2b2b2b;
}

.policy{
	display: none;
}

.copyright {
	margin-top: 30px;
	font-size: 1.2rem;
}


/* トップページ */
.main-ilust {
	width: 100%;
	position: relative;
	z-index: 3;
	max-height: 80vh;
	object-fit: cover;
}

.center {
	text-align: center;
}

.msg {
	color: #EE7A33;
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-size: 3.8rem
}

.top-container {
	background-color: #fff;
	width: 700px;
	padding: 50px 100px 40px;
	margin: auto;
	border-radius: 50% / 10%;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
	z-index: 10;
}
.top-container:before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% /50% ;
	z-index: -1;
	box-sizing: border-box;
}


.txt {
	width: 700px;
}


.btn2 {
	display: inline-block;
	color: #EE7A33;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 2em;
	background: #fff;
	border: 1px solid #EE7A33;
	width: 278px;
	text-align: center;
	padding: 10px;
	margin-top: 45px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn3 {
	display: inline-block;
	color: #EE7A33;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 2em;
	background: #fff;
	border: 1px solid #EE7A33;
	width: 160px;
	text-align: center;
	padding: 4px;
	margin-top: 16px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn4 {
	display: inline-block;
	color: #EE7A33;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 50%;
	background: #EE7A33;
	border: 1px solid #EE7A33;
	width: 30px;
	height: 26px;
	text-align: center;
	padding-bottom: 4px;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.btn2:hover {
	background-color: #EE7A33;
	color: #fff;
}
.btn3:hover {
	background-color: #EE7A33;
	color: #fff;
}
.btn2:hover .fa-chevron-right{
	color: #fff;
}
.btn3:hover .fa-chevron-right{
	color: #fff;
}


.mlr30 {
	margin: 30px auto;
}

.mr20 {
	margin-right: 20px;
}

.section1 {
	color: #9AD344;
	font-size: 3.6rem;
	line-height: 130%;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.m-service {
	margin-top: 200px;
	margin-bottom: 60px;
}
.m-service-access {
	margin-top: 150px;
}

.service-intro img{
	width: 230px;
	object-fit: cover;
}

.service-container {
	width: 888px;
	display: inline-block;
}

.service-intro {
	width: 32%;
	display: inline-block;
}
.service-intro:nth-of-type(2) {
	padding-left: 0px;
}
.service-intro:nth-of-type(3) {
	padding-left: 0px;
}

.service-txt {
	font-size: 1.6rem;
	width: 280px;
	text-align: left;
}

.blog-container img{
	width: 230px;
}
.blog-container .img-birds{
	width: 380px;
}

iframe {
	width: 80%;
  	aspect-ratio: 90/46;
}

.contact{
	font-size:3.6rem;
	margin-top: 130px;
}

.contact-n {
	font-size: 2.6rem;
}

/*団体紹介ページ*/
.title-en {
	color: rgba(255,255,255,0.50);
	font-size: 10rem;
	font-family: 'Caveat', cursive;
	padding-left: 15%;
	padding-top: 35px;

}

.title {
	color: #FFFFFF;
	padding-left: 15%;
	padding-top: 30px;
	font-weight: bold;
	font-size: 2.3rem;
}

.bold {
	font-weight: bold;
}

.philosophy {
	color: rgba(238,122,51,1.00);
	font-weight: bold;
	font-size:3.6rem;
	line-height: 175%;
	padding: 0 24px;
}

.section2 {
	color: rgba(238,122,51,1.00);
	font-size: 3.6rem;
}

.profile-txt {
	font-size: 1.4rem;
}

.wh-box {
	width: 940px;
	padding: 70px;
	margin: auto;
	background-color: #fff;
	border-radius: 2em;
	box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.profile img{
	width: 226px;
	height: 296px;
	padding-right: 40px;
}

.txt {
	width: 700px;
	margin: auto;
}

.profile {
	width: 700px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.lgreen {
	color: #9AD344;
}

/*採用ページ*/
.recruit-img {
	width: 700px;
	display: block;
	margin: auto;
}


/*サービス紹介ページ*/
.support-policy {
	color: #9AD344;
	font-weight: bold;
	font-size: 2.0rem;
}

.normal {
	font-weight: normal;
}

.border {
	width: 100%;
	border-width:3px 0 0 0 ;
	border-style: dotted;
	border-color: #9AD344;
	
}

.mt30 {
	margin-top: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt40 {
	margin-top: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt110 {
	margin-top: 110px;
}

.pt76 {
	padding-top: 76px;
	padding-bottom: 76px;
}

.mt50 {
	margin-top: 50px;
}

.fs15 {
	font-size: 1.5rem;
}

.fs28 {
	font-size: 2.8rem;
}

.b-align {
	align-items: flex-end;
}

.test {
	position: relative;
}

.mt120 {
	margin-top: 120px;
}

.mt60 {
	margin-top: 60px;
}

.p70 {
	padding: 70px;
}
.pt20per {
	padding-top: 20%;
}



.service-img-position{
	position: relative;
	height: 355px;
}

.service-img1 {
	height: auto;
	width: 53.7%;
	position:absolute;
	left:1.26%;
}

.service-img2 {
	height: auto;
	width: 29.1%;
	position: absolute;
	top:19%;
	left: 58.4%;
}

.service-img3 {
	height: auto;
	width: 29.1%;
	position: absolute;
	top: 55%;
	left: 69.6%;
}

.img-adjust {
	margin-top: 40px;
}

.section3 {
	font-size: 2.8rem;
}

.policy-txt {
	margin-top: 10px;
	padding-left: 100px;
}

.overview {
	display: table;
	width: 100%;
	table-layout: fixed;
	line-height: 1.5;
	border-spacing: 0 10px;
}


.overview-txt1 {
	display: table-cell;
	width: 120px;
}
.overview-txt2 {
	display: table-cell;
	width: 30px;
}
.overview-txt3 {
	display: table-cell;
}
.offer .overview-txt3{
	padding-right: 40px;
}
.overview-txt4 {
	display: table-cell;
	width: 140px;
	text-align: right;
}


.staff-policy {
	border: solid 1px #9AD344;
	padding: 20px;
}

.conditions {
	line-height: 220%;
}

.bg-img-top2 {
	background-image: url("../img/背景1.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: ;
	position: relative;
}
.bg-img-about {
	background-image: url("../img/背景-Top1.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-img-about2 {
	background-image: url("../img/背景4.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.bg-img-service {
	background-image: url("../img/背景-Top2.png");
	background-repeat: no-repeat;
	background-size: 100%;	
}
.bg-img-recruit {
	background-image: url("../img/背景-Top3.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 70% top;
}

.menu-inner {
	position: relative;
	box-sizing: border-box;
	background-color: rgba(252,253,231,1.00);
	border: 1px solid rgba(238,122,51,1.00);
	border-radius: 9px;
	border-shadow:2px 6px 10px 0 rgba(0 0 0 / 10%);
	padding: 10px 20px;
	text-align: left;
}
.menu-inner > ul > li{
	padding: 5px 0;
}
.menu-inner > ul > hr{
	border-color: #EE7A33;
	border-width: 1px 0 0 0 ;
	border-style: solid;
}
.menu-inner > ul > li > a >.fa-chevron-right{
	padding-right: 10px;
}

.inner-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 220px;
	transform: translateX(-50%) !important;
	transition: .2S ease-out;
	z-index: 100;
	opacity: 0;
}
.inner-wrap:hover{
	visibility: visible;
	opacity: 1;
}

.service-wrap:hover + .inner-wrap {
	visibility: visible;
	opacity: 1;
}

.fa-chevron-right {
	color: #EE7A33;
}
.btn2 .fa-chevron-right{
	padding-left: 10px;
}
.btn3 .fa-chevron-right{
	padding-left: 6px;
}
.btn4 .fa-chevron-right{
	color: #fff;
}

.service-wrap {
	padding-bottom: 10px;
	
}

.mt450 {
	margin-top: 450px;
}

.mt10 {
	margin-top: 10px;
}

.mt750 {
	margin-top: 750px;
}

.top-bg {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0vh;
	left: 0px;
}

.service-intro-img {
	width: 230px;
	height: 185.8px;
	margin: auto;
	background-color: #F6F6F6;
}
.blog-intro-img {
	width: 230px;
	height: 185.8px;
	margin:30px auto ;
	background-color: #F6F6F6;
}
.blog-intro-img {
	width: 230px;
	height: 185.8px;
	margin:30px auto ;
	background-color: #F6F6F6;
}
.blog-intro-img img{
	object-fit: contain;
	height: 185.8px;
}

.service-intro-img img{
	object-fit: contain;
	height: 185.8px;
}

.pc-body{
	min-width: 940px;
	overflow: hidden;
}

@media screen and (max-width:1005px) {
	.main-container {
		width: 100%;
	}
	.menu {
		display: none;
	}
	.menu-btn {
		display:inline-block; 
	}
	.top-container{
		width: 650px;
	}
	
	
}

@media screen and (max-width:940px){
	.mt450{
		margin:auto;
	}
	.img-branch {
	}

	.img-spray {
		left: 770px;
	}
	.img-branch-reverse{
		left:800px;
	}
	.img-treeandmount-right{
		left:690px;
	}
	.img-treeandrun {
		right: auto;
		left:690px;
	}
	.top-container {
		width: 700px;
	position: relative;

	}
	.recruit-img{
		max-width: 100%;
	}
	.top-bg {
	width: 940px;
	top: 30vh;
	}
	.bg-img-service {
		background-size: 940px;
		background-position: left 1%;
	}
	.bg-img-about {
		background-size: 940px;
		background-position: left 2%;
	}
	
	.bg-img-recruit {
		background-size: 940px;
		background-position:left 2%;
	}
	.m-service {
	margin-top: 100px;
	margin-bottom: 60px;
}
	.mt750{
		margin-top: auto;
	}

}



@media screen and (max-width:888px){

	.txt{
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
		box-sizing: border-box;
	}
	.top-container .txt{
		text-align: left;
	}
	


}

@media screen and (max-width:480px) {
	.top-container {
		width: 100%;
	}
	.top-bg {
		width: 100%;
		top: 75vh;
	}
	.pc-body{
		min-width: 0;
	}
	.header{
		min-width: 0;
	}
	.footer{
		min-width: 0;
	}
	.img-branch {
		width: 80px;
	}
	.img-philo{
		width: 100%;
	}
	.img-spray {
		width: 90px;
		right: 0;
		left: auto;
	}
	.img-spray-reverse{
		top:auto;
		width: 100px;
		left: -25px;
	}
	.img-branch-reverse {
		width: 80px;
		right: 0;
		left: auto;
	}
	
	.footer-menu li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.footer-menu li{
		padding: 0;
	}
	.section1{
		font-size: 2.8rem;
	}
	.service-container{
		margin: auto;
		width: 100%;
	}
	.service-intro{
		display: block;
		margin: auto;
		width: 100%;
	}
	.service-txt{
		margin: auto;
		margin-top: 10px;
		width: 100%;
		padding: 0 24px;
		box-sizing: border-box;
	}
	.service-intro-img{
		margin-top: 30px;
	}
	.top-container{
		position: absolute;
		padding-right: 0;
		padding-left: 0;
		left: 0;
		transform: translate(0,-10%);
		-webkit-transform: translate(0,-10%);
		box-sizing:border-box;
	}
	.top-container:before{
		display: none;
	}
	.txt{
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
		text-align: left;
		box-sizing: border-box;
	}
	/*top*/
	.top-container .txt{
		text-align: left;
	}
	.m-service{
		margin-top: 690px;
		margin-bottom: 0px;
	}
	.service-container{
		margin: auto;
		width: 100%;
	}
	.service-intro{
		display: block;
		margin: auto;
		width: 100%;
	}
	.service-txt{
		margin: auto;
		margin-top: 10px;
		width: 100%;
		padding: 0 24px;
		box-sizing: border-box;
	}
	.service-intro-img{
		margin-top: 40px;
	}
	.btn3{
		margin-top: 10px;
	}
	.left {
		text-align: right;
		margin-right: 25px;
	}

	.service-intro:nth-of-type(3){
		margin-bottom:30px ;
	}
	.service-intro:nth-of-type(2){
		padding-left: 0px;
	}
	.img-taiking{
		width: 35%;
		top:900px;
	}
	.blog-container .img-birds{
		width: 200px;
		transform: translate(-50%, -70%);
		-webkit-transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
	}
	.mt750{
		margin-top: 750px;
	}
	iframe {
		width: 80%;
		aspect-ratio: 1/1;
	}
	.contact-container{
		padding-bottom: 230px;
	}
	.img-sprayandtree{
		width: 100px;
		left: -20px;
		top:650px;
		transform: rotate(25deg);
	}
	.img-treeandmount{
		width: 150px;
		top:-830px;
	}
	.img-running{
		top:auto;
		bottom: -100px;
		width: 150px;
	}
	
	.img-bench{
		width: 80%;
	}
	/**/
	.title-en{
		font-size: 6rem;	
	}
	.title{
		font-size: 2rem;
		padding-top: 0;
		padding-bottom: 20px;
	}
	/*about us*/
	.bg-img-about{
		background-size: 280%;
		background-position:top;
	}
	.section2{
		font-size: 2.4rem;
		font-weight: bold;
	}
	.section3{
		font-size: 2.0rem;
	}
	.philosophy {
		font-size:2.4rem;
		line-height: 175%;
	}	
	.profile {
		width: 100%;
		display: block;
	}
	.profile img{
		padding-right: 0px;
		margin: 40px auto 0;
		display: block;
	}
	.profile .b-align {
		margin-top: 20px;
	}
	.profile .b-align .fs28{
		text-align: center;
	}
	.aboutus .wh-box{
		margin-top: 60px;
	}
	.aboutus .wh-box .txt{
		font-size: 1.6rem;
	}
	.img-treeandmount-left{
		width: 160px;
	}
	.img-treeandrun{
		width: 150px;
		left: auto;
		right: 0;
	}
	
	/*service*/
	.bg-img-service{
		background-size: 280%;
		background-position:20% top;		
	}
	.wh-box{
		width: 100%;
		box-sizing: border-box;
	}
	.support-policy{
		font-size: 1.8rem;
	}
	.policy-txt{
		padding: 0;
		font-size: 1.6rem;
	}
	.eligible-policy {
		padding-left: 0;
	}
	li .overview .overview-txt3{
		line-height: 175%;
	}
	.service-img-position{
		position: static;
		height: 450px;
	}
	.service-img-sp{
		position: relative;
		margin-top: 10%;
		min-height: 200px;
		margin-bottom: 100px;
	}

	.service-img1 {
		position: static;
		width: 100%;
		height: auto;
		max-width: 100%;
		left:0px;
	}

	.service-img2 {
		height: auto;
		width: 55%;
		max-width: 100%;
		position: relative;
		top:5%;
		left: 0px;
	}
	.service-img3 {
		height: auto;
		width: 55%;
		position: absolute;
		top: 50%;
		left: 45%;
	}
	.img-adjust {
		margin-top: 170px;
	}
	.img-treeandmount-right{
		left: auto;
		right: 0;
		width: 200px;
	}
	/*recruit*/
	.bg-img-recruit {
		background-size: 280%;
		background-position:top;
		width: auto;
	}
	.wh-box{
		padding: 70px 24px;
	}
	.wh-box .txt{
		padding: 0;
	}
	.staff-policy{
		box-sizing: border-box;
	}
	.staff-policy .overview{
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 10px;
		display: block;
		box-sizing: border-box;
	}
	.staff-policy .overview-top{
		padding-top:10px;
	}
	.staff-policy .overview-btm{
		padding-bottom:20px;
	}
	.staff-policy .overview-txt4{
		box-sizing: border-box;
		text-align: left;
	}
	.staff-policy .overview-txt2{
		display: none;
		box-sizing: border-box;
	}
	.staff-policy .overview-txt3{
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-top: -8px;
	}
	.offer .overview-txt3{
		padding-right: 0px;
	}
	
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
}
@media screen and (max-width:380px) {
	.img-adjust {
		margin-top: 100px;
	}
}




.eligible-person {
	text-indent: -1em;
	padding-left: 1rem;
}
.eligible-policy {
	text-indent: -1em;
	padding-left: 115px;
}
.eligible-staff {
	margin-left: 10px;
	text-indent: -1.5em;
	padding-left: 1rem;
}

@media screen and (max-width:480px) {
	.eligible-policy {
		padding-left: 15px;
		font-size: 1.6rem;
	}
}


.fadeUpTrigger {
	opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.delay-time05{  
  animation-delay: 0.5s;
}

.delay-time1{  
  animation-delay: 1s;
}

.delay-time15{  
  animation-delay: 1.5s;
}

.delay-time2{  
  animation-delay: 2s;
}

.delay-time25{  
  animation-delay: 2.5s;
}



