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

front-page.php 用スタイルシート

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










/* =============================================================================
   コンテンツスタイル
   ========================================================================== */

/* mv */
#content .mv {
	background: url("../img/content/top/bg_mv.jpg") no-repeat center top;
	background-size: cover;
	height: 800px;
}
#content .mv .wrap {
	position: relative;
	height: 100%;
}
#content .mv .wrap h1 {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0,-50%);
}
@media only screen and (max-width: 767px) {
	#content .mv {
		background: url("../img/content/top/bg_mv-sp.jpg") no-repeat center top;
		background-size: cover;
		height: 500px;
	}
	#content .mv .wrap h1 {
		height: 90%;
	}
	#content .mv .wrap h1 img {
		max-height: 100%;
	}
}






/* sec01 */
.front .sec01 {}
.front .sec01 h2 {
	color: #FC794C;
	font-weight: normal;
	font-size: 1.75em;
	border-bottom: 1px solid #E6E6E6;
}
.front .sec01 h2 span {
	background: #fff;
	display: inline-block;
	transform: translateY(5px);
	padding-right: 10px;
	padding-bottom: 10px;
}
.front .sec01 h2 em {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-size: 0.6em;
	margin-left: 1.0em;
}
.front .sec01 ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.front .sec01 ul.list li {
	width: 23%;
	margin: 25px 0;
}
.front .sec01 ul.list li a {
	color: #333333;
}
.front .sec01 ul.list li a:hover {
	text-decoration: none;
	color: #E52631;
}
.front .sec01 ul.list li figure {
	margin-bottom: 1.0em;
}
.front .sec01 ul.list li figure img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.front .sec01 ul.list li .date {
	color: #333333;
}
.front .sec01 ul.list li h3 {
	font-size: 1.0em;
	margin-top: 0.5em;
}
.front .sec01 nav.btn {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	margin-top: -20px;
}
.front .sec01 nav.btn a {
	display: block;
	transform: translateY(40px);
}
.front .sec01 nav.btn a:hover {
	transform: translateY(45px);
}
@media only screen and (max-width: 1000px) {
	.front .sec01 ul.list li {
		width: 48%;
		margin: 25px 0;
	}
	.front .sec01 ul.list li figure img {
		height: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.front .sec01 ul.list li {
		width: 100%;
		margin: 15px 0;
	}
	.front .sec01 nav.btn {
		margin-top: -30px;
	}
}




/* sec02 */
.front .sec02 {}
.front .sec02 h2 {
	color: #FC794C;
}
.front .sec02 h2 em {
	color: #333333;
	font-style: normal;
	font-size: 0.6em;
	margin-left: 1.0em;
}
.front .sec02 .col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 40px;
}
.front .sec02 .col figure {
	width: 43%;
	margin-left: 7%;
}
.front .sec02 .col .text {
	flex: 1;
	padding-left: 10%;
}
.front .sec02 .col .text h3 {
	color: #FC794C;
	font-size: 1.6em;
	line-height: 1.7;
	margin-bottom: 1.0em;
}
.front .sec02 .col .text p.ceo {
	padding-bottom: 0;
	max-width: 150px;
	margin-left: auto;
	padding: 0.5em 0;
}
@media only screen and (max-width: 1200px) {
	.front .sec02 .col .text {
		flex: 1;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.front .sec02 h2 em {
		font-size: 0.7em;
	}
	.front .sec02 .col {
		flex-direction: column;
		margin-top: 30px;
	}
	.front .sec02 .col figure {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 2.0em;
	}
	.front .sec02 .col .text h3 {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 1.0em;
	}
}





/* sec03 */
.front .sec03 {}
.front .sec03 h2 {
	color: #FC794C;
}
.front .sec03 h2 em {
	color: #333333;
	font-style: normal;
	font-size: 0.6em;
	margin-left: 1.0em;
}
.front .sec03 .col {
	border: 1px solid #666666;
	border-radius: 10px 10px 10px 10px;
	width: 70%;
}
@media only screen and (max-width: 767px) {
	.front .sec03 .col {
		width: 100%;
		white-space: nowrap;
	}
}

.front .sec03 table{
	width: 80%;
	border: none;
}
.front .sec03 table th{
}
.front .sec03 table td{
}
.front .sec03 table th,
.front .sec03 table td {
	text-align: center;
	padding: 0 0 10px 0;
	border: none;
	background:none;
}
@media only screen and (max-width: 767px) {
	.front .sec03 table{
		width: 100%;
		white-space: nowrap;
	}
	.front .sec03 table th,
	.front .sec03 table td {
		padding: 0 10px 10px 10px;
		width: 33%;
	}
}
/*-------------------------------
office
---------------------------------*/
/* officeSec01 */
.officeSec01 {}
.officeSec01 ul.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.officeSec01 ul.list li{
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.officeSec01 ul.list {
		flex-direction: column;
	}
	.officeSec01 ul.list li{
		width: 100%;
	}
}
/*---------------------------------変更確認待ち
.front .sec03 .col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.front .sec03 .col figure {
	width: 43%;
	margin-right: 7%;
}
.front .sec03 .col .text {
	flex: 1;
	padding-right: 10%;
}
.front .sec03 .col .text h3 {
	color: #FC794C;
	font-size: 1.6em;
	line-height: 1.7;
	margin-bottom: 1.0em;
}
@media only screen and (max-width: 1200px) {
	.front .sec03 .col .text {
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.front .sec03 h2 em {
		font-size: 0.7em;
	}
	.front .sec03 .col {
		flex-direction: column;
		margin-top: 30px;
	}
	.front .sec03 .col figure {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 2.0em;
	}
	.front .sec03 .col .text h3 {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 1.0em;
	}
}
*/



