@charset "UTF-8";

/*================================================
 *  office（事務所の特長）
 ================================================*/

.contents {
	padding-top: 160px;
	overflow: hidden;
}

section.office_area {
	background-color: #f0f0f0;
	position: relative;
}
section.office_area::before,
section.office_area::after {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
section.office_area::before {
	top: -1px;
	border-width: 13vw 100vw 0 0;
	border-color: #ffffff transparent transparent transparent;
}
section.office_area::after {
	bottom: -1px;
	border-width: 0 0 13vw 100vw;
	border-color: transparent transparent #ffffff transparent;
}

section.office_area .office_list {
	position: relative;
	top: -80px;
	z-index: 1;
}
section.office_area .office_list li:nth-child(n+2) {
	margin-top: 60px;
}
section.office_area .office_list li figure {
	width: 100%;
	padding-left: 30px;
	position: relative;
}
section.office_area .office_list li:nth-child(odd) figure {
	padding: 0 30px 0 0;
}
section.office_area .office_list li figure img {
	width: 560px;
	position: relative;
	display: block;
}
section.office_area .office_list li:nth-child(odd) figure img {
	margin-left: auto;
}
section.office_area .office_list li figure figcaption {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	background-color: #fff;
	padding: 40px 0 40px 50px;
	width: 480px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
section.office_area .office_list li:nth-child(odd) figure figcaption {
	right: auto;
	left: 0;
}

section.office_area .office_list li figure figcaption h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
section.office_area .office_list li figure figcaption h3 span {
	color: #d2d2d2;
	font-size: 30px;
	font-weight: 400;
	display: block;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

.contents {
	padding-top: 10vw;
}

section.office_area::before,
section.office_area::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section.office_area::before {
	border-width: 39vw 300vw 0 0;
}
section.office_area::after {
	border-width: 0 0 39vw 300vw;
}

section.office_area .office_list {
	top: 0;
}
section.office_area .office_list li:nth-child(n+2) {
	margin-top: 10vw;
}
section.office_area .office_list li figure {
	padding: 0!important;
}
section.office_area .office_list li figure img {
	width: 100%;
	margin: 0!important;
}
section.office_area .office_list li figure figcaption {
	position: relative;
	box-shadow: 0px 0px 1vw 0px rgba(0, 0, 0, 0.2);
	padding: 7vw;
	width: 80vw;
	top: -5vw;
	right: auto!important;
	left: auto!important;
	transform: none;
	-webkit-transform: none;
	margin: 0 auto -5vw;
}

section.office_area .office_list li figure figcaption h3 {
	font-size: 6vw;
}
section.office_area .office_list li figure figcaption h3 span {
	font-size: 5.5vw;
	margin-bottom: 0.1em;
}


	
}