@charset "utf-8";

/* android対策 */
p { background-image: url(../images/pix.gif); }

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	/* layout */
	html{
		width: 1280px;
	}
	body {
		width: 1280px;
		overflow: visible!important;
	}
	article{
		overflow-x: hidden;
	}
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
	a#btnSP{
		display: none;
	}
	a#btnPC{
		position: fixed;
		display: block;
		width: auto;
		height: auto;
		font-size: 12px;
		padding: 10px 20px;
		box-sizing: border-box;
		background-color: #ffa900;
		text-align: center;
		color: #000;
		text-decoration: none;
		line-height: 1em;
		margin-top: 4px;
		left: 10px;
		bottom: 10px;
		z-index: 2;
	}
}
@media screen and (min-width: 641px) {
	.switch{
		display: none;
		height: 0;
	}
	a#btnSP{
		display: none;
	}
	a#btnPC{
		display: none;
	}
}

@media screen and (min-width:1021px) {
	.switch{
		display: block;
		height: auto;
	}
	a#btnPC{
		display: none;
	}
	a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		background-color: #FFF;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #ffa900;
		border: 2px solid #ffa900;
		text-decoration: none;
		bottom: 40px;
		left: 15px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	.switch{
		display: none;
		height: 0;
	}
	a#btnSP{
		display: none;
	}
	a#btnPC{
		display: none;
	}
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.pc_none{
		display: none!important;
	}
}
@media screen and (max-width: 640px) {
	.sp_none{
		display: none!important;
	}

	/* スマホ用メニュー */
	.index #wrapper {
		overflow: hidden;
		min-width: 20pc;
		height: auto;
		padding: 0;
	}
	.drawer .contents {
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
	}
	.drawer #navTgl:checked~.contents {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.index #navTgl {
		display: none;
		overflow: hidden;
	}
	.drawer label.pc_none {
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
	}
	.drawer .open{
		z-index: 101;
		width: 50px;
		height: 50px;
		color: #000;
		background-color: #ffa900;
		font-size: 2em;
		line-height: 33px;
		text-align: center;
		-webkit-transition: background-color 0.6s,-webkit-transform 0.6s;
		transition: background-color 0.6s,transform 0.6s;
	}
	.index #navTgl:checked+.open {
		color: #FFF;
		background-color: #000;
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.drawer .open span{
		position: relative;
		display: block;
		font-size: 10px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
	}
	.drawer .close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: background-color 0.6s;
	}
	.drawer #navTgl:checked~.close {
		pointer-events: auto;
		background-color: rgba(0,0,0,.3);
		z-index: 2;
	}
	.menu{
		z-index: 3;
		position: fixed;
		overflow: auto;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		padding: 10px;
		background-color: rgba(200,200,200,.7);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		box-sizing: border-box;
		z-index: 200;
	}
	/*.customize-support.drawer label.pc_none{
		top: 46px;
	}*/
	.index #navTgl:checked~.menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.menu li a{
		position: relative;
		color: #323232;
	}
	.menu ul{
		padding: 0;
	}
	.menu li{
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,.4);
		font-size: 0.9em;
		line-height: 1.4;
	}
	.menu li a{
		display: block;
		padding: 1em 2em .9em;
		text-decoration: none;
		transition: background-color 0.6s;
	}
	.menu li a:hover {
		color: #FFF;
		background-color: #ffa900;
	}
	.menu li a:hover span{
		color: #FFF;
	}
}


