/* MAIN VISUAL */
.main-visual {
	background: #fff;
}
.main-visual video {
	position: relative;
	z-index: 90;
	background: #fff;
}
.main-visual-video {
	position: relative;
	z-index: 20;
}
.main-visual-video .mv-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
}
#scroll-wrapper {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#scroll-wrapper.show {
	opacity: 1;
}

/* SECTION */
section {
	position: relative;
	z-index: 2;
	background: #fff;
}
.section-divider-top {
	position: absolute;
	top: -120px;
	left: 0;
	width: 3px;
	height: 35rem;
	background: #1c5ea1;
}

/* SECTION 01 */
#section-01 .sectionInner {
	position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
#section-01 .section-subtitle {
	color: #88b4e0;
}
.section-01-map {
	position: absolute;
	top: 0;
	right: 0;
}
.section-parallax {
	height: 500px;
}
.parallax-img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(/assets/img/bg-01.jpg) 0 center;
    background-size: 120%;
}
@media screen and (max-width:1400px) {
	.parallax-img {
		background-size: 150%;
	}
}
@media screen and (max-width:1024px) {
	.parallax-img {
		background-size: 250%;
	}
	#section-01 .sectionInner br {
		display: none;
	}
	.section-01-map.for-sp {
		display: block;
		position: relative;
		max-width: 500px;
    	margin: 0 auto;
		padding: 20px 40px;
		text-align: center;
	}
	.section-01-map.for-pc {
		display: none;
	}
}
@media screen and (max-width:1024px) and (max-height:768px) {
	.parallax-img {
		background-size: 190%;
	}
}
@media screen and (max-width:768px) and (min-height:1025px) {
	.parallax-img {
		background-size: 330%;
	}
}
@media screen and (max-width:768px) {
	#section-01 .sectionInner {
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#section-01 .section-title {
		font-size: 36px;
		line-height: 1.5;
	}
	#section-01 .section-subtitle {
		font-size: 24px;
	}
	#section-01 .section-divider-left {
		width: 70%;
	}
	.section-divider-top {
		top: -70px;
		height: 22rem;
	}
	.section-01-map img {
		width: 100%;
	}
	.section-parallax {
		height: 350px;
	}
}
@media screen and (max-width:460px) {
	.section-parallax {
		height: 250px;
	}
	.parallax-img {
		background-size: 340%;
	}
}

/* SECTION 02 */
.section-02 > .inner {
	padding-top: 120px;
	overflow: hidden;
}
.section-02 .section-title {
	margin-top: 80px;
	margin-left: 0;
}
.section-02 .section-subtitle {
	margin-left: 0;
}
.section-02 .col-2 > div:nth-child(1) {
	width: 20%;
}
.section-02 .col-2 > div:nth-child(2) {
	width: 80%;
}
.section-02 .section-content {
	margin: 0;
}
.section-02 .btn {
	margin-left: 24%;
}
@media screen and (max-width:1499px) {
	.section-02 > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-02 .btn {
		margin-left: 20%;
	}
}
@media screen and (max-width:768px) {
	.section-02 .btn {
		margin-left: 0;
	}
	.section-02 > .inner {
		padding-top: 70px;
	}
	.section-02 .head-title {
		font-size: 36px;
	}
	.section-02 .section-title {
		margin-top: 40px;
		font-size: 32px;
		line-height: 1.5;
	}
	.section-02 .section-subtitle {
		font-size: 24px;
	}
	.section-02 .col-2 > div:nth-child(2) {
		padding-left: 6%;
	}
	.section-02 .col-2 > div:nth-child(2) .head-title {
		margin-left: 10px;
	}
	.section-02 .section-content p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:425px) {
	.section-02 .col-2 > div:nth-child(2) {
		padding-left: 40px;
	}
	.section-02 .section-btn {
		margin: 0 10px;
	}
}

