@charset "UTF-8";
.w{
  position: relative;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
  padding:0 50px;
  z-index:5;
}
.w2{
  position: relative;
  width:100%;
  max-width:1100px;
  margin: 0 auto;
}
.w3{
  position: relative;
  width:100%;
  max-width:980px;
  margin: 0 auto;
}
@media screen and (max-width: 760px){
  .w{
    padding:0 25px;
  }
}
@media screen and (max-width: 680px){
  .w{
    padding:0 15px;
  }
}
/* ------------main------------- */
main{
  position: relative;
  width:100%;
  padding:0px 0;
  z-index:1;
}
main::before{
  position: absolute;
  content:"";
  width:100%;
  height:103%;
  left:0;
  top:-35vw;
  background: url(../images/sbg.png) 50% 0 repeat-y;
  background-size: 100% auto;
  z-index:1;
}
@media screen and (max-width:1330px){
  main::before{
    background-size: 110% auto;
  }
}
@media screen and (max-width:480px){
  main::before{
    top:-75vw;
  }
}
/* ------------content------------- */
.content{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}
/* ------------kv------------- */
#kv{
  position: relative;
  width:100%;
  padding: 30px 0;
  z-index:0;
  background: url(../images/kvbg.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
#kv .img{
  width:100%;
}
#kv .img img.pc{
  display:block;
  width: 130%;
  max-width:1520px;
  margin-left: -15%;
}
#kv .img img.sp{
  display:none;
  width: 100%;
  max-width:860px;
  margin:0 auto;
}
#kv .pr{
  position: relative;
  width:100%;
  z-index:3;
}
#kv .pr img.pc{
  display:block;
  width: 100%;
  max-width:1120px;
  margin:0 auto;
}
#kv .pr img.sp{
  display:none;
  width: 100%;
  max-width:860px;
  margin:0 auto;
}

@media screen and (max-width:480px){
  #kv{
    padding: 20px 0 30px;
  }
  #kv .w{
    padding:0 0px;
  }
  #kv .img img.pc,
  #kv .pr img.pc{
    display:none;
  }
  #kv .img img.sp,
  #kv .pr img.sp{
    display:block;
  }
  #kv .pr{
    padding:0 20px;
  }
}

/*-------------nav---------------*/
#nav{
  padding:50px 0 80px;
}
#nav h2{
  width:100%;
  margin-bottom: 20px;
}
#nav ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
#nav ul li a:hover{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
@media screen and (max-width:860px){
  #nav{
    padding:50px 0 20px;
  }
}
@media screen and (max-width:760px){
  #nav ul{
    grid-column-gap: 20px;
  }
}
@media screen and (max-width:480px){
  #nav{
    padding:20px 0 0px;
  }
  #nav ul{
    grid-column-gap: 7px;
  }
}
/* ------------boxinner------------- */
.boxinner{
  position: relative;
  width: 100%;
  padding:0 50px;
}
.boxinner h2{
  margin-bottom: 30px;
}
.boxinner h2 img{
  display:block;
  width:116%;
  max-width:1300px;
  margin-left:-8%;
}
.boxinner .p1{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.boxinner h3{
  margin-bottom: 30px;
}
.boxinner h3 img{
  display:block;
  width:110%;
  max-width:1300px;
  margin-left:-5%;
}
.boxinner .p2{
  font-size: 12px;
  margin-bottom: 40px;
}
.boxinner ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 30px;
}
.boxinner ul li:nth-of-type(1){
  width:50%;
  margin-bottom: 15px;
}
.boxinner ul li:nth-of-type(2){
  width:46%;
  margin-bottom: 15px;
}
.boxinner .i4{
  margin-bottom: 30px;
}
.boxinner .i4 img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
}
.boxinner .i4 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin: 0 auto;
}
.boxinner .i5,
.boxinner .i6,
.boxinner .i7,
.boxinner .i8{
  margin-bottom: 15px;
}
.boxinner .i5 img,
.boxinner .i6 img,
.boxinner .i7 img,
.boxinner .i8 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
}
@media screen and (max-width:860px){
  .boxinner{
    padding:0 0px;
  }
  .boxinner .p1{
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:480px){
  .boxinner h2{
    margin-bottom: 15px;
  }
  .boxinner .p1{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .boxinner h3{
    margin-bottom: 15px;
  }
  .boxinner .p2{
    font-size: 10px;
    margin-bottom: 30px;
  }
  .boxinner ul li:nth-of-type(1){
    width:100%;
    margin-bottom: 15px;
  }
  .boxinner ul li:nth-of-type(2){
    width:100%;
    margin-bottom: 0px;
  }
  .boxinner .i4 img.pc{
    display:none;
  }
  .boxinner .i4 img.sp{
    display:block;
  }
}
/* ------------s1------------- */
#s1{
  position: relative;
  width:100%;
  padding:30px 0 100px;
}

@media screen and (max-width:480px){
  #s1{
    padding:30px 0 40px;
  }
}
/* ------------s2------------- */
#s2{
  position: relative;
  width:100%;
  padding:30px 0 100px;
}
@media screen and (max-width:480px){
  #s2{
    padding:30px 0 40px;
  }
}
/* ------------s3------------- */
#s3{
  position: relative;
  width:100%;
  padding:30px 0 100px;
}
@media screen and (max-width:480px){
  #s3{
    padding:30px 0 40px;
  }
}
/* ------------s4------------- */
#s4{
  position: relative;
  width:100%;
  padding:30px 0 100px;
}
#s4 .i6{
  margin-bottom: 60px;
}
#s4 .btns{
  margin-bottom: 30px;
}
#s4 .btns img{
  display:block;
  width:100%;
  max-width:900px;
  margin: 0 auto;
}
@media screen and (max-width:480px){
  #s4{
    padding:30px 0 40px;
  }
  #s4 .i6{
    margin-bottom: 30px;
  }
}

