#flash {
    position: relative;
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat;
    background-position: center top;
    background-size: 32px auto;
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,241,242,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,241,242,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,241,242,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,241,242,1.00) 100%);
}
#flash .mv01 {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	font-size:24px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
}
#flash .mv01 p{
	opacity: 0;
	animation: mvfade01 5s forwards;;
}

@keyframes mvfade01 {
  	0% {
		opacity: 0;
		transform: translate(0,50px);
	}

	40% {
		opacity: 1;
		transform: translate(0,0px);
	}
	70% {
		opacity: 1;
		transform: translate(0,0px);
	}
	100% {
		opacity: 0;
		transform: translate(0,50px);
	}
}
#flash .mv02 {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	text-align: center;
}
#flash .mv02 .catch01{
	font-size:40px;
	line-height: 52px;
    letter-spacing: 5px;
	margin-bottom: 30px;
	opacity: 0;
	animation: mvfade02 5s 4s forwards;;
}
#flash .mv02 .catch02{
	font-size:30px;
    letter-spacing: 5px;
	opacity: 0;
	animation: mvfade02 5s 4s forwards;;
}

@keyframes mvfade02 {
  	0% {
		opacity: 0;
		transform: translate(0,50px);
	}

	40% {
		opacity: 1;
		transform: translate(0,0px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0px);
	}
}
#flash .mv03 {
	opacity: 0;
	animation: mvfade03 2s 4s forwards;;
}
@keyframes mvfade03 {
  	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.scroll {
    position  : absolute;
    font-size : 12px;
	font-weight: bold;
    bottom : 80px;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}

.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #999;
    right : 50%;
    bottom : -100px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
	visibility: visible;
    animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 0%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0%;
  }
}