/* SECTION 03 */
.section-03 {
	position: relative;
	margin-top: 65px;
}
.section-03 .bg-net-1 {
	top: -150px;
	right: 0;
	bottom: 50px;
	width: 40%;
}
.section-03 .bg-net-2 {
	top: 200px;
	left: 0;
	bottom: -600px;
	width: 15%;
}
.section-03 .col-2 {
	position: relative;
	z-index: 10;
	max-width: 1600px;
}
.section-03 .head-title {
	float: right;
	margin-top: -25px;
}
.section-03 .section-divider-right {
	margin-bottom: 90px;
}
.section-03 .section-title {
	margin-top: 80px;
}
.section-03 .section-title br {
	display: none;
}
.section-03 .col-2 > div:nth-child(1) {
	width: 50%;
}
.section-03 .col-2 > div:nth-child(2) {
	width: 50%;
}
.section-03 .col-2 .sub-img {
	padding-top: 35%;
	text-align: right;
}
.section-03 .col-2 .sub-img img {
	max-width: 70%;
	margin-right: 12%;
}
@media screen and (max-width:768px) {
	.section-03 {
		margin-top: 15px;
	}
	.section-03 .col-2 > div:nth-child(1) {
		width: 70%;
		float: right;
	}
	.section-03 .col-2 .sub-img {
		padding-top: 180px;
	}
	.section-03 .col-2 .sub-img img {
		margin-top: 20px;
		margin-left: 10px;
		max-width: 100%;
	}
	.section-03 .col-2 > div:nth-child(2) {
		float: initial;
		padding-left: 0;
	}
	.section-03 .bg-net-1 {
		top: 0;
		right: 0;
		bottom: -50px;
		width: 60%;
	}
	.section-03 .bg-net-2 {
		top: -527px;
		left: 0;
		bottom: 550px;
		width: 50%;
	}
}
@media screen and (max-width:375px) {
	.section-03 .col-2 .sub-img img {
		margin-top: 0;
	}
}
@media screen and (max-width:350px) {
	.section-03 .col-2 .sub-img {
		padding-top: 150px;
	}
}

/* SECTION 04 */
.section-04 > .inner {
	padding-top: 0;
}
.section-04 .section-title {
	margin-top: 80px;
	margin-left: 0;
}
.section-04 .section-subtitle {
	margin-left: 0;
}
.section-04 .col-2 > div:nth-child(1) {
	width: 80%;
	padding-left: 15%;
}
.section-04 .col-2 > div:nth-child(2) {
	width: 20%;
}
.section-04 .section-content {
	margin: 0;
}
.section-04 .section-divider-top {
	top: -119px;
    right: 58px;
    left: auto;
    height: 35rem;
}
.section-04 .btn {
	margin-left: 19.5%;
}
@media screen and (max-width:1499px) {
	.section-04 .btn {
		margin-left: 15%;
	}
}
@media screen and (max-width:768px) {
	.section-04 .section-divider-top {
		top: -16%;
		right: 10%;
	}
	.section-04 .col-2 > div:nth-child(1) {
		padding: 0 15% 0 0;
	}
	.section-04 .btn {
		margin-left: 0;
	}
	.section-04 .col-2 > div:nth-child(2) .head-title {
		margin-left: 0;
	}
	.section-04 .section-divider-top {
		height: 300px;
	}
}
@media screen and (max-width:425px) {
	.section-04 .col-2 > div:nth-child(2) .head-title {
		margin-left: -40px;
	}
}
@media screen and (max-width:375px) {
	.section-04 .col-2 > div:nth-child(1) {
		padding: 0 8% 0 0;
	}
}

