@charset "utf-8";
/* CSS Document */

/* 共通 */
.contents figure {
	text-align: center;
}

.icon-title {
	margin-bottom: 30px;
}

div.contents {
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

.main-content > section {
	border-top: none;
}

.next-btn > p {
	position: relative;
	bottom: 0;
	max-width: 100%;
	margin: 0 auto;
}
.next-btn > p > a {
	display: block;
	position: fixed;
	text-align: center;
	left: 50%;
	bottom: 0;
	z-index: 900;
	margin-left: 64px;
	background: #3073e1;
}
.next-btn > p > a:hover {
	background: #4d9cf9;
}
.next-btn > p > a > img {
	width: 100px;
	height: auto;
}

section.section2 > div.contents > div.sub-contents,
section.section3 > div.contents > div.sub-contents,
section.section4 > div.contents > div.sub-contents,
section.section5 > div.contents > div.sub-contents,
section.section6 > div.contents > div.sub-contents,
section.section7 > div.contents > div.sub-contents,
section.section8 > div.contents > div.sub-contents,
section.section9 > div.contents > div.sub-contents {
	margin-top: 600px;
	overflow: hidden;
}

section {
	background-color: #111111 !important;
}

/* Parallax nav
   ========================================================================== */
.parallax-nav {
	position: fixed;
	top: 50%;
	right: 26px;
	margin-top: -103px;
	z-index: 850;
}

.parallax-nav > li {
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	text-indent: 100%;
	height: 12px;
	width: 12px;
	margin-top: 12px;
	background: #fff;
	display: block;
	border: 1px solid #3073e1;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.parallax-nav > li:first-child {
	margin-top: 0;
}

.parallax-nav .is-current {
	position: relative;
	background: #3073e1;
	border: 1px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	right: 2px;
}

.parallax-nav > li > a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

/* Section 01
   ========================================================================== */
section.section1 {
	background: url(../img/index_bg01.jpg) no-repeat center -70px;
}

section.section1 > div.contents {
	height: 1044px;
	max-height: 1044px;
}

section.section1 > div.contents > p {
	max-width: 530px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	section.section1 {
		background-size: cover;
		background-position: center top;
	}
	section.section1 > div.contents {
		height: auto;
		min-height: 660px;
	}
	section.section1 > div.contents > h2 > img {
		width: 300px;
	}
	section.section1 > div.contents > figure > img {
		width: 232px;
	}
}

/* Section 02
   ========================================================================== */
section.section2 {
	background: url(../img/index_bg02.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section2 > div.contents > h2 > img {
		width: 183px;
	}
	section.section2 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 88px;
	}
}

/* Section 03
   ========================================================================== */
section.section3 {
	background: url(../img/index_bg03.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section3 > div.contents > h2 > img {
		width: 270px;
	}
	section.section3 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 99px;
	}
}

/* Section 04
   ========================================================================== */
section.section4 {
	background: url(../img/index_bg04.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section4 > div.contents > h2 > img {
		width: 290px;
	}
	section.section4 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 88px;
	}
}

/* Section 05
   ========================================================================== */
section.section5 {
	background: url(../img/index_bg05.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section5 > div.contents > h2 > img {
		width: 289px;
	}
	section.section5 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 77px;
	}
}

/* Section 06
   ========================================================================== */
section.section6 {
	background: url(../img/index_bg06.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section6 > div.contents > h2 > img {
		width: 285px;
	}
	section.section6 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 213px;
	}
}

/* Section 07
   ========================================================================== */
section.section7 {
	background: url(../img/index_bg07.jpg) no-repeat center -270px;
	background-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	section.section7 > div.contents > h2 > img {
		width: 262px;
	}
}

/* Section 08
   ========================================================================== */
section.section8 {
	background: url(../img/index_bg08.jpg) no-repeat center -270px;
}

@media screen and (max-width: 767px) {
	section.section8 > div.contents > h2 > img {
		width: 284px;
	}
	section.section8 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 57px;
	}
}

/* Section 09
   ========================================================================== */
section.section9 {
	background: url(../img/index_bg09.jpg) no-repeat center -270px;
	background-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	section.section9 > div.contents > h2 > img {
		width: 244px;
	}
	section.section9 > div.contents > div.sub-contents > div.mod-media-col > div.mod-media-col_item > div.section-title > figure > img {
		width: 204px;
	}
}


/* Section 10
   ========================================================================== */
section.section10 {
	background: url(../img/index_bg10.jpg) no-repeat center;
}

section.section10 > div.contents {
	margin-top: 170px;
	min-height: 670px;
}

@media screen and (max-width: 767px) {
	section.section10 {
		background-size: cover;
	}
	section.section10 > div.contents {
		margin-top: 0px;
		min-height: 330px;
	}
	section.section10 > div.contents > h2 > img {
		width: 285px;
	}
}

/* Media Queries
   ========================================================================== */
@media screen and (max-width: 767px) {
	.icon-title {
		margin-bottom: 20px;
	}
	.parallax-nav {
		display: none;
	}
	.next-btn {
		display: none !important;
	}
	section.section > div.contents > p.catch-phrase {
		font-size: 1.5em !important;
	}
	section.section2,
	section.section3,
	section.section4,
	section.section5,
	section.section6,
	section.section8 {
		background-size: 670px auto;
		background-color: #111;
		background-position: center top;
	}
	section.section7,
	section.section9 {
		background-size: 670px auto;
		background-color: #fff;
		background-position: center top;
	}
	section.section2 > div.contents > div.sub-contents,
	section.section3 > div.contents > div.sub-contents,
	section.section4 > div.contents > div.sub-contents,
	section.section5 > div.contents > div.sub-contents,
	section.section6 > div.contents > div.sub-contents,
	section.section7 > div.contents > div.sub-contents,
	section.section8 > div.contents > div.sub-contents,
	section.section9 > div.contents > div.sub-contents {
		margin-top: 250px;
	}
}

@media screen and (min-width: 670px) and (max-width: 767px) {
	section.section {
		width: 650px;
		margin: 0 auto;
		padding: 50px 10px;
	}
}

@media screen and (max-width:1199px) {
	.parallax-nav {
		display: none;
	}
	.next-btn {
		display: none !important;
	}
}