.top-sec01 {
 width: 100%;
	
}
.top-sec01 .slider-loop {
	padding-top: 180px;
}
.top-sec01 .slider-loop img {
	width: auto;
	height: 647px;
}
.top-sec02 {
	margin-top: 20px;
	position: relative;
	padding-top: 100px;
}
.top-sec02 h3{
	font-size:40px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 5px;
	padding-top: 230px;
}
.top-sec02 h4{
	font-size:20px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 5px;
	margin-top: 20px;
}
.top-sec02 p{
	font-size:20px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 5px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.top-sec02 img {
	width: 100%;
	height: auto;
}
.top-sec02 .photo01 {
	width: 211px;
	position: absolute;
	right:80px;
	top:0;
}
.top-sec02 .photo02 {
	width: 312px;
	position: absolute;
	right:460px;
	top:60px;
}
.top-sec02 .photo03 {
    width: 365px;
    position: absolute;
    right: 0px;
    top: 336px;
}
.top-sec02 .photo04 {
    width: 368px;
    position: absolute;
    right: 223px;
    top: 606px;
}
.top-sec02 .photo05 {
	width: 203px;
	position: absolute;
	right:519px;
	top:793px;
}
.top-sec02 .photo06 {
	width: 653px;
	position: absolute;
	right:0px;
	top:1042px;
}
.top-sec03 {
    margin-top: 300px;
}

.about-box{
	width: 100%;
}
.about-box .photo {
	width: 485px;
	display: inline-block;
	vertical-align: top;
}
.about-box .photo img{
	width: 100%;
	height: auto;
}

.about-box .txt {
	width: 435px;
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
	margin-top: 40px;
}
.about-box .txt .num{
	font-size:35px;
	font-family: Montserrat;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.about-box .txt .box-title{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#slick01{
	position: relative;
}
.slick-num {
	position: absolute;
	width: 100px;
	left:800px;
	top:400px;
}
.slick01-prev-navi{
	position: absolute;
	width: 80px;
	left:690px;
	top:370px;
	z-index: 100;
	cursor: pointer;
}
.slick01-next-navi{
	position: absolute;
	width: 80px;
	left:860px;
	top:370px;
	z-index: 100;
	cursor: pointer;
}
.slick01-prev-navi img , .slick01-next-navi img{
	width: 80px;
	height: 80px;
}

.top-sec04 {
    margin-top: 0px;
	border-top:1px solid #999;
}
.top-selectbtn{
	font-size:0;
}
.top-selectbtn li{
    width: calc((100% / 3) - 1px);
    display: inline-block;
    border-right: 1px solid #999;
	vertical-align: top;
}
.top-selectbtn li a {
	width: 100%;
	display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    height: 300px;
    background-image: url(../../img/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 16px auto;
	font-size:36px;
	line-height: 46px;
	font-weight: bold;
	transition: 0.2s;
}
.top-selectbtn li a .btn-txt{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 65%;
}
.top-selectbtn li a .btn-txt .montserrat {
    font-size: 18px;
}
.top-selectbtn li:nth-child(1) a:hover{
	background: #0441C0;
	color:#fff;
    background-image: url(../../img/icon-arrow-w.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 16px auto;
}
.top-selectbtn li:nth-child(2) a:hover{
	background: #F49701;
	color:#fff;
    background-image: url(../../img/icon-arrow-w.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 16px auto;
}
.top-selectbtn li:nth-child(3) a:hover{
	background: #B8DB27;
	color:#fff;
    background-image: url(../../img/icon-arrow-w.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 16px auto;
}
.top-selectbtn li a:hover .color-blue{
	color:#fff;
}
.top-sec05 .item-slidearea {
	position: relative;
}

.item-slider {
    width: 1550px;
    position: relative;
    right: 0px;
    margin-left: auto;
    padding-top: 30px;
    margin-top: 0px;
	padding-bottom: 50px;
}
.item-slider a{
	text-decoration: none;
}
.item-slider #slick02 li.itembox {
    width: 343px;
    margin-top: 20px;
    margin-right: 33px;
    margin-bottom: 20px;
    margin-left: 33px;
    height: auto;
	position: relative;
	padding: 0;
	font-size:14px;
	line-height: 24px;
}
.item-slider #slick02 li img{
    width: 321px;
    height: 380px;
}
.item-slider #slick02 li .itemtxt{
    padding: 10px 10px 30px;
    position: relative;
	color:#000;
}
.item-slider #slick02 li .itemtxt .tekito{
	font-size:18px;
	line-height: 32px;
}

#slick02 .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:-25%;
	left:50%;
	right:32%;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick02 .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:-25%;
	right:39%;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick02 .slick-prev:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../../img/btn-prev.png);
	background-size: 80px 80px;
	cursor: pointer;
	background-position: center top;
}
#slick02 .slick-next:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../../img/btn-next.png);
	background-size: 80px 80px;
	cursor: pointer;
	background-position: left top;
}
.interview-more{
	position: absolute;
	top:11%;
	right:0;
}
.top-sec06 a{
	text-decoration: none;
}
a .banner-area {
    display: block;
    max-width: 1176px;
	position: relative;
	text-decoration: none;
}
a .banner-area .banner-bg{
	width: 889px;
	position: absolute;
	right:0;
	bottom:0;
	transition: 0.2s;
	
}
a .banner-area .banner-bg img{
	width: 100%;
	height: auto;
	transition: 0.2s;
	transform: scaleX(0);
	transform-origin:center left;
}
a:hover .banner-area .banner-bg img{
	width: 100%;
	height: auto;
	transform: scaleX(1);
	opacity: 1;
}
a .banner-area .txt {
    background-image: url(../../img/sec05-banner01.png);
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1.00);
    background-size: 1000px auto;
    background-position: center right;
	width: 880px;
	height: 101px;
	overflow: hidden;
	padding: 80px 60px;
	margin-bottom: 35px;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
	
}
a:hover .banner-area .txt{
    background-size: 1100px auto;
}
a .banner-area .txt p{
	font-size:36px;
	font-weight: bold;
	color:#000;
}
a .banner-area .txt p.en {
    text-decoration: none;
    font-size: 18px;
	color:#0441C0;
}
