@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
/*======== fv ========*/
.fv{
	background-image: url(img/fv.jpg);
	}
/*======== content ========*/
.content h3,.flow h3{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	position: relative;
	line-height: 140%;
	padding-bottom: 35px;
	margin: 0 0 35px;
	}
.content h3:after,.flow h3:after{
	content: "";
    background: #333;
    height: 1px;
    position: absolute;
    width: 30px;
    bottom: 0px;
    left: 48%;
    margin: 0;
    transition: .4s;
	}
.idea {
	width: 550px;
	margin: 0 auto 100px;
	}
.idea p {
	font-size: 15px;
	line-height: 200%;
	text-align: left;
	}
.bg {
		width: 70%;
		height: 600px;
		margin: 0 auto;
		background: url(img/bg.jpg) no-repeat;
		background-size: cover;
	}
.greeting {
		width: 880px;
		margin: 0 auto 200px;
		padding-top: 170px;
	}
	.greeting figure .img {
		float: left;
	}
	.greeting figcaption {
		float: right;
		width: 440px;
	}
	.greeting figcaption .first {
		margin-bottom: 30px
	}
	.greeting figcaption .name{
		float: right;
	}
	.greeting figcaption .name p{
		font-size:13px;
		margin:0 0 5px 0;
	}
 }

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
.fv{
	background-image: url(img/fv.jpg);
	}

.content h3,.flow h3{
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	position: relative;
	line-height: 140%;
	padding-bottom: 20px;
	margin: 0 0 20px;
	}
.content h3:after,.flow h3:after{
	content: "";
	background: #333;
	height: 1px;
	position: absolute;
	width: 20px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .4s;
	}
.idea {
	width: 90%;
	margin: 0 auto 50px;
	}
.idea p {
	font-size: 14px;
	line-height: 200%;
	text-align: left;
	}
.bg {
		width: 100%;
		height: 130px;
		margin: 0 auto 0px;
		background: url(img/bg.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
.greeting {
		width: 90%;
		margin: 0 auto 50px;
		padding-top: 60px;
	}
	.greeting figure .img {
		width: 50%;
		margin: 0 auto 30px;
	}
	.greeting figure .img img{
		width: 100%;
	}
	.greeting figcaption {
		width: 100%;
	}
	.greeting figcaption .first {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 180%;
	}
	.greeting figcaption .name{
		width: 40%;
		float: right;
	}
	.greeting .name p{
		margin-bottom: 8px;
		
	} 
}
/*===== header =====*/