/* ------------gr------------- */
.gr{
  position: relative;
}
.gr::before{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  background: #4DD02A;
  background: linear-gradient(0deg,rgba(77, 208, 42, 1) 7%, rgba(0, 165, 208, 1) 78%);
  z-index:-1;
}
/* ------------s5------------- */
#s5{
  position: relative;
  width:100%;
  padding:80px 0 60px;
}
#s5 h2{
  margin-bottom: 12px;
}
#s5 .cbox{
  padding: 8px;
  background: #b3b3b3;
  border: 2px dashed #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 8px #b3b3b3;
}
#s5 .cbox .inner{
  background: #fff;
  padding:30px 50px;
  border-radius: 8px;
}
#s5 .cbox .inner .i1,
#s5 .cbox .inner .i2{
  margin-bottom: 20px;
}
@media screen and (max-width:480px){
  #s5{
    padding:40px 0 30px;
  }
  #s5 .cbox .inner{
    padding:20px 15px;
  }
}
/* ------------s6------------- */
#s6{
  position: relative;
  width:100%;
  padding:80px 0 100px;
}
#s6 h2{
  margin-bottom: 4px;
}
#s6 .cbox{
  background: #fff;
  padding:50px 50px;
  border-radius: 10px;
}
#s6 .cbox .i1,
#s6 .cbox .i2{
  margin-bottom: 20px;
}
#s6 .cbox .i3{
  margin-bottom: 30px;
}
#s6 .cbox .i4 img{
  display:block;
  width:100%;
  max-width:800px;
  margin: 0 auto 30px;
}
#s6 .cbox p{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width:860px){
  #s6 .cbox p{
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width:480px){
  #s6{
    padding:40px 0 60px;
  }
  #s6 .cbox{
    padding:20px 15px;
  }
  #s6 .cbox p{
    font-size: 14px;
  }
}
/* ------------sc------------- */
#sc{
	position: fixed;
	height: 50px;
	width: 50px;
	bottom: 180px;
	right: -50px;
	transition: 0.3s ease-in-out;
	border-radius: 100%;
	background: #005952;
	z-index: 10;
	overflow: hidden;
}
.scrolled #sc{
	right: 15px;
}
#sc a{
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}
#sc a:before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: 17px;
	transition: 0.2s ease-in-out;
}
#sc a:hover:before{
	opacity: 0.8;
}
@media screen and (max-width: 860px){
	#sc{
  	bottom: 150px;
  }
}
@media screen and (max-width: 680px){
	#sc{
  	bottom: 120px;
  }
}
@media screen and (max-width: 480px){
	#sc{
    height: 36px;
  	width: 36px;
  	right: -36px;
  	bottom: 100px;
  }
  .scrolled #sc{
  	right: 6px;
  }
  #sc a{
  	width: 36px;
  	height: 36px;
  }
  #sc a:before{
  	width: 10px;
  	height: 10px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	top: 14px;
  	left: 12px;
  }
}
/* ------------fn------------- */
#fn{
	position: fixed;
	width: 780px;
	bottom: 0px;
	right: -780px;
	transition: 0.3s ease-in-out;
	z-index: 10;
	overflow: hidden;
}
.scrolled #fn{
	right: 0px;
}
#fn ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
#fn ul li{
  width:50%;
}
#fn ul li a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  height:157px;
  justify-content: center;
  align-items: center;
  padding:35px 33px;
}
#fn ul li.fn1 a{
  background: #ee0e16;
}
#fn ul li.fn2 a{
  background: #005952;
}
@media screen and (max-width: 860px){
	#fn{
  	width: 90%;
  	right: -90%;
  }
  #fn ul li a{
    height:127px;
    padding:30px 33px;
  }
}
@media screen and (max-width: 680px){
	#fn{
  	width: 90%;
  	right: -90%;
  }
  #fn ul li a{
    height:107px;
    padding:20px 25px;
  }
}
@media screen and (max-width: 480px){
	#fn{
  	width: 100%;
  	right: -100%;
  }
  #fn ul li a{
    height:80px;
    padding:0px 15px;
  }
}
.copy{
  text-align: center;
  padding:30px 0;
  font-size: 12px;
  margin-bottom: 157px;
}
@media screen and (max-width: 860px){
	.copy{
    margin-bottom: 127px;
  }
}
@media screen and (max-width: 680px){
	.copy{
    margin-bottom: 107px;
  }
}
@media screen and (max-width: 680px){
	.copy{
    margin-bottom: 80px;
  }
}
/*----------------------------delay-----------------------------------*/

