@charset "utf-8";
@media screen and (min-width: 1280px){
/*--------------▽▽ヘッダーメニュー▽▽--------------*/
	.hm_wrap,.hm_btn_bg{
		display: none;
	}
	.pc_menu{
		width: 600px;
		position: fixed;
		top: 22px;
		right: 30px;
		z-index: 99;
	}
	.pm_list{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.pm_list li a{
		display: block;
		position: relative;
		overflow: hidden;
	}
	.pm_list li a img{
		height: 25px;
	}
	.pm_list li a .pm_black{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.pm_list li a .pm_green{
		position: absolute;
		top: -50px;
		left: 0;
		opacity: 0;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.pm_list li a:hover .pm_black{
		opacity: 0;
	}
	.pm_list li a:hover .pm_green{
		top: 0px;
		opacity: 1;
	}
/*-------------△△ヘッダーメニュー△△---------------*/
	
/*--------------▽▽ヘッダータイトル▽▽--------------*/
	#header{
		background-color: #fff;
		height: 70px;
		box-shadow: 2px 0 3px #B3B3B3;
		position: fixed;
		width: 100%;
		z-index: 90;
	}
	.header_title{
		display: flex;
		position: relative;
		z-index: 90;
	}
	.header_title a{
		display: block;
	}
	.hd_logo_square img{
		width: 65px;
		margin-top: 3px;
		margin-left: 25px;
	}
	.hd_logo_landscape img{
		width: 230px;
		margin-left: 10px;
		margin-top: 3px;
	}
/*-------------△△ヘッダータイトル△△---------------*/
	
/*-------------▽▽メイントップ▽▽-------------*/
	.main_top_bg{
		display: none;
	}
	#main_top{
		position: relative;
		margin-top: 70px;
		max-height: 1000px;
		overflow-y: hidden;
	}
	.main_top_bg_pc img{
		width: 100%;
		position: relative;
		z-index: -2;
	}
	.main_top_flex{
		display: flex;
		width: 70%;
		position: absolute;
		z-index: 1;
		top: 200px;
		left: 50%;
		transform: translateX(-50%);
		transform: -webkit-translateX(-50%);
		transform: -ms-translateX(-50%);
	}
	.main_top_box{
		width: 40%;
		margin-top: 70px;
	}
	.main_top_copy img{
		width: 100%;
	}
	.main_top_subbox{
		width: 120%;
		height: 250px;
		background-color: #fff;
		border: solid 5px #299850;
		position: relative;
		z-index: 0;
		display: block;
		margin: auto;
		margin-top: 30px;
	}
	.main_top_logo img{
		width: 80%;
		display: block;
		margin: auto;
		margin-top: 10px;
	}
	.main_top_btn img{
		width: 80%;
		position: relative;
		top: 10px;
		display: block;
		margin: auto;
		animation: anime1 0.7s ease 0s infinite alternate;
	}
	.main_top_character{
		width: 60%;
	}
	.main_top_character img{
		width: 100%;
		position: relative;
		z-index: 2;
	}
/*-------------△△メイントップ△△---------------*/
	
/*-------------▽▽メインabout▽▽---------------*/
	#main_about{
		width: 100%;
		height: 280px;
		margin-top: 170px;
		padding: 80px 0;
		background-image: -webkit-linear-gradient(270deg,rgba(37,150,76,1.00) 0%,rgba(255,255,255,1.00) 45%,rgba(37,150,76,1.00) 100%);
		background-image: -moz-linear-gradient(270deg,rgba(37,150,76,1.00) 0%,rgba(255,255,255,1.00) 45%,rgba(37,150,76,1.00) 100%);
		background-image: -o-linear-gradient(270deg,rgba(37,150,76,1.00) 0%,rgba(255,255,255,1.00) 45%,rgba(37,150,76,1.00) 100%);
		background-image: linear-gradient(180deg,rgba(37,150,76,1.00) 0%,rgba(255,255,255,1.00) 45%,rgba(37,150,76,1.00) 100%);
		position: relative;
	}
	.main_about_headline_en img{
		width: 50%;
		max-width: 230px;
		display: block;
		margin: auto;
	}
	.main_about_headline_jp img{
		width: 70%;
		max-width: 380px;
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.main_about_icon img{
    	width: 80px;
   		display: block;
    	margin: auto;
    	margin-top: 30px;
		animation: rotate1 3s linear infinite;
	}
	.main_about_textbox{
		width: 900px;
		padding: 40px 90px;
		background-color: #fff;
		border: solid 5px #000;
		box-sizing: border-box;
		display: block;
		margin: auto;
		position: relative;
		top: 30px;
	}
	.main_about_textbox p{
		font-family: "Sawarabi Mincho";
		font-size: 20px;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		box-sizing: border-box;
		padding: 30px;
	}
	.about_link_btn{
		width: 400px;
		padding: 10px 0;
		background-color: #299850;
		border: solid 2px #fff;
		display: block;
		margin: auto;
		margin-top: 30px;
		box-shadow: 0px 4px 3px #333;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}
	.about_link_btn a{
		display: block;
		font-size: 26px;
		color: #fff;
		font-family: "Sawarabi Mincho";
		text-align: center;
	}
	.about_link_btn:hover{
		box-shadow: 0 0px 0px #333;
		padding-top: 12px;
		padding-bottom: 8px;
	}
/*-------------△△メインabout△△---------------*/
	
/*-------------▽▽メインservice▽▽---------------*/
	#main_service{
		margin-top: 400px;
	}
	.main_service_illust img{
		width: 900px;
		display: block;
		margin: auto;
	}
	.main_service_headline_en{
		width: 60%;
		max-width: 330px;
		height: 65px;
		display: block;
		margin: auto;
		background-color: #fff;
		border: solid 3px #000;
		position: relative;
		top: -25px;
	}
	.main_service_headline_en img{
		width: 90%;
		max-width: 250px;
		display: block;
		margin: auto;
		margin-top: 5px;
	}
	.main_service_headline_jp img{
		width: 70%;
		max-width: 380px;
		display: block;
		margin: auto;
		position: relative;
		top: -10px;
	}
	.main_service_bg{
		background-image: url("../images/service_bg_pc.jpg");
		position: relative;
		padding-bottom: 100px;
	}
	.main_service_flex{
		display: flex;
		justify-content: space-between;
		width: 1200px;
		flex-wrap: wrap;
		margin: auto;
		margin-top: 50px;
	}
	.main_service_box{
		width: 350px;
		background-color: #fff;
		display: block;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px 25px;
		box-sizing: border-box;
		border: solid 4px #000;
	}
	.main_service_box_img{
		width: 300px;
		height: 250px;
		display: block;
		margin: auto;
	}
	.main_service_box_img img{
		width: 100%
	}
	.main_service_box h1{
		font-family: "Sawarabi Mincho";
		color: #299850;
		text-align: center;
		font-size: 22px;
		border-top: solid 1px #299850;
		border-bottom: solid 1px #299850;
	}
	.main_service_box p{
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		margin-top: 20px;
	}
	.service_link_btn{
		width: 400px;
		padding: 10px 0;
		background-color: #000;
		border: solid 2px #fff;
		display: block;
		margin: auto;
		margin-top: 30px;
		box-shadow: 0px 4px 3px #333;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}
	.service_link_btn a{
		display: block;
		font-size: 26px;
		color: #fff;
		font-family: "Sawarabi Mincho";
		text-align: center;
	}
	.service_link_btn:hover{
		box-shadow: 0 0px 0px #333;
		padding-top: 12px;
		padding-bottom: 8px;
	}
/*-------------△△メインservice△△---------------*/
	
/*-------------▽▽メイン求人▽▽---------------*/
	#main_job{
		position: relative;
		display: flex;
		width: 1000px;
		margin: auto;
		margin-top: 150px;
		padding-bottom: 50px;
	}
	.main_job_bg img{
		width: 450px;
	}
	.main_job_illust img{
		width: 550px;
		margin-top: 100px;
		animation: updown2 3s linear infinite;
		position: relative;
	}
	.main_job_logo img{
		width: 350px;
		display: block;
		margin: auto;
	}
	.main_job_link{
		width: 250px;
		display: block;
		margin: auto;
		margin-top: 10px;
		border: solid 3px #000;
		padding: 10px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.main_job_link img{
		width: 90%;
		display: block;
		margin: auto;
		animation: blink1 0.7s linear infinite alternate;
	}
	.main_job_link:hover{
		width: 270px;
	}
/*-------------△△メイン求人△△---------------*/
	
/*-------------▽▽フッター▽▽---------------*/
	#ft_content{
		margin-top: 100px;
	}
	.footer_link h1{
		font-family: "Sawarabi Mincho";
		color: #299850;
		text-align: center;
		font-size: 26px;
	}
	.footer_link_flex{
		display: flex;
		justify-content: space-between;
		width: 750px;
		margin: auto;
		margin-top: 10px;
	}
	.footer_link a{
		display: block;
	}
	.footer_link h2{
		font-family: "Sawarabi Mincho";
		color: #299850;
		text-align: center;
		font-size: 26px;
		width: 350px;
		background-color: #fff;
		padding: 10px 0;
		display: block;
		margin: auto;
		margin-top: 10px;
		border: solid 2px #299850;
		box-sizing: border-box;
		box-shadow: 0px 1px 2px #777;
	}
	.footer_link h3{
		font-family: "Sawarabi Mincho";
		color: #fff;
		text-align: center;
		font-size: 26px;
		width: 350px;
		background-color: #299850;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		margin: auto;
		margin-top: 10px;
		border: solid 2px #fff;
		box-shadow: 0px 3px 2px #666;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.footer_link h3:hover{
		box-shadow: 0 0px 0px #666;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	
	.ft_menu{
		background-color: #006837;
		margin-top: 70px;
		padding-top: 50px;
	}
	.ft_logo{
		display: none;
	}
	.ft_logo_white img{
		width: 250px;
		display: block;
		margin: auto;
	}
	.ft_menu_list{
		display: flex;
		justify-content: space-between;
		width: 800px;
		margin: auto;
		padding: 20px 0;
		text-align: center;
		margin-top: 20px;
	}
	.ft_menu_list li a{
		color: #fff;
		font-size: 16px;
		line-height: 40px;
		font-family: "Sawarabi Mincho";
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}
	.ft_menu_list li a:hover{
		color: #bbb;
	}
	.copyright h4{
		font-size: 12px;
		background-color: #fff;
		color: #006837;
		text-align: center;
		padding: 10px 0;
		font-family: "Sawarabi Mincho";
	}
	.back_top a{
		display: block;
		width: 60px;
		position: fixed;
		right: 35px;
		bottom: 20px;
		z-index: 10;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.back_top img{
		width: 100%;
	}
	.back_top a:hover{
		bottom: 35px;
	}
/*-------------△△フッター△△---------------*/

	
/*サブページここから-----------------------------------------------------------------------*/

/*--------------▽▽サブページトップ▽▽--------------*/
	.sub_top{
		margin-top: 70px;
		position: relative;
	}
	.sub_top_bg{
		max-height: 600px;
		overflow: hidden;
	}
	.sub_top_bg img{
		width: 100%;
		margin-top:-50px;
	}
	.sub_top_title{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	.sub_top_title h1{
		font-size: 40px;
		text-align: center;
		font-family: "Sawarabi Mincho";
		border-bottom: solid 1px #000;
	}
	.sub_top_title h2{
		font-size: 22px;
		text-align: center;
		font-family: "Sawarabi Mincho";
	}
/*-------------△△サブページトップ△△---------------*/

/*--------------▽▽コンタクトフォーム▽▽--------------*/
	.formbg{
		width: 90%;
		max-width: 600px;
		padding: 50px 0;
		display: block;
		margin: auto;
	}
	#formWrap h3{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	#formWrap h4{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
		color: #299850;
		margin-top: 15px;
	}
	#formWrap p{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
		color: #fff;
		margin-top: 10px;
		margin-bottom: 5px;
		padding-left: 10px;
		background-color: #299850;
	}
	#formWrap a{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
		color: #299850;
		margin: auto;
		margin-top: 15px;
		text-align: center;
		display: block;
	}
	.fm_ip{
		margin-top: 20px;
	}
	.fm-select,.name,.phone,.mail{
		height: 50px;
		width: 100%;
		box-sizing: border-box;
		border: solid 1px #000;
		padding-left: 5px;
	}
	.youken{
		height: 150px;
		width: 100%;
		box-sizing: border-box;
		border: solid 1px #000;
		color: #299850;
		padding-left: 5px;
		padding-top: 5px;
	}
	:-ms-input-placeholder{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	::-webkit-input-placeholder{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	:-moz-placeholder{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	::-moz-placeholder{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	::placeholder{
		font-size: 18px;
		font-family: "Sawarabi Mincho";
	}
	.submit{
		width: 200px;
		height: 50px;
		font-family: "Sawarabi Mincho";
		color: #fff;
		text-align: center;
		font-size: 22px;
		background-color: #299850;
		display: block;
		margin: auto;
		margin-top: 30px;
		border: none;
		box-sizing: border-box;
		box-shadow: 0px 2px 3px #666;
		cursor:pointer;
	}
/*-------------△△コンタクトフォーム△△---------------*/
	
/*--------------▽▽企業概要▽▽--------------*/
	.overview_title{
		display: block;
		margin: auto;
		width: 250px;
		border: 3px solid #000;
		padding: 10px 30px;
	}
	.overview_title img{
		width: 160px;
		display: block;
		margin: auto;
	}
	#about_description{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.about_description_box{
		width: 1100px;
		box-sizing: border-box;
		margin: auto;
		padding: 30px;
		border-top: solid 3px #000;
		border-bottom: solid 3px #000;
	}
	.about_description_box p{
		font-family: "Sawarabi Mincho";
		font-size: 20px;
		padding: 10px;
	}
	.about_bg_img{
		width: 1250px;
		height: 600px;
		display: block;
		margin: auto;
		overflow: hidden;
	}
	.about_bg_img img{
		width: 100%;
		margin-top: -200px;
	}
	#company{
		width: 1250px;
		display: flex;
		margin: auto;
		margin-top: 100px;
		padding-bottom: 50px;
	}
	#company dl{
		width: 600px;
		display: flex;
		flex-wrap: wrap;
		align-items:flex-start;
		border: solid 4px #299850;
		padding: 34px 30px;
		margin-top: 50px;
		box-sizing: border-box;
	}
	#company dl dt{
		width: 150px;
		padding-left: 10px;
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		border-top: solid 1px #999999;
		color: #299850;
		padding-top: 5px;
	}
	#company dl dd{
		width: 350px;
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		border-top: solid 1px #999999;
		color: #299850;
		padding-top: 5px;
	}
	#company dl dt:nth-of-type(1){
		border: none;
	}
	#company dl dd:nth-of-type(1){
		border: none;
	}
	.map{
		margin-left: 50px;
	}
	.map_title{
		display: block;
		margin: auto;
		width: 250px;
		border: 3px solid #000;
		padding: 10px 30px;
	}
	.map_title img{
		width: 65px;
		display: block;
		margin: auto;
	}
	#goolemap{
		width: 600px;
		margin-top: 50px;
	}
