@charset "utf-8";
/* CSS Document */

/* 
Reset Stylesheet
*/
* {
    margin: 0;
    padding: 0;
}
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
	overflow-x: hidden;
	width:100vw;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#000000;
}
 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

 
input, select {
    vertical-align:middle;
}

h1, h2, h3, h4, h5, h6, p, li, a{
	font-family:"游明朝体 Pr6N M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
html {
    scroll-behavior: smooth;
}

.pc { display: block; }
.sp { display: none; }

 /*for smartphone*/
@media only screen and (max-width: 768px) {
	.pc { display: none; }
	.sp { display: block; }
}
header{
	max-width: 1600px;
    margin: auto;
    padding: 0 20px;
	background: #ffffff;
}
.header_menu{
	height:200px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo_section{
	display: flex;	
  align-items: center;
}

.header_logo_section p{
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #000;
	display: flex;
    align-items: center;
}
.header_logo_section span {
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #333;
	margin-left: 10px;
}
.header_logo_section h2{
	font-weight:normal;
	font-size:22px;
	padding:10px;
	letter-spacing: 0.2em
}

.headermenu_section{
	display: flex;	
}

.header_logo{
	height:100px;
	padding:30px;
}

.header_btn_each{
	width:100px;
	height:100px;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_btn_each img{
	width:30px;
}

body .fixed{
	width: 100%;
	height: 100%;
	position: fixed;
  overflow: hidden;
}

.gnav{
	top:0;
	left:0;
	padding:50px 0;
	text-align: center;
    position: fixed;
	display:none;
    width: 100vw;
	height:100%;
    z-index: 500;
	/* background:rgba(62,62,62,0.9); */
	background:rgba(255,255,255,0.9);
	overflow-y: auto;
	overflow-y: scroll;
}

.panelactive{
	display:block!important;
	transition: 0.5s;
}

.gnav_site_map{
	position: relative;
	display:flex;
	width:90%;
	max-width:1200px;
	margin:auto;
	z-index: 100;
}

.gnav_site_map img{
	width:40px;
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}

.gnav_sitemap_each{
	width:25%;
	padding:50px 0;
	text-align: center;
}

.gnav_sitemap_1,.gnav_sitemap_3{
	background: #7EAE44;
}

.gnav_sitemap_2,.gnav_sitemap_4{
	background:#97BE69;
}

.gnav_sitemap_each p{
	font-size:18px;
	color:#fff;
	margin-bottom:50px;
	letter-spacing: 0.1em;
}

.gnav_sitemap_each li{
	font-size:14px;
	color:#fff;
	list-style: none;
	line-height:40px;
	letter-spacing: 0.1em;
}


@media only screen and (max-width: 768px) {
		.gnav{
	/* padding:10px; */
}
	.gnav_site_map{
		margin-top:70px;
		width: 100%;
	flex-wrap: wrap;
}
	.gnav_sitemap_each{
	width:50%;
		padding: 30px 0;
}
	
	
.gnav_sitemap_1,.gnav_sitemap_4{
	background: #7EAE44;
}

.gnav_sitemap_2,.gnav_sitemap_3{
	background:#97BE69;
}

.gnav_sitemap_each p{
	margin-bottom:30px;
}

.gnav_sitemap_each li{
	line-height:30px;;
}
}


@media only screen and (max-width:600px) {
	.gnav{
	padding:0;
}
	.gnav_site_map{
		display: block;
		height: 100%;
	}
	.gnav_site_map img{
	top:20px;
	right:15px;
}

	.gnav_sitemap_each{
	width:100%;
		margin:auto;
}
	.gnav_sitemap_1,.gnav_sitemap_3{
	background: #7EAE44;
}

.gnav_sitemap_2,.gnav_sitemap_4{
	background:#97BE69;
}
}


.to_top{
	position: fixed;
	right:3%;
	bottom:3%;
	z-index: 199;
}

.header_btn_each p{
	font-size:12px;
	padding:5px;
}

.header_contact_btn{
	background: #EFEFEF;
}

.header_contact_btn p{
	color:#7EAE44;
}

.header_recruit_btn{
	background: #7EAE44;
}

.header_recruit_btn p{
	color:white;
}


@media only screen and (max-width: 1000px) {
.header_logo_section{
	display: block;	
  align-items: center;
}
	
	.header_text{
	display:flex;
  align-items: center;	
	}
	
.headermenu_section{
	display: flex;	
}

.header_logo{
	height:70px;
	padding:0px;
	margin-bottom: 15px;
}
}


@media only screen and (max-width: 768px) {
	header{
		z-index:900;
		position: fixed;
		width:100vw;
		padding:0px;
		background: #ffffff;
	}
	.header_menu{
	height:70px;
}

	.header_text{
	display:none;
	}
	

.header_logo{
	width:100px;
	height:auto;
	padding-left:5px;
	margin-bottom: initial;
}

.header_btn_each{
	width:70px;
	height:70px;
}

.header_btn_each img{
	width:30px;
}

.header_btn_each p{
	font-size:10px;
	padding:5px;
}

.header_contact_btn{
	background: #EFEFEF;
}

.header_contact_btn p{
	color:#7EAE44;
}

.header_recruit_btn{
	background: #7EAE44;
}

.header_recruit_btn p{
	color:white;
}

}


.main_visual_img{
	width:100vw;
	height:1080px;
	object-fit:cover;
		object-position:30% 50%;
}

.main_banner{
	position: absolute;
	top:0;
	left:3%;
	width:360px;
	height:100%;
	background: #ffffff;
	text-align: center;
}

.main_logo{
	width:300px;
	margin:auto;
}
.main_small{
	font-size:12px;
	letter-spacing: 0.2em;
}

.main_banner h1{
	font-size:22px;
	line-height: 1.5;
	font-weight: 300;
}

.main_banner h2{
	font-size:22px;
	font-weight:normal;
	padding:10px;
	letter-spacing: 0.2em;
	color:#333333;
}

.main_copy{
	font-size:14px;
	font-weight:normal;
	line-height:32px;
	margin-top:60px;
}
.main_banner ul{
	margin:50px auto;
	width:180px;
}
.main_banner ul li{
	list-style: none;
	font-size:16px;
	padding:20px 0;
	border-top:solid #D6D6D6 1px;
	color:#333333;
	letter-spacing: 0.1em;
}

.main_banner ul li:last-child{
	border-bottom:solid #D6D6D6 1px;
}

.fixed_btn{
	position: fixed;
    top: 50%;
    right: 0;
    z-index: 200;
    display: block;
    transform: translate(0, -50%);
}

@media only screen and (max-width: 1000px) {
	.main_visual_img{
	height:900px;
		object-position:40% 50%;
	}

.main_banner{
	left:0px;
	width:300px;
	height:100%;
}

.main_logo{
	width:200px;
}


.main_copy{
	margin-top:40px;
}

.main_banner ul li{
	padding:15px 0;
}
}

@media only screen and (max-width: 768px) {
	.fixed_btn{
		display:none;
	}
	.main_visual_img{
		min-height: 350px;
		object-position: 80% 50%;
		height: 100%;
	}
	.main_banner{
		position: relative;
		width:100vw;
		padding-top:30px;
	}
}

.carousel{
	margin-top:-8px;
	display: flex;
}

.carousel img{
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width:calc(100% / 3); 
	z-index:150;
}


@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 768px) {
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-senju {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-senju__wrap {
  display: flex;
  overflow: hidden;
}

.d-senju__list {
  display: flex;
  list-style: none;
}

.d-senju__list--left{
animation :infinity-scroll-left 30s infinite linear 0s both;
}

.d-senju__item {
  width: calc(70vw);
}
.d-senju__item > img{
   width: 100%;
}
}

.information_section{
	padding:80px 0;
	background: rgb(126,174,68,0.3);
	margin-top:-8px;
}

.media_section{
	padding:80px 0;
}

.media_section_inner{
	width:90%;
	max-width:1200px;
	margin:50px auto;
	background: rgb(230,141,25,0.2);
	padding-top:30px;
}

.media_post_cat{
	font-size:14px;
	background: #E68D19;
	border-radius:15px;
	color:white;
}

.jigyosho{
	display: flex;
	width:90%;
	max-width:1200px;
	margin:auto;
}

.jigyosho_left, .jigyosho_right{
	width:50%;
}

.jigyosho_left img{
	width:90%;
	margin:auto;
}

.jigyosho_right h3{
	background: #7EAE44;
	font-size:20px;
	color:white;
	font-weight:200;
	padding:10px;
	text-align: center;
	margin-bottom: 20px;
}

.jigyosho_right h3.orange{
	background: #E68D19;
	font-size:20px;
	color:white;
	font-weight:200;
	padding:10px;
	text-align: center;
	margin-bottom: 20px;
}

.shisetsu_names {
	display: flex;
	padding:0 10px 30px;
}

.shisetsu_names.padding {
	padding:0 10px;
}

.shisetsu_names div{
	width:50%;
}

.shisetsu_names ul{
	margin-right: 5px;
}

.shisetsu_names li{
	list-style: none;
	font-size:16px;
	line-height:1.4;
	margin-top: 8px;
	color: #000000;
	position: relative;
	padding: 0 10px 0 15px;
}

.shisetsu_names li span {
	font-size: 11px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 10px;
    left: -10px;
    transform: translate(0, -50%);
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shisetsu_names li span.green {
	background-color: #7EAE44;
}

.shisetsu_names li span.orange {
	background-color: #E68D23;
}

@media only screen and (max-width: 1000px) {
	.jigyosho{
	display: block;
}
	.jigyosho_left, .jigyosho_right{
	width:100%;
	margin:auto;
}
	.jigyosho_left{
		text-align: center;
	}
	.jigyosho_left img{
		max-width:500px;
		margin:auto;
		margin-bottom:50px;
	}
}

@media only screen and (max-width: 768px) {
	.jigyosho_right h3{
	margin-top:20px;
}

	.shisetsu_names{
	display: block;
}
.shisetsu_names div{
	width:100%;
}
}


/* ------ slide image ------- */
.recruit-slide__img {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  position:absolute;
	top:50px;
	left:0;
    list-style: none;
    visibility: hidden;
  object-fit: cover;
  opacity: 0;
	
  height: 600px;
  width: 100%;
}

.recruit-slide__item:nth-of-type(1) .recruit-slide__img {
  animation-delay: 0s;
}

.recruit-slide__item:nth-of-type(2) .recruit-slide__img {
  animation-delay: 5s;
}

.recruit-slide__item:nth-of-type(3) .recruit-slide__img {
  animation-delay: 10s;
}
.recruit-slide__item:nth-of-type(4) .recruit-slide__img {
  animation-delay: 15s;
}

@keyframes slideAnime {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ------ hero erea ------- */
.recruit_slide {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.recruit__inner {
  margin: 0 auto;
  width: 100vw;
  position: relative;
	height:650px;
}

.recruit__links{
	position: absolute;
	left:5%;
	bottom:15%;
	width:330px; 
	height:330px;
	border-radius: 200px;
	background: #fff;
	text-align: center;
}
.recruit__links img{
	width:80px;
	padding-top:50px;
}

.recruit__links h4{
    font-size: 36px;
	letter-spacing: 0.1em;
	color:#E68D19;
	padding:10px 0 0;
}

.saiyojoho{
	padding:0px 0 15px;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}

.saiyobtn{
	color:#000;
	margin:2px auto;
}

.saiyobtn span{
	color:#fff;
	padding:5px 30px;
	border-radius: 20px;
	background: #E68D19;
}
.recruit__links a{
	color:#fff;
}

.saiyobtn_each{;
  padding:5px;}

@media only screen and (max-width: 1200px) {
	
/* ------ slide image ------- */
.recruit-slide__img {
  height: 700px;
}


/* ------ hero erea ------- */
.recruit_slide {
  height: 700px;
}

.recruit__inner {
	height:750px;
}
	
	.recruit__links{
	bottom:5%;
}
}


@media only screen and (max-width: 768px) {
	
/* ------ slide image ------- */
.recruit-slide__img {
  height:500px;
}


/* ------ hero erea ------- */
.recruit_slide {
  height: 500px;
}

.recruit__inner {
	height:550px;
}


.recruit__links{
	position: absolute;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	width:250px; 
	height:250px;
}
.recruit__links img{
	width:50px;
	padding-top:30px;
}

.recruit__links h4{
    font-size: 24px;
	padding:5px 0 0;
}

.saiyojoho{
	padding:5px 0 10px;
}
	
.saiyojoho{
	margin-bottom:0px;
}
}

footer {
    position: absolute;
    width: 100%;
}
.footer_logoarea{
	text-align: center;
	padding:30px;
}

.footer_logoarea img{
	width:300px;
}

.footer_logoarea span{
	font-size:20px;
}

.footer_logoarea h2, .footer_logoarea p{
	color:#666666;
	letter-spacing: 0.1em;
	line-height:1.5;
	
}

@media only screen and (max-width: 768px) {
	.footer_logoarea{
	text-align: center;
	padding:30px;
}

.footer_logoarea img{
	width:200px;
}

.footer_logoarea h2, .footer_logoarea p{
	color:#666666;
	letter-spacing: 0.1em;
	line-height:1.5;
}

}

.site_map{
	display:flex;
	width:100%;
	max-width:1200px;
	margin:auto;
}

.sitemap_each{
	width: calc(100% / 3);
	padding:50px 0;
	text-align: center;
}
/* .pre .sitemap_each::after {
	content: '';
	border-right: 1px solid #9a9a9a;
} */

.sitemap_1,.sitemap_3{
	background: #7EAE44;
}

.sitemap_2,.sitemap_4{
	background:#97BE69;
}

.pre .sitemap_1,.pre .sitemap_3,
.pre .sitemap_2,.pre .sitemap_4 {
	background: rgba(126, 174, 68, 0.3);
	color: #000000;
}
.pre .sitemap_1,.pre .sitemap_3 {
	padding-top: 135px;
}


.sitemap_2 .external {
	position: relative;
	width: fit-content;
    margin: 0 auto;
}
.sitemap_2 .external::after {
	content: url("../images/external_link.svg");
	position: absolute;
	right: -18px;
	top: 0px;
}
.pre .sitemap_3 .external {
	position: relative;
	width: fit-content;
    margin: 0 auto;
}
.pre .sitemap_3 .external::after {
	content: url("../images/external_link_b.svg");
	position: absolute;
	right: -18px;
	top: 0px;
}

.sitemap_each p{
	font-size:20px;
	font-weight: 700;
	color:#fff;
	margin-bottom:50px;
	letter-spacing: 0.1em;
}
.pre .sitemap_each p {
	color:#000000;
}

.sitemap_each li{
	font-size:16px;
	color:#fff;
	list-style: none;
	line-height:40px;
	letter-spacing: 0.1em;
}
.pre .sitemap_each li{
	line-height: 1.5;
	margin-bottom: 20px;
}

.pre .sitemap_each li {
	color:#000000;
}

.to_contact{
	width:100%;
	max-width:1200px;
	background: #E68D19;
	margin:auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.to_contact img{
	width:35px;
	padding:16px;
}

.to_contact p{
	color:#FFF;
	font-size:24px;
}

@media only screen and (max-width: 768px) {
	.site_map{
	flex-wrap: wrap;
}
	.sitemap_each{
	width:50%;
		padding: 30px 0;
}
	
	
.sitemap_1,.sitemap_4{
	background: #7EAE44;
}

.sitemap_2,.sitemap_3{
	background:#97BE69;
}

.sitemap_each p{
	margin-bottom:30px;
}

.sitemap_each li{
	line-height:30px;;
}
}


@media only screen and (max-width: 768px) {
	.site_map{
		display: none;
	}
}
	.page_header{
		width:100vw;
		position: relative;
		height:200px;
		background-image: url("../images/page_header.png");
		background-size: cover;
		background-position: center;
	}
	
	.page_header_inner{
		width:90%;
		height:100%;
		max-width:1200px;
		margin:auto;
		display: flex;
		align-items: center;
	}
	
	.page_header_inner h1{
		font-size:24px;
		color: #000000;
	}
	
	.page_content{
		width:90%;
		margin:auto;
		max-width:1200px;
		padding: 50px 0 0;
	}


@media only screen and (max-width: 768px) {
	.page_header{
		height:100px;
		padding-top: 70px;
	}
	.page_header_inner h1{
		top:40px;
		font-size:18px;
	}
		.page_content{
		padding: 50px 0;
	}
}

.message_inner{
	padding:50px 0 100px;
	max-width:800px;
	margin:auto;
}

.message_inner p{
	font-size:16px;
	line-height:40px;
	letter-spacing: 0.05em;
    font-weight:  300;
}

.message_inner img{
	width:100%;
}

.section_content{
	padding:50px 0 100px;
	max-width:800px;
	margin:auto;
}

.section_content p{
	padding-top:20px;
	font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 200;
	line-height:40px;
}

.section_content ul li{
	padding-top:20px;
	font-size: 14px;
	line-height:40px;
	list-style: none;
	letter-spacing: 0.05em;
    font-weight:  300;
}

.section_content img{
	width:100%;
}

.guideline_inner p{
	font-size:14px;
	line-height:40px;
}

.guideline_inner li{
	padding-left:30px;
}

.guideline_inner img{
	padding-top:50px;
}

.to_hojin_each{
	width:100%;
}

.hojin_top, .hojin_middle{
	display: flex;
	justify-content:space-between;
	width: 100%;
	max-width: 1200px;
}
.middle_inner{
	display: flex;
	width: 100%;
}


.hojin_top div{
	width:30%;
	margin-bottom:80px;
	padding:10px;
}

.middle_inner div{
	width:50%;
	margin-bottom:80px;
	padding:10px;
}

.hojin_top div img,.hojin_middle div img{
	width:100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.hojin_top div h3{
	height:200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -8px;
	padding: 0;
	font-size: 24px;
	letter-spacing: 0.05em;
    font-weight: 300;
}

.hojin_middle div h3{
	height:150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -8px;
	padding: 0;
	letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 300;
}

.border_green{
	border:solid #7EAE44 1px;
	border-bottom: solid #7EAE44 10px;
}

.border_orange{
	border:solid #E68D19 1px;
	border-bottom: solid #E68D19 10px;
}

.hojin_middle div img{
	width:100%;
}
.hojin_bottom{
	text-align: center;
}

.hojin_bottom div div{
	width:70%;
	max-width:600px;
	margin:auto;
}

.hojin_bottom img{
	height:200px;
	width:100%;
	object-fit: cover;
	margin:auto;
	padding: 0;
}

.hojin_bottom div div h3{;
	margin-top: -8px;
	height:200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 24px;
	letter-spacing: 0.05em;
    font-weight: 300;
}

@media only screen and (max-width: 1000px) {
.hojin_top div h3{
	height:150px;
}

.hojin_middle div h3{
	height:100px;
}
	
	.hojin_bottom div div h3{;
	height:150px;
}
	.hojin_bottom img{
	height:150px;
}
}

@media only screen and (max-width: 768px) {
.hojin_top{
	display: block;
}
	.hojin_middle{
	display: block;
}

.hojin_top div{
	width:90%;
	max-width: 400px;
	margin:0 auto 40px;
}

.middle_inner div{
	width:100%;
}
	
	.section_content{
	padding:50px 0 80px;
}
	
	
.section_content p{
	line-height:25px;
}

.section_content ul li{
	line-height:35px;
}

.guideline_inner p{
	font-size:12px;
	line-height:25px;
}
}

.enkaku_content p{
	font-size:14px;
	line-height:35px;
}

.contact table{
	width:100%;
}

.contact tr{
    border-bottom: 1px solid #707070;
}

.contact tr:last-child{
    border-bottom: none;
}

.contact td{
	font-size:22px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color:#008576;
	height:100px;
	vertical-align:middle;
}

.tel_caption{
	font-size:14px;
	color:#000000;
	padding:5px 0 0 10px;
}

.contact_tel img{
	width:30px;
	padding:0 10px;
}

.contact_tel{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contact_tel span{
	color:#575757;
	padding-left:20px;
}

@media only screen and (max-width: 1050px){
	.contact td{
	font-size:18px;
	letter-spacing: 0.2em;
	height:100px;
}

.tel_caption{
	font-size:14px;
	color:#000000;
	letter-spacing: 0em;
}
}

@media only screen and (max-width: 768px){
	.contact td{
	height:100%;
	width:100%;
	padding:10px;
	font-size:16px;
	letter-spacing: 0em;
}
	.contact_tel{
	padding-bottom:10px;
}
}
