@charset "utf-8";
body,html {opacity:0;}

.section1 {height: 68vh;overflow: hidden;width: 100%;margin-top: 80px;}
.section1 .slide1 {
    z-index: 0;
    width: 100%;
    height: 68vh;
}
.section1 .slide1 li{
    width: 100%;
    height: 100%;
    background: black;
    overflow: hidden;
    background-size: cover;
}
.section1 .slide1 li.img1 {background-image: url(/img/slide/1.jpg);}
.section1 .slide1 li.img2 {background-image: url(/img/slide/2.jpg);}

.section1 .slide1 li .mp4 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section1 .slide1 li .mp4 video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section1 .slide1 li .text {
    left: 15%;
    top: 26%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    color: #fff;
    visibility:hidden;
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: space-between;
}
.section1 .slide1 li.active .text {
  visibility:visible;
  animation: eff_txt1 1s ease forwards;
  -webkit-animation: eff_txt1 1s ease forwards;
  /* animation-delay:0.3s; */
  }
.section1 .slide1 li .text p {
    font-size: 1.1em;
    color: #333;
    font-weight: 400;
}
.section1 .slide1 li .text h2 {
    font-size: 3em;
    line-height: 1.4;
    color: var(--color-gray);
}
.section1 .slide1 li .text h2 span {color: var(--color-main);display: block;}
.section1 .slide1 li .text a {padding: 0.6em 1em;background: var(--color-main);width: 10em;color: #fff;font-size: 1.1em;font-weight: 500;text-align: center;border-radius: 4em;}
.section1 .bx-wrapper {
    box-shadow: none;
    margin-bottom: unset;
    border: 0;
    height: 74vh;
}
.section1 .bx-wrapper .bx-pager {
    bottom: 2em;
    width: 100%;
}

.section1 .icon_link{
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .icon_link:hover {
	/*margin-top:-1em; */
	
}
.section1 .icon_link li{
    width: 200px;
    height: 240px;
    transform: translateY(-30px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    /* visibility: hidden; */
}
.section1 .icon_link li:hover {
	background-color:
	green;
	border-radius:1em;
	padding:2em 0;
	transform: translateY(-89px);
	/*animation:animatedbang 3s infinite;*/
	/* margin-top: -2em; */
	z-index:111;
	-webkit-transition: .5s ease-in-out; 
	transition: .5s ease-in-out;
	-webkit-backface-visibility: hidden;
}


.section1 .icon_link li a{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
    /* padding-top: 4em; */
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.2em;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 1em;
    align-items: flex-end;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
}
.section1 .icon_link li.i_cl1:hover {background-color:var(--color-point4);}
.section1 .icon_link li.i_cl2:hover {background-color:var(--color-point2);}
.section1 .icon_link li.i_cl3:hover {background-color:var(--color-point3);}
.section1 .icon_link li.i_cl4:hover {background-color:var(--color-point1);}
.section1 .icon_link li.i_cl5:hover {background-color:var(--color-point5);}
.section1 .icon_link li.i_cl6:hover {background-color:var(--color-point6);}

.section1 .icon_link li:hover a {color:white; margin-top:0;
	-webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;}

.section1 .icon_link li:nth-of-type(1) a { background-image:url(/img/main/icon1.png)}
.section1 .icon_link li:nth-of-type(1):hover a{background-image:url(/img/main/icon1_over.png);}

.section1 .icon_link li:nth-of-type(2) a { background-image:url(/img/main/icon2.png)}
.section1 .icon_link li:nth-of-type(2):hover a{background-image:url(/img/main/icon2_over.png);}
.section1 .icon_link li:nth-of-type(3) a { background-image:url(/img/main/icon3.png)}
.section1 .icon_link li:nth-of-type(3):hover a{background-image:url(/img/main/icon3_over.png);}
.section1 .icon_link li:nth-of-type(4) a { background-image:url(/img/main/icon4.png)}
.section1 .icon_link li:nth-of-type(4):hover a{background-image:url(/img/main/icon4_over.png);}
.section1 .icon_link li:nth-of-type(5) a { background-image:url(/img/main/icon5.png)}
.section1 .icon_link li:nth-of-type(5):hover a{background-image:url(/img/main/icon5_over.png);}
.section1 .icon_link li:nth-of-type(6) a { background-image:url(/img/main/icon6.png)}
.section1 .icon_link li:nth-of-type(6):hover a{background-image:url(/img/main/icon6_over.png);}


@media screen and (max-width: 1000px) {
	.section1 {
    height: 60vh;
    margin-top: 70px;
}
	.section1 .bx-wrapper{height: 60vh;}
	.section1 .slide1 {
    height: 60vh;
}
	.section1 .slide1 li{
    background-position-x: center;
    background-position-y: center;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-color: #69d3e1;
}
	.section1 .slide1 li.img1 {
    background-size: cover;
    background-position-x: -23em;
    background-position-y: bottom;
}
	.section1 .slide1 li.img2 {
	background-size: cover;
	background-position-x: -31em;
	background-position-y: bottom;
	}
	.section1 .slide1 li .text {top: 31%;left: 7%;}
	.section1 .slide1  li.img2 .text {
    top: 40%;
}
	.section1 .slide1 li .text p {
    font-size: .95em;
}
	.section1 .slide1 li .text h2 {
    font-size: 1.8em;
    color: #333;
}
	.section1 .slide1 li .text h2 span {
}
	.section1 .slide1 li .text a {
    width: 8em;
    font-size: 1em;
    padding: .5em;
}
	.section1 .icon_link{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	.section1 .icon_link li{
    width: 50%;
    height: auto;
}
	.section1 .icon_link li a{
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    padding-top: 6em;
}
}

.section2 {margin: 3em 0;}
.goto_icon {
    display: flex;
    max-width: 1300px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: stretch;
}
.goto_icon li{
    width: 33.33%;
    color: white;
    padding: 3em;
    background-repeat: no-repeat;
    background-position: 88% 100%;
}
.goto_icon li h3{
    color: white;
    font-size: 1.5em;
}
.goto_icon li p{
    color: white;
    word-break: keep-all;
    padding-top: 1em;
}
.goto_icon li a{
    color: white;
    margin-top: 4em;
    display: inline-block;
    padding: .6em 1.5em;
    background: #ff962a;
    border-radius: 1em;
    box-shadow: 5px 5px 5px #00000073;
}
.goto_icon li:nth-child(1){
						   height: 360px;
						   background-color: #f6ae3c;
						   background-image: url(/img/main/icon1.png);
						   }
.goto_icon li:nth-child(2){
    background-color: #fc8155;
    height: 360px;
    background-image: url(/img/main/icon2.png);
}
.goto_icon li:nth-child(3){
						  background-color: #9dd527;
						  height: 180px;
						  background-image: url(/img/main/icon3.png);
						  padding: 2em 3em;
						  }
.goto_icon li:nth-child(4){
						  background-color: #75cdff;
						  margin-top: -180px;
						  height: 180px;
						  background-image: url(/img/main/icon4.png);
						  padding: 2em 3em;
						  }
.goto_icon li:nth-child(2) a {
    background: #d95424;
}
.goto_icon li:nth-child(3) a {
    margin-top: 1em;
    background: #7cad16;
}
.goto_icon li:nth-child(4) a {
    margin-top: 1em;
    background: #3b94c7;
}

@media screen and (max-width: 1000px) {
	
	.section2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: auto;
}
	.goto_icon li{
    width: 100%;
    padding: 2em;
}
	.goto_icon li:nth-child(1){
    height: 18em;
}
	.goto_icon li:nth-child(2){
    height: 18em;
}
	.goto_icon li:nth-child(3){
    padding: 2em;
}
	.goto_icon li:nth-child(4){
    margin-top: unset;
    padding: 2em;
}
}

.main_width_setting{
    position:relative;
    width: var(--width-size);
    margin:0 auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .5em 0; */
    }

br.mo {display:none;}
.bg_navy, .bg_navy .bx-wrapper {
    background-color: #fff;
}
.bg_navy .bx-wrapper{border: 5px solid #ebebfc;}
.main_width_setting h4 {
    font-size: var(--font-size24);
}
.bottom_scroll_banner {width:100%; filter:grayscale(100%);}
.bottom_scroll_banner td > div {
    margin-left: 1em;
}

@media screen and (max-width: 1000px) {
	.main_width_setting {width:100%;display: flex;flex-wrap: wrap;}
	
}
#section1 .bx-wrapper .bx-controls-direction {
    bottom: 13%;
    position: absolute;
    left: 50%;
    width: 5%;
    height: 30px;
    background-color: #0000004d;
    display: flex;
    border-radius: 3em;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#section1 .bx-wrapper .bx-controls-direction a {
    background: unset;
    background-color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: unset;
    position: relative;
    margin: 0;
    z-index: 1;
}
#section1 .bx-wrapper .bx-controls-direction .bx-prev {
    left: unset;
}
#section1 .bx-wrapper .bx-controls-direction .bx-next {right: unset;}

@media screen and (max-width: 1000px) {
	#section1 .bx-wrapper .bx-controls-direction {
    width: 15%;
    bottom: 5%;
}
	#section1 .bx-wrapper .bx-controls-direction a {
    width: 10px;
    height: 10px;
}
}