@charset "utf-8";

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

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1180px) {
	/* layout */
	html{
		width: 1180px;
	}
	body {
		width: 1180px;
	}
	.bx-viewport {
		max-width: 1180px;
		width: 100%!important;
	}
	/* header */
	header{
		position: relative;
		display: block;
		width: 1180px;
		padding-bottom: 10px;
	}
	.header_info{
		width: 620px;
	}
	#gnav ul li .sub_menu{
		z-index: 100;
	}
	article{
		position: relative;
		display: block;
		width: 1180px;
	}
	footer{
		width: 1180px;
	}
}

/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.pc_none{
		display: none!important;
	}
}
@media screen and (max-width: 480px) {
	/* header */
	#header{
		max-width: 480px;
		width: 100%;
		height: 50px;
		border-top: none;
		padding: 0;
		border: 0;
	}
	#header:before,
	#header_logo a,#lead,.header_info,#gnav{
		display: none;
	}

	/* スマホ用メニュー */
	#rd_header{
		position: fixed;
		display: block;
		z-index: 1000;
		top:0;
		width: 100%;
		height: 50px;
		margin: 0;
		box-shadow:0 3px 1px rgba(0,0,0,0.2);
		background-color: #fff;
	}
	#rd_logo a{
		position: relative!important;
		display: block!important;
		float: left;
		text-indent: -9999px;
		width: 166px;
		height: 40px;
		padding: 5px 1%;
		background: #fff url(../images/header_logo.svg) no-repeat center center;
		-webkit-background-size: 95% auto;
		background-size: 95% auto;
	}
	#rd_gnav{
		position: relative;
		display: block;
		float: right;
		list-style: none;
		width: 46%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	#rd_gnav li a{
		position: relative;
		display: inline-block;
		text-decoration: none;
		list-style:none;
		font-size: 7px!important;
		color: #222;
		font-weight: 600;
		line-height: 1em;
		border-left: 1px solid #efefef;
		float: left;
		width: 47%;
		height: 10px;
		padding: 35px 1% 5px;
		text-align: center;
		letter-spacing: -0.02em;
	}
	#rd_gnav li:nth-child(1) a{
		background: url(../images/mail.svg) no-repeat center 28%;
		-webkit-background-size: 25px;
		background-size: 25px;
	}
	#rd_gnav li:hover{
		background: #fafafa;
	}
	@media only screen and (orientation:landscape) {
		#topcontrol{
			display: none!important;
		}
	}
	#panel-btn-icon{
		position: absolute;
		display: block;
		top: 38%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #1A9F8C;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 38%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #1A9F8C!important;
		transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -6px;
	}
	#panel-btn-icon:after{
	  margin-top: 4px;
	}
	#panel-btn .close{
	  background: transparent;
	  background: #FFF!important;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	  background: #1A9F8C!important;
	}
	#panel-btn .close:after{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:before{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	#panel{
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		z-index: 1000;
		top: 50px;
		margin: 0;
		padding: 0 0 60px;
		text-align: left;
	}
	#panel li{
		background: rgba(26,159,140,0.8);
	}
	#panel li a{
		position: relative;
		display: block;
		padding: 9px 5%;
		width: 90%;
		font-size: 12px;
		border-bottom: 1px dashed #EEE;
		line-height: 100%;
		text-decoration: none;
		color: #FFF;
	}
	#panel li:last-child a{
		border-bottom: 0;
	}
	#panel li a:after{
		content: ">";
		position: absolute;
		top: 8px;
		right: 7%;
	}
	#panel li a:hover{
		color: #FFF;
		background: rgba(8,94,82,0.8);
	}
	.dropdown{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.dropdown li{
		padding: 0;
	}
	.dropdown li > ul li{
		padding-top: 0!important;
	}
	.dropdown li > ul li a{
		width: 94%;
		padding: 0 0 0 6%;
		color: #FFF!important;
		background: rgba(20,120,106,0.8);
		border-bottom: 1px dashed #EEE!important;
	}

}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		position: fixed;
		display: block;
		width: 30%;
		height: auto;
		z-index: 100;
		font-size: 12px;
		padding: 8px 2px;
		border-radius: 8px;
		background: #F7893E;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		text-align: center;
		color: #fff;
		text-decoration: none;
		bottom: 12px;
		left: 12px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 481px) {
	#switch{
		display: none;
		height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}

