/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: "Noto Sans", sans-serif; overflow-x: hidden; position: relative;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1400px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}
.content-Box2 { max-width:1680px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.5vw, 20px); line-height:1.8; color: #333; letter-spacing: 0; font-weight: 400; padding-top: 150px; overflow-x: hidden;}
.width-1200 { max-width: 1200px;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(16px, 1.5vw, 20px);}
.font-size-22 { font-size: clamp(18px, 1.7vw, 22px);}
.font-size-23 { font-size: clamp(18px, 1.8vw, 23px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-25 { font-size: clamp(20px, 2.0vw, 25px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.3;}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px); line-height: 1.3;}
.font-size-36 { font-size: clamp(24px, 3.1vw, 36px); line-height: 1.3;}
.font-size-38 { font-size: clamp(24px, 3.3vw, 38px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-50 { font-size: clamp(24px, 3.5vw, 50px); line-height: 1.3;}
.font-size-52 { font-size: clamp(24px, 3.5vw, 52px); line-height: 1.3;}

.demo-section { padding-left: 5%; padding-right: 5%;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}

.color-blue { color: #0157ac;}
.color-white { color: #fff;}

.weight-900 { font-weight: 900;}
.weight-700 { font-weight: 700;}
.weight-500 { font-weight: 500;}
.weight-300 { font-weight: 300;}

.banner { position: relative; margin-bottom: calc(20px + 4%);}
.banner-pc { }
.banner-mobile { display: none !important;}

.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden; transform: scale(1.2);}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0; transform: scale(1.1);}

.swiper-slide {text-align: center;font-size: 18px;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.swiper-slide {background-size: cover;background-position: center; padding: 0 0px; position: relative;}
.mySwiper2 {height: 80%;width: 100%; margin-bottom: 25px;}
.swiper-slide .description, .swiper-slide .title , .swiper-slide .banner-btn {display: block;opacity: 0; transform: translateY(-50px);position: relative; text-align: center;}
.swiper-slide .title {font-weight: 600; font-size: clamp(20px, 4vw, 72px);/*-webkit-text-stroke: 2px #fff;*/ line-height: 110%; padding-bottom: calc(10px + 1%); color: #fff;transition: all 0.5s ease 0.5s; text-transform: uppercase;text-shadow: 0px 0px 8px rgba(0,0,0,.6);}
.swiper-slide .title:after {/*content: "";*/ position:absolute; width: 310px; height: 8px; background: #222; left: 0; bottom: 0;}
.swiper-slide .title > span {display: block; font-size: clamp(16px, 1.1vw, 20px); padding-bottom: 15px; line-height: 1.2; font-weight: 500;}
.swiper-slide .description {font-weight:400; font-size: clamp(16px, 1.1vw, 20px); color: #fff !important;transition: all 0.8s ease 0.8s; padding-bottom: calc(20px + 3%); max-width: 740px; line-height: 1.4; }
.swiper-slide .banner-btn { display: block; background: transparent; max-width: 260px; width: 100%; line-height: 60px; border-radius: 30px; margin: 0 auto; font-weight:700; font-size: 16px; color: #fff !important;transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, background 0.4s ease-out 0s; padding: 0 15px; border: 2px solid #fff;}
.swiper-slide .banner-btn:hover { background: #165ea7; color: #fff !important; border-color: #165ea7;}
.swiper-slide-active .description, .swiper-slide-active .title, .swiper-slide-active .banner-btn {opacity: 1;}
.swiper-slide-active .title, .swiper-slide-active .description { transform:translateY(0px);}
.swiper-slide-active .banner-btn { transform:translateY(0px);}

.swiper-next, .swiper-prev { width: 40px !important; height: 40px !important; border-radius: 100%; background: transparent; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:calc(50% - 20px);}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 30px; height: 30px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 4px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 4px;}
.swiper-prev { left: 20px;}
.swiper-next { right: 20px;}

.swiper-pagination { text-align: center!important; bottom: 20px !important; width: auto !important; left: 50% !important; transform: translateX(-50%) !important;}
.swiper-pagination:after { /*content: "";*/ position: absolute; width: 100%; height: 1px; border-bottom: 1px dotted #004a9a; top:50%; transform: translateY(-50%); left: 0;}
.swiper-pagination-bullet { width: 10px !important; height: 10px !important; margin-left: 15px !important; margin-right: 15px !important; position:relative; opacity: 1 !important; background: transparent !important;}
.swiper-pagination-bullet:before { content: ""; position: absolute; width: 100%; height: 100%; top:50%; left: 50%; border-radius: 100%; transform: translate(-50%, -50%); background: #0157ac; z-index: 3;transition: all 0.4s ease-out 0s;}
.swiper-pagination-bullet:after { content: ""; position: absolute; width: 20px; height: 20px; top:50%; left: 50%; transform: translate(-50%, -50%); background: #80e3ff; border-radius: 100%; z-index: 2;transition: all 0.4s ease-out 0s; opacity: 0;}
.swiper-pagination-bullet-active:before { background: #0e54a0; width: 100%; height: 100%;}
.swiper-pagination-bullet-active:after { opacity: 1; }

.idx-about-section {
background-image: url("../images/idx-about-bg-1.png"), url("../images/idx-about-bg-2.png");
background-position: 100% 20%, left bottom;
background-repeat: no-repeat, no-repeat;
}

.title01 { position: relative; padding-bottom: calc(15px + 1%); margin-bottom: calc(20px + 2%);}
.title01 > h1, .title01 > div { font-family: "Noto Sans", sans-serif; line-height: 1.4; padding: 0; margin: 0; letter-spacing: 0.1rem;}
.title01:after { position: absolute; content: ""; width: 80px; height: 2px; background: #d3001d; bottom: 0; left: 50%; transform: translateX(-50%);}

.idx-about-content { display: flex; flex-direction: column; flex-wrap: nowrap;}
.idx-about-content > div { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-about-content > div > div { width: 50%;}
.idx-about-content > div > div:nth-of-type(2) { padding: 0 5%;}
.idx-about-content > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.idx-about-content > div:nth-child(even) > div:nth-of-type(2) { order: 1;}
.idx-about-title { display: flex; flex-direction: row; flex-wrap: nowrap; margin-bottom:15px; align-items: center;}
.idx-about-title > div:nth-of-type(2) { display: flex; flex-direction: column; flex-wrap: nowrap; padding-left: 10px; line-height: 1.5;}

.idx-policy-section { background: url("../images/idx-policy-bg.jpg") no-repeat center bottom #086eb4; padding: calc(20px + 4%) 4% calc(20px + 6%) 4%;}
.idx-policy-list { display: grid;gap: 25px 20px;grid-template-columns: repeat(4, 1fr);}
.idx-policy-list > div {display: grid;grid-template-rows: subgrid;grid-row: span 2;gap: 10px 0;}
.idx-policy-list > div > div:nth-of-type(1) { text-align: center; color: #fff; font-weight: 700; line-height: 1.2;padding-bottom: 12px;}
.idx-policy-list > div > div:nth-of-type(2) { background: #0157ac; border-radius: 10px; text-align: center; padding: 6px 10px; color: #fff;min-width: 250px;}

.idx-pro-section { padding-top: calc(20px + 5%);padding-bottom: calc(20px + 5%);}
.idx-pro-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.idx-pro-list > a{ border-radius: 8px; border: 1px solid #27455c; width: 49%; margin-bottom: 30px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; overflow: hidden;}
.idx-pro-list > a:hover{ transform: scale(0.95); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
.idx-pro-list > a > div:nth-of-type(1){ width: calc(100% - 164px); padding: calc(15px + 1%);}
.idx-pro-list > a > div:nth-of-type(2){ width: 164px;}
.idx-pro-list-title { min-height: 50px; margin-bottom: 10px; font-weight: 700; color: #27455c; line-height: 1.4;}
.idx-pro-list-pto { padding-bottom: 94%;}

.btn-more { transition: all 0.4s ease-out 0s;  display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-size: 14px;}
.btn-more > div { margin-right: 10px;}
.btn-more > img { width: 10px;}

.idx-news-bg { background: url("../images/idx-news-bg.jpg") no-repeat center bottom / cover; padding: 0 5% calc(20px + 7%) 5%;}

.loop2 { padding-left:20px; padding-right: 20px; padding-bottom: calc(20px + 3%);}
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative;text-align: center;}
.loop2 .owl-item img { width: auto !important; display: inline-block !important;}
.loop2 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 40px !important; height: 40px !important; border-radius: 100% !important; background: #0072bb !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important;}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { opacity: 0.7;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { border-color: #fff;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 11px; height: 11px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.loop2 .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.idx-news-link { background: #fff; display: block;}
.idx-news-link:hover { transform: scale(0.9); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
.idx-news-pto { padding-bottom: 63%;}
.idx-news-content { padding:calc(20px + 1%) calc(15px + 1%); text-align: left;}
.idx-news-title { font-weight: 700; color: #27455c; line-height: 1.3; padding-bottom: 10px; font-size: 18px;}
.idx-news-data { font-size: 14px; line-height: 1.3; min-height: 82px; margin-bottom: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.idx-news-date { text-align: right; color: #f09200; font-size: 14px; line-height: 1;}

.btn-more2 { width: 150px; margin: 0 auto; height: 38px; background: #0157ac; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
.btn-more2:hover { background: #d3001d;}
.btn-more2 > div { color: #fff; font-size: 16px; padding-right: 5px;}
.btn-more2 > img { width: 13px; filter: brightness(100);}

@media only screen and (max-width: 1920px) {
	.idx-news-bg { background: url("../images/idx-news-bg.jpg") no-repeat center bottom / auto; }
	
}
@media only screen and (max-width: 1365px) {
	#content { padding-top: 80px;}
	
	.idx-policy-list { grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (max-width: 1279px) {
	
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.swiper-slide .banner-btn { max-width: 140px; line-height: 44px; border-radius: 22px; font-size: 14px; }
	.swiper-pagination { bottom: 15px !important;}
	.swiper-pagination-bullet { margin-left: 12px !important; margin-right: 12px !important; }
	
	.idx-about-content > div > div { width: 100%;}
	.idx-about-content > div > div:nth-of-type(2) { padding: calc(20px + 2%) 5%;}
	.idx-about-content > div:nth-child(even) > div:nth-of-type(1) { order: 1;}
	.idx-about-content > div:nth-child(even) > div:nth-of-type(2) { order: 2;}
}
@media only screen and (max-width: 768px) {
	
	.swiper-next:after, .swiper-prev:after { width: 20px; height: 20px;}
	.swiper-prev { left: 0px;}
	.swiper-next { right: 0px;}
	
	.idx-pro-list > a { width: 100%; margin-bottom: 20px;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	#content { padding-top: 120px;}
	.swiper-pagination { bottom: 0px !important;}
	
	.loop2 .owl-prev, .loop2 .owl-next { transform: translateY(-50%) scale(0.7);}
	
	.idx-policy-list { grid-template-columns: 1fr;}
}

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

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

@media only screen and (max-width: 320px) {
	.idx-pro-list > a > div:nth-of-type(1){ order: 2; width: calc(100% - 0px); padding: calc(15px + 1%);}
	.idx-pro-list > a > div:nth-of-type(2){ order: 1; width: 100%;}
	
}