@charset "utf-8";

.c01 img, .c02 img, .c03 img, .c04 img, .c05 img, .c06 img, .c07 img {
	max-width: 100%;
}

.slider_wrap {
	padding: 40px;
	pointer-events: none;
}

.c01 {
	margin: 200px auto 60px auto;
}

.c01 .titl {
	letter-spacing: 4px;
	font-size: 4.0rem;
	font-weight: bold;
}

.c02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 150px;
}

.c02 .box01 {
	width: 200px;
}

.c02 .box02 {
	width: 50%;
	font-size: 1.6rem;
}

.c04 {
	position: relative;
	height: 230px;
	margin-bottom: 150px;
}

.c04 .scroll_txt {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -10px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: 20px;
	height: 80px;
	-webkit-animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	color: #112250;
}

.c04 .scroll_bar_clip {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 150px;
	top: 90px;
	right: 50%;
	background-color: #ccc;
}

.c04 .pindex_scroll_bar {
	position: absolute;
	width: 1px;
	height: 150px;
	top: -150px;
	right: 0;
	background-color: #112250;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
}

@keyframes scroll-text {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40%, 50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 400px, 0);
		transform: translate3d(0, 400px, 0)
	}
}

@keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 400px, 0);
		transform: translate3d(0, 400px, 0)
	}
}

.c05 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.c05 .box01 {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}

.c05 .box01 .titl {
	margin-bottom: 10px;
	font-size: 4.0rem;
	letter-spacing: 4px;
}

.c05 .box01 .txt {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
}

.c05 .box02 {
	width: 280px;
}

.c06 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.c06 section {
	width: 30%;
	margin-bottom: 60px;
	background-position: right bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.c06 section:hover {
	background-size: 110%;
}

.c06 section:nth-child(1) {
	background-image: url(../images/top/btn_bg01.jpg);
}

.c06 section:nth-child(2) {
	background-image: url(../images/top/btn_bg02.jpg);
}

.c06 section:nth-child(3) {
	background-image: url(../images/top/btn_bg03.jpg);
}

.c06 section:nth-child(4) {
	background-image: url(../images/top/btn_bg04.jpg);
}

.c06 section:nth-child(5) {
	background-image: url(../images/top/btn_bg05.jpg);
}

.c06 section:nth-child(6) {
	background-image: url(../images/top/btn_bg06.jpg);
}

.c06 section a {
	width: 100%;
	height: 250px;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.c06 section div {
	width: 100%;
	line-height: 1;
	transition: all 0.3s;
}

.c06 section a .f_en_b {
	margin-top: 30px;
	font-size: 2.4rem;
}

.c06_off {
	font-size: 1.8rem;
	height: 0;
	opacity: 0;
}

.c06_on {
	height: 20px;
	opacity: 1;
}

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

@media screen and (max-width: 768px) {
	.slider_wrap {
		padding: 10px;
	}

	.c06 section {
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.c01 {
		margin: 60px auto 30px auto;
	}

	.c01 .titl {
		letter-spacing: 2px;
		font-size: 2.0rem;
	}

	.c02 {
		margin-bottom: 60px;
	}

	.c02 .box01 {
		margin-bottom: 30px;
	}

	.c02 .box02 {
		width: 100%;
		font-size: 1.2rem;
	}

	.c04 {
		margin-bottom: 60px;
	}

	.c05 {
		margin-bottom: 30px;
	}

	.c05 .box01 {
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
	}

	.c05 .box01 .titl {
		font-size: 2.0rem;
		letter-spacing: 2px;
	}

	.c05 .box01 .txt {
		font-size: 1.6rem;
	}

	.c05 .box02 {
		width: 200px;
		margin: 20px auto 0 auto;
	}

	.c06 section {
		width: 48%;
		margin-bottom: 10px;
	}

	.c06 section a {
		height: 180px;
	}

	.c06 section a .f_en_b {
		margin-top: 20px;
		font-size: 1.8rem;
	}

	.c06_off {
		font-size: 1.4rem;
		height: 20px;
		opacity: 1;
	}
}

/* アニメーション */
.c07 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c07 .box {
	width: 30%;
	margin-bottom: 120px;
}

.box_ani {
	position: relative;
	margin-bottom: 20px;
}

.ani_img {
	opacity: 0;
	transition: all 0.4s;
}

.ani_img_on {
	opacity: 1;
}

.ani_line01 {
	position: absolute;
	width: 0%;
	height: 1px;
	background: #112250;
	top: -1px;
	left: 0;
	transition: all 0.4s;
}

.ani_line01_on {
	width: 100%;
}

.ani_line02 {
	position: absolute;
	width: 1px;
	height: 0%;
	background: #112250;
	top: 0;
	right: -1px;
	transition: all 0.4s;
}

.ani_line02_on {
	height: 100%;
}

.ani_line03 {
	position: absolute;
	width: 0%;
	height: 1px;
	background: #112250;
	bottom: -1px;
	right: 0;
	transition: all 0.4s;
}

.ani_line03_on {
	width: 100%;
}

.ani_line04 {
	position: absolute;
	width: 1px;
	height: 0%;
	background: #112250;
	bottom: 0;
	left: -1px;
	transition: all 0.4s;
}

.ani_line04_on {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.c07 .box {
		width: 45%;
		margin: 0 auto 30px auto;
	}
}
