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

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

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






/* mv */
#content .mv {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#content .mv h1 {
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 100px 0 100px 0;
}
#content .mv h1 em {
	position: relative;
	font-style: normal;
	font-size: 2.0em;
}
@media only screen and (max-width: 767px) {
	#content .mv h1 {
		padding: 60px 0 60px 0;
	}
}




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

/*-------------------------------
news-archive
---------------------------------*/
.other .newsArchive {
	padding-bottom: 50px;
}
.other .newsArchive ul.list {}
.other .newsArchive ul.list li {
	margin-top: 3.0em;
}
.other .newsArchive ul.list li:first-child {
	margin-top: 0;
}
.other .newsArchive ul.list li a {
	border: 1px solid #ccc;
	padding: 1.5em 1.5em;
	display: flex;
	justify-content: space-between;
	background: #fff;
	color: #333333;
	text-decoration: none;
}
.other .newsArchive ul.list li a:hover {
	background: #ffebec;
}
.other .newsArchive ul.list li figure {
	width: 30%;
	margin-right: 5%;
}
.other .newsArchive ul.list li .text {
	flex: 1;
}
.other .newsArchive ul.list li .text .date {
	color: #E52631;
	margin-bottom: 0.5em;
}
.other .newsArchive ul.list li .text h3 {
	position: relative;
	margin-bottom: 1.0em;
}
.other .newsArchive ul.list li .text h3::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 1px;
	width: 50px;
	background: #4D4D4D;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.other .newsArchive {
		padding-bottom: 30px;
	}
	.other .newsArchive ul.list li a {
		flex-direction: column;
	}
	.other .newsArchive ul.list li a:hover {
		background: #fff;
	}
	.other .newsArchive ul.list li figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.0em;
	}
}

/*-------------------------------
news-single
---------------------------------*/
.other .newsSingle {
	padding-bottom: 50px;
}
.other .newsSingle .col {
	border: 1px solid #ccc;
	padding: 2.5em 2.5em;
}
.other .newsSingle .col .date {
	color: #E52631;
	margin-bottom: 0.5em;
}
.other .newsSingle .col h3 {
	position: relative;
	margin-bottom: 2.0em;
}
.other .newsSingle .col h3::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 1px;
	width: 50px;
	background: #4D4D4D;
	margin-top: 5px;
}
.other .newsSingle .col figure.eyecatch {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2.0em;
}
.other .newsSingle .col .inner .date {
	width: 100px;
}
@media only screen and (max-width: 767px) {
	.other .newsSingle {
		padding-bottom: 30px;
	}
	.other .newsSingle .col {
		padding: 1.5em 1.5em;
	}
	.other .newsSingle .col figure.eyecatch {
		width: 100%;
	}
}








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







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







/*-------------------------------
message
---------------------------------*/
/* messageSec01 */
.page .messageSec01 {}
.page .messageSec01 h2 {
	color: #FC794C;
}
.page .messageSec01 h2 em {
	color: #333333;
	font-style: normal;
	font-size: 0.6em;
	margin-left: 1.0em;
}
.page .messageSec01 .col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 40px;
}
.page .messageSec01 .col figure {
	width: 43%;
	margin-left: 7%;
}
.page .messageSec01 .col .text {
	flex: 1;
}
.page .messageSec01 .col .text h3 {
	font-size: 1.6em;
	margin-bottom: 1.5em;
}
.page .messageSec01 .col .text p {}
.page .messageSec01 .col .text p.note {
	border-top: 1px solid #DEEFEC;
	margin-top: 2.0em;
	padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
	.page .messageSec01 h2 em {
		font-size: 0.7em;
	}
	.page .messageSec01 .col {
		flex-direction: column;
		margin-top: 30px;
	}
	.page .messageSec01 .col figure {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 2.0em;
	}
	.page .messageSec01 .col .text h3 {
		text-align: center;
		margin-bottom: 1.0em;
	}
	.page .messageSec01 .col .text p.note {
		margin-top: 1.0em;
		padding-top: 1.0em;
	}
}








/*-------------------------------
business
---------------------------------*/
/* businessSec01 */
.page .businessSec01 {}
.page .businessSec01.even {
	background: #ebf2f2;
}
.page .businessSec01 ul.list {}
.page .businessSec01 ul.list > li {
	padding: 35px 0;
}
.page .businessSec01 ul.list > li:first-child {
	padding-top: 0;
}
.page .businessSec01 ul.list > li:last-child {
	padding-bottom: 0;
}
.page .businessSec01 ul.list li .ico {
	display: flex;
	align-items: center;
	margin-bottom: 1.0em;
}
.page .businessSec01 ul.list li .ico img {
	width: 80px;
	margin-right: 1.5em;
}
.page .businessSec01 ul.list li .ico h3 {
	position: relative;
	font-size: 1.4em;
}
.page .businessSec01 ul.list li .ico h3::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 1px;
	width: 50px;
	background: #4D4D4D;
	margin-top: 5px;
}
.page .businessSec01 ul.list li p.note {}
.page .businessSec01 ul.list li h4 {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 1.0em;
}
.page .businessSec01 ul.list li h4::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 1px;
	width: 50px;
	background: #4D4D4D;
	margin-top: 5px;
}
.page .businessSec01 ul.list li ul.help {
	display: flex;
	flex-wrap: wrap;
}
.page .businessSec01 ul.list li ul.help li {
	margin: 0.5em 0;
	margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
	.page .businessSec01 ul.list > li {
		padding: 30px 0;
	}
	.page .businessSec01 ul.list li .ico img {
		width: 55px;
		margin-right: 1.0em;
	}
}








/*-------------------------------
flow
---------------------------------*/
/* flowSec01 */
.page .flowSec01 {}
.page .flowSec01 ol.list {}
.page .flowSec01 ol.list li {
	border: 1px solid #ccc;
	padding: 1.5em 1.5em;
	margin-top: 3.0em;
}
.page .flowSec01 ol.list li:first-child {
	margin-top: 0;
}
.page .flowSec01 ol.list li h3 {
	position: relative;
	margin-bottom: 1.5em;
}
.page .flowSec01 ol.list li h3::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 1px;
	width: 50px;
	background: #4D4D4D;
	margin-top: 5px;
}
.page .flowSec01 ol.list li p {
	margin: 1.0em 0;
}
@media only screen and (max-width: 767px) {
}








/*-------------------------------
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;
	}
}







