@charset "utf-8";

/* fullpage navigation custom */
#fp-nav ul li, .fp-slidesNav ul li { width: 20px; height: 44px; margin: 0; }
#fp-nav ul li a, .fp-slidesNav ul li a { width: 20px; height: 44px; background-color: transparent; border: 1px solid transparent; border-radius: 20px; display: flex !important; align-items: center; justify-content: center; }
#fp-nav ul li a span, .fp-slidesNav ul li a span { width: 6px; height: 30px; margin: 0; background-color: #fff; border-radius: 20px; opacity: .3; top: auto; left: auto; display: inline-block; }
#fp-nav ul li a.active, .fp-slidesNav ul li a.active, #fp-nav ul li:hover a.active, .fp-slidesNav ul li:hover a.active { width: 20px; height: 44px; border: 1px solid #fff; opacity: 1; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 6px; height: 30px; margin: 0; opacity: 1; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { width: 6px; height: 30px; margin: 0;  border-radius: 20px; opacity: 1; display: flex; justify-content: center; align-items: center; }

/* section 0 */
.section .tit-wrap { margin-bottom: 40px; display: flex; align-items: center; justify-content: center; position: relative; }
.section .sec-title { font-size: 28px; font-weight: 800; color: #000; display: inline-block; }
.sec-0 { background-image: url("../images/main/visual_img1.png"); background-repeat: no-repeat; background-size: cover; background-position: center; box-sizing: border-box; display: flex; flex-direction: column; transition: background-image 1s ease-in-out; }
.sec-0 .visual-ment .container { padding-top: 203px; }
.sec-0 .visual-ment { width: 100%; height: calc(100% - 311px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.sec-0 .visual-ment strong { font-size: 50px; font-weight: 800; color: #fff; line-height: 1.4; text-align: left; display: flex; }
.sec-0 .visual-ment p { margin-top: 30px; font-size: 20px; color: #fff; line-height: 1.5; text-align: left; }
.sec-0 .notice-slide { width: 100%; height: 311px; margin-top: auto; padding: 40px 0; background-color: rgba(0, 0, 0, 0.4); box-sizing: border-box; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.sec-0 .notice-slide .head { margin-bottom: 30px; display: flex; justify-content: center; }
.sec-0 .notice-slide .head li + li { margin-left: 30px; }
.sec-0 .notice-slide .head li a span { font-size: 20px; color: #fff; position: relative; }
.sec-0 .notice-slide .head li a span:after { width: 100%; height: 2px; content:""; background-color: #fff; display: block; position: absolute; top: 32px; transform: scale3d(0,1,1); transform-origin: center center; transition: transform .3s; }
.sec-0 .notice-slide .head li a:hover { text-decoration: none; }
.sec-0 .notice-slide .head li a:hover span { color: #fff; transition-duration: 250ms; }
.sec-0 .notice-slide .head li a:hover span:after, .sec-0 .notice-slide .head li.active a span:after { transform: scale3d(1,1,1); }
.sec-0 .notice-slide .head li.active a, .sec-0 .notice-slide .head li a:hover { color: #fff; font-weight: 700; text-decoration: none; }
.sec-0 .notice-slide .body { padding: 0 60px; position: relative; }
.sec-0 .notice-slide .body .notice-swiper .swiper-button-prev { margin-left: -60px; }
.sec-0 .notice-slide .body .notice-swiper .swiper-button-next { margin-right: -60px; }
.sec-0 .notice-slide .body .box { padding: 30px; background-color: rgba(255, 255, 255, 0.2); border-radius: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.sec-0 .notice-slide .body .box .date { margin-bottom: 8px; color: #6ab3ff; }
.sec-0 .notice-slide .body .box a { text-align: left; display: flex; flex-direction: column; }
.sec-0 .notice-slide .body .box a:hover { text-decoration: none; }
.sec-0 .notice-slide .body .box a:hover .subject { text-decoration: underline; }
.sec-0 .notice-slide .body .box .subject { height: 56px; font-size: 20px; color: #fff; font-weight: 700; line-height: 1.4; overflow: hidden; }
.sec-0 .notice-slide .body .box .more { margin-top: 10px; font-size: 15px; color: rgba(255, 255, 255, 0.6); display: inline-block; }
.sec-0 .notice-slide .swiper-button-next, .sec-0 .notice-slide .swiper-button-prev { width: 40px; height: 40px; }
.sec-0 .notice-slide .swiper-button-prev:after, .sec-0 .notice-slide .swiper-button-next:after { width: 40px; height: 41px; background-image: url("../images/main/icon_slide_arrow.png"); background-size: auto 51px; background-position: -5px -5px; background-repeat: no-repeat; color: transparent; }
.sec-0 .notice-slide .swiper-button-next:after { transform: rotate(-180deg); }
.sec-0 .notice-slide .swiper-button-prev { left: 0; }
.sec-0 .notice-slide .swiper-button-next { right: 0; }
.sec-0 .notice-slide .swiper.hidden {display:none;}

/* section 1 */
.sec-1 { background-color: #d9e6fa; box-sizing: border-box; }
.sec-1 .container { padding-top: 203px; }
.sec-1 .wrap { padding: 0 60px; position: relative; }
.sec-1 .wrap .swiper-button-next, .sec-1 .wrap .swiper-button-prev { width: 40px; height: 40px; }
.sec-1 .wrap .swiper-button-prev:after, .sec-1 .wrap .swiper-button-next:after { width: 40px; height: 41px; background-image: url("../images/main/icon_slide_arrow.png"); background-size: auto 51px; background-position: -54px -5px; background-repeat: no-repeat; color: transparent; }
.sec-1 .wrap .swiper-button-next:after { transform: rotate(-180deg); }
.sec-1 .wrap .swiper-button-prev { left: 0; }
.sec-1 .wrap .swiper-button-next { right: 0; }
.sec-1 .introduc-swiper .swiper-slide a { width: 100%; height: 480px; background-color: #fff; border: 0.5px solid #e6e6e6; border-radius: 30px; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05); display: block; }
.sec-1 .introduc-swiper .swiper-slide a:hover { text-decoration: none; }
.sec-1 .introduc-swiper .swiper-slide a:hover .more { text-decoration: underline; }
.sec-1 .introduc-swiper .thum { width: 100%; height: 256px; border-radius: 30px 30px 0 0 ; overflow: hidden; position: relative; display: flex; justify-content: center; }
.sec-1 .introduc-swiper .thum .inner { width: 100%; height: 100%; display: block; position: relative; }
.sec-1 .introduc-swiper .thum img { width: 100%; height: 120%; max-width: none; max-height: none; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; }
.sec-1 .introduc-swiper .info { height: calc(480px - 256px); padding: 40px 24px; box-sizing: border-box; color: #1d1d1d; display: flex; flex-direction: column; align-items: flex-start; }
.sec-1 .introduc-swiper .info .subject { margin-bottom: 20px; font-size: 24px; font-weight: 700; }
.sec-1 .introduc-swiper .info .address { font-size: 16px; }
.sec-1 .introduc-swiper .info .telephone { margin-top: 5px; }
.sec-1 .introduc-swiper .info .more { margin-top: auto; font-size: 15px; color: #0072e6; display: flex; align-items: center; }
.sec-1 .introduc-swiper .info .more:after { width: 5px; height: 5px; margin-top: -1px; margin-left: 4px; content: ""; border-left: 1.5px solid #0072e6; border-bottom: 1.5px solid #0072e6; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); display: inline-block; }
.sec-1 .btn-area { margin-top: 37px; display: flex; justify-content: center; }
.sec-1 .btn-area .more { padding: 20px 47px; border-radius: 30px; background-color: transparent; border: 1px solid #8f8f8f; color: #1d1d1d; display: inline-block; }
.sec-1 .btn-area .more:hover { background-color: rgba(255,255,255,.1); text-decoration: none; }

/* section 2 */
.sec-2 { display: flex; flex-direction: column; }
.sec-2 .photo-gallery { width: 100%; padding: 60px 0; background-color: #3c3c3c; }
.sec-2 .photo-gallery .sec-title { color: #fff; position: absolute; }
.sec-2 .photo-gallery .more { margin-left: auto; font-size: 15px; color: rgba(255, 255, 255, 0.6); display: flex; align-items: center; }
.sec-2 .photo-gallery .more:after { width: 6px; height: 6px; margin-top: -1px; margin-left: 3px; content: ""; border-left: 1.5px solid rgba(255, 255, 255, 0.6); border-bottom: 1.5px solid rgba(255, 255, 255, 0.6); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); display: inline-block; }
.sec-2 .photo-gallery .wrap ul { margin: -10px; display: flex; flex-wrap: wrap; position: relative; }
.sec-2 .photo-gallery .wrap ul li { width: calc(100% / 4 - 26px); height: 280px; margin: 10px; background-color: transparent; border-radius: 30px; overflow: hidden; position: relative; }
.sec-2 .photo-gallery .wrap ul li .thum { width: 100%; height: 100%; position: absolute; overflow: hidden; }
.sec-2 .photo-gallery .wrap ul li .thum img { height: 100%; transform: translateX(-50%); position: absolute; left: 50%; top: 0; }
.sec-2 .photo-gallery .wrap ul li .info { width: 100%; height: 142px; padding: 40px 30px 20px 30px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 23%); box-sizing: border-box; color: #fff; position: absolute; bottom: 0; display: flex; flex-direction: column; align-items: flex-start; }
.sec-2 .photo-gallery .wrap ul li .info .date { margin-bottom: 10px; }
.sec-2 .photo-gallery .wrap ul li .info .subject { height: 50px; font-size: 18px; font-weight: 500; color: #fff; text-align: left; overflow: hidden; }
.sec-2 .banner-area { padding: 60px 0; }
.sec-2 .banner-area .container { display: flex; }
.sec-2 .banner-area .box { padding: 25px 20px; border-radius: 20px; box-sizing: border-box; display: flex; }
.sec-2 .banner-area .box + .box { margin-left: 20px; }
.sec-2 .banner-area .banner-0 { width: 25%; background-color: #0072e6;}
.sec-2 .banner-area .banner-1 { width: 25%; background-color: #f2f2f2; align-items: center; }
.sec-2 .banner-area .banner-1 .img { width: 120px; height: 120px; margin: -15px 0 -15px auto; background-image: url("../images/main/banner_img1.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; }
.sec-2 .banner-area .banner-1 .txt-sm { margin-bottom: 5px; font-size: 15px; font-weight: 500; color: #000; }
.sec-2 .banner-area .banner-1 .txt-lg { font-size: 28px; font-weight: 700; color: #000; }
.sec-2 .banner-area .banner-1 .more { margin-top: 15px; font-size: 18px; font-weight: 700; color: #9e0f0e; display: inline-block; }
.sec-2 .banner-area .banner-1 .more:after { width: 6px; height: 6px; margin-left: 4px; content: ""; border-left: 1.5px solid #9e0f0e; border-bottom: 1.5px solid #9e0f0e; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); display: inline-block; position: relative; top: -2px; }
.sec-2 .banner-area .banner-2 { width: 25%; background-color: #9e0f0e; }
.sec-2 .banner-area .banner-2 .img { width: 60px; height: 60px; margin: auto 0 0 auto; background-image: url("../images/main/banner_img2.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; }
.sec-2 .banner-area .banner-3 { width: 25%; background-color: #cda100; }
.sec-2 .banner-area .banner-0 .txt-sm, .sec-2 .banner-area .banner-2 .txt-sm, .sec-2 .banner-area .banner-3 .txt-sm { font-size: 15px; font-weight: normal; color: #fff; }
.sec-2 .banner-area .banner-0 .txt-lg, .sec-2 .banner-area .banner-2 .txt-lg, .sec-2 .banner-area .banner-3 .txt-lg { margin-bottom: 8px; font-size: 24px; font-weight: 700; color: #fff; }
.sec-2 .banner-area .banner-3 .img { width: 60px; height: 60px; margin: auto 0 0 auto; background-image: url("../images/main/banner_img3.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; }

/* responsive */
@media screen and (max-width:1200px) {
	.section .tit-wrap { margin-bottom: 20px; }
	.section .sec-title { font-size: 24px; }
	.sec-0 .visual-ment { padding: 200px 0 80px 0; }
	.sec-0 .visual-ment .container { padding-top: 0; }
	.sec-0 .visual-ment .container,	
	.sec-0 .visual-ment strong { font-size: 35px; line-height: 1.3; }
	.sec-0 .visual-ment p { font-size: 16px; }
	.sec-0 .notice-slide .head li a span { font-size: 18px; }	
	.sec-1 .container { padding: 60px 0; }
	.sec-1 .introduc-swiper .swiper-slide a { height: 420px; }
	.sec-1 .introduc-swiper .thum { height: 200px; }
	.sec-1 .introduc-swiper .info { height: calc(420px - 200px); padding: 25px 20px; }
	.sec-1 .introduc-swiper .info .subject { margin-bottom: 15px; font-size: 22px; }
	.sec-1 .btn-area { margin-top: 30px; }
	.sec-1 .btn-area .more { padding: 15px 47px; }
	.sec-2 .photo-gallery { padding: 60px 0; }
	.sec-2 .photo-gallery .wrap ul { flex-direction: column; }
	.sec-2 .photo-gallery .wrap ul li { width: calc(100% - 26px); }
	.sec-2 .banner-area .container { flex-direction: column; }
	.sec-2 .banner-area .banner-0, .sec-2 .banner-area .banner-1, .sec-2 .banner-area .banner-2, .sec-2 .banner-area .banner-3 { width: 100%; }
	.sec-2 .banner-area .box + .box { margin-top: 20px; margin-left: 0; }
	.sec-2 .banner-area .banner-1 .txt-lg { font-size: 24px; line-height: 1.2; }
	
	#section0, #section0 .fp-tableCell,
	#section1, #section1 .fp-tableCell,
	#section2, #section2 .fp-tableCell,
	#section3, #section3 .fp-tableCell { height: auto !important; }
}