@charset "utf-8";
/* CSS Document */
header {
	background-image: url(../images/mv.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #e0f1f4;
	width: 100%;
	margin: 0 auto;
	height: 90vh;
}

#headerWrapp {
	max-width: 1366px;
	height: inherit;
	margin: 0 auto;
	padding: 50px;
	position: relative;
}

#logo img {width: 400px;}
#mbTxt {position: absolute; width: 550px; bottom: 150px; left: 50px;}
#mbTxt img {width: 100%;}

.wrapp1366 {
	max-width: 1366px;
	padding:0  30px;
	margin: 0 auto;
	text-align: center;
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items:flex-end;
}

.flexWrapp {display: flex; justify-content: space-between;}
.flexWrappCont {display: flex; justify-content: space-between;}
.flexWrappReverse {display: flex; justify-content: space-between; flex-direction: row-reverse;}
.flexBox49 {flex-basis: 49%;}

#inqTit {color: #3f2f1e; border-bottom: 2px dotted #3f2f1e;}
#about {
	background: url("../images/wave01.svg");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	background-color: #e0f1f4;
	width: 100%;
}

#features {
	background: url("../images/wave02.svg");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	background-color: #d6e9ea;
	width: 100%;
}

#origin {
	background: url("../images/wave03.svg");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	background-color: #e0f1f4;
	width: 100%;
}

#about h2, #features h2, #origin h2 {padding-bottom: 0; font-size: 3.4rem;}
#features h3 {font-size: 1.2rem; font-weight: bold;}

.contInside p {font-size: 1.0rem; line-height: 2rem;}
.contWrapp {max-width: 1366px; padding:0 30px; margin: 0 auto;}

.m50 {margin-top: 50px; margin-bottom: 50px;}
.mt50 {margin-top: 50px;}
.mb50 {margin-bottom: 50px;}
.m30 {margin-top: 30px; margin-bottom: 30px;}
.mt30 {margin-top: 30px;}
.mb30 {margin-bottom: 30px;}
.p50 {padding-top: 50px; padding-bottom: 50px;}
.pt50 {padding-top: 50px;}
.pb50 {padding-bottom: 50px;}
.p30 {padding-top: 30px; padding-bottom: 30px;}
.pt30 {padding-top: 30px;}
.pb30 {padding-bottom: 30px;}
.img100 {width: 100%;}

@media screen and (min-width : 1366px) {
header {background-size: auto;}
#headerWrapp {padding:50px 100px;}
#mbTxt {bottom: 100px; left: 100px;}
}


@media screen and (max-width : 959px) {
.wrapp1366 {max-width: 100%; padding:0 30px; display:block;}
.flexWrapp {margin-bottom: 20px;}
.flexWrappCont {display: block;}
.flexWrappReverse {display: block;}
header {background-size: contain; width: 100%; height: 500px;}
#logo {position: absolute; top: 50%; left: 50px;}
.m50 {margin: 30px 0;}
.mt50 {margin-top: 30px;}
.mb50 {margin-bottom: 30px;}
.m30 {margin-top: 20px; margin-bottom: 20px;}
.mt30 {margin-top: 20px;}
.mb30 {margin-bottom: 20px;}
.p50 {padding-top: 30px; padding-bottom: 30px;}
.pt50 {padding-top: 30px;}
.pb50 {padding-bottom: 30px;}
.p30 {padding-top: 20px; padding-bottom: 20px;}
.pt30 {padding-top: 20px;}
.pb30 {padding-bottom: 20px;}
}

@media screen and (max-width : 519px) {
header {height: 250px;}
#logo {position: absolute; top: 40%; left: 30px;}
#logo img {width: 300px;}
.contInside p {line-height: 1.5rem;}
#about h2, #features h2, #origin h2 {font-size: 1.8rem;}
}

@media screen and (max-width : 320px) {
}


