.meeting-page .header-box::before {
	content: "";
	background: url(../img/shared/bg.jpg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 194px;
	z-index: 1;
}
.meeting-page .header-box h1 {
	line-height: 1.5;
	color: #818181;
	top: 219px;
}
.meeting-page .header-box .logo {
	margin-bottom: 15px;
}
.meeting-page #head-key {
    margin: 0 auto;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.meeting-page #head-key .ob-img {
	height: 100%;
}
.meeting-page #head-key .bg-parallax {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.meeting-page .header-box h1 {
		top: 0;
		color: #000;
	}
	.meeting-page .header-box::before {
		height: 58vw;
	}
.meeting-page .header-box .logo {
	margin-bottom: 5vw;
}
.meeting-page #head-key {

}
.meeting-page #head-key .ob-img {

}
}
#lead {
	position: relative;
/*	padding-top: 15vw;*/
	padding-top: 100vh;
	padding-bottom: 15vw;
}
#lead .wrap {
	max-width: 1000px;
	align-items: flex-end;
}
#lead h2 {
	width: 22vw;
	margin: 0 auto 10vw;
}
#lead .text {
}
#lead .text p + p {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
#lead {
/*	padding-top: 105px;*/
	
	padding-bottom: 162px;
}
#lead .wrap {
	align-items: flex-end;
}
#lead h2 {
	width: 149px;
	margin: 0 0 0 49px;
}
#lead .text {
	width: 689px;
	padding-right: 0;
	padding-bottom: 3px;
}
#lead .text p + p {
	margin-top: 25px;
}
}
#sec1 {
	padding-top: 15vw;
	background: url(../img/shared/bg.jpg);
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
	padding-bottom: 8vw;
}
#sec1 .wrap {
	max-width: 1200px;
}
#sec1 h2 {
	width: 43vw;
	margin: 0 auto 5vw;
}
#sec1 .note {
	text-align: center;
	margin-bottom: 11vw;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
#sec1 {
	padding-top: 108px;
	padding-bottom: 0;
}
#sec1 h2 {
	width: 286px;
	margin: 0 auto 21px;
}
#sec1 .note {
	margin-bottom: 79px;
	letter-spacing: 1.6px;
}
}
#sec2 {
	background: url(../img/shared/bg.jpg);
	padding: 0 5vw 15vw;
	position: relative;
	z-index: 2;
}
#sec2 .wrap {
	max-width: 1200px;
	background: #e9e9e9;
}
#sec2 .box {
	padding: 10vw 0;
}
#sec2 h2 {
	width: 55vw;
	margin: 0 auto 2vw;
}
#sec2 .list__price__common {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
#sec2 {
	padding-bottom: 150px;
}
#sec2 .wrap {
	background: #e9e9e9;
}
#sec2 .box {
	padding: 110px 0 105px;
}
#sec2 h2 {
	width: 302px;
	margin: 0 auto 33px;
}
#sec2 .list__price__common {
	width: 655px;
	margin: 0 auto;
}
}
#sec4 {
	background: url(../img/shared/bg02.jpg);
	padding: 0 5vw 15vw;
	position: relative;
	z-index: 2;
}
#sec4 .set1 {
	background: rgba(0, 0, 0, 0.2);
	padding: 15vw 0;
	color: #fff;
	max-width: 1200px;
	margin: 0 auto 10vw;
}
#sec4 .set1 h2 {
	width: 40vw;
	margin: 0 auto 20px;
}
#sec4 .set1 .note {
	text-align: center;
	margin-bottom: 20px;
}
#sec4 .set1 .list__price__common {
}
#sec4 .set2 {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
#sec4 {
	padding: 0 0 173px;
}
#sec4 .set1 {
	padding: 68px 0 95px;
	margin: 0 auto 80px;
}
#sec4 .set1 h2 {
	width: 254px;
	margin: 0 auto 20px;
}
#sec4 .set1 .note {
	margin-bottom: 27px;
}
#sec4 .set1 .list__price__common {
	width: 660px;
}
#sec4 .set2 {
	max-width: 1000px;
	margin: 0 auto;
}
}
