@charset "utf-8";

/* title */
.title{
	background-image:url(../images/concept/ttlBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 80px;
}
.ttlWrap{
	width:600px;
	margin: 0 auto;
	padding-top: 80px;
	margin-bottom: 50px;
}
.ttlWrap h2{
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.imgWrap{
	background: linear-gradient(180deg,transparent 0%,transparent 60%,#fff 60%,#fff 100%);
	position: relative;
}
.imgWrap .mainImg{
	width:900px;
	margin: 0 auto;
	position: relative;
}
.absImg01{
	position: absolute;
	top:60%;
	right: -35%;
	width:350px;
}
.absImg01 p{
	width: 100%;
}
.wave01{
	position:absolute;
	bottom:39%;
	left:0;
}
@media (max-width:1700px){
	.imgWrap .mainImg{
		width:52.94%;
	}
	.absImg01{
		width:38.88%;
	}
}
@media (max-width:1400px){
	.title{
		background-image:url(../images/concept/ttlBg_u1400.jpg);
	}
}
@media (max-width:1200px){
	.ttlWrap{
		width:50%;
		padding-top: 50px;
	}
	.imgWrap{
		background: linear-gradient(180deg,transparent 0%,transparent 70%,#fff 70%,#fff 100%);
	}
	.wave01{
		position:absolute;
		bottom:29%;
		left:0;
	}
}
@media (max-width:1100px){
	.ttlWrap h2{
		font-size: 1.5em;
	}
}
@media (max-width:1000px){
	.imgWrap .mainImg{
		width:60%;
	}
	.imgWrap{
		background: linear-gradient(180deg,transparent 0%,transparent 80%,#fff 80%,#fff 100%);
	}
	.wave01{
		position:absolute;
		bottom:19%;
		left:0;
	}
}
@media (max-width:900px){
	.imgWrap .mainImg{
		width:70%;
	}
}
@media (max-width:800px){
	.imgWrap .mainImg{
		width:80%;
	}
}
@media (max-width:768px){                
	.title{
		background-image:url(../images/concept/ttlBg_u768.jpg);
		position: relative;
		overflow: hidden;
	}
	.ttlWrap{
		width:400px;
	}
	.imgWrap .mainImg{
		width:90%;
	}
	.wave01{
		position:absolute;
		bottom:19%;
		left:0;
	}
	.kamome{
		width: 30%;
		position: absolute;
		top: -2%;
		left: 0;
	}
}
@media (max-width:500px){
	.ttlWrap{
		width:80%;
	}
	.imgWrap{
		background: linear-gradient(180deg,transparent 0%,transparent 90%,#fff 90%,#fff 100%);
	}
	.imgWrap .mainImg{
		width:100%;
	}
	.wave01{
		position:absolute;
		bottom:9%;
		left:0;
	}
}

/* mainTxt */
.mainTxt{
	background-image: url(../images/top/waveBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 200px;
	position: relative;
}
.mainTxt_inner{
	width:1320px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.mainTxt_inner h3{
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	margin-bottom: 30px;
}
.mainTxt_inner p{
	line-height: 3;
}
.mainTxt_inner p:first-of-type{
	margin-bottom: 30px;
}
.absImg02{
	position: absolute;
	top:10%;
	left: -10%;
	width:350px;
}
.absImg03{
	position: absolute;
	top:40%;
	right: -5%;
	width:350px;
}
.wave02{
	position:absolute;
	bottom:0;
	left:0;
}
.u1400_row{
	display: none;
}
.under500{
	display:none;
}
@media (max-width:1700px){
	.mainTxt_inner{
		width:77.64%;
	}
	.absImg02,
	.absImg03{
		width:26.51%;
	}
}
@media (max-width:1400px){
	.mainTxt{
		background-image: url(../images/top/waveBg_sp.jpg);
		background-size: contain;
	}
	.mainTxt_inner{
		margin-bottom: 80px;
	}
	.u1400_row{
		display: flex;
	}
	.u1400_row p{
		width: 33.33%;
	}
	.over1400{
		display: none;
	}
}
@media (max-width:768px){
	.mainTxt{
		padding-bottom: 150px;
	}
	.mainTxt_inner h3{
		line-height: 1.8;
	}
}
@media (max-width:500px){
	.under500{
		display:block;
	}
}

/* lifeStyle */
.lifeStyle{
	background-color: #d8e4ea;
	padding: 80px 0;
	position: relative;
}
.lifeStyle_wrap{
	width:1320px;
	margin:0 auto;
}
.lifeStyle_wrap h3{
	font-size:1.5em;
	font-weight:400;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
	margin-bottom:50px;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
	top:0;
	left: 0;
}
.lifeStyle_row{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.lifeStyle_box{
	width:48%;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 80px;
}
.lifeStyle_box:nth-of-type(2){
	align-items: flex-start;
	padding-top:30px;
}
.lifeStyle_box:last-of-type{
	align-items: center;
	padding-top:50px;
}
.lifeStyle_box>.imgBox{
	width:100%;
	position:relative;
	margin-bottom: 20px;
}            
.lifeStyle_box>.imgBox>p>img{
	filter:drop-shadow(5px 5px 8px rgba(0, 0, 0,0.5));
}
.lifeStyle_box>.imgBox>p>.noDrop{
	filter:drop-shadow(0px 0px 0px #fff);
}
.lifeStyle_box>.txtBox{
	width:65%;
}
.lifeStyle_box>.txtBox>p{
	line-height: 1.8;
}
.absImg04{
	width:300px;
	position: absolute;
	bottom:-20%;
	left:-20%;
}
.absImg05{
	width:300px;
	position: absolute;
	bottom:-25%;
	right:-20%;
}
.absImg06{
	width:300px;
	position: absolute;
	bottom:-15%;
	left:-20%;
}
.absImg07{
	width:300px;
	position: absolute;
	bottom:-8%;
	right:-20%;
}
.lifeStyle_wrap .em{
	font-size:1.5em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 80px;
}
.wave03{
	position:absolute;
	bottom:0;
	left:0;
}
.fadein{
	opacity: 0;
	transform: translate(0,0);
	transition: all 1s;
}
.fadein-bottom{
	transform: translate(0,30px);
}
.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
@media (max-width:1700px){
	.lifeStyle_wrap{
		width:77.64%;
	}
	.absImg04,
	.absImg05,
	.absImg06,
	.absImg07{
		width:47.31%;
	}
}
@media (max-width:1400px){
	.lifeStyle_row {
		margin-bottom: 80px;
	}
	.lifeStyle_box{
		margin-bottom: 0px;
	}
	.lifeStyle_box:nth-of-type(2){
		padding-top:160px;
	}
	.lifeStyle_box:last-of-type{
		padding-top:80px;
	}
}
@media (max-width:1200px){
	.lifeStyle_row {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0px;
	}
	.lifeStyle_box{
		width:50%;
		margin-bottom: 80px;
	}
	.lifeStyle_box:nth-of-type(2),
	.lifeStyle_box:last-of-type{
		padding-top:0px;
	}
}
@media (max-width:1000px){
	.lifeStyle_box{
		width:60%;
	}
}
@media (max-width:900px){
	.lifeStyle_box{
		width:70%;
	}
}
@media (max-width:800px){
	.lifeStyle_box{
		width:80%;
	}
}
@media (max-width:768px){
	.lifeStyle{
		padding: 50px 0;
	}
	.lifeStyle_wrap .em{
		font-size:1.25em;
	}
	.lifeStyle_box{
		width:90%;
	}
	.absImg04{
		left:-15%;
	}
	.absImg05{
		right:-15%;
	}
	.absImg06{
		left:-15%;
	}
	.absImg07{
		bottom:-5%;
		right:-15%;
	}
	.lifeStyle_box:last-of-type>.txtBox{
		width:100%;
	}
}
@media (max-width:500px){
	.lifeStyle_box{
		margin-bottom: 50px;
	}
}

/* contact */
.contactWrap{
	width:1320px;
	margin: 0 auto;
	padding-top:80px;
}
.contactWrap h3{
	font-family: "Marcellus", serif;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color:#727171;
	text-align: center;
	margin-bottom: 30px;
}
.contactBtn_row p{
	width:400px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.contactBtn_row p a{
	display: block;
	background-image: url(../images/top/btnBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition:0.5s all;
}
.contactBtn_row p a:hover,
.contactBtn_row p a:active{
	opacity:0.5;
	transition:0.5s all;
}
@media (max-width:1600px){
	.contactWrap{
		width:90%;
	}
}
@media (max-width:1000px){
	.contactBtn_row p{
		width:350px;
	}
}
@media (max-width:768px){
	.contactWrap{
		padding-top:50px;
	}
	.contactBtn_row p{
		width:300px;
	}
}
@media (max-width:375px){
	.contactBtn_row p{
		width:90%;
	}
}

/* pageNotice */
.pageNotice{
	background-color: #fff;
}