/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Open 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:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.3vw, 18px); line-height:1.5; color: #2E3545; letter-spacing: 0.5px; font-weight: 400; padding-top: 144px;}

.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%;}


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

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.3vw, 40px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}


.color-blue { color: #003298;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}

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

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}
.weight-800 { font-weight: 800;}

.p-layout { margin: 0; padding:0 0 calc(15px + 1%) 0; font-weight: 400; line-height: 1.5; font-size: clamp(16px, 1.3vw, 18px);}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.width-1280 { max-width: 1280px;}
.width-65-percentage { max-width: 65%; margin: 0 auto;}

.banner { position: relative;}
.banner img { width: 100%;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.banner-slogon { color: #576B79; font-size: clamp(16px, 1.3vw, 18px); position: absolute; top:18%; left: 23%; z-index: 3; font-weight: 500;}
.banner-slogon > div { text-shadow: 2px 2px 2px #fff, 3px 3px 2px rgba(0,0,0,0.15); font-weight: 700; font-size: clamp(22px, 3.3vw, 36px); line-height: 1; padding-bottom: 10px;}
.banner-slogon > span { display: inline-block;}

.loop2 {  margin-bottom: 2px;}
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative; }
.loop2 .owl-item img {width: auto !important;}
.loop2 .owl-nav { position: absolute; top:calc(50% - 35px); left: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; background:rgba(87,107,121,.7) !important; width: 40px; height: 40px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev { left:10px; }
.loop2 .owl-next { right:10px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; transition: all 0.4s ease-out 0s;width: 10px; height: 10px; background-size: contain; display: inline-block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; position: absolute; top:50%; left: 50%; }
.loop2 .owl-prev:before { content: ""; transform: translate(-30%, -50%) rotate(-135deg);}
.loop2 .owl-next:before { content: ""; transform: translate(-70%, -50%) rotate(45deg);}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { background: rgba(0,0,0,.7) !important;}
.loop2 .owl-stage-outer {z-index: 2; }
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: 30px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #cecece !important; width: 12px !important; height: 12px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #151885 !important; }

.idx-about-section { padding: calc(20px + 2%) 5%; background: linear-gradient(180deg, #919ea8 0%, #fff 80%);}
.idx-about-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-about-content > div { width: 50%;}
.idx-about-content > div:nth-of-type(2) { padding-left: 7%;}

.title-1 {font-weight: 700; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.1; padding: 0px 0 10px 0px; margin: 0 0 0 0; letter-spacing: 0.05rem; font-family: 'Open Sans', sans-serif; color: #576B79; }

.btn-1 { color: #2E3545; font-size: 16px; position: relative; display: inline-block; letter-spacing: 0; padding-bottom: 3px;}
.btn-1:after { content: ""; position: absolute; width: 100%; height: 1px; background: #2E3545; left: 0; bottom: 0;transition: all 0.4s ease-out 0s; }
.btn-1:hover { color: #CD0D29;}
.btn-1:hover:after { background: #CD0D29;}

.idx-app-section { padding: calc(20px + 5%) 5%;
background-image: url("/images/theme-b67/inda3-1.png"), url("/images/theme-b67/inda3.jpg");
background-repeat: no-repeat;
background-position: left bottom, center top;
background-size: 100%, cover;}
.idx-app-content { width: 55%; margin: 0 0 0 auto;}

.idx-quality-section { padding: calc(20px + 3.5%) 5%;
background-image: url("/images/theme-b67/inda4-1.png"), url("/images/theme-b67/inda4.jpg");
background-repeat: no-repeat, repeat-y;
background-position: left top, left top;
background-size: 100%, 100%;}
.idx-quality-content { width: 55%; margin: 0 auto 0 0;}

.idx-bottom-section {padding: calc(20px + 5%) 5%;
background-image: url("/images/theme-b67/inda5-1.png"), url("/images/theme-b67/inda5.jpg");
background-repeat: no-repeat, no-repeat;
background-position: left top, left top;
background-size: 80%, 100%;}

.idx-bottom-section .width-65-percentage { margin: 0 0 0 auto;}

.idx-process-content { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 3%);}
.idx-process-content > div:nth-of-type(1) { width: 35%; padding-right: 30px; padding-top: calc(20px + 4%);}
.idx-process-content > div:nth-of-type(2) { width: 65%;}

.idx-process-photo { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.idx-process-photo > div { width: 30%; margin-bottom: 25px; position: relative; background-image: url("/images/theme-b67/icon_idesgin_bg.svg"); background-repeat: no-repeat;}
.idx-process-photo > div > img { width: 100%;}
.idx-process-photo > div > div { position: absolute; color: #fff; bottom: 12%; left: 50%; transform: translateX(-50%); text-align: center; line-height: 1; letter-spacing: 0; font-size: clamp(13px, 1.3vw, 15px);;}
.idx-process-photo > div:nth-of-type(2) > div { bottom:9%; }
.idx-process-data { text-align: center;}


.idx-link-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.idx-link-section > div { position: relative; width: calc(50% - 6px); margin-bottom: 26px; height: 240px;}
.idx-link-section > div > img { object-fit: cover; width: 100%; height: 100%; object-position: 0% 50%;}
.idx-link-content { position: absolute; top:50%; transform: translateY(-50%);  color:#fff; right: 0; width: 42%; padding-right: 3em;}
.idx-link-content .title-1 { color: #fff;}
.idx-link-content .btn-1 { color: #fff;}
.idx-link-content .btn-1:after { background: #fff;}
.idx-link-content .btn-1:hover { color: #CD0D29;}
.idx-link-content .btn-1:hover:after { background: #CD0D29;}

.idx-link-content-2 { width: 100%; padding-left: 3em;display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.idx-link-content-2 > div:nth-of-type(1) { width: 44%;}
.idx-link-content-2 > div:nth-of-type(2) { width: 42%;}

@media only screen and (max-width: 1365px) {
	.idx-bottom-section { background-size: 80%, 130%;}	
}
@media only screen and (max-width: 1279px) {
	#content { padding-top: 0;}
	
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important;}
	.banner-mobile img { object-fit: cover; width: 100%; height: 100%;}
	.banner-slogon { top:32%;  left: 0%; width: 100%; padding: 0 5%;}
	
	.idx-process-content > div:nth-of-type(1) { width: 100%; padding-right: 0px; padding-top: 0; padding-bottom: 30px;}
	.idx-process-content > div:nth-of-type(2) { width: 100%;}
}


@media only screen and (max-width: 980px) {
	.idx-about-content > div { width: 100%;}
	.idx-about-content > div:nth-of-type(1) { text-align: center; padding-bottom: 20px;}
	.idx-about-content > div:nth-of-type(1) img { max-width: 70%; }
	.idx-about-content > div:nth-of-type(2) { padding-left: 0%;}

	.idx-bottom-section { background-size: 80%, 350%;}	
	.idx-bottom-section .width-65-percentage { max-width: 100%;}	
	
	.idx-link-section > div { width: 100%; height: auto;}
	.idx-link-section > div > img { object-fit:contain; width: auto; height: auto; }
	.idx-link-section > div:nth-of-type(3) { background: url("/images/theme-b67/indexbigcard-bg-3.jpeg") no-repeat top center / contain; background-color: #2E3545;}
	.idx-link-section > div:nth-of-type(3) > img { display: none;}
	.idx-link-section > div:nth-of-type(3) .idx-link-content { background: none;}
	.idx-link-content { position: relative; top:auto; transform: none;  right: auto; width: 100%; padding: 1.5em; background: #2E3545;}
	.idx-link-content-2 > div:nth-of-type(1) { width: 100%; margin-bottom: 20px;}
	.idx-link-content-2 > div:nth-of-type(2) { width: 100%;}
}

@media only screen and (max-width: 768px) {
	.width-65-percentage { max-width: 100%;}
	
	.banner-mobile { height: 350px;}
	.idx-app-content { width: 75%;}
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.idx-process-photo  { flex-direction: column; align-items: center;}
	.idx-process-photo > div { width: 50%;}
	.idx-bottom-section { background-size: 80%, 780%;}	

}
@media only screen and (max-width: 414px) {
	.idx-quality-section { padding-top: calc(50px + 4%);}
	.idx-quality-content { width: 100%; }
}
@media only screen and (max-width: 375px) {
	.idx-app-content { width: 100%;}
	
	.idx-process-photo > div { width: 60%;}
	.idx-bottom-section { background-size: 80%, 880%;}	
}
@media only screen and (max-width: 280px) {
	

}
