@charset "UTF-8";
/*----------------------------------------

	#company office
	- mv
	- content
		+ office_table
	- parts
		+ pageAnchor

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
/* commons */
.sp {
	display: none;
}

#content>div+div>[id^="sec"] {
	padding: 10px 0 50px;
}
#content>div+div>[id^="sec02"] {
	padding: 10px 0 40px;
}
[id^="sec"] .title {
	margin-bottom: 40px;
	padding: 4px 15px 6px;
	color: #000;
	border-left: 5px solid #00a0e9;
}
[id^="sec"] h2 {
	color: #000;
}
[id^="sec"] h2>span {
	color: #222;
}
[id^="sec"] a[href^="tel"] {
	display: inline-block;
	pointer-events: none;
}
[id^="sec02"] .title {
	margin-bottom: 34px;
}
@media screen and (max-width:767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#content>div+div>[id^="sec"] {
		padding: 10px 0 30px;
	}
	[id^="sec"] .title {
		margin-bottom: 20px;
		padding: 5px 11px 5px 14px;
	}
	[id^="sec"] a[href^="tel"] {
		pointer-events: auto;
	}
}

/* office_table */
.office_table + .office_table {
	margin-top: 51px;
}
.office_table>h2 {
	margin-bottom: 10px;
}
.office_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.office_table dl:first-child,
.office_table h2+dl {
	border-top: 1px solid #ddd;
}
.office_table dl dt {
	width: 25%;
	max-width: 280px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 280px;
	        flex: 1 1 280px;
	padding: 14px 19px;
	background-color: #fafafa;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.office_table dl dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 75%;
	max-width: 840px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 840px;
	        flex: 1 1 840px;
	padding: 14px 0 14px 19px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.office_table dl dd>ul {
	width: calc(70% - 1.0em);
	max-width: 581px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 calc(70% - 1.0em);
	        flex: 1 1 calc(70% - 1.0em);
	margin-right: 1.0em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.office_table dl dd>figure {
	width: 30%;
	max-width: 240px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 30%;
	        flex: 1 1 30%;
	padding: 6px 0;
}
.office_table dl dd>ul>li>span {
	display: inline-block;
	vertical-align: top;
}
.office_table dl dd>ul>li.btn01 {
	display: inline-block;
	margin: 14px 0 2px;
}
.office_table dl dd>ul>li.headTxt {
	margin: 0 0 7px;
}
.office_table dl dd>ul>li.add span:first-child {
	margin-right: 1.0em;
}
.office_table dl dd>ul>li.btn01 span {
	display: block;
}
.office_table dl dd>ul>li.btn01 span a {
	position: relative;
	display: block;
	padding: 11px 51px 9px 27px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.office_table dl dd>ul>li.btn01 span a::after {
	width: 16px;
	height: 12px;
	margin: 0 0 -1px 9px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.office_table dl dd>ul>li.btn01 span a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% - (59px + 3.0em));
	height: 10px;
	width: 10px;
	border-bottom: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.office_table dl dd>ul>li.btn01 span a:hover {
	color: #fff;
    border-color: #00a0e9;
    background-color: #00a0e9;
}
.office_table dl dd>ul>li.btn01 span a:hover::after {
	-webkit-box-shadow: inset 0 0 0 1px #fff, 2px 2px 0px -1px #fff;
	box-shadow: inset 0 0 0 1px #fff, 2px 2px 0px -1px #fff;
}
.office_table dl dd>ul>li.btn01 span a:hover::before {
	border-color: #fff;
}
@media screen and (max-width: 767px) {
	.office_table dl dt {
		padding: 13px;
	}
	.office_table dl dd ul,
	.office_table dl dd figure {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.office_table dl dd ul {
		margin-right: 0;
		margin-bottom: 20px;
	}
	[lang="en"] #content > div {
		overflow: hidden;
	}
	[lang="en"] .office_table dl dd>ul>li.add+li {
		white-space: nowrap;
	}
}


/*----------------------------------------
	parts
-----------------------------------------*/
/* pageAnchor */
#content>#pageAnchor {
	margin-bottom: 80px;
}
#pageAnchor>h2 {
	margin-bottom: 20px;
}
#pageAnchor>ul+h2 {
	margin-top: 30px;
}
#pageAnchor>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 0 0 -2px;
}
#pageAnchor>ul+ul {
	margin-top: 10px;
}
#pageAnchor>ul li>a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor>ul li {
	margin: 0 32px 10px 0;
}
#pageAnchor>ul li.tit {
	margin: 0 17px 10px 0;
}
#pageAnchor>ul li:last-child {
	margin-right: 0;
}
#pageAnchor>ul li>a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -2px;
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: top right;
	    -ms-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#pageAnchor>ul li>a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content>#pageAnchor {
		margin-bottom: 45px;
	}
	#pageAnchor>ul li {
		margin: 0 32px 13px 0;
	}
	#pageAnchor>ul li.tit {
		width: 100%;
	}
}