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

page.php（固定ページ） 用スタイルシート

******************************* */






/* mv */
#content .mv {}
#content .mv h1 {
	color: #fff;
	background: #0071bc;
	font-size: 1.0em;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 50px 0;
}
#content .mv h1 em {
	position: relative;
	font-style: normal;
	font-size: 2.0em;
	margin-bottom: 1.0em;
}
#content .mv h1 em::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2px;
	width: 100px;
	background: #fff;
	margin-top: 10px;
}
#content .mv .mv-foot {
	height: 60px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#content .mv h1 {
		padding: 30px 0 15px 0;
	}
	#content .mv .mv-foot {
		height: 15px;
		vertical-align: top;
	}
}




/* =============================================================================
   archive/single 関連 スタイル
   ========================================================================== */

/*-------------------------------
news-archive
---------------------------------*/
.other .newsArchive {
	padding-bottom: 50px;
}
.other .newsArchive ul.list {}
.other .newsArchive ul.list li {
	border-bottom: 1px solid #E6E6E6;
}
.other .newsArchive ul.list li:first-child {
	border-top: 1px solid #E6E6E6;
}
.other .newsArchive ul.list li a {
	padding: 30px 30px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	color: #333333;
	text-decoration: none;
}
.other .newsArchive ul.list li a:hover {
	background: #f2f8fc;
}
.other .newsArchive ul.list li .date {
	width: 100px;
}
.other .newsArchive ul.list li .fa-chevron-right {
	width: 60px;
	text-align: right;
}
.other .newsArchive ul.list li .text {
	flex: 1;
}
.other .newsArchive ul.list li .text h3 {
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
	.other .newsArchive {
		padding-bottom: 30px;
	}
	.other .newsArchive ul.list li a {
		padding: 20px 0;
		flex-direction: column;
	}
	.other .newsArchive ul.list li a:hover {
		background: #fff;
	}
	.other .newsArchive ul.list li .date {
		width: auto;
		margin-bottom: 0.5em;
	}
	.other .newsArchive ul.list li .fa-chevron-right {
		display: none;
	}
}

/*-------------------------------
news-single
---------------------------------*/
.other .newsSingle {
	padding-bottom: 50px;
}
.other .newsSingle .col {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 30px 30px;
}
.other .newsSingle .col figure.eyecatch {
	margin-bottom: 2.0em;
}
.other .newsSingle .col .inner {
	display: flex;
	justify-content: space-between;
}
.other .newsSingle .col .inner .date {
	width: 100px;
}
.other .newsSingle .col .inner .text {
	flex: 1;
}
.other .newsSingle .col .inner .text h3 {
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
	.other .newsSingle {
		padding-bottom: 30px;
	}
	.other .newsSingle .col {
		padding: 20px 0;
	}
	.other .newsSingle .col .inner {
		flex-direction: column;
	}
	.other .newsSingle .col .inner .date {
		width: auto;
		margin-bottom: 0.5em;
	}
}









/* =============================================================================
   page 関連 スタイル
   ========================================================================== */







/*-------------------------------
office
---------------------------------*/
/* officeSec01 */
.page .officeSec01 {}
.page .officeSec01 ul.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.page .officeSec01 ul.list li {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.page .officeSec01 ul.list {
		flex-direction: column;
	}
	.page .officeSec01 ul.list li {
		width: 100%;
	}
}