/* SECTION 05 */
.section-05 {
	position: relative;
	margin-top: 65px;
	padding-bottom: 150px;
}
.section-05 .bg-net {
	top: 180px;
	right: 0;
	bottom: 0;
	width: 40%;
}
.section-05 .section-divider-right {
	margin-bottom: 90px;
}
.section-05 .section-title {
	margin-top: 80px;
}
.section-05 .section-title br {
	display: none;
}
.section-05 .col-2 > div:nth-child(1) {
	width: 50%;
}
.section-05 .col-2 > div:nth-child(2) {
	width: 50%;
}
.section-05 .col-2 .sub-img {
	padding-top: 280px;
	text-align: left;
}
.section-05 .col-2 .sub-img img {
	max-width: 552px;
	margin-left: 90px;
}
@media screen and (max-width:1500px) {
	.section-05 .col-2 .sub-img {
		padding-top: 18.667vw;
	}
	.section-05 .col-2 .sub-img img {
		float: right;
		margin-left: 0;
		margin-right: 5vw;
		width: 36.800vw;
	}
}
@media screen and (max-width:768px) {
	.section-05 {
		padding-bottom: 75px;
	}
	.section-05 .col-2 > div:nth-child(1) {
		width: 65%;
	}
	.section-05 .col-2 .sub-img {
		padding-top: 20px;
	}
	.section-05 .col-2 .sub-img img {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.section-05 .col-2 > div:nth-child(2) {
		padding-left: 0;
	}
	.section-05 .bg-net {
		top: 100px;
		right: initial;
		left: 0;
		bottom: -50px;
		width: 60%;
	}
}

/* SECTION 06 */
.section-06 {
	margin-left: 150px;
	margin-bottom: 150px;
	padding: 120px 0;
	background: #1c5ea1;
}
.section-06 .inner {
	max-width: 100% !important;
}
.section-06 .section06-ttl {
	overflow: hidden;
}
.section-06 h2 {
	margin: 4rem 0 2rem 2.8rem;
	font-size: 2.3rem;
	color: #fff;
}
.section-06 .btn-2 {
	display: block;
	margin: 0 auto;
}
.section-06 .line-section {
	position: absolute;
	left: -20%;
}
.section-06 .btn.btn-2 {
	background: url('/assets/img/ico-arrow-right-white.png') no-repeat right 38px center;
}
@media screen and (max-width:768px) {
	.section-06 {
		margin-left: 35px;
		padding: 40px 0;
		margin-bottom: 80px;
	}
	.section-06 h2 {
		margin: 20px 25px;
		font-size: 24px;
	}
}

/* ANNOUNCEMENTS LIST */
.announcements-list {
	margin: 5rem 0;
	color: #fff;
	overflow: hidden;
}
.announcements-list .announcement a {
	display: block;
	padding: 4rem 0;
	margin: 0 8rem;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: 1px solid #8eafd0;
	overflow: hidden;
}
.announcements-list .announcement a p {
	float: left;
	margin-bottom: 0;
	width: 20%;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
}
.announcements-list .announcement a h3 {
	float: left;
	width: 80%;
	padding-right: 115px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 2;
	background: url('/assets/img/ico-arrow-right-white.png') no-repeat right 22px center;
}
@media screen and (min-width:769px) {
	.announcements-list .announcement a:hover h3 {
		text-decoration: underline;
		background: url('/assets/img/ico-arrow-right-white-hover.png') no-repeat right 22px center;
	}
}
@media screen and (max-width:1024px) {
	.announcements-list .announcement a p {
		float: none;
		margin-bottom: 20px;
	}
	.announcements-list .announcement a h3 {
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.announcements-list {
		margin: 0;
	}
	.announcements-list .announcement a {
		padding: 2rem 0;
		margin: 0;
	}
	.announcements-list .announcement a h3 {
		background: none;
	}
	.announcements-list .announcement a h3 {
		background: none;
		padding: 0;
		font-size: 14px;
	}
	.ico-arrow {
		display: inline-table;
    	background: url(/assets/img/ico-arrow-right-white.png) no-repeat right bottom;
    	width: 29px;
    	height: 18px;
    	vertical-align: middle;
	}
}