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

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

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






/* mv */
#content .mv {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
#content .mv h1 {
	position: relative;
	color: #fff;
	background: rgba(0,0,0,0.8);
	padding: 10px 0;
	margin-left: -500%;
	padding-left: 500%;
	font-size: 1.0em;
	font-weight: normal;
	display: inline-block;
}
#content .mv h1::before {
    content: "";
    top: 0;
    right: -2em;
    border-bottom: 5em solid transparent;
    border-left: 2em solid rgba(0,0,0,0.8);
    position: absolute;
    z-index: 100;
}
#content .mv h1 em {
	position: relative;
	font-style: normal;
	font-size: 2.0em;
	display: block;
}
@media only screen and (max-width: 767px) {
	#content .mv {
		padding: 60px 0 60px 0;
	}
	#content .mv h1::before {
		border-bottom: 5.4em solid transparent;
	}
}




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







/*-------------------------------
message
---------------------------------*/
/* messageSec01 */
.page .messageSec01 {}
.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 #ccc;
	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 h2 {
	font-weight: normal;
	text-align: center;
	font-size: 1.75em;
	margin-bottom: 1.0em;
	color: #60875A;
}
@media only screen and (max-width: 767px) {
	.page .businessSec01 h2 {
		font-size: 1.4em;
	}
}

/* businessSec02 */
.page .businessSec02 {}
.page .businessSec02 ul.list {}
.page .businessSec02 ul.list > li {
	padding: 35px 0;
}
.page .businessSec02 ul.list > li:first-child {
	padding-top: 0;
}
.page .businessSec02 ul.list li h3 {
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	color: #60875A;
	margin-bottom: 0.5em;
}
.page .businessSec02 ul.list li p.note {}
.page .businessSec02 ul.link {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5em;
	text-align: center;
}
.page .businessSec02 ul.link li {
	width: 33%;
}
.page .businessSec02 ul.link li a {
	display: block;
	position: relative;
	color: #60875A;
	background: #fff;
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 1.0em 0;
	font-size: 1.1em;
}
.page .businessSec02 ul.link li a:hover {
	background: #60875A;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.page .businessSec02 ul.list > li {
		padding: 25px 0;
	}
	.page .businessSec02 ul.list li h3 {
		font-size: 1.3em;
	}
	.page .businessSec02 ul.link {
		margin-top: 0.5em;
	}
	.page .businessSec02 ul.link li a {
		font-size: 0.875em;
		padding: 1.2em 0;
	}
}








/*-------------------------------
flow
---------------------------------*/
/* flowSec01 */
.page .flowSec01 {}
.page .flowSec01 ol.list {}
.page .flowSec01 ol.list li {
	margin-top: 3.0em;
}
.page .flowSec01 ol.list li:first-child {
	margin-top: 0;
}
.page .flowSec01 ol.list li h3 {
	position: relative;
	font-size: 1.75em;
	font-weight: normal;
	padding-bottom: 0.3em;
	margin-bottom: 1.0em;
	color: #60875A;
	border-bottom: 1px solid #CCCCCC;
}
.page .flowSec01 ol.list li p {
	margin: 1.0em 0;
}
@media only screen and (max-width: 767px) {
	.page .flowSec01 ol.list li h3 {
		font-size: 1.4em;
	}
}








/*-------------------------------
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 {
	margin-top: 2.0em;
	text-align: left;
	font-size: 1.75em;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	color: #60875A;
	border-bottom: 1px solid #CCCCCC;
}
.page .privacySec01 dt:first-child {
	margin-top: 0;
}
.page .privacySec01 dd {
	padding: 1.0em 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;
		font-size: 1.4em;
	}
}