/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
	html{
		max-width: 640px;
		width: 100%;
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%!important;
	}
	body {
		max-width: 640px;
		min-width: 320px;
		width: 100%;
		overflow-x: hidden!important;
		line-height: 1.9;
		letter-spacing: .05em;
		-webkit-text-size-adjust: 100%!important;
		top: 0!important;
	}
	/* layout
	------------------------------ */
	.wrapper{
		max-width: 640px;
		width: 90%!important;
		margin: 0;
		padding: 0 5%;
	}

	/* Common
	------------------------------ */
	.fl_l,.fl_r{
		float: none;
	}
	.float::before,
	.float::after{
		content: " ";
		display: block;
		clear: both;
	}
	.btn{
		display: block;
		width: 220px;
		line-height: 60px;
		padding-left: 18px;
		margin: 0 auto 10px;
	}
	.btn:last-child,
	.btn:last-of-type{
		margin: 0 auto;
	}
	.tel{
		width: 100%;
		height: 0;
		padding-bottom: 10%;
	}

	/* Header
	------------------------------ */
	header{
		width: 100%;
		height: auto;
		box-shadow: 0 3px 0 rgba(0,0,0,.3);
	}
	header #logo a{
		width: 82%;
		height: 40px;
		margin: 5px 0;
		background-position: left center;
	}
	#gnav{
		display: none;
	}

	/* index
	------------------------------ */
	/* top_catch */
	.top_catch.swiper-container{
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding-bottom: 27px;
	}
	.top_catch .swiper-slide{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.swiper-slide .wrapper{
		padding-bottom: 130%;
	}
	.swiper-slide .wrapper::before{
		display: none;
	}
	.slide01{
		background-image: url(../images/sp_slider01.jpg);
	}
	.slide02{
		background-image: url(../images/sp_slider02.jpg);
	}
	.slide03{
		background-image: url(../images/sp_slider03.jpg);
	}
	.slide01 h2,.slide01 p.vdl,
	.slide01 h3,.slide01 ul,.slide02 p.vdl,
	.slide03 p.vdl{
		display: none;
	}
	.top_catch .swiper-slide .btn{
		position: absolute;
		width: 220px;
		font-size: 1.4rem;
		line-height: 50px;
		left: 0;
		right: 0;
		bottom: 4%;
		margin: 0 auto;
	}
	/* //top_catch */
	.index section h2{
		font-size: 3rem;
		margin-bottom: 30px;
	}
	.index section h2::after{
		width: 38px;
		height: 17.5px;
		margin: 10px auto 0;
	}
	#index01,#index03{
		padding: 60px 0 85px;
	}
	#index01 .wrapper::before{
		width: 45%;
		height: 0;
		padding-bottom: 30%;
		top: -90px;
		background-position: center top;
	}
	#index01 p{
		letter-spacing: 0;
	}
	#index01 ul{
		margin-top: 40px;
	}
	#index01 ul li{
		width: 100%;
		height: auto;
	}
	#index01 ul li:first-child,
	#index01 ul li:nth-child(2){
		background: none;
	}
	#index01 ul li:nth-child(2){
		margin: 43px auto 42px;
	}
	#index01 ul li::before{
		position: relative;
		width: 100%;
		height: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-bottom: 56%;
	}
	#index01 ul li .wrapper{
		width: 100%!important;
		height: auto;
		padding: 0;
	}
	#index01 ul li .box{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 8% 5%;
	}
	#index01 ul li:first-child .box,
	#index01 ul li:nth-child(2) .box{
		left: 0;
		right: 0;
	}
	#index01 ul li .box::before{
		right: 20px;
	}
	#index01 ul li .box h3{
		font-size: 3rem;
		margin: 20px 0;
	}
	#index01 ul li .box span{
		margin-bottom: 20px;
	}
	#index01 ul li .box a.btn{
		margin-bottom: 10px;
	}
	#index02{
		padding-bottom: 85px;
	}
	#index02 .bg_black{
		padding: 60px 0 50px;
	}
	#index02 ul{
		margin-top: 34px;
	}
	#index02 ul li{
		display: block;
		line-height: 1.5;
		margin: 0 auto 50px;
		padding: 8% 5%;
	}
	#index02 ul li:nth-child(2n){
		margin: 0 auto 50px;
	}
	#index02 ul li::after{
		right: 20px;
	}
	#index02 ul li h3{
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	#index02 ul li img{
		margin-top: 20px;
	}
	#index02 ul li:last-child{
		letter-spacing: -.4em;
		margin: 0 auto;
		padding: 8% 5%;
	}
	#index02 ul li:last-child::before{
		display: block;
		width: 47px;
		height: 65px;
		margin: 0 auto 10px;
	}
	#index02 ul li:last-child a{
		display: block;
		width: 90%;
		margin-left: 0;
		padding: 5%;
	}
	#index02 ul li:last-child a::after{
		display: none;
	}
	#index02 ul li:last-child a h3{
		display: block;
		font-size: 2.5rem;
		line-height: 1.3;
		text-align: center;
		margin: 0;
	}
	#index02 ul li:last-child a span{
		display: block;
		max-width: 100%;
		line-height: 1.63;
		letter-spacing: .04em;
		margin: 0;
		padding: 0;
		border-left: 0;
	}
	#index02 ul li:last-child a span::before,
	#index02 ul li:last-child a span::after{
		display: none;
	}
	#index03 .box{
		height: auto;
		text-align: left;
	}
	#index03 .box::before{
		position: relative;
		width: 90%;
		height: 0;
		padding-bottom: 63%;
		margin: 0 auto 20px;
	}
	#index03 .box .right{
		position: relative;
		display: inline-block;
		max-width: 704px;
		text-align: left;
	}
	#index03 .box .right p{
		line-height: 1.88;
		letter-spacing: 0;
		margin-bottom: 30px;
	}

	/* sub contents
	------------------------------ */
	.title_box{
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding: 60px 0;
	}
	.title_box::before{
		display: none;
	}
	.title_box::after{
		width: 63px;
		height: 50px;
		top: 40px;
		left: auto;
		right: 12%;
	}
	.title_box .wrapper{
		padding-top: 0;
	}
	.title_box h1{
		width: 90%;
		font-size: 3rem;
		padding: 42px 5% 40px;
		background: rgba(0,0,0,.85);
	}
	.index .sub_section{
		margin-bottom: 50px;
	}
	.index .sub_section h2{
		font-size: 2.8rem;
		margin-bottom: 34px;
		padding-bottom: 12px;
	}
	.index .sub_section h2::before{
		width: 38px;
		height: 17.5px;
		margin-right: 10px;
		top: -2px;
	}
	.index .sub_section ul.contents li{
		margin-top: 50px;
	}
	.index .sub_section ul.contents li img{
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	.index .sub_section ul.contents li .right{
		display: block;
		letter-spacing: .03em;
	}
	.index .sub_section ul.contents li .right h3{
		font-size: 2.2rem;
		line-height: 1.4;
		letter-spacing: .08em;
		margin-bottom: 5px;
	}
	.index .sub_section ul.contents li .right p{
		letter-spacing: .02em;
		line-height: 1.8;
	}
	.index .sub_section ul.contents li .right .btn{
		width: 270px;
	}
	.index .sub_section.gray_box{
		padding: 12% 5%;
	}
	.index .sub_section.gray_box h2{
		line-height: 1.3;
		letter-spacing: .08em;
		margin-bottom: 20px;
	}
	.index .sub_section table{
		border-top: 0;
	}
	.index .sub_section table tr th,
	.index .sub_section table tr td{
		position: relative;
		display: block;
		width: 90%;
		padding: 6% 5%;
	}
	.index .sub_section table tr th{
		line-height: 1.63;
		border-top: 1px solid #ffa900;
	}
	.index .sub_section table tr td{
		margin-bottom: 20px;
	}
	.index .sub_section table tr:last-child td{
		margin-bottom: 0;
	}

	/* business
	------------------------------ */
	#business01 ul.contents li:first-child{
		margin-top: -50px;
		padding-top: 72px;
	}
	#business01 ul.contents li#air{
		margin-top: -22px;
		padding-top: 72px;
	}
	#business02 ol li{
		display: block;
		width: 100%;
		line-height: 1.7;
		margin: 0 auto 20px;
	}
	#business02 ol li:nth-child(3n){
		margin: 0 auto 20px;
	}
	#business02 ol li:last-child{
		margin-bottom: 0;
	}
	#business02 ol li span{
		padding: 14px 5% 0;
	}
	#business02 ol li h3{
		padding: 0 5% 14px;
	}

	/* service
	------------------------------ */
	#service02 h2::before{
		margin: 0 auto 10px;
	}
	#service02 ul.tab{
		margin: 30px auto 20px;
	}
	#service02 ul.tab li{
		width: 50%;
		border-bottom: 1px solid #FFF;
	}
	#service02 ul.tab li:nth-child(2n+1){
		border-right: 1px solid #FFF;
		box-sizing: border-box;
	}
	#service02 ul.tab li a{
		width: 90%;
		height: 54px;
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 0 5%;
	}
	#service02 ul.tab li a span{
		position: absolute;
		display: block;
		width: 90%;
		height: 24px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#service02 div.tab_area{
		padding: 8% 5%;
	}
	#service02 div.tab_area h3{
		position: relative;
		display: block;
		line-height: 1.5;
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	#service02 form.mailformpro{
		padding: 0 0 8%;
	}
	#service02 table.total{
		width: 90%;
		margin: 0 auto 45px;
		border-top: 0;
	}
	#service02 table tr th,
	#service02 table tr td{
		padding: 6% 5%;
	}
	#service02 table tr.right th{
		text-align: left;
	}
	#service02 table tr td select{
		width: 100%;
	}
	#service02 table tr td input[type="text"]{
		width: 169px;
	}
	#service02 table tr td ul li{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 1em .5em 0;
	}
	#service02 table tr td .caution{
		font-size: 1.4rem;
	}
	#service02 .btn{
		width: 42%;
		font-size: 1.4rem;
		padding-left: 15px;
	}
	#service02 input.btn{
		margin-right: 0;
		background-position: center right 15px;
	}
	#service02 button::before{
		right: 15px;
	}
	#service02 button::after{
		right: 21px;
	}

	/* recruit
	------------------------------ */
	#recruit02 .gray_box{
		padding: 5%;
	}
	#recruit02 .inner{
		padding: 8% 5%;
	}
	#recruit02 .inner h3{
		position: relative;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 5px;
		padding-left: 1em;
		text-indent: -1em;
	}
	#recruit .inner table{
		margin-bottom: 25px;
	}
	#recruit03 ul.contents li{
		margin-top: 0;
	}

	/* company & contact
	------------------------------ */
	.index #company .sub_section{
		padding-top: 72px;
	}
	.index #company #company01{
		margin-top: 30px;
	}
	.index #company #company03{
		margin-bottom: 72px;
	}
	.tel_box{
		width: 90%;
		margin-top: 20px;
		padding: 8% 5%;
	}
	.tel_box .tel{
		width: 100%;
		height: 0;
		margin: 0 auto 16px;
		padding-bottom: 10%;
	}
	.tel_box .business_hour{
		font-size: 1.6rem;
		line-height: 30px;
	}
	#company03 table tr:last-child th{
		vertical-align: middle;
	}
	#company03 table tr td{
		padding:6% 5%;
	}
	#company03 table tr:first-child td{
		padding: 6% 5%;
	}
	#company03 table tr td ul li{
		display: block;
		margin: 0 auto;
	}
	#company03 table tr td ul li:last-child{
		margin: 0 auto;
	}
	#company03 table tr td input[type="text"],
	#company03 table tr td input[type="tel"],
	#company03 table tr td input[type="email"]{
		width: 100%;
		height: 40px;
	}
	#company03 table tr td textarea{
		width: 100%!important;
	}
	#privacy_policy{
		margin: 30px auto 40px;
		padding: 8% 6%;
	}

	/* thanks
	------------------------------ */
	#thanks .title_box h1{
		padding: 52px 5% 50px;
	}
	#thanks .title_box h1 br{
		display: none;
	}

	/* footer
	------------------------------ */
	footer::after{
		content: "";
		height: 297px;
		bottom: 146px;
		background-position: center left;
	}
	#bottom_contact{
		width: 90%;
		margin: 0 auto 40px;
	}
	#bottom_contact::before{
		width: 65px;
		height: 68px;
	}
	#bottom_contact .inner{
		padding: 10% 5%;
	}
	#bottom_contact h2{
		font-size: 2.8rem;
	}
	#bottom_contact p.fw_6{
		line-height: 1.5;
		margin: 15px 0 20px;
	}
	#bottom_contact .fl_l{
		margin: 0 auto 20px;
		padding: 0;
		border-right: 0;
	}
	#bottom_contact .fl_l p.center{
		margin-top: 10px;
	}
	#bottom_contact .inner .btn::before,
	#bottom_contact .inner .btn::after{
		display: none;
	}
	.footer_contents{
		position: relative;
		display: block;
		width: 100%;
		padding: 50px 0 40px;
	}
	#footer_logo{
		width: 90%;
		height: 0;
		margin: 0 auto 20px;
		padding-bottom: 9%;
	}
	.footer_contents .fl_l p{
		color: #FFF;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.footer_contents .fl_r{
		display: none;
	}
	footer small{
		height: auto;
		line-height: 1.3;
		padding: 35px 0 80px;
		box-sizing: border-box;
	}

	/* Breadcrumb
	------------------------------ */
	.breadcrumbs{
		width: 100%;
		margin: 16px auto 20px;
	}

	/* Page Navi
	------------------------------ */
	.wp-pagenavi{
		padding-bottom: 70px;
	}

	/* Page Top
	------------------------------ */
	.pagetop{
		right: 10px;
	}
	.pagetop.show{
		bottom: 10px;
		right: 10px;
	}
	.pagetop a{
		width: 50px;
		height: 50px;
	}
	.pagetop a::before{
		top: 20px;
	}
}
@media screen and (max-width: 501px) {
	#service02 ul.tab li a{
		height: 74px;
	}
	#service02 ul.tab li:first-child a span{
		height: 44px;
	}
}