.delay{
	opacity: 0;
	transform: translate(0,60px);
	transition: 0.8s ease-in-out;
}
.delay1{
	opacity: 0;
	transform: translate(-60px,0);
	transition: 0.8s ease-in-out;
}
.delay1-2{
	opacity: 0;
	transform: translate(-150px,0);
	transition: 1s ease-in-out;
}
.delay1-3{
	opacity: 0;
	transform: translate(-200px,0);
	transition: 1.2s ease-in-out;
}
.delay2{
	opacity: 0;
	transform: translate(60px,0);
	transition: 0.8s ease-in-out;
}
.delay2-2{
	opacity: 0;
	transform: translate(150px,0);
	transition: 0.8s ease-in-out;
}
.delay2-3{
	opacity: 0;
	transform: translate(200px,0);
	transition: 0.8s ease-in-out;
}
.delay3{
	opacity: 0;
	transform: translate(0,120px);
	transition: 0.8s ease-in-out;
}

.delay-up1{
	opacity: 0;
	transform: translate(0,80px);
	transition: 0.8s ease-in-out;
}
.delay-up2{
	opacity: 0;
	transform: translate(0,120px);
	transition: 0.8s ease-in-out;
}
.delay-up3{
	opacity: 0;
	transform: translate(0,160px);
	transition: 0.8s ease-in-out;
}
.delay-up4{
	opacity: 0;
	transform: translate(0,200px);
	transition: 0.8s ease-in-out;
}
.delay-blur{
  opacity: 0;
  filter: blur(10px);
  transition: 0.8s ease-in-out;
}

.delayActive{
	opacity: 1.0;
	transform: translate(0,0);
  filter: blur(0);
	transition: 1s ease-in-out;
}

.delay-inv1{
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 1.0s ease-out;
  will-change: transform, opacity;
}
.delay-inv1.is_on{
  opacity: 1;
  animation: zoominv 0.8s ease-out forwards;
}
@keyframes zoominv {
  0% {
    transform: scale(0.7);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
