﻿figcaption a {
	color: #000!important;
	text-decoration: underline!important;
}
#contents {
	max-width: 1058px;
	margin: 0 auto;
}
img src="images/ {
/*position: relative;*//*margin-bottom: 100px;*/
}
img src="images/ p a {
 color: #000;
 text-decoration: underline;
}
.unit:hover figcaption {
	opacity: 1;
}
/*
 component
 ================================== */
#contents .section-title {
	text-align: center;
	margin-bottom: 40px;
}
#contents .section-title h2 {
	font-size: 1.5em;
}
#contents .section-title h2 span {
	display: inline-block;
	position: relative;
}
#contents .section-title h2 span:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
}
#contents .section-heading h3 {
	line-height: 1.8;
	font-size: 1.8em;
	font-weight: normal;
}
#contents .block-body {
	margin: 10px 0;
}
#contents .block-body p {
	font-size: 1.4em;
	line-height: 1.8;
}
#contents .block-foot p {
	font-size: 1.2em;
}
#contents .unit img {
	margin-bottom: 5px;
}
#contents .unit .img-caption {
	line-height: 1.8em;
}
/*
#concept
================================== */
#concept {
	margin-bottom: 80px;
	text-align: center;
}
#concept .section-head {
	margin-bottom: 30px;
}
#concept .section-head p {
	line-height: 1;
	font-size: 1.5em;
	margin-bottom: 15px;
}
#concept .section-head h2 {
	line-height: 1.5;
	font-size: 2.4em;
	font-weight: normal;
}
#concept .block-body {
	margin-bottom: 50px;
}

.fadein {
	opacity : 0.1;
	transform : translate(0, 40px);
	transition : all 400ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#main-visual{
		height: auto!important;
}
#main-visual .btn-circle{
	display: none;
}
#main-visual .img{
	width: 1080px;
    height: 567px;
	background: url('../img/common/main_visual.jpg') no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	margin: 40px auto;
}
#main-visual .title {
	display: none;
}
.section-tit {
	padding: 3% 16%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 4%;
}
.section-tit img {
	width: 40%;
	
}
.section-tit-block {
	width: 54%;
	display: inline-block;
	margin: 3.5% 0 0 4%;
}
.section-tit-block h3 {
	font-size: 24px;
}
.section-tit-txt {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 2.4%;
}
.section-tit-block a {
	color: #000;
	border-bottom:1px solid #000;
}
.section-tit-block a:hover {
	color: #000;
	border-bottom:1px solid #000;
}
.bordernone {
	text-decoration: none!important;
}
@media screen and (max-width: 768px) {
	.fadein {
		opacity : 0.1;
		transform : translate(0, 20px);
		transition : all 400ms;
	}
	#main-visual .img {
				width: 100%;
    			height: 375px;
    			background: url('../img/common/main_visual_sp.jpg') no-repeat;
    			background-size: cover;
    			background-position: 50% 0%;
    			margin-top: 25px;
	}
	#main-visual .title {
		color:#fff!important;
	}
	.flex {
		display: flex;
		flex-direction: column-reverse;
	}
	figcaption {
		width: 100%;
		margin: 5px auto 15px;
	}
	figcaption p.img-caption {
		margin-bottom: 0;
	}
	#contents .block-body {
		margin: 0;
	}
	#contents .unit img {
		margin-bottom: 15px;
	}
	.unit:hover figcaption {
		opacity: 1;
	}
	.pc-img {
		display: none!important;
	}
	.sp-img {
		display: block;
	}
	br.pc {
		display: none;
	}
	br.mq {
		display: block;
	}
	.section-tit {
		padding: 5% 0 0 0;
		margin-bottom: 8%;
	}
	.section-tit img {
		width: 100%;
		margin:4% 0;
	}
	.section-tit-block {
		width: 100%;
		margin: 5% 0 7% 0;
	}
	.section-tit-block h3 {
		font-size: 18px;
	}
	.section-tit-txt {
		margin-top:2%;
	}
	figcaption img {
		width: 28%;
	}
	#concept {
		padding: 0 20px;
		text-align: left;
		margin-bottom:50px;
	}
	#concept .section-head {
		margin-bottom: 15px;
	}
	#concept .section-head p {
		margin-bottom: 5px;
	}
	#concept .block-body {
		margin-bottom: 15px;
	}
	/*
	     #section-1
	     ================================== */
	#menu{
		width: 100%;
	}
	#menu ul li{
		width: 16.666666%;
	}
}

#bnr_archive{
	width: 100%;
	margin: -70px auto 0;
	background-color: #e7e7eb;
	font-family:'unitedarrows-bold';
	padding: 90px 0 60px;
}
#bnr_archive h3{
	font-size: 15px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
#bnr_archive ul{
	width: 950px;
	margin: auto;
	display: flex;
	justify-content: center;
}
#bnr_archive ul li{
	width: 218px;
	margin: auto;
}
#bnr_archive ul li p{
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
#bnr_archive ul li img{
	width: 100%;
}
