/*********************
 ヘッダー
*********************/
#container {
	overflow: hidden;
}
.header {
	position: relative;
	background-image: url(../images/top/main_img.png);
	background-size: cover;
	background-position: center center;
	z-index: 999;
	min-height: 60px;
}
.home .header {
	height: 100vh;
}
.home .header:before {
	display: none;
}
.header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}
.header > div {
	position: relative;
	z-index: 2;
	height: 100%;
}
label.buMenu {
	position: fixed;
	z-index: 100;
	top: 8px;
	right: 10px;
	padding: 5px 6px;
/*	border-radius: 5px;*/
	border: 0.5px solid #fff;
/*	background-color: #000;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
label.buMenu .icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 5px;
	margin-top: 0px;
	background-color: #fff;
}
label.buMenu .icon-bar + .icon-bar {
	margin-top: 5px;
}
label.buMenu .menu_text {
	font-size: 11px;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	margin-top: 3px;
}
input[type="checkbox"].buHnavi {
	display: none;
}
input[type="checkbox"].buHnavi + nav {
	max-height: 0;
	overflow: hidden;
}
input[type="checkbox"].buHnavi:checked + nav {
	max-height: 100%;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch
}
.header nav {
	margin: 0;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
	clear: both;
}
.header nav .title img {
	display: block;
	max-width: 100%;
}
.main_catch_box {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.main_catch {
	padding: 0 5%;
}
.main_catch .img {
	margin-bottom: 10px;
	background-size: contain;
	overflow: hidden;
	animation-delay: 1.5s;
}
.main_catch .img img {
	display: block;
	max-width: 100%;
	width: 100%;
	
	animation-delay: 2s;
}
.main_catch .txt {
	text-align: center;
	color: #fff;
	animation-delay: 3s;
}
.header .scroll {
	position: absolute;
	color: #fff;
	bottom: 10%;
	left: 10%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.header .scrollbar {
	position: absolute;
	top: 91%;
	left: calc(10% + 0.5em);
	display: block;
	width: 2px;
	height: 8%;
	background: #fff;
	animation: scrollbar 3s ease 0s infinite  normal;
}
@keyframes scrollbar {
	0% {height: 1%}
	100% {height: 8%}
}

@media (min-width: 768px) {
	label.buMenu {
		display: none;
	}
	input[type="checkbox"].buHnavi + nav,
	input[type="checkbox"].buHnavi:checked + nav {
		max-height: none;
		overflow: visible;
	}
	
	.header nav {
		position: static;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 15px;
	}
	.header nav .title {
		width: 250px;
	}
	.header nav .tel_box a {
		display: block;
		text-decoration:none;
		color: #fff;
		text-align: center;
	}
	.header nav .tel_box a .tel {
		font-size: 20px;
	}
	.header nav .tel_box a .time {
		font-size: 10px;
	}
	.header .nav {
		display: flex;
		justify-content: center;
		padding: 5px 0;
		max-width: 1140px;
		flex-wrap: wrap;
		order: 3;
		margin: auto;
	}
	.header .nav li {
		/* padding: 0 10px; */
	}
	.header .nav li a {
		padding: 5px 10px;
		color: #fff;
		text-decoration:none;
	}
	.header .nav li:last-child {
		display: flex;
		align-items: center;
	}
	.header .nav li,
	.header .nav li span {
		display: block;
		text-align: center;
	}
	.header .nav li {
	}
	.header .nav li span {
		font-size: 12px;
	}
	.main_catch {
		width: 100%;
		padding: 0 40% 0 10%;
	}
	.main_catch .img {
		margin-bottom: 15px;
	}
	.main_catch .txt {
		font-size: 18px;
		text-align: left;
		padding-left: 20%;
		white-space: nowrap;
	}
	.main_catch .txt .spbr {
		display: none;
	}
	

	
}
@media (min-width: 1030px) {
	.header .nav {
		order: inherit;
		margin: 0;
	}
}
@media (max-width: 767px) {
	#container {
		padding-top: 60px;
	}
	.home #container {
		padding-top: 0;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.home .header {
		position: relative;
	}
	.header nav {
		top: 0;
		padding-top: 60px;
		background: transparent;
	}
	.header nav.bg {
	}
	.header nav.bg:before,
	.header nav.bg:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 60px;
		z-index: 1;
	}
	.header nav.bg:before {
		background-image: url(../images/top/main_img.png);
		background-size: cover;
		background-position: center center;
	}
	.header nav.bg:after {
		background: #000;
		opacity: 0.5;
	}
	.header nav .title {
		width: calc(100% - 55px);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		padding: 10px 15px;
		height: 60px;
	}
	.header nav .title a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.header nav .title img {
		max-height: 100%;
	}
	.header .nav li {
		border-bottom: 1px dashed #fff;
	}
	label.buMenu {
		z-index: 1000;
	}
	.header nav ul {
		background: #000;
	}
	
	.header nav ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.header nav ul.sub-menu > li {
	    width: calc(50% - 10px);
	    border: none;
	    margin: 5px;
	    background: #333;
	}
	.header nav ul.sub-menu > li > a {
		padding-left: 30px;
	    padding: 8px;
	    text-align: center;
	}
	
	.header .nav li a span {
	}
	.header .nav li a span:before {
		content: "/";
		padding: 0 15px;
	}
	.header nav .tel_box {
		display: none;
	}
}
/*********************
 フッター
*********************/
footer div.wrap {
	padding: 20px 0 0;
}
footer .title {
	text-align: center;
	margin-bottom: 20px;
}
footer .logo a {
	display: block;
	width: 75%;
	margin: 0 auto 20px;
}
footer .logo a img {
	display: block;
	width: 100%;
}
footer .footer_address {
	font-size: 14px;
}
footer .footer_address a {
	text-decoration: none;
	color: inherit;
}
footer .menu {
	display: none;
}
footer .copyright {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
@media (min-width: 768px) {
	footer div.wrap {
		display: flex;
	}
	footer .title {
		width: 40%;
	}
	footer .menu {
		display: flex;
		justify-content: space-around;
		width: 60%;
	}
	footer .menu a {
		text-decoration: none;
		color: inherit;
	}
}
/*********************
 フロントページ
*********************/
.btn02, .btn02:visited,
.btn01, .btn01:visited {
	display: table;
	margin: 0 auto;
	background: #000;
	color: #fff;
	padding: 1em 3em 1em 2em;
	text-decoration: none;
	position: relative;
}
.btn02:after,
.btn01:after {
	content: ">";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
	display: block;
	line-height: 1;
}
.btn02:hover {
	opacity: 0.7;
	color: #fff;
}
.btn02, .btn02:visited {
	background: #fff;
	color: #333;
}
.btn02:hover {
	color: #333;
}
.black_dot {
	background-color: #000;
	background-image: radial-gradient(#333 10%, rgba(255,255,255,0) 20%), radial-gradient(#333 10%, rgba(255,255,255,0) 20%);
	background-size: 5px 5px;
	background-position: 0 0, 5px 5px;
}
/* サービススライダー */
#svslider_sec {
	position: relative;
}
#svslider_sec:before {
	content: "";
	position: absolute;
	top: 30%;
	left: -70%;
	display: block;
	height: 70%;
	width: 170%;
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #efefef 50.0%) no-repeat top left/100% 100%;
}
#svslider_sec .inner {
	position: relative;
	z-index: 2;
}

