@charset "UTF-8";

.com-ph {
	position: relative;
	height: 1000px;
}
.com-ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
table {
	width: 100%;
}
th {
	vertical-align: top;
}
.com-map {
	height: 300px;
}
.service-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -2;
}
.service-bg-50 {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 400px;
  	background:rgba(0,0,0,0.5);
	z-index: -1;
}
.service-bg02-50 {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 400px;
  	background:rgba(0,0,0,0.5);
	z-index: -1;
}
.wrap-l {
    padding-left: 35%;
}
.maru {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 42px;
}


.toggle {
	display: none;
}
.Label {
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:30px;
/*	padding:0 20px;*/
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.wrap-l {
	    padding-left: 0;
	}
	.service-bg {
		height: 450px;
	}
	.service-bg-50 {
		width: 100%;
		height: 450px;
	}
	.service-bg02-50 {
		right: unset;
		left: 0;
		width: 100%;
		height: 450px;
	}

}



