/* CSS Document */
.sp_block {
	display: none;
}

@media screen and (max-width: 1279px) {
	body {
		min-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
		width: 100%;
	}

	.pc_br {
		display: none;
	}

	.wrapper {
		padding-top: 0px;
	}

	.sp_block {
		display: block;
	}

	.contact_button a {
		background: #fff
			/* url(../common/img/more_arrow_hov.png) no-repeat center left 20px*/
		;
		display: block;
		width: 288px;
		box-sizing: border-box;
		margin: auto;
		font-size: 133%;
	}

	.contact_button a:hover {
		background: #28a860;
	}

	.contact_button a::before {
		content: url(../image/more_arrow_hov.png);
		position: relative;
		left: -5px;
	}

	.contact_button a:hover::before {
		content: url("../image/more_arrow.png");
	}

	.anchor {
		top: -10px;
	}

	/* ==========================
共通パーツ
============================= */
	.pc_br {
		display: none;
	}

	.mail_form {
		display: none;
	}

	.pc_img {
		display: none;
	}

	.sp_img {
		display: block;
	}

	.sp_br {
		display: block;
	}

	header {
		display: none;
	}

	header h1 {
		display: none;
	}

	header li {
		margin: 10px 5px;
	}

	.pankuzu {
		margin-left: 5%;
	}

	.pc_block,
	.pc_inline {
		display: none;
	}

	.sp_brock {
		display: block;
	}

	/* ==========================
======== スマホメニュー =======
============================= */
	#sp_logo {
		display: block;
		position: relative;
		/* left: 10px; */
		/* top: 25px; */
		/* width: 145px; */
		width: 80%;
		height: 100%;
	}
	#sp_logo a{
		display: flex;
		align-items: center;
	}
	#sp_logo img {
		max-width: 100%;
		height: auto;
	}

	.sp_mail_btn {
		width: 55px;
		position: absolute;
		right: 80px;
		top: 15px;
	}

	.sp_mail_btn img {
		max-width: 100%;
		height: auto;
	}

	.cp_cont {
		display: block;
		height: 75px;
		overflow: hidden;
		background-color: #fff;
		z-index: 99999;
	}

	.cp_cont *,
	.cp_cont *:before,
	.cp_cont *:after {
		padding: 0;
		margin: 0;
	}

	.cp_cont a {
		text-decoration: none;
		color: inherit;
	}

	.cp_offcm01 {
		position: absolute;
		top: 0px;
		right: 0px;
		display: inline-block;
		z-index: 99999;
	}

	/* menu */
	.cp_offcm01 .cp_menu {
		position: fixed;
		top: 0;
		right: -100vw;
		width: 250px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: 0.4s transform;
		transition: 0.4s transform;
		background-color: #fff;
		opacity: 1;
	}

	.cp_offcm01 .cp_menu ul.ff_ul {
		margin-top: 75px;
		padding: 0;
		padding-bottom: 100px;
	}

	.cp_offcm01 .cp_menu li.pshm_title {
		padding: 35px 20px 13px;
		color: #fff;
		font-size: 22px;
		height: 33px;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
		display: block;
		padding: 15px 20px;
		text-decoration: none;
		color: #000;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
		display: none;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0s ease-in;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked+ul.sf_ul {
		max-height: 9999px;
		transition: max-height 1s ease-in;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
		padding: 10px 15px 10px 45px;
		text-decoration: none;
		color: #ffffff;
		border-bottom: 1px dashed #e6e6e6;
		background: #9e9e9e;
	}

	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
		border-bottom: none;
	}

	.cp_offcm01 #cp_toggle01 {
		position: absolute;
		display: none;
		opacity: 0;
	}

	.cp_offcm01 #cp_toggle01:checked~.cp_menu {
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
		overflow-y: auto;
		-webkit-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
		box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
	}

	/* menu toggle */
	.cp_offcm01 #cp_toggle01~label {
		position: relative;
		z-index: 999999;
		display: block;
		height: 30px;
		width: 30px;
		cursor: pointer;
		-webkit-transition: 0.4s transform;
		transition: 0.4s transform;
		text-align: center;
		color: #fff;
		top: 0px;
		margin: 0 auto;
	}

	.cp_offcm01 #cp_toggle01~label::before,
	.cp_offcm01 #cp_toggle01:checked~label::before {
		content: '';
		vertical-align: middle;
		display: inline-block;
		width: 35px;
		height: 30px;
	}

	.cp_offcm01 #cp_toggle01~label::before {
		background-size: contain;
	}

	.cp_offcm01 #cp_toggle01:checked~label::before {
		background-size: contain;
	}

	.cp_offcm01 #cp_toggle01~label::after {
		position: absolute;
		left: 0px;
		bottom: -10px;
		content: 'MENU';
		display: block;
		width: 100%;
		color: #fff;
		font-size: 60%;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		transition: all .4s;
	}

	.cp_offcm01 #cp_toggle01:checked~label::after {
		content: 'CLOSE';
		bottom: -20px;
		color: #000;
		left: 0;
	}


	.cp_offcm01,
	.cp_offcm01 span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.cp_offcm01 {
		position: absolute;
		right: 10px;
		top: 15px;
		width: 55px;
		height: 46px;
		background-color: #28a860;
		padding: 5px;
	}

	.cp_offcm01 span {
		position: absolute;
		right: 0px;
		width: 100%;
		border-radius: 1px;
		height: 3px;
		background-color: #fff;
	}

	.cp_offcm01 span:nth-of-type(1) {
		top: 4px;
	}

	.cp_offcm01 span:nth-of-type(2) {
		top: 13px;
	}

	.cp_offcm01 span:nth-of-type(3) {
		bottom: 5px;
	}

	.cp_offcm01 #cp_toggle01:checked~label span:nth-of-type(1) {
		/*-webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);*/
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		background-color: #000;
		top: 0px;
	}

	.cp_offcm01 #cp_toggle01:checked~label span:nth-of-type(2) {
		opacity: 0;
		background-color: #000;
	}

	.cp_offcm01 #cp_toggle01:checked~label span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		background-color: #000;
		bottom: -13px;
	}

	/* ==========================
======== フッター =======
============================= */
	footer {
		padding: 50px 30px 40px;
	}

	#copyright {
		text-align: center;
	}

	.ft_flex {
		flex-direction: column;
	}

	.ft_right {
		width: 100%;
		flex-wrap: wrap;
		justify-content: start;
	}

	.ft_map {
		min-width: 150px;
		margin-bottom: 1em;
	}

	.banner_box.ft {
		display: none;
		margin: 0 auto 0;
	}

	/* ==========================
======== 下層ページ =======
============================= */
	/*company_nav  recruit_nav*/
	.com_nav ul,
	.recruit_nav ul {
		justify-content: flex-start;
	}

	.com_nav ul li {
		width: 50%;
		text-align: center;
	}

	.com_nav ul li a {
		padding: 20px 15px;
		padding-bottom: 18px;
	}

	.recruit_nav ul li {
		width: 48%;
		text-align: center;
		font-size: 100%;
		padding: 0;
	}

	.recruit_nav ul li a {
		padding: 20px 0px;
		padding-bottom: 18px;
	}











}