/* サービス スライダー */
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.swiper-button-prev,
.swiper-button-next {
	top: 200px;
	background: #666;
	width: 40px;
	height: 40px;
	opacity: 0.5;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	color: #fff;
	font-size: 20px;
}

.swiper-container {
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 30px;
	opacity: 0;
}
.swiper-container-initialized {
	animation: fadeIn 0.5s linear 1s 1 forwards;
}
.svslider li {
	width: 240px;
	-webkit-transition: .8s ease;
	transition: .8s ease;
	box-shadow: 0 5px 15px -7px rgba(25,25,25,.7);
}
.svslider li.swiper-slide-prev {
	opacity: 0;
}
.svslider li a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.svslide_bg_wrap {
	overflow: hidden;
}
.svslide_bg {
	padding-top: 130%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: padding .25s ease,-webkit-transform .5s ease;
	transition: padding .25s ease,transform .5s ease;
}
a:hover .svslide_bg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.svslide_info {
	display: flex;
	background: #fff;
}
.svslide_info .num {
	background: #000;
	width: 50px;
	font-size: 18px;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.svslide_info .title {
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 18px;
}
.svslider .note {
	display: none;
}
@media (min-width: 768px) {
	.swiper-container {
		height: 600px;
	}
	.swiper-wrapper {
		height: auto;
	}
	.swiper-container-initialized {
	}
	.svslider li {
		width: 260px;
	}
	.svslider li.swiper-slide-active {
		width: 350px;
		position: relative;
	}
	.svslide_bg_wrap {
	}
	.svslide_bg {
	}
	.svslider li.swiper-slide-active .svslide_bg {
		padding-top: 150%;
	}
	a:hover .svslide_bg {
	}
	.svslide_info {
	}
	.svslider li.swiper-slide-active .svslide_info {
		position: absolute;
		bottom: 2%;
		left: 95%;
		z-index: 2;
		box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
		opacity: 0;
		animation: fadeIn 0.5s linear 1s 1 forwards;
		width: 700px;
	}
	.svslide_info .num {
	}
	.svslide_info .title {
		font-size: 18px;
	}
	.svslider li.swiper-slide-active .svslide_info .title {
		width: 250px;
	}
	.svslider .note {
		padding-right: 10px;
	}
	.svslider li.swiper-slide-active .svslide_info .note {
		display: flex;
		width: 400px;
		align-items: center;
		font-size: 14px;
	}
	
}

@media (min-width: 768px) and (max-width: 1029px) {

	.svslider li.swiper-slide-active .svslide_info {
		left: 50%;
	}
}

/* Case */
.case_item {
	border: 2px solid;
	margin-bottom: 15px;
	padding: 4px;
}
.case_item a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}
.case_item_img_wrap {
	width: 38%;
	overflow: hidden;
}
.case_item_img {
	padding-top: 75%;
	background-size: cover;
	background-position: center center;
}
.case_txt_box {
	width: 62%;
	padding: 0 2%;
}
.case_date {
	font-size: 10px;
	margin-bottom: 5px;
}
.case_service_wrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
}
.case_service {
	border: 1px solid;
	padding: 2px 4px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.case_title {
    font-size: 18px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
	.case_item {
		border: 1px solid #666;
		padding: 0 0;
		margin: 10px 10px;
	}
}
@media (min-width: 768px) {
	.case_wrap {
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	.case_filter {
		padding: 0 15px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.case_wrap ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.case_item {
		width: 25%;
		border: none;
		padding: 0;
		margin: 0
	}
	
	.case_item:nth-child(4n+2).animated {
		animation-delay: 0.2s;
	}
	.case_item:nth-child(4n+3).animated {
		animation-delay: 0.4s;
	}
	.case_item:nth-child(4n+4).animated  {
		animation-delay: 0.6s;
	}	
	
	.case_item a {
		display: block;
		position: relative;
	}
	.case_item a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	    -webkit-transition: ease-out .2s;
	    transition: ease-out .2s;
	    opacity: 1;
	    z-index: 1;
			    
		background: -moz-linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(40%, rgba(0,0,0,0)), to(rgba(0,0,0,.8)));
		background: -webkit-linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%);
		background: -o-linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%);
		background: linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%);
	}
	.case_item a:hover:before {
	    opacity: 0;
	}
	
	.case_item_img_wrap {
		width: 100%;
	}
	.case_txt_box {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 5px;
		color: #fff;
		padding: 0 5%;
	}
}
@media (min-width: 1030px) {
	.case_date {
		font-size: 12px;
	}
	.case_service_wrap {
		font-size: 12px;
	}
	.case_service {
		font-size: 12px;
	}
	.case_title {
		font-size: 18px;
	}

}
@media (max-width: 767px) {
	.case_service_wrap {
		font-size: 8px;
	}
	.case_title {
	    font-size: 13px;
	    letter-spacing: 0;
	}

}
/* Recruit */
#top_recruit {
	padding-bottom: 0;
	background: #000;
    background-image: radial-gradient(#333 10%, rgba(255,255,255,0) 20%), radial-gradient(#333 10%, rgba(255,255,255,0) 20%);
    background-size: 5px 5px;
    background-position: 0 0, 5px 5px;
}
#top_recruit h2 {
	color: #fff;
}
#top_recruit .three_in_one > div {
	margin-top: 50px;
	margin-bottom: 20px;
}
#top_recruit .image_wrap {
	width: 80%;
	margin-left: 10%;
}
#top_recruit .image_wrap .image {
	padding-top: 65%;
	background-size: cover;
	background-position: center center;
}
#top_recruit .btn02 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 2em;
	margin-top: -1.5em;
	margin-right: 0;
	position: relative;
	width: 220px;
}
#top_recruit .btn02:hover {
    opacity: 1;
    transform: translateY(-10px);
    color: #000;
}
#top_recruit .btn02 span {
	display: block;
	text-align: center;
}
#top_recruit .btn02 .en {
	font-size: 80%;
}
#top_recruit .btn02:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #000;
}
#top_recruit .inner2 {
	background: #fff;
	padding: 30px 0;
}
.double_btn .btn01 {
	margin-bottom: 15px;
}
.double_btn .btn01:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
}
@media (min-width: 768px) {

	#top_recruit > .wrap {
		width: 95%;
		max-width: 1920px;
		margin: auto;
	}


	#top_recruit .image_wrap {
		margin-left: 0;
	}
	#top_recruit .btn02 span {
		font-size: 14px;
	}
	#top_recruit .btn02 {
		margin-right: 10%;
		border: double 3px #000;
	}
	#top_recruit .btn02:hover:before {
		display: none;
	}
	.double_btn {
		display: flex;
		
	}
	.double_btn .btn01 {
		font-size: 18px;
	}
}
@media (min-width: 1030px) {
	#top_recruit .btn02 span {
		font-size: inherit;
	}
}
/* トップお問い合わせ */
#top_news {
	padding-left: 15px;
	padding-right: 15px;
}
#top_news .inner {
	background: #fff;
	padding: 15px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.post_box {
	margin-bottom: 30px;
}
.post_box a {
	display: block;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding: 0 10px;
}
.post_item .date {
	margin-bottom: 5px;
	display: block;
}
.post_item h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
}
@media (min-width: 768px) {
	#top_news .inner {
		padding: 30px;
	}
}
/* 会社案内 */
.top_company_txt {
    font-size: 16px;
}
.top_company_txt br {
	display: none;
}
.top_company_shomei {
	text-align: right;
}
.top_company_shomei span {
	font-size: 24px;
}
#top_company .double_btn {
	margin-top: 30px;
	flex-wrap: wrap;
}
#top_company .btn02 {
	border: 3px double;
	margin-bottom: 15px;
	padding: 1em 2em 1em 1em;
}
@media (min-width: 768px) {
	#top_company h2 {
		display: flex;
		align-items: baseline;
	}
	#top_company h2 > span:first-child + span {
		margin-left: 1em;
	}
	.bigimg {
		align-items: center;
	}
	.bigimg .image.left {
		width: calc(46vw - 5%);
		text-align: center;
		margin-left: calc((50vw - 50%) * -1);
		padding: 0 0px 0 0;
		overflow: hidden;
	}
	.bigimg .image.left img {
	}
	.bigimg .txt.right {
		margin-left: 4vw;
		padding-top: 25px;
		width: 55%;
	}
	.bigimg .image.right {
		width: calc(46vw - 5%);
		text-align: center;
		margin-right: calc((50vw - 50%) * -1);
		padding: 0 0 0 0px;
		overflow: hidden;
	}
	.bigimg .image.right img {
	}
	.bigimg .txt.left {
		margin-right: 4vw;
		padding-top: 25px;
		width: 55%;
	}
	.top_company_txt br {
		display: inherit;
	}
}
/*********************
 サービス一覧
*********************/
#service_list li {
	box-shadow: 3px 3px 15px 0px rgba(25,25,25,0.5);
	margin-bottom: 30px;
}
#service_list li a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.service_item_img_wrap {
	overflow: hidden;
}
.service_item_img {
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: padding .25s ease,-webkit-transform .5s ease;
	transition: padding .25s ease,transform .5s ease;
}
a:hover .service_item_img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.service_item_info {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.service_item_info .num {
	background: #000;
	width: 50px;
	font-size: 18px;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_item_info .title {
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 18px;
}
.service_item_info .note {
	padding: 15px;
	border-top: 1px dotted;
	font-size: 12px;
}
.service_item_info .note br {
	display: none;
}
@media (min-width: 768px) {
	#service_list ul {
		display: flex;
		flex-wrap: wrap;
	}
	#service_list li {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}
	.service_item_info .title {
		font-size: 18px;
	}
}
@media (min-width: 1030px) {
	#service_list li {
		width: calc(33.3333% - 30px);
	}
	
}
/*********************
 お問い合わせ
*********************/
form table tr th.required:after {
	content: "必須";
	color: white;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 90%;
	padding: 2px 5px;
	background: rgb(206, 45, 56);
}
form table tr th.auto:after {
	content: "自動";
	color: white;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 90%;
	padding: 2px 5px;
	background: rgb(206, 45, 56);
}
form table tr th.auto + td {
	position: relative;
}
form table tr th.auto + td:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
table.mail_form {
	margin: auto;
}