/*-------------△△企業概要△△---------------*/
	
/*--------------▽▽サービスページ▽▽--------------*/
	.service_details_flex{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
		width: 1100px;
		margin: 100px auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.service_box{
		width: 500px;
		height: 510px;
		background-color: #fff;
		border: solid 4px #000;
		display: block;
		margin: auto;
		margin-top: 30px;
		padding: 25px;
		box-sizing: border-box;
	}
	.sd_title_box img{
		width: 300px;
		display: block;
		margin: auto;
	}
	.sd_title_box h3{
		font-family: "Sawarabi Mincho";
		color: #fff;
		text-align: center;
		font-size: 24px;
		background-color: #299850;
		padding: 10px 0;
	}
	.sd_content p{
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		padding: 20px;
	}
/*-------------△△サービスページ△△---------------*/
	
/*--------------▽▽プライバシーポリシーページ▽▽--------------*/
	.privacy_policy_box{
		width: 1200px;
		display: block;
		margin: auto;
		padding: 150px 0;
	}
	.privacy_policy_box h1{
		font-family: "Sawarabi Mincho";
		font-size: 30px;
		color: #299850;
		border-bottom: solid 3px #299850;
		display: inline;
	}
	.privacy_policy_box p{
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		line-height: 28px;
		margin-top: 30px;
		padding: 0 10px;
	}
	.privacy_policy_box h2{
		font-family: "Sawarabi Mincho";
		font-size: 24px;
		margin-top: 30px;
	}
	.privacy_policy_box ol{
		margin-top: 30px;
		padding: 0 10px;
	}
	.privacy_policy_box ol li{
		list-style-type: decimal;
		list-style-position:inside;
		margin-left: 1.4em;
		text-indent: -1.2em;
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		line-height: 28px;
	}
	.privacy_policy_box ol li ol{
		margin-bottom: 30px;
	}
	.privacy_policy_box ul{
		margin-top: 30px;
	}
	.privacy_policy_box ul li{
		font-family: "Sawarabi Mincho";
		font-size: 16px;
		line-height: 20px;
	}
	.privacy_policy_box h3{
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		margin-top: 22px;
		text-align: right;
	}
/*-------------△△プライバシーポリシーページ△△---------------*/
}