/*-------------------------------
staff
---------------------------------*/
/* staffSec01 */
.page .staffSec01 {}
.page .staffSec01 ul.list {}
.page .staffSec01 ul.list li {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.page .staffSec01 ul.list li figure {
	width: 30%;
	margin-left: 7%;
}
.page .staffSec01 ul.list li .text {
	flex: 1;
}
.page .staffSec01 ul.list li .text h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.page .staffSec01 ul.list li .text p {
	padding: 0.5em 0;
}
.page .staffSec01 ul.list li .text p.ceo {
	padding-bottom: 0;
	max-width: 120px;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
	.page .staffSec01 ul.list li {
		flex-direction: column;
	}
	.page .staffSec01 ul.list li figure {
		width: 60%;
		margin: 0 auto;
		margin-top: 1.0em;
	}
	.page .staffSec01 ul.list li .text p.ceo {
		padding: 0.5em 0;
	}
}

/* staffSec02 */
.page .staffSec02 {
	background: #EAF2F0;
}
.page .staffSec02 ul.list {}
.page .staffSec02 ul.list li {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 40px 0;
}
.page .staffSec02 ul.list li figure {
	width: 30%;
	margin-right: 7%;
}
.page .staffSec02 ul.list li .text {
	flex: 1;
}
.page .staffSec02 ul.list li .text h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.page .staffSec02 ul.list li .text p {
	padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
	.page .staffSec02 ul.list li {
		flex-direction: column;
	}
	.page .staffSec02 ul.list li figure {
		width: 60%;
		margin: 0 auto;
		margin-top: 1.0em;
	}
}








/*-------------------------------
business
---------------------------------*/
/* businessSec01 */
.page .businessSec01 {}
.page .businessSec01 ol.list {}
.page .businessSec01 ol.list > li {
	padding: 50px 0;
	background: #fff;
}
.page .businessSec01 ol.list > li.even {
	background: #EAF2F0;
}
.page .businessSec01 ol.list > li:first-child {
	padding-top: 0;
}
.page .businessSec01 ol.list > li .wrap {
	display: flex;
	flex-wrap: wrap;
}
.page .businessSec01 ol.list li .ico {
	width: 63px;
	margin-right: 30px;
}
.page .businessSec01 ol.list li figure {
	width: 280px;
	margin-left: 30px;
}
.page .businessSec01 ol.list li .text {
	flex: 1;
	padding-top: 10px;
}
.page .businessSec01 ol.list li .text p {
	margin: 1.0em 0;
}
@media only screen and (max-width: 767px) {
	.page .businessSec01 ol.list > li {
		padding: 40px 0;
	}
	.page .businessSec01 ol.list li .ico {
		width: 40px;
		margin-right: 15px;
	}
	.page .businessSec01 ol.list li figure {
		width: 80%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.page .businessSec01 ol.list li .text {
		padding-top: 5px;
	}
}








/*-------------------------------
flow
---------------------------------*/
/* flowSec01 */
.page .flowSec01 {}
.page .flowSec01 ol.list {}
.page .flowSec01 ol.list li {
	display: flex;
	margin-top: 3.0em;
}
.page .flowSec01 ol.list li:first-child {
	margin-top: 0;
}
.page .flowSec01 ol.list li .ico {
	width: 62px;
	margin-right: 30px;
}
.page .flowSec01 ol.list li .text {
	flex: 1;
	padding-top: 10px;
}
.page .flowSec01 ol.list li .text p {
	margin: 1.0em 0;
}
@media only screen and (max-width: 767px) {
	.page .flowSec01 ol.list li .ico {
		width: 40px;
		margin-right: 15px;
	}
	.page .flowSec01 ol.list li .text {
		padding-top: 5px;
	}
}








/*-------------------------------
sitemap
---------------------------------*/
/* sitemapSec01 */
.page .sitemapSec01 {}
.page .sitemapSec01 ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page .sitemapSec01 ul.list::after {
	content: "";
	width: 33.33%;
}
.page .sitemapSec01 ul.list li {
	width: 33.33%;
	margin: 1.0em 0;
}
.page .sitemapSec01 ul.list li a {
	color: #333333;
}
.page .sitemapSec01 ul.list li a .fa-caret-right {
	margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
	.page .sitemapSec01 ul.list::after {
		content: none;
	}
	.page .sitemapSec01 ul.list li {
		width: 50%;
		margin: 1.5em 0;
	}
}








/*-------------------------------
privacy
---------------------------------*/
/* privacySec01 */
.page .privacySec01 {}
.page .privacySec01 dl {}
.page .privacySec01 dt {
	font-weight: bold;
	margin-top: 3.0em;
}
.page .privacySec01 dd {
	padding: 1.0em 1.0em;
	padding-right: 0;
}
.page .privacySec01 dd li {
	margin: 1.0em 0;
}
@media only screen and (max-width: 767px) {
	.page .privacySec01 .boxShadow {
		padding: 15px 20px;
	}
	.page .privacySec01 dt {
		margin-top: 15px;
	}
}







