/**
 *
 *	Apply Style： style
 *	Style Name： /css/about/style.css
 *
 */

/*------------------------------------------
 *	sec-about
------------------------------------------*/
.tit-page {
	background: url(/images/about/bg_page.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
}

.sec-about {
	margin: 0 0 80px;
}

.sec-about .tit {
	font-size: 3.4rem;
	text-align: center;
	max-width: 1024px;
	margin: -15px auto 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.sec-about .tit-en {
	font-size: 1.6rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: 1024px;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

/*------------------------------------------
 *	sec-summary
------------------------------------------*/
.sec-summary {
	max-width: 1024px;
	margin: 0 auto;
	padding: 70px 0 80px;
}

.sec-summary .summary {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 0 35px;
	padding: 70px 0 0;
	background: url(/images/about/ico_about.svg) center top no-repeat;
	background-size: 77px 59px;
	line-height: 1.6;
}

.sec-summary h3 {
	font-size: 2.6rem;
	color: #fe804e;
	margin: 30px 0;
	text-align: center;
}

.sec-summary .txt {
	font-size: 1.6rem;
	line-height: 2;
}

.sec-summary .ta-right {
	text-align: right;
}

/*------------------------------------------
 *	local-menu
------------------------------------------*/
.local-menu {
	background: #c1f8e9;
	padding: 0 0 70px;
	position: relative;
}

.local-menu::before {
	width: 126px;
	height: 126px;
	border-radius: 126px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin: 0 0 0 -63px;
}

.local-menu .menu-in {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.local-menu .ico-about {
	width: 68px;
	margin: -2px auto 25px;
}

.local-menu .ico-about img {
	width: 68px;
	height: auto;
}

.local-menu .contents-menu {
	display: flex;
	justify-content: space-between;
}

.local-menu .contents-menu .menu {
	display: block;
	background: #fff;
	width: 320px;
	box-sizing: border-box;
	padding: 16px 16px 0;
	border-radius: 5px;
	justify-content: space-between;
	box-shadow: 0 1px 3px 0 rgba(11, 4, 7, 0.1);
	color: #222;
	transition: all 0.5s ease;
}

.local-menu .contents-menu .menu:hover {
	background: #a3e7d5;
}

.contents-menu .menu .img {
	width: 288px;
	height: 160px;
	overflow: hidden;
	transition: all 0.5s ease;
	position: relative;
}

.contents-menu .menu .img:after {
	width: 288px;
	height: 160px;
	background: transparent;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

.contents-menu .menu:hover .img:after {
	background: rgb(171, 199, 191, 0.4);
}

.contents-menu .menu .img img {
	transition: all 0.5s ease;
}

.contents-menu .menu:hover .img img {
	transform: scale(1.15);
}

.local-menu .contents-menu .menu p {
	font-size: 1.8rem;
	padding: 0 0 0 22px;
	background: url(/images/about/arrow_localmenu.png) left center no-repeat;
	margin: 22px 0;
	font-weight: bold;
}

.local-menu .contents-menu .menu:hover p {
	background: url(/images/about/arrow_localmenu_on.png) left center no-repeat;
	color: #fff;
}

/*	sp用非表示コンテンツ	*/
.sec-about .img-sp {
	display: none;
}