table.mail_form tr:first-child {
	border-top: 1px solid #999;
}

table.mail_form tr {
	border-bottom: 1px solid #999;
}

table.mail_form th {
	text-align: left;
	padding: 15px 10px 5px 10px;
	white-space: nowrap;
}
table.mail_form td {
	padding: 5px 10px 15px 10px;
}
table.mail_form td .line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
table.mail_form td .line:last-child {
	margin-bottom: 0;
}
table.mail_form td .line input[type="text"] {
	margin-bottom: 0;
}
table.mail_form td .line.date_hope input[type="text"] {
	width: 3em;
	margin: 0 3px;
	padding: 0 3px;
}
table.mail_form td .radio-state .wpcf7-list-item {
	margin-bottom: 10px;
}
table.mail_form td .radio-state .wpcf7-list-item:first-child {
	width: 100%;
}
table.mail_form td .kind_item {
	display: flex;
	align-items: center;
	margin: 0 15px 10px 0;
}
table.mail_form td .kind_item > span:first-child {
	width: 3em;
}
table.mail_form td .kind_item input[type="text"] {
	width: 3em;
	margin: 0 5px;
	padding: 0 3px;
	text-align: center;
}

table.mail_form td .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	margin-bottom: 14px;
	flex-direction: column;
}


.mail_form_submit {
	border: none;
	display: table;
	margin: 0 auto;
	background: #000;
	color: #fff;
	padding: 1em 3em 1em 2em;
	text-decoration: none;
	position: relative;
	background-color: #000;
	background-image: radial-gradient(#333 10%, rgba(255,255,255,0) 20%), radial-gradient(#333 10%, rgba(255,255,255,0) 20%);
	background-size: 5px 5px;
	background-position: 0 0, 5px 5px;
	
	transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
}
.mail_form_submit:hover {
	opacity: 0.7;
}

@media (min-width: 768px) {
	table.mail_form th {
		padding: 10px 20px;
	    vertical-align: middle;
	    width: 210px;
	}
	table.mail_form td {
		padding: 10px 30px;
	}
	.mail_form_submit {
		width: auto;
		padding: 10px 40px;
	}

	table.mail_form td .wpcf7-form-control.wpcf7-radio {
		flex-direction: row;
	}
}
@media (min-width: 1030px) {

}
/*********************
 施工事例
*********************/
#case1 .wrap {
	/*text-align: center;*/
}
#case2 .search_wrap {
	background: #000;
	padding: 15px;
}
#case2 .search_box {
	max-width: 1300px;
	margin: 0 auto;
}
#case2 .search_title {
	background-color: #fff;
	background-image: url(../images/icon/search_icon.png);
	background-repeat: no-repeat;
	background-size: 2em;
	background-position: 0.5em center;
	padding: 1em 1.5em 1em 3.5em;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#case2 .search_title br {
	display: none;
}
#case2 .search_service {
}
#case2 .search_service ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#case2 .search_service li {
	position: relative;
	padding: 2px;
}
#case2 .search_service li:after {
	content: "";
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 0;
	display: block;
	border: 1px solid #fff;
	
}
#case2 .search_service li:last-child:after {
	display: none;
}
#case2 .search_service li a {
	display: block;
	padding: 3px 8px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
@media (min-width: 768px) {
	#case2 .search_box {
		display: flex;
		align-items: center;
	}
	#case2 .search_title {
		margin: 0;
	}
	#case2 .search_title br {
		display: inherit;
	}
	#case2 .search_service {
		width: calc(100% - 250px);
		padding: 0 15px;
	}
}

.case_service_wrap.single
{
	display:block;
}
.case_service.single
{
	font-size:14px;
	text-align:center;
}


/* リクルート2 */
.recruit_headline {
    text-align: center;
	margin-bottom: 40px;
	background: #fff;
	padding: 10px 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.recruit_headline-title li{
	font-size: 1.2rem;
    margin-bottom: 10px;
	font-weight: bold;
}
.recruit_headline-text {
	font-size: 0.8rem;
}
.recruit_headline-title span{
    display: block;
}
.sma {
	display: none;
}
@media (max-width: 768px) {
	.recruit_headline-title li{
		font-size: 1.05rem;
	}
	.sma {
		display: block;
	}
}