@media screen and (min-width:1021px) {
	#switch{
		display: block;
		height: auto;
	}
	li a#btnPC{
		display: none;
	}
	li a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		border-radius: 22px;
		background: #33A260;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #fff;
		text-decoration: none;
		bottom: 30px;
		right: 30px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	#switch{
	display: none;
	height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}


/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	html{
		max-width: 480px;
		width: 100%;
		-webkit-text-size-adjust: 100%!important;
		/*overflow-x: hidden;*/
	}
	body {
		max-width: 480px;
		min-width: 320px;
		width: 100%;
		/*overflow-x: hidden!important;*/
		box-shadow: none;
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 20pt;
		-webkit-text-size-adjust: 100%!important;
	}

	/* Common
	------------------------------ */
	article{
		width: 100%;
	}
	.sp_none{
		display: none;
	}
	.fl_l,.fl_r{
		clear: both;
		float: none;
	}
	.btn a{
		width: 282px;
		height: 30px;
		font-size: 16px;
		line-height: 20px;
		padding: 16px 0 0;
	}
	.orange a{
		width: 212px;
		height: 36px;
		font-size: 18px;
		line-height: 24px;
		padding-left: 34px;
	}
	.orange a:before{
		left: 10px;
	}
	.btn_list{
		display: block;
	}
	.btn_list li{
		display: block;
		margin: 0 auto 20px;
	}
	.btn_list li:last-child{
		margin: 0 auto;
	}

	/* contents_list */
	.contents_list{
		display: block;
	}
	.contents_list li,
	.three_column li{
		display: block;
		width: 100%;
		height: auto;
		letter-spacing: 0.08em;
		margin: 0 auto 6%;
	}
	.three_column li:nth-child(2n),
	.three_column li:nth-child(3n){
		margin: 0 auto 6%;
	}
	.contents_list li a,
	.three_column li a{
		height: 0;
		padding-bottom: 57%;
	}
	.contents_list li a span{
		width: 100%;
		height: 52px;
		font-size: 16px;
		line-height: 56px;
	}

	/* layout
	------------------------------ */
	.wrapper{
		width: 88%;
		padding: 0 6%;
	}

	/* top page
	------------------------------ */
	/* bxslider */
	.bxslider li,.bx-viewport{
		height: 0!important;
		overflow: hidden;
		padding-bottom: 100%;
	}
	.bxslider li{
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bxslider li:before{
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-position: center right;
	}
	#top_main_contents h2{
		font-size: 18px;
		line-height: 22pt;
		letter-spacing: 0.08em;
		margin-bottom: 28px;
	}
	#top_main_contents h2 span{
		font-size: 30px;
		line-height: 28pt;
		margin-bottom: 10px;
	}

	/* top_about */
	#top_about{
		padding-top: 50px;
	}

	/* top_recruit */
	#top_recruit .recruit_bnr a{
		width: 100%;
		height: 0;
		background-image: url(../images/sp_recruit_bnr.jpg);
		padding-bottom: 100%;
	}

	/* top_services */
	#top_services{
		padding: 50px 0;
	}
	#top_services p:nth-child(2){
		margin-bottom: 20px;
	}
	#top_services .contents_list{
		margin-bottom: 50px;
	}
	#top_services .map{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#top_services p:nth-child(5){
		display: block;
		width: 100%;
		top: auto;
	}

	/* top_news */
	#top_news{
		padding: 50px 0;
	}
	#top_news dl dt{
		clear: both;
		float: none;
		line-height: 1em;
		margin: 0 auto 8px;
	}
	#top_news dl dd{
		border-bottom: 1px dashed #777;
		margin-bottom: 18px;
	}
	.ggmap{
		padding-bottom: 300px;
	}

	/* 共通css
	------------------------------ */
	/* main contents */
	.main_title{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.main_title h1{
		left: 0;
		right: 0;
		margin: auto;
	}
	.main_contents h2{
		font-size: 28px;
		line-height: 28pt;
		padding: 0 5%;
	}
	.main_contents h3{
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	.main_contents section{
		padding-top: 50px;
	}
	.main_contents .blue_box{
		font-size: 18px;
		line-height: 22pt;
		margin: 30px auto 20px;
		padding: 5%;
	}

	/* bread_crumb */
	.bread_crumb{
		padding: 20px 0 30px;
	}

	/* table */
	.main_contents table{
		width: 100%;
		border: 1px solid #1261A0;
		margin: 0 auto;
	}
	.main_contents table tr:after{
		display: none;
	}
	.main_contents table tr th{
		position: relative;
		display: block;
		width: 90.5%;
		font-size: 16px;
		padding: 5%;
	}
	.main_contents table tr td{
		position: relative;
		display: block;
		padding: 5%;
		letter-spacing: .04em;
	}

	/* philosophy
	------------------------------ */
	#philosophy h2:first-of-type{
		margin-bottom: 30px;
	}
	#philosophy .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	#philosophy h2:nth-of-type(2){
		margin-top: 90px;
	}
	#philosophy .b_box{
		margin-bottom: 30px;
	}
	#philosophy .b_box li{
		padding: 5%;
	}
	#philosophy .b_box .fl_l{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#philosophy .b_box li h3{
		letter-spacing: .07em;
		line-height: 20pt;
		margin-bottom: 14px;
	}
	#philosophy .bnr_list li{
		display: block;
	}
	#philosophy .bnr_list li a{
		width: 100%;
		height: 0;
		margin: 0 auto 10px;
		padding-bottom: 46%;
	}

	/* works
	------------------------------ */
	#works .blue_box{
		letter-spacing: .08em;
		padding: 5%;
	}
	#works .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.works_list{
		position: relative;
		display: block;
		border-top: 1px dashed #777;
		margin-top: 65px;
	}
	.works_list li{
		position: relative;
		display: block;
		margin-top: 20px;
		margin-bottom: 37px;
		padding-bottom: 34px;
	}
	#works .works_list li .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.works_list li h4{
		margin-bottom: 16px;
	}

	/* company
	------------------------------ */
	#greeting h2{
		margin-bottom: 30px;
	}
	#greeting .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	#greeting p span{
		font-size: 16px;
		line-height: 18pt;
		letter-spacing: .03em;
	}
	#greeting p span span{
		position: relative;
		display: block;
		margin-right: 15px;
	}
	#awards p{
		text-align: center;
		margin-bottom: 40px;
	}
	#awards ul li,
	#profile .pict_list li{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 5%;
	}
	#awards ul li:last-child{
		margin: 0 auto 5%;
	}
	#ggmap{
		padding-top: 80px;
		text-align: center;
	}
	#ggmap p{
		margin-bottom: 26px;
	}
	#profile p{
		display: block;
		width: 100%;
		margin-top: 0;
	}

	/* recruit
	------------------------------ */
	#message h2{
		margin-bottom: 30px;
	}
	#message .pict,
	#recruit .merit_list li .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	#recruit .merit_list li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#recruit .merit_list li h3{
		line-height: 20pt;
	}
	#voice ul li{
		position: relative;
		display: block;
		/*width: 230px;*/
		width: 280px;
		height: auto;
		margin: 0 auto 20px;
	}
	#voice ul li:nth-child(2){
		margin: 0 auto 20px;
	}
	#voice ul li:nth-child(4),
	#voice ul li:last-child{
		margin: 0 auto;
	}
	#voice ul li a{
		height: auto;
		padding-bottom: 60px;
	}
	#voice ul li p{
		width: 100%;
		height: auto;
		font-size: 4vw;
		line-height: 1.5;
		padding-bottom: 12px;
	}
	#voice ul li p span{
		font-size: 5vw;
	}
	#voice ul li p span.sp_none{
		display: none;
	}
	#personality .g_box{
		padding: 5%;
	}
	#personality h3{
		line-height: 21pt;
		margin-top: 30px;
		margin-bottom: 16px;
	}
	#personality .orange a{
		width: 172px;
		height: 33px;
		font-size: 18px;
		letter-spacing: .08em;
	}
	#personality .orange a:before{
		left: 24px;
	}
	#entry_form{
		padding-top: 80px;
	}
	#entry_form p{
		margin-bottom: 30px;
	}
	#mailformpro table{
		border-top: 0;
		border-bottom: 1px solid #1261A0;
	}
	#mailformpro table tr:after{
		display: none;
	}
	#mailformpro tr th{
		position: relative;
		display: block;
		line-height: 22pt;
		padding: 5%;
	}
	#entry_form #mailformpro tr th{
		width: 90.5%;
	}
	#mailformpro .must{
		left: auto;
		right: 5%;
	}
	#entry_form #mailformpro .must{
		left: auto;
		right: 5%;
	}
	#mailformpro tr td{
		padding: 5%;
	}
	#mailformpro tr td ol li{
		position: relative;
		display: inline-block;
	}
	#mailformpro input[type="text"],
	#mailformpro input[type="email"],#mailformpro input[type="tel"]{
		width: 90%!important;
	}
	#mailformpro table tr:nth-child(6) td input[type="text"]{
		width: 80%!important;
	}
	#mailformpro input.postal_code{
		width: 50%;
	}
	#mailformpro textarea{
		width: 90%!important;
	}
	#content-1{
		width: 95%;
	}
	#content-1 h3{
		font-size: 18px;
		margin: 0 0 20px;
		padding: 30px 4% 0;
	}
	#content-1 p{
		padding: 0 4% 10px;
	}
	.check_text{
		font-size: 16px;
		white-space: normal;
		margin-bottom: 20px!important;
	}
	#mailformpro .submit{
		width: 212px;
		height: 57px;
		font-size: 18px;
		background-position: left 25px center;
		line-height: 20px;
		letter-spacing: .08em;
		margin: 0 auto 130px;
	}

	/* voice
	------------------------------ */
	.voice_box h3{
		line-height: 18pt;
		margin-bottom: 10px;
	}
	.voice_box .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	.voice_box .pict ul{
		width: 92%;
		height: auto;
		padding: 24px 4%;
	}
	.voice_box .pict ul li{
		width: 100%;
		font-size: 18px;
		letter-spacing: .08em;
		margin-bottom: 11px;
		padding-bottom: 2px;
	}
	.voice_box .pict ul li:first-child,
	.voice_box .pict ul li:nth-child(2){
		display: block;
		padding-right: 0;
	}
	.voice_box .pict ul li:first-child{
		width: 100%;
		margin-right: 0;
	}
	.voice_box .pict ul li:nth-child(4) span,
	.voice_box .pict ul li:nth-child(5) span{
		display: block;
	}
	.voice_box .pict ul li:nth-child(2) span{
		margin-right: 60px;
	}
	#senior_voice .box_list{
		display: block;
		margin: 60px auto;
	}
	#senior_voice .box_list li{
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
	#senior_voice .box_list li:last-child{
		margin: 0 auto;
	}
	#senior_voice .box_list li p{
		line-height: 74px;
		padding-left: 50px;
	}
	#senior_voice .box_list li p:before{
		left: 40px;
	}
	#senior_voice .box_list li span{
		letter-spacing: .02em;
		padding: 20px 2%;
	}
	#senior_voice .box_list li span:after{
		right: 3%;
		bottom: 25px;
	}
	#senior_voice .box_list li:first-child span:after,
	#senior_voice .box_list li:nth-child(2) span:after{
		right: 3%;
	}

	/* contact
	------------------------------ */
	#contact .blue_box{
		margin-top: 50px;
		margin-bottom: 26px;
		text-align: left;
		padding-left: 12px;
	}
	#contact .blue_box:first-of-type{
		margin-top: 43px;
	}
	#contact .tel_box .fl_r{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#contact .tel_box .column_box{
		width: 90%;
		height: auto;
		font-size: 16px;
		padding: 24px 5%;
		margin: 0 auto;
	}
	#contact .tel_box .column_box .tel_number{
		margin-top: 0;
		font-size: 9vw;
		letter-spacing: 0;
		padding-left: 30px;
		-webkit-background-size: 25px;
		background-size: 25px;
		background-position: left bottom 2px;
	}

	#contact .caution{
		margin-bottom: 30px;
	}
	#contact #mailformpro table tr th{
		width: 90.5%;
	}
	#contact #mailformpro table tr:after{
		display: none;
	}
	#contact #mailformpro .must{
		left: auto;
		right: 5%;
	}
	#contact #mailformpro textarea{
		width: 90%!important;
	}
	#contact #mailformpro tr:nth-child(7) td span{
		display: block;
		margin-top: 20px;
	}
	#contact #mailformpro h3:before{
		content: "■";
		color: #1A9F8C;
		font-size: 23px;
	}
	#contact #privacy_policy{
		margin-top: 60px;
	}

	/* thanks
	------------------------------ */
	#thanks h2{
		margin-bottom: 30px;
	}
	#thanks .btn a{
		width: 220px;
		margin-bottom: 70px;
	}

	/* requirements
	------------------------------ */
	#requirements .main_text{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#requirements table tr:after{
		display: none;
	}
	#requirements table tr th{
		width: 90.5%;
	}
	#requirements table tr td{
		padding-right: 5%;
	}

	/* contact_box */
	.contact_box{
		width: 88%;
		padding: 0;
		margin: 50px auto 80px;
		text-align: center;
	}
	.contact_box .title_box{
		font-size: 18px;
		font-weight: 600;
		line-height: 22pt;
		letter-spacing: .08em;
		padding: 5%;
		margin-bottom: 10px!important;
	}
	.contact_box .fl_l{
		padding: 5%;
		border-right: 0;
	}
	.contact_box .logo{
		margin: 0 auto 10px;
	}
	.contact_box .fl_r li{
		display: block;
		padding: 0 5%;
	}
	.contact_box .fl_r li:first-child{
		margin: 0 auto;
	}
	.contact_box .fl_r li:nth-child(2){
		top: 0;
		margin: 10px auto 0;
	}
	.contact_box .fl_r li h3{
		font-size: 18px;
	}
	.contact_box .tel_number,
	.tel_box .tel_number{
		font-size: 8vw;
	}
	.contact_box .tel_number span{
		font-size: 4vw;
	}
	.contact_box .orange a{
		margin-top: 10px;
		margin-bottom: 24px;
	}

	/* footer
	------------------------------ */
	footer{
		width: 100%;
		height: 324px;
		color: #FFF;
		line-height: 18pt;
		text-align: center;
		padding: 36px 0 0;
	}
	#footer_logo a{
		width: 270px;
		margin: 0 auto 18px;
	}
	footer .fl_l{
		margin: 0 auto;
	}
	.footer_menu{
		display: none;
	}
	#footer .btn_list li a{
		width: 200px;
		height: 25px;
		line-height: 15px;
	}
	#footer .btn_list li:first-child a{
		margin-top: 10px;
	}
	#copyright{
		line-height: 18pt;
		margin-top: 30px;
		margin-bottom: 120px;
	}
	.pagetop {
		bottom: 12px;
		right: 12px;
	}
}
