@charset "utf-8";


/* ======================================================
   .round-tab
=========================================================*/
.round-tab {display:flex; flex-wrap:wrap;  overflow:hidden;}
.round-tab li {display:table-cell; float:left; width:33.333%; margin-bottom:-1px; border:0 none; background:#f2f3f5; box-sizing:border-box;}
.round-tab.w2p li {width:50%; border-right:none;}
.round-tab.w3p li {width:33.33%;}
.round-tab.w4p li {width:25%;}
.round-tab.w5p li {width:50%;}
.round-tab a {overflow:hidden; display:block; font-size:13px; height:40px; line-height:40px; text-align:center; color:#999;text-overflow:ellipsis; white-space:nowrap; font-weight:bold; padding:0 10px;}
.round-tab .active {background-color:#00aaaf; background:linear-gradient(315deg, #6d9b00 15%, #6d9b00 100%);}
.round-tab .active a {color:#fff;}

@media(min-width:768px) {
	.round-tab.w2p li {width:50%;}
	.round-tab.w3p li {width:33.33%;}
	.round-tab.w4p li {width:25%;}
	.round-tab.w5p li {width:20%;}
}

@media(min-width:1024px) {
	.round-tab {display:table; width:auto; max-width:700px; margin:0 auto; table-layout:fixed;  border:none;background:#f2f3f5; border-radius:100px; overflow:initial; padding:7px; box-sizing:border-box;}
	.round-tab li {float:none; display:table-cell; width:auto; vertical-align:middle; margin:0; background:none;}
	.round-tab li + li {border-left:0 none;}
	.round-tab a {display:block; padding:0 25px; height:40px; line-height:40px; text-align:center; color:#999; font-size:16px;}
	.round-tab a:hover {color:#111;}
	.round-tab .active {padding:0; border-radius:100px;}
	.round-tab .active a {color:#fff; font-weight:bold; border:none; border-radius:100px; box-shadow:0 5px 10px rgba(0, 0, 0, .1);}
}

@media(max-width:1199px) {
	.round-tab li:nth-child(3n) {border-right:0 none;}
	.round-tab li:nth-child(3n + 1) {clear:both;}
	.round-tab.w4p li:nth-child(3n + 1) {clear:none;}
}

@media screen and (min-width:1200px) {
	.round-tab.w2p li {width:auto;}
	.round-tab.w3p li {width:auto;}
	.round-tab.w4p li {width:auto;}
	.round-tab.w5p li {width:auto;}
	.round-tab a {padding:0 30px; height:50px; line-height:50px; font-size:18px;}
}


/* ======================================================
   .map
=========================================================*/
.map_btns{margin-top:2.22rem; display:flex;}
.map_btns .btn{font-size:17px; border:1px solid #ccc; font-weight:700; border-radius:10px; background: none; padding:0 1.2em; height: 3.25em; margin-right: 15px; transition: 0.5s all; display: flex; align-items: center; flex-shrink: 0;}

.map_btns .btn img{margin-right:1.1rem; }
.map_btns .btn.naver img {width: 30px}
.map_btns .btn.kakao img {width: 25px}

@media only screen and (max-width:1440px) {
		.map_btns{padding:0 20px;}
	}

@media only screen and (max-width:480px) {
		.map_btns .btn{font-size:15px;  font-weight:500;  padding:0 0.5em; height: 3em; margin-right: 5px;}
		.map_btns .btn img{margin-right:0.5rem; }
	}


.cont02 {margin-top: 100px; position: relative; padding-left: 500px}
.subtit-wrap {position: absolute; color: #111; left: 0; top: 0;}
.subtit-wrap .tit { font-size:36px; font-weight: 700;}


.map-list{}
.map-list li{border-top:1px solid #707070; padding:2rem 0 4.5rem; } 
.map-list li h5 {font-size:24px; font-weight:700; color:#111; }
.map-list li .dest{font-size:18px; font-weight:500; display: block; margin-top:1.0rem;  margin-bottom:1.44rem;  }
.map-list li .txt{display:flex; align-items: center;}
.map-list li h5 + .txt {margin-top: 1rem; }
.map-list li .txt + .txt {margin-top: 1rem;}
.map-list li .txt p{font-size:17px;  }
.map-list li .txt span{font-size:var(--tinyTxt); font-weight:700;color:#fff; display:flex; align-items: center; justify-content: center; margin-right:1.2rem; line-height:1; }
.map-list li .txt span.park{background:#000; color:#fff; border-radius:50%; width:2.59rem; height:2.59rem;}
.map-list li .txt span.subway2{background:#e51e6e; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
.map-list li .txt span.subway3{background:#ed993f; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
.map-list li .txt span.bus1{background:#47af1b; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
.map-list li .txt span.bus2{background:#00afbd; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
.map-list li .txt span.bus3{background:#ff451e; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
.map-list li .txt span.bus4{background:#6175f5; color:#fff; padding:0.3em 0.7em; border-radius:66.66rem; }
	

	
	@media only screen and (max-width:1440px) {
		.subtit-wrap .tit{padding-left:20px;}
		.map-list{padding-right:0px;}
	}
	@media only screen and (max-width:1024px) {
		.subtit-wrap .tit { font-size:30px}
	}
	@media only screen and (max-width:768px) {
		.cont02 {margin-top:50px; padding-left: 200px}
		.subtit-wrap .tit { font-size:24px}
		.map-list li .txt p{font-size:15px;  }
		.map-list li .dest{font-size:15px;  }
		.map-list li{ padding:2rem 0 2rem; } 
		.map-list li h5 {font-size:20px; font-weight:500; }
		.map-list li .txt + .txt {margin-top: 0.5rem;}
	}


	@media only screen and (max-width:480px) {
		.cont02 {margin-top:70px; padding-left: 0px}
		.subtit-wrap .tit { font-size:20px; margin-top:-30px;}
		.map-list li{ padding:1.5rem 0 1.5rem; } 
		.map-list li h5 {font-size:17px;  }
		.map-list li .txt p{font-size:15px;  }
		.map-list li .dest{font-size:15px;  }

	}





/* ======================================================
   .sisul-wrap
=========================================================*/
.sisul-wrap{margin-top:20px;position:relative;padding:50px 0;box-sizing:border-box;}
.sisul-wrap:after{width:20000px; left:50%;margin-left:-10000px; top:0; height:65%; display:block; content:"";z-index:-1; background:#f7f7f7; position:absolute;}
.sisul-wrap .tits{text-align:center;}
.sisul-wrap .tits h3{font-size:40px;font-weight:700; color:#000; text-transform:uppercase;letter-spacing:-0.03em; line-height:1.2em; }

.sisul-wrap .cont{max-width:900px; margin:0 auto; margin-top:40px; box-sizing:border-box; padding:0 100px; position:relative;}
.sisul-wrap .owl-stage-outer{overflow:visible}

.sisul-wrap .item {position:relative;}
.sisul-wrap .item .img:after{width:100%;height:100%; position:absolute; left:0; top:0;opacity:1;  display:block; content:""; background:rgba(0,0,0,0.45);  border-radius:30px; webkit-transition:opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}
.sisul-wrap .item .img{position:relative; border-radius:30px;}
.sisul-wrap .item .img img{width:100%; opacity:0.5;  border-radius:30px;}

.sisul-wrap .owl-item.active .txt{transition-delay: 0.5s;opacity:1;-webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform:  translateY(0);transform: translateY(0);}
.sisul-wrap .owl-item.active .item .img img{opacity:1;}
.sisul-wrap .owl-item.active .item .img:after{opacity:0;}

.sisul-wrap .owl-dots{position:absolute; display:block; left:0; width:100%; bottom:-40px;text-align:center; height:10px;}
.sisul-wrap .owl-dots .owl-dot{display:inline-block;vertical-align:top; margin:0 4px; padding:0; width:auto;  background:#e5e5e5; width:10px;height:10px;position:relative; border-radius:100%;}
.sisul-wrap .owl-dots .owl-dot.active{background:#111;}

.sisul-wrap .ctrl{}
.sisul-wrap .ctrl .prev{width:50px;height:50px; position:absolute; left:15px; top:50%;margin-top:-25px;background:url(../img/content/preview-prev.png) no-repeat center center;background-size:100% auto;}
.sisul-wrap .ctrl .next{width:50px;height:50px; position:absolute; right:15px; top:50%;margin-top:-25px;background:url(../img/content/preview-next.png) no-repeat center center;background-size:100% auto;}
.sisul-wrap .ctrl .prev:hover{background-image:url(../img/content/preview-prevo.png)}
.sisul-wrap .ctrl .next:hover{background-image:url(../img/content/preview-nexto.png)}
	@media only screen and (max-width:1600px){
		.sisul-wrap{margin-top:30px;padding:75px 0;}
		.sisul-wrap .tits h3{font-size:40px;}
		.sisul-wrap .cont{padding:0 80px;}
		.sisul-wrap .ctrl .prev{width:40px;height:40px;margin-top:-20px; left:5px;}
		.sisul-wrap .ctrl .next{width:40px;height:40px;margin-top:-20px; right:5px;}
	}
	@media only screen and (max-width:1184px){
		.sisul-wrap{margin-top:30px;padding:55px 0;}
		.sisul-wrap .tits h3{font-size:36px;}
		.sisul-wrap .cont{margin-top:40px;padding:0 60px;}
		.sisul-wrap .ctrl .prev{left:0;}
		.sisul-wrap .ctrl .next{right:0;}
	} 
	@media only screen and (max-width:999px) {
		.sisul-wrap{margin-top:30px;padding:40px 0;}
		.sisul-wrap .tits h3{font-size:32px;}
		.sisul-wrap .cont{margin-top:20px;padding:0 40px;}
		.sisul-wrap .ctrl .prev{width:30px;height:30px;margin-top:-15px; left:-5px;}
		.sisul-wrap .ctrl .next{width:30px;height:30px;margin-top:-15px; right:-5px;}

		.sisul-wrap .owl-dots{bottom:-30px;height:8px;}
		.sisul-wrap .owl-dots .owl-dot{width:8px;height:8px; margin:0 3px;}
	}
	@media only screen and (max-width:680px) {
		.sisul-wrap .tits h3{font-size:26px;}
		.sisul-wrap .cont{padding:0 25px;}
		.sisul-wrap .ctrl .prev{width:24px;height:24px;margin-top:-12px; left:-7px;}
		.sisul-wrap .ctrl .next{width:24px;height:24px;margin-top:-12px; right:-7px;}
		.sisul-wrap .owl-dots{bottom:-25px;}

		.sisul-wrap .item .img{position:relative; border-radius:20px;}
	}
	@media only screen and (max-width:480px) {
		.sisul-wrap .tits h3{font-size:22px;}
	}




/* ======================================================
   .sub-tit
=========================================================*/

.sub-tit{max-width:1440px; padding:0 0px; box-sizing:border-box;margin:0 auto;}
.sub-tit h3{font-size:40px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.sub-tit .btxt{font-size:48px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:50px}
.sub-tit .btxt02{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:50px; margin-bottom:30px;}
.sub-tit .btxt03{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-bottom:50px;}
.sub-tit .stxt{font-size:24px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px;  margin-bottom:20px;}
.sub-tit .stxt span{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.sub-tit{ padding:0 20px;}
		.sub-tit h3{font-size:42px;}
		.sub-tit .btxt{font-size:32px; margin-top:40px;}
		.sub-tit .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.sub-tit h3{font-size:36px;}
		.sub-tit .btxt{font-size:28px; margin-top:30px;}
		.sub-tit .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.sub-tit h3{font-size:30px;}
		.sub-tit .btxt{font-size:24px; }
		.sub-tit .stxt{font-size:15px;}
		.sub-tit .stxt br{display:none;}

		.sub-tit .btxt03{font-size:24px; margin-bottom:30px;}
	}
	@media only screen and (max-width:480px) {
		.sub-tit h3{font-size:24px;}
		.sub-tit .btxt{font-size:22px; margin-top:0px;}
		.sub-tit .stxt{font-size:15px;}
	}



/*=======================================================
  .time-wrap
=========================================================*/
.time-wrap{position:relative; padding:100px 0px; box-sizing:border-box; max-width:1440px;margin:0 auto; margin-bottom:50px; }
.time-wrap:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#fff; display:block ;content:"";z-index:-1;}

.time-wrap .tits{position:Relative; padding-left:calc(50% + 40px)}
.time-wrap .tits h3{font-size:36px; position:absolute ; color:#000; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;}
.time-wrap .tits p{font-size:20px ;font-weight:400; color:#fff; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}

.time-wrap ul{ margin:0 -20px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.time-wrap ul:after{display:block; content:"";clear:both}
.time-wrap li{float:left; width:calc(33.333333% - 40px); margin:0 20px;  display:flex; display:-webkit-flex;  }

/*.time-wrap li a{display:block; background:#e1e1e1; padding:40px; text-align:center; border-radius:30px;min-height:200px; width:100%; box-sizing:border-box;position:relative;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.time-wrap li a:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.time-wrap li a:before{position:absolute ;right:10px; bottom:10px; width:106px; height:106px; display:block ;content:""}*/

.time-wrap li .txt{position:relative;  background:#e9f8f1; padding:40px 0px; text-align:center; border-radius:30px; width:100%;}
.time-wrap li .txt:before{position:absolute ;left:0; top:0; width:100%; height:106px; display:block ;content:"";background-size:auto 100% !Important;}
.time-wrap li .txt .btxt{font-size:30px ;font-weight:700; letter-spacing:-0.03em; line-height:1.4em; color:#4f794d;}
.time-wrap li .txt .stxt{margin-bottom:20px;font-size:16px ;font-weight:500; letter-spacing:-0.03em; line-height:1.2em; color:#555;}

.time-wrap li:nth-child(1) a:before{background:url(../img/content/course-ico01.png) no-repeat center top; background-size:auto 100%;}
.time-wrap li:nth-child(2) a:before{background:url(../img/content/course-ico02.png) no-repeat center top; background-size:auto 100%;}
.time-wrap li:nth-child(3) a:before{background:url(../img/content/course-ico03.png) no-repeat center top; background-size:auto 100%;}

	@media only screen and (max-width:1480px){	
		.time-wrap .tits h3{font-size:32px;}
		.time-wrap .tits p{font-size:18px ;}
		.time-wrap .tits p br{display:none;}
		
		.time-wrap  ul{ margin:0 -15px; margin-top:50px;}
		.time-wrap  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.time-wrap  li a{padding:30px; min-height:240px;}
		.time-wrap  li a:before{width:90px;height:90px;}
		.time-wrap  li a .btxt{font-size:26px }
		.time-wrap  li a .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.time-wrap{padding:50px 0}
		.time-wrap .tits {padding-left:0;}
		.time-wrap .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.time-wrap .tits p{font-size:16px ;}

		.time-wrap  ul{margin:0;margin-top:30px; display:block;}
		.time-wrap  li{width:auto; float:none; display:block; margin:0;} 
		.time-wrap  li:nth-child(n+2){margin-top:20px;}
		.time-wrap  li a{border-radius:15px;padding:25px; min-height:220px;}
		.time-wrap  li a:before{width:70px;height:70px;}
		.time-wrap  li a .btxt{font-size:24px }
		.time-wrap  li a .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.time-wrap .tits h3{font-size:24px; margin-bottom:15px;}
		.time-wrap .tits p{font-size:15px ;}
		
		.time-wrap  ul{ margin:0 ; margin-top:0px; display:block;}
		.time-wrap  li{width:auto; float:none; display:block; margin:0;} 
		.time-wrap  li:nth-child(n+2){margin-top:20px;}
		.time-wrap  li a{border-radius:10px;padding:20px; min-height:200px;}
		.time-wrap  li a:before{width:50px;height:50px;}
		.time-wrap  li a .btxt{font-size:22px }
		.time-wrap  li a .stxt{margin-top:10px;font-size:15px ;}
		.time-wrap li .txt{ padding:20px 0px; border-radius:20px;}
		.time-wrap li .txt .btxt{font-size:20px;}
		.time-wrap li .txt .stxt{margin-bottom:10px;}
	}
	@media only screen and (max-width:480px){
		.time-wrap .tits h3{font-size:22px;margin-bottom:10px;}
		.time-wrap .tits p{font-size:14px ;}
		
		.time-wrap  li:nth-child(n+2){margin-top:10px;}
		.time-wrap  li a{ min-height:180px;}
		.time-wrap  li a .btxt{font-size:20px }
		.time-wrap  li a .stxt{margin-top:10px;font-size:14px ;}
	}
	




/* =====================================
  doctor-wrap
===================================== */

.doctor-wrap{max-width:1300px; box-sizing:border-box; margin:0 auto; position:relative; margin-top:100px; margin-bottom:150px;}
.doctor-wrap:before{width:30px;height:100%; position:absolute;right:-80px; bottom:0; display:block; content:"";background:url(../img/content/about-intxt.jpg) no-repeat right bottom;}
.doctor-wrap:after{display:block; content:"";clear:both;}

.doctor-wrap .img{float:left; width:40%;}
.doctor-wrap .img img{width:100%;height:670px;object-fit:cover; border-radius: 40em;}

.doctor-wrap .txt{float:right;width:50%; padding-left:122px;}
.doctor-wrap .txt h3{font-weight:100; color:#111; font-size:48px; line-height:1.3em;letter-spacing:-0.03em;}
.doctor-wrap .txt h3 i{display:block;font-weight:600;line-height:1.2em; letter-spacing:-0.01em; display:block; font-size:18px;text-transform:uppercase; margin-bottom:10px;}
.doctor-wrap .txt h3 span{font-weight:500;}
.doctor-wrap .txt p{margin-top:45px;font-size:18px; color:#333; font-weight:400; line-height:1.55em; letter-spacing:-0.03em;}

.doctor-wrap .txt .btxt{font-size:20px; font-weight:600; letter-spacing:-0.06em; line-height:1.2em; color:#000;margin-top:20px; border-top:1px solid #ddd; border-bottom:0px solid #ddd; padding:25px 0;}
.doctor-wrap .txt .stxt{margin-top:27px;font-size:20px; font-weight:600; letter-spacing:-0.03em; line-height:1.2em; color:#000;word-break: keep-all;}
.doctor-wrap .txt ul{margin-top:10px; border-top:0px solid #ddd; border-bottom:0px solid #ddd; padding:10px 0;}
.doctor-wrap .txt li{font-size:18px; font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555; padding-left:10px; position:relative;word-break: keep-all;}
.doctor-wrap .txt li:before{width:3px;height:3px;background:#333; position:absolute; left:0; top:10px;display:block; content:"";border-radius:100%;}
.doctor-wrap .txt li:nth-child(n+2){margin-top:5px;}






	@media only screen and (max-width:1400px) {
		.doctor-wrap .txt h3{font-size:42px;}
		.doctor-wrap .txt h3 i{font-size:17px;}
		.doctor-wrap .txt p{margin-top:35px;font-size:17px; }
		.doctor-wrap .img img{height:670px;}
	}
	@media only screen and (max-width:1100px) {
		.doctor-wrap{max-width:100%;  margin-top:50px; margin-bottom:100px;}
		.doctor-wrap .txt{float:right;width:50%; padding-left:0px;}

		.doctor-wrap .txt h3{font-size:30px;}
		.doctor-wrap .txt h3 i{font-size:16px;}
		.doctor-wrap .txt p{margin-top:25px;font-size:16px; }
		.doctor-wrap .img img{height:500px;}

		.doctor-wrap .txt li{font-size:16px;}
		.doctor-wrap .txt li:before{width:3px;height:3px; top:10px;}
	
	}
	@media only screen and (max-width:999px) {
		.doctor-wrap .txt{float:none; width:auto;padding-left:0px; margin-bottom:50px;  margin-top:10px}
		.doctor-wrap .txt h3{font-size:24px;}
		.doctor-wrap .txt h3 i{font-size:16px; margin-bottom:5px;}
		.doctor-wrap .txt h3 br{display:none;}
		.doctor-wrap .txt p{margin-top:25px;font-size:16px; }
		.doctor-wrap .txt p br{display:none;}

		.doctor-wrap .img{float:none;width:auto; margin-top:35px;  padding-left:0px}
		.doctor-wrap .img img{height:580px; border-radius: 3em;}
	}
	@media only screen and (max-width:680px) {
		.doctor-wrap{margin-top:50px; margin-bottom:50px}
		.doctor-wrap .txt h3{font-size:30px;}
		.doctor-wrap .txt h3 i{font-size:15px;}
		.doctor-wrap .txt p{margin-top:15px;font-size:15px; }

		.doctor-wrap .txt p:after {display:none;}

		.doctor-wrap .txt .btxt{font-size:17px; font-weight:600; letter-spacing:-0.06em; line-height:1.2em; color:#000;margin-top:25px; border-top:1px solid #ddd; border-bottom:0px solid #ddd; padding:20px 0;}
		.doctor-wrap .txt .stxt{margin-top:27px;font-size:17px; font-weight:600; letter-spacing:-0.03em; line-height:1.2em; color:#000;word-break: keep-all;}
		.doctor-wrap .txt ul{margin-top:0px; border-top:0px solid #ddd; border-bottom:0px solid #ddd; padding:10px 0;}
		.doctor-wrap .txt li{font-size:15px; font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555; padding-left:10px; position:relative;word-break: keep-all;}
		.doctor-wrap .txt li:before{width:3px;height:3px;background:#333; position:absolute; left:0; top:10px;display:block; content:"";border-radius:100%;}
		.doctor-wrap .txt li:nth-child(n+2){margin-top:5px;}


		.doctor-wrap .img img{height:340px}
	}
	@media only screen and (max-width:480px) {
		.doctor-wrap .txt h3{font-size:22px; padding-top:20px;}
		.doctor-wrap .txt h3 i{font-size:15px;  margin-top:20px;}
		.doctor-wrap .img{width:100%; padding-right:0px;}
		.doctor-wrap .img img{height:350px; border-radius:30px;}

	}



/* ======================================================
   .equi-wrap
=========================================================*/

.equi-wrap{max-width:1440px;box-sizing:border-box; padding:0 0px; margin:0 auto; margin-top:100px;}
.equi-wrap h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.4em; font-size:48px;;}
.equi-wrap .btit{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:30px;  margin-bottom:60px}
.equi-wrap ul{ margin:0 -1%}
.equi-wrap ul:after{display:block ;content:"";clear:both}
.equi-wrap li{float:left; width:48%; margin:0 1%; position:relative;}
.equi-wrap li:nth-child(n+3){margin-top:7%}
.equi-wrap ul li .img{}
.equi-wrap ul li .img img{width:100%; border-radius:30px;}
.equi-wrap ul li .txt{margin-top:27px;}
.equi-wrap ul li .txt .btxt{font-size:30px ;font-weight:500; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.equi-wrap ul li .txt .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
	@media only screen and (max-width:1440px) {	
		.equi-wrap{margin-top:90px; padding:0 20px;}
		.equi-wrap h3{font-size:32px;}
		.equi-wrap ul{margin-top:50px;}
		.equi-wrap ul li .txt .btxt{font-size:22px;}
		.equi-wrap ul li .txt .stxt{font-size:17px;}

		.equi-wrap .btit{font-size:24px; color:#000; font-weight:500;  margin-top:30px;  margin-bottom:50px}
	}
	@media only screen and (max-width:1200px) {
		.equi-wrap ul li .txt .btxt{font-size:20px;}
		.equi-wrap ul li .txt .stxt{font-size:15px;}
	}
	@media only screen and (max-width:999px) {
		.equi-wrap{margin-top:70px;}
		.equi-wrap h3{font-size:28px;}
		.equi-wrap ul{margin-top:40px;}
		.equi-wrap ul li .txt{margin-top:20px; height:100px;}
		.equi-wrap ul li .txt .btxt{font-size:18px;}
		.equi-wrap ul li .txt .stxt{font-size:15px;}
		.equi-wrap ul li .txt .stxt br{display:none;}

	}
	@media only screen and (max-width:680px) {
		.equi-wrap{margin-top:50px;}
		.equi-wrap h3{font-size:24px;}
		.equi-wrap ul{margin-top:30px;}
		.equi-wrap ul li{float:none; width:auto;}
		.equi-wrap ul li:nth-child(2){float:none;}
		.equi-wrap ul li:nth-child(n+2){margin-top:25px;}
		.equi-wrap ul li .txt .btxt{font-size:18px; line-height:1.2em;}
		.equi-wrap ul li .txt .stxt{font-size:15px; line-height:1.4em; margin-top:5px;}
		.equi-wrap ul li .txt .stxt br{display:none;}

		.equi-wrap ul li .img img{ border-radius:20px;}
	}
	@media only screen and (max-width:480px) {
		.equi-wrap h3{font-size:20px; margin-bottom:30px;}
		.equi-wrap ul li .txt .btxt{font-size:18px ;}
		.equi-wrap ul li .txt .stxt{font-size:15px ;}

		.equi-wrap .btit{font-size:18px; margin-top:20px;  margin-bottom:30px; font-weight: 500;}
		.equi-wrap .btit br{display:none;}
	}



/* ======================================================
   .care04-wrap
=========================================================*/
.care04-wrap{max-width:1200px; box-sizing:border-box; padding:0 0px; margin:0 auto;}
.care04-wrap .list{position:relative;padding-left:400px;}
.care04-wrap .list h3{position:absolute; left:0; top:0; animation-delay:0.2s; font-size:36px; color:#000; letter-spacing:-0.03em; line-height:50px;}
.care04-wrap .list .stit{font-size:19px; font-weight:400; color:#111;letter-spacing:-0.03em; line-height:30px; animation-delay:0.4s; padding-bottom:50px;text-align: justify; text-justify: inter-word; word-break: break-word; hyphens: auto;}
.care04-wrap .list img{ width:100%; border-radius:30px;}

	@media only screen and (max-width:1460px) {		
		.care04-wrap{max-width:100%;  padding:0 20px;}
		.care04-wrap .list{padding-left:400px;}
		.care04-wrap .list h3{font-size:30px; line-height:36px;}
		.care04-wrap .list .stit{font-size:16px;}
		
	}
	@media only screen and (max-width:1280px) {
		.care04-wrap .list{padding-left:250px;}
		.care04-wrap .list h3{font-size:28px;}
		.care04-wrap .list .stit{font-size:18px; padding-bottom:20px;}


		
	}
	@media only screen and (max-width:999px) {
		.care04-wrap .list{padding-left:0;}
		.care04-wrap .list h3{top:auto; position:relative; left:auto; font-size:24px; padding-bottom:20px;}
		.care04-wrap .list .stit{font-size:16px; font-weight:400; line-height:1.4em;}

	
	}
	@media only screen and (max-width:680px) {
		.care04-wrap .list{padding-left:0;}
		.care04-wrap .list .stit{font-size:18px;}
		
	}
	@media only screen and (max-width:480px) {
		.care04-wrap .list .stit{font-size:15px;}
		.care04-wrap .list img{ border-radius:10px;}
	}




/*=======================================================
    #hosp-wrap 
=========================================================*/

.hosp-wrap { overflow: hidden; /*min-height: 450px; padding-bottom: 50px;*/ word-break: keep-all; }
.hosp-wrap > h4 { position: relative; width: 100%; margin: 10px 0 50px 0; display: block; text-align: center; font-size: 40px; font-weight: 600; letter-spacing: -2px; color: #22ab4a; }
.hosp-top { position: relative; width: 100%; height: auto; margin: 0 auto 40px auto; overflow: hidden; text-align: left; padding: 85px 20px 85px 31%; content: ""; box-sizing: border-box; border: 2px solid #e2e7ed; }
.hosp-top.icon01 { background: url(../img/content/hosp-top01.jpg) no-repeat 5% 50%; }
.hosp-top.icon02 { background: url(../img/content/hosp-top02.jpg) no-repeat 5% 50%; }
.hosp-top.icon03 { background: url(../img/content/hosp-top03.jpg) no-repeat 5% 50%; }
.hosp-top.icon04 { background: url(../img/content/hosp-top04.jpg) no-repeat 5% 50%; }
.hosp-top.icon05 { background: url(../img/content/hosp-top06.jpg) no-repeat 5% 50%; }
.hosp-top p { color: #000; font-size: 18px; line-height: 30px; }
.hosp-top .btit { position: relative; width: 100%; margin: 0 0 20px 0; display: block; text-align: left; font-size: 36px; font-weight: 600; letter-spacing: -1px; color: #111; }
.hosp-list { position: relative; margin: 0 auto; width: 100%; text-align: center; height: auto; display: block; overflow: hidden; }
.hosp-list > li { position: relative; display: block; overflow: hidden; margin: 0px 0 50px 0; box-sizing: border-box; line-height: 2.2em; width: 100%; color: #555; font-weight: 400; font-size: 16px; text-align: left; }
.hosp-list > li > span { display: inline-block; float: left; width: 25%; padding-top: 30px; box-sizing: border-box; border-top: 1px solid #171A19; color: #171A19; font-weight: 700; font-size: 30px; line-height: 1.4; letter-spacing: -0.25px; }
.hosp-list > li > .desc, .hosp-list > li > em { display: inline-block; padding-top: 0px; float: right; color: #000; font-size: 16px; font-weight: 400; margin-right: 0%; width: 70%; box-sizing: border-box; border-top: 0px solid #aaa; }
.hosp-list > li > .desc, .hosp-list > li > em .btxt { font-size: 18px; font-weight: 700; color: #111; }
.hosp-list > li > em > u { text-decoration: none; background: #f0faff; color: #385e84; padding: 5px; margin: 0 5px; font-weight: 400; }
.hosp-list > li > .desc > *:first-child { margin-top: 0; }
.hosp-list > li > br { display: block; }
.hosp-list > li > span > ul { margin-top: 10px; }
.hosp-list > li > span > ul > li { display: block; font-weight: 400; font-size: 15px; margin-bottom: 5px; padding: 2px 5px !important; color: #385e84; text-align: center; border: 1px solid #b9beca; }
.hosp-list > li > span > ul > li:first-child { color: #fff; background: #9dc37d; border-color: #9dc37d; margin-bottom: 15px; width: 60px; height: 60px; line-height: 60px; padding: 0 !important; border-radius: 1px; font-size: 25px; }
.hosp-list > li > span > ul > li:nth-child(2) { background: #f9fbf2; }
.hosp-list > li > span > ul > li:nth-child(3) { background: #f8f9f8; }
.hosp-list > li > span > ul > li:nth-child(4) { background: #f4f9fb; }
.hosp-list > li > span > ul > li:nth-child(5) { background: #eef8f5; }
.hosp-list > li img { margin: 15px 0 80px 0; }
.hosp-list > li:nth-child(2) > span { color: #000; }
.hosp-list > li:nth-child(3) > span { color: #374254; }
.hosp-list > li:nth-child(4) > span { color: #374254; }
.hosp-list > li:nth-child(5) > span { color: #374254; }
.hosp-list > li:nth-child(6) > span { color: #374254; }
.hosp-list > li:nth-child(7) > span { color: #374254; }
.hosp-list02 { position: relative; margin: 20px 0; }
.hosp-list02 li { position: relative; display: block; padding-left: 10px; font-weight: 400; font-size: 18px; color: #000; text-align: left; word-break: keep-all; letter-spacing: -0.5px; line-height: 2em; }
.hosp-list02 li:before { position: absolute; top: 16px; left: 0px; content: ""; width: 3px; height: 3px; background: #2b405b; }
.hosp-list02 li b { font-weight: 600; }
.hosp-list.col01 > li > span { border-radius: 3px; padding: 20px; text-align: center; border: 0; color: #fff !important; }
.hosp-list.col01 > li:nth-child(1) > span { background: #6792bc; }
.hosp-list.col01 > li:nth-child(2) > span { background: #77a8ab; }
.hosp-list.col01 > li:nth-child(3) > span { background: #77ab95; }
.hosp-list.col01 > li:nth-child(4) > span { background: #77ab82; }
.hosp-list.col01 > li:nth-child(5) > span { background: #9eab77; }
.hosp-list.col01 > li:nth-child(6) > span { background: #ab9d77; }
.hosp-list.col01 > li:nth-child(7) > span { background: #ab8777; }



.hosp-step { position: relative; margin: 0 auto; width: 100%; overflow: hidden; box-sizing: border-box; }
.hosp-step li { position: relative; float: left; margin: 0 3% 0 0%; width: 200px; height: 280px; box-sizing: border-box; color: #555; font-weight: 400; font-size: 16px; padding-top: 70px; text-align: center; line-height: 26px; }
.hosp-step li span { color: #171A19; font-weight: 700; font-size: 20px; line-height: 60px; }
.hosp-step li:after { content: ''; top: 35px; right: -53px; display: block; position: absolute; width: 70px; height: 36px; background: url(../img/content/ico-arrow.png) no-repeat 50% 100%; background-size: 20px auto; }
.hosp-step li:nth-child(4n), .hosp-step li:last-child { margin: 0 0 0 0%; }
.hosp-step li:nth-child(4n):after, .hosp-step li:last-child:after { background: none; }
.hosp-step li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 190px; height: 160px; z-index: 99; border: 0px solid #e2e7ed; box-sizing: border-box; }
.hosp-step li:nth-child(1):before { background: url(../img/content/ico-step01.png) no-repeat center 20%; }
.hosp-step li:nth-child(2):before { background: url(../img/content/ico-step02.png) no-repeat center 20%; }
.hosp-step li:nth-child(3):before { background: url(../img/content/ico-step03.png) no-repeat center 20%; }
.hosp-step li:nth-child(4):before { background: url(../img/content/ico-step04.png) no-repeat center 20%; }
.hosp-step i { display: block; overflow: hidden; position: relative; margin: 30px auto 60px auto; width: 100%; font-size: 15px; color: #798c9c; line-height: 1.4em; font-weight: 300; text-align: center; word-break: keep-all; transition: all 0.4s ease 0s; z-index: 88; }



.hosp-step02 { position: relative; margin: 0 auto; width: 100%; overflow: hidden; box-sizing: border-box; }
.hosp-step02 li { position: relative; float: left; margin: 0 2% 0 0%; width: 220px; height: 180px; box-sizing: border-box; color: #555; font-weight: 400; font-size: 18px; padding-top: 100px; text-align: center; line-height: 26px; background: #f5f5f5; border-radius: 20px;}
.hosp-step02 li span { color: #171A19; font-weight: 700; font-size: 20px; line-height: 60px; }
.hosp-step02 li:nth-child(4n), .hosp-step02 li:last-child { margin: 0 0 0 0%; }
.hosp-step02 li:nth-child(4n):after, .hosp-step02 li:last-child:after { background: none; }
.hosp-step02 li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 220px; height: 160px; z-index: 99; border: 0px solid #e2e7ed; box-sizing: border-box; }
.hosp-step02 li:nth-child(1):before { background: url(../img/content/ico02-step01.png) no-repeat center 20%; }
.hosp-step02 li:nth-child(2):before { background: url(../img/content/ico02-step02.png) no-repeat center 20%; }
.hosp-step02 li:nth-child(3):before { background: url(../img/content/ico02-step03.png) no-repeat center 20%; }
.hosp-step02 li:nth-child(4):before { background: url(../img/content/ico02-step04.png) no-repeat center 20%; }
.hosp-step02 i { display: block; overflow: hidden; position: relative; margin: 30px auto 60px auto; width: 100%; font-size: 15px; color: #798c9c; line-height: 1.4em; font-weight: 300; text-align: center; word-break: keep-all; transition: all 0.4s ease 0s; z-index: 88; }



 @media only screen and (max-width:1260px) {
.hosp-wrap { width: 100%; }
.hosp-wrap h2 { margin: 15px 0 25px 0; font-size: 35px; }
.hosp-wrap > h4 { margin: 35px 0 10px 0; font-size: 20px; }
.hosp-top { padding: 150px 5% 30px 5%; }
.hosp-top.icon01, .hosp-top.icon02, .hosp-top.icon03, .hosp-top.icon04, .hosp-top.icon05 { background-size: 150px auto; background-position: 50% 15px; }
.hosp-top p > br { display: none; }
.hosp-step li { width: 100%; margin: 0 0 20px 0; }
.hosp-step li:after { top: 80%; left: 50%; margin: 0 0 0 -30px; transform: rotate(90deg); }
.hosp-step li:nth-child(4n) { margin: 0 0 20px 0; }
.hosp-step li:last-child { margin: 0; }
.hosp-step li:nth-child(4n):after { background: url() no-repeat 50% 100%; background-size: 50px auto; }
.hosp-step li:before { width: 100%; }
.hosp-list > li { margin: 15px 0 50px 0; }
.hosp-list > li > span { width: 30%; font-size: 18px; }
.hosp-list > li > .desc, .hosp-list > li > em { width: 64%; font-size: 15px; }
.hosp-list > li > br { display: none; }
.hosp-list > li img { width: 100%; max-width: 845px; margin: 5px 0 10px 0; }
}
 @media only screen and (max-width:999px) {
.hosp-list > li > span > ul > li { font-size: 14px; }
.hosp-list.col01 > li > span { font-size: 16px; padding: 10px 5%; }
}
@media only screen and (max-width:680px) {
.hosp-wrap { /*min-height: 200px; padding-bottom: 40px;*/ }
.hosp-wrap > h4 { margin: 25px 0 10px 0; font-size: 16px; }
.hosp-step { margin: 15px auto 0 auto; }
.hosp-list > li { margin: 5px 0 35px 0; }
.hosp-list > li > span { float: inherit; width: 100%; padding-bottom: 0px; margin-bottom: 0px; font-size: 17px; }
.hosp-list > li > .desc, .hosp-list > li > em { float: inherit; padding-top: 20px; margin: 0; width: 100%; padding-bottom: 0; font-size: 14px; overflow: hidden; overflow-x: auto; }
.hosp-list > li > em > u { padding: 2px 5px; }
.hosp-list > li > .desc, .hosp-list > li > em .btxt { font-size: 16px; font-weight: 600; color: #111; line-height: 20px; }
.hosp-top .btit { position: relative; width: 100%; margin: 0 0 20px 0; display: block; text-align: left; font-size: 24px; font-weight: 600; letter-spacing: -1px; color: #68b445; }
.hosp-top p { color: #000; font-size: 16px; line-height: 24px; }
.hosp-step li { font-size: 14px; padding-top: 65px; line-height: 20px; height: 200px;}
.hosp-step li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height:190px; z-index: 99; border: 1px solid #eee; box-sizing: border-box; }
.hosp-step li:after { top: 93%;  }
.hosp-step li span {font-size:16px; line-height: 30px; }



.hosp-step li:nth-child(1):before { background: url(../img/content/ico-step01.png) no-repeat center 10%; }
.hosp-step li:nth-child(2):before { background: url(../img/content/ico-step02.png) no-repeat center 10%; }
.hosp-step li:nth-child(3):before { background: url(../img/content/ico-step03.png) no-repeat center 10%; }
.hosp-step li:nth-child(4):before { background: url(../img/content/ico-step04.png) no-repeat center 10%; }

}
@media only screen and (max-width:480px) {
.hosp-wrap h2 { font-size: 30px; }
}



/*=======================================================
    #hosp02-wrap 
=========================================================*/
.hosp02-wrap{max-width:1440px;box-sizing:border-box; padding:150px 20px; margin:0 auto; margin-top:100px; position:Relative;}
.hosp02-wrap:after{position:absolute; left:50%;margin-left:-10000px; top:0; height:100%; width:20000px; display:block; content:""; background:#e9f8f1; z-index:-1;}
.hosp02-wrap .txt{padding-left:510px; position:Relative;}
.hosp02-wrap .txt h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:36px; position:absolute; left:0; top:0;}

.hosp02-wrap ul li{position:relative; padding-left:220px;}
.hosp02-wrap ul li:nth-child(n+2){margin-top:60px; padding-top:60px; border-top:1px solid #bdb6b3;}
.hosp02-wrap ul li:before{width:90px;height:90px; position:absolute ;left:40px; top:0; display:block ;content:""}
.hosp02-wrap ul li .btxt{font-size:24px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.hosp02-wrap ul li .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.hosp02-wrap ul li:nth-child(1):before{background:url(../img/content/biz-hico01.jpg) no-repeat}
.hosp02-wrap ul li:nth-child(2):before{top:60px;background:url(../img/content/biz-hico02.jpg) no-repeat}
.hosp02-wrap ul li:nth-child(3):before{top:60px;background:url(../img/content/biz-hico03.jpg) no-repeat}

	@media only screen and (max-width:1440px) {	
		.hosp02-wrap{padding:80px 20px; margin-top:120px}
		.hosp02-wrap .txt{padding-left:400px}
		.hosp02-wrap .txt h3{font-size:32px;}

		.hosp02-wrap ul li{padding-left:190px}
		.hosp02-wrap ul li:before{width:80px;height:80px;left:30px; background-size:100% auto !important}
		.hosp02-wrap ul li .btxt{font-size:24px;}
		.hosp02-wrap ul li .stxt{font-size:16px} 
	}
	@media only screen and (max-width:1200px) {
		.hosp02-wrap .txt{padding-left:310px}
	}
	@media only screen and (max-width:999px) {
		.hosp02-wrap{padding:60px 20px; margin-top:90px;}
		.hosp02-wrap .txt{padding-left:0}
		.hosp02-wrap .txt h3{font-size:28px;position:relative; left:auto; top:auto;}
		
		.hosp02-wrap ul {margin-top:40px;}
		.hosp02-wrap ul li{padding-left:150px}
		.hosp02-wrap ul li:nth-child(n+2){margin-top:40px; padding-top:40px;}
		.hosp02-wrap ul li:before{width:70px;height:70px;left:20px}
		.hosp02-wrap ul li .btxt{font-size:22px;}
		.hosp02-wrap ul li .stxt{font-size:15px; margin-top:10px;} 

		.hosp02-wrap ul li:nth-child(2):before{top:40px;}
	}
	@media only screen and (max-width:680px) {
		.hosp02-wrap{padding:40px 20px; margin-top:60px;}
		.hosp02-wrap .txt h3{font-size:24px;}

		.hosp02-wrap ul {margin-top:30px;}
		.hosp02-wrap ul li{padding-left:100px}
		.hosp02-wrap ul li:nth-child(n+2){margin-top:30px; padding-top:30px;}
		.hosp02-wrap ul li:before{width:50px;height:50px;left:10px}
		.hosp02-wrap ul li .btxt{font-size:20px;}
		.hosp02-wrap ul li .stxt{font-size:14px} 
	}
	@media only screen and (max-width:480px) {
		.hosp02-wrap .txt h3{font-size:20px;}

		.hosp02-wrap ul li{padding-left:80px}
		.hosp02-wrap ul li:before{left:0}
		.hosp02-wrap ul li:nth-child(n+2){margin-top:20px; padding-top:20px;}
		.hosp02-wrap ul li .btxt{font-size:17px;}
		.hosp02-wrap ul li .stxt{font-size:13px} 
	}



/*=======================================================
    .hosp03-wrap 
=========================================================*/

.hosp03-wrap{max-width:1440px;box-sizing:border-box; padding:150px 20px; margin:0 auto; margin-top:100px; position:Relative;}
.hosp03-wrap:after{position:absolute; left:50%;margin-left:-10000px; top:0; height:100%; width:20000px; display:block; content:""; background:#fff; z-index:-1;}
.hosp03-wrap .txt{padding-left:510px; position:Relative;}
.hosp03-wrap .txt h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:36px; position:absolute; left:0; top:0;}

.hosp03-wrap ul li{position:relative; padding-left:40px; padding: 2.0rem 2.9rem; border-radius: 66.66rem;background-color: #F6F4F9;}
.hosp03-wrap ul li:nth-child(n+2){margin-top:10px;  }
.hosp03-wrap ul li:before{width:90px;height:90px; position:absolute ;left:40px; top:0; display:block ;content:""}
.hosp03-wrap ul li .btxt{font-size:20px ;font-weight:600; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.hosp03-wrap ul li .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.hosp03-wrap ul li:nth-child(1):before{background:url(../img/content/biz-hico01.jpg) no-repeat}
.hosp03-wrap ul li:nth-child(2):before{top:60px;background:url(../img/content/biz-hico02.jpg) no-repeat}
.hosp03-wrap ul li:nth-child(3):before{top:60px;background:url(../img/content/biz-hico03.jpg) no-repeat}

	@media only screen and (max-width:1440px) {	
		.hosp03-wrap{padding:80px 20px; margin-top:120px}
		.hosp03-wrap .txt{padding-left:400px}
		.hosp03-wrap .txt h3{font-size:32px;}

		.hosp03-wrap ul li{padding-left:190px}
		.hosp03-wrap ul li:before{width:80px;height:80px;left:30px; background-size:100% auto !important}
		.hosp03-wrap ul li .btxt{font-size:24px;}
		.hosp03-wrap ul li .stxt{font-size:16px} 
	}
	@media only screen and (max-width:1200px) {
		.hosp03-wrap .txt{padding-left:310px}
	}
	@media only screen and (max-width:999px) {
		.hosp03-wrap{padding:60px 20px; margin-top:90px;}
		.hosp03-wrap .txt{padding-left:0}
		.hosp03-wrap .txt h3{font-size:28px;position:relative; left:auto; top:auto;}
		
		.hosp03-wrap ul {margin-top:40px;}
		.hosp03-wrap ul li{padding-left:150px}
		.hosp03-wrap ul li:nth-child(n+2){margin-top:40px; padding-top:40px;}
		.hosp03-wrap ul li:before{width:70px;height:70px;left:20px}
		.hosp03-wrap ul li .btxt{font-size:22px;}
		.hosp03-wrap ul li .stxt{font-size:15px; margin-top:10px;} 

		.hosp03-wrap ul li:nth-child(2):before{top:40px;}
	}
	@media only screen and (max-width:680px) {
		.hosp03-wrap{padding:40px 20px; margin-top:60px;}
		.hosp03-wrap .txt h3{font-size:24px;}

		.hosp03-wrap ul {margin-top:30px;}
		.hosp03-wrap ul li{padding-left:100px}
		.hosp03-wrap ul li:nth-child(n+2){margin-top:30px; padding-top:30px;}
		.hosp03-wrap ul li:before{width:50px;height:50px;left:10px}
		.hosp03-wrap ul li .btxt{font-size:20px;}
		.hosp03-wrap ul li .stxt{font-size:14px} 
	}
	@media only screen and (max-width:480px) {
		.hosp03-wrap .txt h3{font-size:20px;}

		.hosp03-wrap ul li{padding-left:80px}
		.hosp03-wrap ul li:before{left:0}
		.hosp03-wrap ul li:nth-child(n+2){margin-top:20px; padding-top:20px;}
		.hosp03-wrap ul li .btxt{font-size:17px;}
		.hosp03-wrap ul li .stxt{font-size:13px} 
	}


/*=======================================================
  .ibwon01-wrap
=========================================================*/

.ibwon01-wrap{position:relative; padding:0px 0 100px; max-width:1440px; margin:0 auto;}
.ibwon01-wrap .tits{text-align:center; margin-bottom:70px;}
.ibwon01-wrap .tits h3{font-size:40px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.ibwon01-wrap .tits p{font-size:20px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px;}

.ibwon01-wrap ul{margin:0 -30px; padding:70px; border-radius:30px;  background:#f9f9f9;}
.ibwon01-wrap ul:after{display:block ;content:"";clear:both;}

.ibwon01-wrap li{position: relative; float:left;width:calc(24% - 60px);margin:0 30px;  box-sizing: border-box; color: #000; font-weight:700; font-size: 24px; padding-top: 150px; text-align: center; line-height: 30px;}
.ibwon01-wrap li span{color: #555; font-weight:400; font-size: 17px; line-height: 30px; padding-top: 20px;}
/*.ibwon01-wrap li { position: relative; float: left; margin:0 10px; width: 200px; height: 180px; box-sizing: border-box; color: #555;font-weight:400; font-size: 16px; padding-top: 90px; text-align: center; line-height: 24px; }*/

.ibwon01-wrap li:after { content: ''; top: 80px; right: -75px; display: block; position: absolute; width: 60px; height: 60px; background: url(../img/content/ico-arrow.png) no-repeat 50% 100%; background-size: 50px auto; }
.ibwon01-wrap li:nth-child(4n), .ibwon01-wrap  li:last-child { margin: 0 0 0 30px; }
.ibwon01-wrap li:nth-child(4n):after, .ibwon01-wrap  li:last-child:after { background: none; }
.ibwon01-wrap li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 280px; height:280px; z-index: 99; border: 0px solid #e2e7ed; box-sizing: border-box; border-radius: 50%; /*box-shadow: 20px 30px 30px rgba(0,0,0,0.05);*/}
.ibwon01-wrap li:nth-child(1):before { background: url(../img/content/ibwon01-ico01.png) no-repeat center 20%; }
.ibwon01-wrap li:nth-child(2):before { background: url(../img/content/ibwon01-ico02.png) no-repeat center 20%; }
.ibwon01-wrap li:nth-child(3):before { background: url(../img/content/ibwon01-ico03.png) no-repeat center 20%; }
.ibwon01-wrap li:nth-child(4):before { background: url(../img/content/ibwon01-ico04.png) no-repeat center 20%; }

@media only screen and (max-width:1260px) {
		.ibwon01-wrap .tits{ margin-bottom:30px;}
		.ibwon01-wrap { padding:30px 0px; border-radius:20px;}
		.ibwon01-wrap ul{padding:30px; margin:0 0px;}
		.ibwon01-wrap li { width: 25%; margin: 0 0 20px 0; font-weight:500; font-size: 20px; }
		.ibwon01-wrap li:after { content: ''; top: 80px; right: -20px; display: block; position: absolute; width: 40px; height: 40px; background: url(../img/content/ico-arrow.png) no-repeat 40% 100%; background-size:40px auto; }
		.ibwon01-wrap li:nth-child(4n) { margin: 0 0 20px 0; }
		.ibwon01-wrap li:last-child { margin: 0; }
		.ibwon01-wrap li:nth-child(4n):after { background: url() no-repeat 50% 100%; background-size: 50px auto; }
		.ibwon01-wrap li:before { width: 100%;  height:200px; }
		.hosp-list > li { margin: 15px 0 50px 0; }
		.hosp-list > li > span { width: 30%; font-size: 18px; }
		.hosp-list > li > .desc, .hosp-list > li > em { width: 64%; font-size: 15px; }
		.hosp-list > li > br { display: none; }
		.hosp-list > li img { width: 100%; max-width: 845px; margin: 5px 0 10px 0; }

		.ibwon01-wrap .tits h3{font-size:30px;}
		.ibwon01-wrap .tits p{font-size:16px; padding-top:20px;}
		.ibwon01-wrap li span{color: #555; font-weight:400; font-size: 15px; line-height: 15px; }
		}
	@media only screen and (max-width:999px) {
		}
	@media only screen and (max-width:680px) {
		.ibwon01-wrap {padding:0px 20px 50px;}
		.ibwon01-wrap .tits h3{font-size:20px;}
		.ibwon01-wrap .tits p{font-size:16px; padding-top:20px;}
		.ibwon01-wrap .tits p br{display: none;}
		.ibwon01-wrap li {width: 50%; margin: 0 0 20px 0;  font-size: 16px; padding-top: 80px; line-height: 20px; height: 120px;}
		.ibwon01-wrap li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height:190px; z-index: 99; border: 0px solid #eee; box-sizing: border-box; }
		.ibwon01-wrap li:after { display: none; }
		.ibwon01-wrap li span {font-size:14px; line-height: 20px;  padding-top: 30px;}
		
		.ibwon01-wrap li:nth-child(1):before { background: url(../img/content/ibwon01-ico01m.png) no-repeat center 10%; }
		.ibwon01-wrap li:nth-child(2):before { background: url(../img/content/ibwon01-ico02m.png) no-repeat center 10%; }
		.ibwon01-wrap li:nth-child(3):before { background: url(../img/content/ibwon01-ico03m.png) no-repeat center 10%; }
		.ibwon01-wrap li:nth-child(4):before { background: url(../img/content/ibwon01-ico04m.png) no-repeat center 10%; }



		}
	@media only screen and (max-width:480px) {
		.ibwon01-wrap {padding:0px 0px 50px;}
		.ibwon01-wrap ul{padding:30px; border-radius:20px;}

		}



/*=======================================================
  .ibwon02-wrap
=========================================================*/
.ibwon02-wrap{position:relative; padding:120px 0 150px; max-width:1440px; margin:0 auto; margin-top:50px;}
.ibwon02-wrap:after{border-bottom:0px solid #eee;box-sizing:Border-box; position:absolute; left:50%; width:20000px; top:0 ; height:100%; background:#f7f7f7; z-index:-1; display:block ;content:""; margin-left:-10000px;}

.ibwon02-wrap .tits{text-align:center;}
.ibwon02-wrap .tits h3{font-size:48px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em; }
.ibwon02-wrap .tits p{font-size:20px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px;}
.ibwon02-wrap .cont{margin-top:60px;}
.ibwon02-wrap .cont ul{margin:0 -10px}
.ibwon02-wrap .cont ul:after{display:block ;content:"";clear:both;}
.ibwon02-wrap .cont li{float:left;width:calc(25% - 20px);margin:0 10px;}
.ibwon02-wrap .cont li a{display:block;}
.ibwon02-wrap .cont li .img{border-radius:20px 20px 0px 0px; overflow:hidden;}
.ibwon02-wrap .cont li .img img{width:100%; height:300px; object-fit:cover;object-fit:cover; transform:scale(1.1);  transition:transform 1s cubic-bezier(.33,.02,0,.93)}
.ibwon02-wrap .cont li .txt{box-sizing:border-box; min-height:150px; background:#fff; padding:30px 10px; border-radius: 0px 0px 20px 20px; text-align:center}
.ibwon02-wrap .cont li .txt .btxt{font-size:24px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em; position:relative;}
.ibwon02-wrap .cont li .txt .stxt{font-size:16px; font-weight:400; color:#444; letter-spacing:-0.04em; line-height:1.4em; margin-top:12px;overflow: hidden; text-overflow: ellipsis;  display: -webkit-box;   -webkit-line-clamp:3; -webkit-box-orient: vertical; }

.ibwon02-wrap .cont li a:hover .img img{transform:scale(1.1) translateY(-4%)}

	@media only screen and (max-width:1440px){
	.ibwon02-wrap{ padding:100px 20px 100px;}
	.ibwon02-wrap .tits h3{font-size:40px; }
	.ibwon02-wrap .tits p{font-size:16px; line-height:1.6em;}
	}

	@media only screen and (max-width:1240px){
		.ibwon02-wrap{padding:70px 0}
		.ibwon02-wrap .tits h3{font-size:32px;} 

		.ibwon02-wrap .cont{margin-top:40px;}
		.ibwon02-wrap .cont li .txt{margin-top:0px; min-height:140px}
		.ibwon02-wrap .cont li .txt .btxt{font-size:22px;}
		.ibwon02-wrap .cont li .txt .stxt{font-size:15px;} 

		.ibwon02-wrap .cont li .img img{height:200px;}
		.ibwon02-wrap .cont li .txt{box-sizing:border-box; min-height:170px; background:#fff; padding:20px 10px;}
	}
	@media only screen and (max-width:1185px) {
		.ibwon02-wrap .cont li .txt{margin-top:0px; min-height:140px}
		.ibwon02-wrap .cont li .txt .btxt{font-size:19px;}
		.ibwon02-wrap .cont li .txt .stxt{font-size:15px;} 
		.ibwon02-wrap .cont li .txt .stxt br{display:none;} 
	}
	@media only screen and (max-width:999px) {
		.ibwon02-wrap{padding:50px 0}
		.ibwon02-wrap .tits h3{font-size:28px;}
		.ibwon02-wrap .cont{margin-top:30px;}
		.ibwon02-wrap .cont ul{margin:0 -10px}
		.ibwon02-wrap .cont li{width:calc(50% - 20px); margin:0 10px;}
		.ibwon02-wrap .cont li:nth-child(n+3){margin-top:20px;}
		.ibwon02-wrap .cont li .txt{margin-top:0px; min-height:120px}
		.ibwon02-wrap .cont li .txt .btxt{font-size:20px;}
		.ibwon02-wrap .cont li .txt .stxt{font-size:14px;} 
	}
	@media only screen and (max-width:680px) {
		.ibwon02-wrap .tits h3{font-size:24px;}
		.ibwon02-wrap .cont ul{margin:0 -5px}
		.ibwon02-wrap .cont li{width:calc(100% - 10px); margin:0 5px;}
		.ibwon02-wrap .cont li:nth-child(n+2){margin-top:20px;}
		.ibwon02-wrap .cont li .txt{min-height:100px}
		.ibwon02-wrap .cont li .txt .btxt{font-size:18px;}
		.ibwon02-wrap .cont li .txt .stxt{font-size:15px; margin-top:10px;} 
	}
	@media only screen and (max-width:480px) {
		.ibwon02-wrap .tits h3{font-size:20px;}
		.ibwon02-wrap .cont li .txt{min-height:90px}
		.ibwon02-wrap .tits p{font-size:16px; font-weight:400;line-height:1.4em; padding-top:20px;}
		.ibwon02-wrap .tits p br{display:none;}

		.ibwon02-wrap .cont li .img img{ height:200px; }
	}


/*=======================================================
  .ibwon03-wrap
=========================================================*/
.ibwon03-wrap{padding:150px 200px;}
.ibwon03-wrap:after{display:block; content:"";clear:both; background:#eeeadf;}

.ibwon03-wrap .tits{text-align:center;}
.ibwon03-wrap .tits h3{font-size:48px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em; }
.ibwon03-wrap .tits p{font-size:20px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px; padding-bottom:50px;}

.ibwon03-wrap .fl{float:left; width:50%}
.ibwon03-wrap .fr{float:right; width:50%; padding:77px 0px; background:#f7f7f7;border-radius:0px 20px 20px 0;}



.ibwon03-wrap .fl h3{font-size:24px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:45px; padding-left:10px;}
.ibwon03-wrap .fl .item{}
.ibwon03-wrap .fl .item .tit{ line-height:61px; padding-right:100px;font-size:20px; color:#111; letter-spacing:-0.03em; padding-left:10px;}
.ibwon03-wrap .fl .item .img{border-radius:20px 0 0 20px; overflow:hidden;}
.ibwon03-wrap .fl .item .img img{width:100%; height:600px;}

.ibwon03-wrap .fl .slick-dots{position:absolute; right:0;  width:100%; text-align:center; height:8px;  z-index:2855; box-sizing:border-box;text-align:center; top:27px;}
.ibwon03-wrap .fl .slick-dots ul{height:auto;text-align:right; height:8px; padding-right:15px;}
.ibwon03-wrap .fl .slick-dots ul:after{display:block; content:"";clear:both;}
.ibwon03-wrap .fl .slick-dots li{float:none; display:inline-block;vertical-align:top;width:8px;height:8px; text-align:left;position:relative; margin:0;padding:0;}
.ibwon03-wrap .fl .slick-dots li:nth-child(n+2){margin-left:5px}
.ibwon03-wrap .fl .slick-dots li button{background:#d0d0d0; border:none; height:8px; width:8px;border-radius:100%; margin:0 ;padding:0; display:block;}
.ibwon03-wrap .fl .slick-dots li.slick-active button{background:#111;}

	@media only screen and (max-width:1440px){
		.ibwon03-wrap{padding:100px 20px;}
		.ibwon03-wrap .tits h3{font-size:40px; }
	}

	@media only screen and (max-width:1240px){
		.ibwon03-wrap .tits h3{font-size:36px; }
		.ibwon03-wrap .fl h3{font-size:22px; line-height:40px}
		.ibwon03-wrap .fl .item .tit{font-size:18px; padding-right:90px; line-height:55px;}

		.ibwon03-wrap .fl .slick-dots{top:24px}
	}
	@media only screen and (max-width:1185px) {
		.ibwon03-wrap .tits h3{font-size:30px; }
		.ibwon03-wrap .tits p{font-size:16px; padding-top:20px;}
		.ibwon03-wrap .fl .item .img img{ height:430px;}

		.ibwon03-wrap .fr{ padding:25px 0px;}

	}
	@media only screen and (max-width:999px) {
		.ibwon03-wrap .tits h3{font-size:28px; }
		.ibwon03-wrap .fl h3{font-size:20px; padding-left:0;}
		.ibwon03-wrap .fl .item .tit{padding-left:0;font-size:16px;line-height:50px; padding-right:80px; }
		.ibwon03-wrap .fl .item .img img{ height:350px;}
		.ibwon03-wrap .fl .slick-dots{top:20px}
	}
	@media only screen and (max-width:768px) {
	.ibwon03-wrap .fl .item .img{border-radius:20px 20px 0px 0px;}
	.ibwon03-wrap .fr{border-radius:0px 0px 20px 20px;}
	}
	@media only screen and (max-width:680px) {
		.ibwon03-wrap .tits h3{font-size:24px; }
		.ibwon03-wrap .tits p{font-size:16px; padding-top:20px; padding-bottom:20px; }
		.ibwon03-wrap .tits p br{display:none;}

		.ibwon03-wrap .fl .item .tit{font-size:14px;line-height:45px; padding-right:70px; }
		.ibwon03-wrap .fl .item .img img{ height:200px;}
		.ibwon03-wrap .fl .slick-dots{top:18px; height:6px;}
		.ibwon03-wrap .fl .slick-dots ul{height:6px; padding-right:10px;}
		.ibwon03-wrap .fl .slick-dots li{width:6px;height:6px;}
		.ibwon03-wrap .fl .slick-dots li button{width:6px;height:6px;}
	}
	@media only screen and (max-width:480px) {
		.ibwon03-wrap .fl h3{line-height:30px;}
		.ibwon03-wrap .fl .item .img{border-radius:20px 20px 0px 0px;}
		.ibwon03-wrap .fr{ width:50%; padding:20px 0px; border-radius:0px 0px 20px 20px;}
		.ibwon03-wrap .tits h3{font-size:20px; }
	}



.ibwon03-wrap .fr h3{font-size:36px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:45px; text-align:center;}
/*.ibwon03-wrap .fr h3 span{display:inline-block;vertical-align:top; padding-right:58px; background:url(../img/main/msec02-ico01.jpg) no-repeat right center; background-size:auto 100% }*/
.ibwon03-wrap .fr ul{margin-top:0px; padding:0 100px;}
.ibwon03-wrap .fr ul li{border-bottom:1px solid #ccc; text-align:center;}
.ibwon03-wrap .fr ul li:nth-child(3){border-bottom:1px solid #f7f7f7; }
.ibwon03-wrap .fr ul li a{display:block; padding:36px 0; color:#000; transform:scale(1);  transition:transform 1s cubic-bezier(.33,.02,0,.93)}
.ibwon03-wrap .fr ul li .btxt{font-size:33px; font-weight:700; color:#000;  letter-spacing:-0.03em; line-height:1.1em; margin-top:10px; }
.ibwon03-wrap .fr ul li .stxt{font-size:20px; font-weight:400; color:#111; letter-spacing:-0.03em; line-height:1.5em; }

	@media only screen and (max-width:1240px){
		.ibwon03-wrap{padding:70px 0}
		.ibwon03-wrap .fr{float:left; width:calc(100% - 570px)}

		.ibwon03-wrap .fl{float:right; width:540px}

		.ibwon03-wrap .fr h3{font-size:32px; line-height:40px;}
		.ibwon03-wrap .fr h3 span{padding-right:52px;}

		.ibwon03-wrap .fr ul{margin-top:0px;}
		.ibwon03-wrap .fr ul li a{}
		.ibwon03-wrap .fr ul li .btxt{font-size:20px;}
		.ibwon03-wrap .fr ul li .stxt{font-size:18px; margin-top:10px;}
	}
	@media only screen and (max-width:1185px) {
		.ibwon03-wrap .fr{float:right; width:calc(100% - 512px)}
		.ibwon03-wrap .fl{float:left; width:512px}
		.ibwon03-wrap .fr ul li a{padding:24px 0}
	}
	@media only screen and (max-width:999px) {
		.ibwon03-wrap{padding:50px 0}
		.ibwon03-wrap .fr{float:none; width:auto}
		.ibwon03-wrap .fl{float:none; width:auto; margin-top:30px;}

		.ibwon03-wrap .fr h3{font-size:28px;}
		.ibwon03-wrap .fr ul{margin-top:0px;}
		.ibwon03-wrap .fr ul li a{padding:20px 0}
		.ibwon03-wrap .fr ul li .btxt{font-size:20px;}
		.ibwon03-wrap .fr ul li .stxt{font-size:16px; margin-top:7px;}
	}
	@media only screen and (max-width:680px) {
		.ibwon03-wrap .fr h3{font-size:24px;line-height:35px;}
		.ibwon03-wrap .fr h3 span{padding-right:45px;}
		
		.ibwon03-wrap .fr ul{margin-top:10px; padding:0 20px;}
		.ibwon03-wrap .fr ul li a{padding:16px 0}
		.ibwon03-wrap .fr ul li .btxt{font-size:16px;}
		.ibwon03-wrap .fr ul li .stxt{font-size:14px; margin-top:5px;}


	}
	@media only screen and (max-width:480px) {
		.ibwon03-wrap .fr h3{font-size:20px;line-height:30px;}
		.ibwon03-wrap .fr h3 span{padding-right:40px;}

		.ibwon03-wrap .fr ul{margin-top:0px;}
	}


/*=======================================================
  .ibwon04-wrap
=========================================================*/
.ibwon04-wrap{margin-top:0px;position:Relative;  background:url(../img/content/ibwon04-bg.jpg-) no-repeat center center; background-size:cover; padding:120px 0 0px}
.ibwon04-wrap:after{box-sizing:Border-box; position:absolute; left:50%; width:20000px; top:0 ; height:100%; z-index:-1; display:block ;content:"";  margin-left:-10000px;}
.ibwon04-wrap .tits{text-align:center;}
.ibwon04-wrap .tits h3{font-size:36px; color:#000; line-height:1.3em; font-weight:400; }
.ibwon04-wrap .tits h3 span{font-size:48px; color:#000; line-height:1.3em; font-weight:700; }
.ibwon04-wrap .tits p{margin-top:10px;font-size:20px; font-weight:400; display:inline-block;vertical-align:top;color:#000;line-height:40px ;border-bottom:1px solid #fff;}

.ibwon04-wrap .ov{ max-width:1440px; margin:0 auto; padding:0 20px;box-sizing:border-box; margin-top:50px;}
.ibwon04-wrap .ov:after{display:block; content:"";clear:both}
.ibwon04-wrap .ov .fl{float:left; width:50%; box-sizing:border-box; padding:40px 0px; min-height:342px;}
.ibwon04-wrap .ov .fr{float:right; width:50%; box-sizing:border-box;padding:70px 40px;position:Relative; min-height:342px;}
.ibwon04-wrap .ov .fr:before{width:1px;height:100%; background:#fff; display:block; content:""; position:Absolute ;left:-1px; top:0; opacity:0.1}

.ibwon04-wrap .ov .fl ul{text-align:center; margin:0 -1%}
.ibwon04-wrap .ov .fl ul:after{display:block; content:"";clear:both}
.ibwon04-wrap .ov .fl li{/*float:left;margin-left:20px; width:140px; */ float:left; width:23%; margin:0 1%; height:130px;position:relative; padding-top:20px; background:#f7f7f7; border-radius: 20px; /*box-shadow: 0 4px 30px rgb(0 0 0 / 10%); backdrop-filter: blur(6.6px); -webkit-backdrop-filter: blur(6.6px);*/}
/*.ibwon04-wrap .ov .fl li:nth-child(4n+1){margin-left:0;}
.ibwon04-wrap .ov .fl li:nth-child(n+5){margin-top:20px;}*/
.ibwon04-wrap .ov .fl li:nth-child(n+5){margin-top:2%}
.ibwon04-wrap .ov .fl li .img img{  }
.ibwon04-wrap .ov .fl li .txt{text-align:center; margin-top:10px;font-size:18px; color:#000; line-height:1.3em; letter-spacing:-0.03em; font-weight:400;}

.ibwon04-wrap .ov .fr p{font-size:17px;color:#000; line-height:1.9em; letter-spacing:-0.03em; font-weight:400; opacity:1}
.ibwon04-wrap .ov .fr .txt .btxt{font-size:30px;color:#000; line-height:1.6em; letter-spacing:-0.03em; font-weight:700;}
.ibwon04-wrap .ov .fr p:nth-child(n+2){margin-top:40px;}
	@media only screen and (max-width:1400px) {
		.ibwon04-wrap{margin-top:0px; padding:50px 0}
		.ibwon04-wrap .tits h3{font-size:38px;}
		.ibwon04-wrap .tits p{margin-top:7px;font-size:14px;}

		.ibwon04-wrap .ov .fl li{width:23%;}
		.ibwon04-wrap .ov .fr p br{display:none;}
		.ibwon04-wrap .ov .fl li .txt{width:100%;}
		.ibwon04-wrap .tits h3 span{font-size:38px;}
		.ibwon04-wrap .ov .fr .txt .btxt{font-size:24px; line-height:1.4em;}
	}
	@media only screen and (max-width:1100px) {
		.ibwon04-wrap .tits h3{font-size:24px;}
		.ibwon04-wrap .tits h3 span{font-size:30px;}
		.ibwon04-wrap .ov .fl li .txt{font-size:14px; }
		.ibwon04-wrap .ov{ margin-top:0px;}
		.ibwon04-wrap .ov .fl li{height:120px;border-radius: 15px;}
	
	}
	@media only screen and (max-width:999px) {
		.ibwon04-wrap{margin-top:0px;padding:70px 0 0px;}
		.ibwon04-wrap .tits h3{font-size:24px;}
		.ibwon04-wrap .tits h3 span{font-size:24px;}
		.ibwon04-wrap .tits p{margin-top:5px;font-size:13px; line-height:35px;}
		
		.ibwon04-wrap .ov{margin-top:50px;}
		.ibwon04-wrap .ov .fl{float:none; width:auto; padding:0 0px; min-height:auto;}
		.ibwon04-wrap .ov .fl{max-width:580px; margin:0 auto;}
		.ibwon04-wrap .ov .fl li{height:100px;border-radius: 15px;}
		.ibwon04-wrap .ov .fl li:nth-child(n+5){margin-top:10px;}
		.ibwon04-wrap .ov .fl li .img {text-align:center;}
		.ibwon04-wrap .ov .fl li .img img{width:40px}
		.ibwon04-wrap .ov .fl li .txt{font-size:14px; margin:0 auto; margin-top:7px;}

		.ibwon04-wrap .ov .fr{float:none; width:auto; margin-top:40px; padding:0 10px;text-align:center; padding-top:40px; border-top:1px solid rgba(255,255,255,0.2);  min-height:auto;}
		.ibwon04-wrap .ov .fr:before{display:none;}
		.ibwon04-wrap .ov .fr p{font-size:14px;}
		.ibwon04-wrap .ov .fr p:nth-child(n+2){margin-top:20px;}

		.ibwon04-wrap .ov .fr .txt .btxt{font-size:20px;}

	}
	@media only screen and (max-width:680px) {
		.ibwon04-wrap{margin-top:0px;padding:30px 0}
		.ibwon04-wrap .tits h3{font-size:24px;}
		.ibwon04-wrap .tits h3 span{font-size:28px; }

		.ibwon04-wrap .ov .fl li .img img{width:30px}
		.ibwon04-wrap .ov .fl li{height:90px;  border-radius:10px;}
		.ibwon04-wrap .ov .fr .txt .btxt{font-size:20px;}

		.ibwon04-wrap .ov .fr{min-height:auto;}

	}
	@media only screen and (max-width:480px) {
		.ibwon04-wrap .ov{ padding:0 0px; margin-top:30px;}
		.ibwon04-wrap .tits h3{font-size:18px;}
		.ibwon04-wrap .tits h3 span{font-size:24px; }
		
	}



/*=======================================================
    .ibwon05-wrap 
=========================================================*/

.ibwon05-wrap{max-width:1440px;box-sizing:border-box; padding:70px 20px 100px; margin:0 auto;  position:Relative;}
.ibwon05-wrap:after{position:absolute; left:50%;margin-left:-10000px; top:0; height:100%; width:20000px; display:block; content:""; background:#fff; z-index:-1;}

.ibwon05-wrap .txt{ position:Relative;}
.ibwon05-wrap .txt h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:36px; position:absolute; left:0; top:0;}

.ibwon05-wrap .txt .img{ border-radius:30px; overflow:hidden; position:absolute; right:0; top:0; padding-left:700px; }
.ibwon05-wrap .txt .img img{border-radius:30px; width:100%; /*object-fit:cover;object-fit:cover; transform:scale(1.1);  transition:transform 1s cubic-bezier(.33,.02,0,.93)*/}

.ibwon05-wrap ul li{position:relative; padding-right:40px; padding: 1.5rem 1.0rem; border-radius:20px; background-color: #fff; border: 1px solid #ddd; width:620px}
.ibwon05-wrap ul li:nth-child(n+2){margin-top:10px;  }
.ibwon05-wrap ul li:before{width:90px;height:90px; position:absolute ;left:40px; top:0; display:block ;content:""}
.ibwon05-wrap ul li .btxt{font-size:20px ;font-weight:600; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.ibwon05-wrap ul li .btxt span{ color:#60945e; font-weight:700; padding:0px 15px;}
.ibwon05-wrap ul li .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.ibwon05-wrap ul li:nth-child(1):before{background:url(../img/content/biz-hico01.jpg) no-repeat}
.ibwon05-wrap ul li:nth-child(2):before{top:60px;background:url(../img/content/biz-hico02.jpg) no-repeat}
.ibwon05-wrap ul li:nth-child(3):before{top:60px;background:url(../img/content/biz-hico03.jpg) no-repeat}

	@media only screen and (max-width:1440px) {	
		.ibwon05-wrap{padding:80px 20px; margin-top:0px}
		.ibwon05-wrap .txt{padding-left:0px}
		.ibwon05-wrap .txt h3{font-size:32px;}

		.ibwon05-wrap ul li{padding-left:20px}
		.ibwon05-wrap ul li:before{width:80px;height:80px;left:30px; background-size:100% auto !important}
		.ibwon05-wrap ul li .btxt{font-size:18px;}
		.ibwon05-wrap ul li .stxt{font-size:16px} 
	}
	@media only screen and (max-width:1200px) {
		.ibwon05-wrap .txt{padding-left:0px}
		.ibwon05-wrap{padding:50px 20px;}
		.ibwon05-wrap .txt .img{ border-radius:20px; padding-left:505px; }

		.ibwon05-wrap ul li .btxt{font-size:16px;}
		.ibwon05-wrap ul li{ padding: 0.9rem 1.0rem; border-radius:10px;  width:450px}
		.ibwon05-wrap .txt .img img{border-radius:20px;}
	}
	@media only screen and (max-width:999px) {
		.ibwon05-wrap{padding:40px 20px; margin-top:0px;}
		.ibwon05-wrap .txt{padding-left:0}
		.ibwon05-wrap .txt h3{font-size:28px;position:relative; left:auto; top:auto;}
		
		.ibwon05-wrap ul {margin-top:0px;}
		.ibwon05-wrap ul li{padding-left:0px}
		.ibwon05-wrap ul li:nth-child(n+2){margin-top:10px; padding-top:10px;}
		.ibwon05-wrap ul li:before{width:50px;height:50px;left:20px}
		.ibwon05-wrap ul li .btxt{font-size:16px;}
		.ibwon05-wrap ul li .stxt{font-size:15px; margin-top:10px;} 

		.ibwon05-wrap ul li:nth-child(2):before{top:40px;}
	}
	
	@media only screen and (max-width:680px) {
		.ibwon05-wrap{padding:20px 0px; margin-top:0px;}
		.ibwon05-wrap .txt h3{font-size:24px;}

		.ibwon05-wrap ul {margin-top:30px;}
		.ibwon05-wrap ul li{padding-left:100px}
		.ibwon05-wrap ul li:nth-child(n+2){margin-top:30px; padding-top:30px;}
		.ibwon05-wrap ul li:before{width:50px;height:50px;left:10px}
		.ibwon05-wrap ul li .btxt{font-size:20px;}
		.ibwon05-wrap ul li .stxt{font-size:14px} 
	}
	@media only screen and (max-width:480px) {
		.ibwon05-wrap .txt h3{font-size:20px;}

		.ibwon05-wrap ul li{padding-left:0px;  width:100%; padding: 0.5rem 0rem;}
		.ibwon05-wrap ul li:before{left:0}
		.ibwon05-wrap ul li:nth-child(n+2){margin-top:10px; padding-top:10px;}
		.ibwon05-wrap ul li .btxt{font-size:14px;}
		.ibwon05-wrap ul li .stxt{font-size:13px} 

		.ibwon05-wrap .txt .img{ border-radius:20px; overflow:hidden; position:relative; left:0; top:0; padding-left:0px; margin-top:20px; }
		.ibwon05-wrap ul li .btxt span{ padding-right:10px; padding-left:10px;}

	}





/*=======================================================
    .chiyo01-wrap
=========================================================*/
.chiyo01-wrap {position:relative; padding:0px 0 120px; max-width:1440px; margin:0 auto;}
.chiyo01-wrap .tits{text-align:center; margin-bottom:70px;}
.chiyo01-wrap .tits h3{font-size:40px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.chiyo01-wrap .tits p{font-size:20px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px;}


.chiyo01-wrap .step { position: relative; margin: 0 auto; width: 100%; overflow: hidden; box-sizing: border-box;  padding:70px; border-radius:30px;  background:#f9f9f9;}
.chiyo01-wrap .step li { position: relative; float: left; margin: 0 3% 0 0%; width: 22%; height: 200px; box-sizing: border-box; color: #555; font-weight: 400; font-size: 17px; padding-top: 130px; text-align: center; line-height: 26px; }
.chiyo01-wrap .step li span { color: #171A19; font-weight: 700; font-size: 24px; line-height: 40px; }
.chiyo01-wrap .step li:after { content: ''; top: 35px; right: -53px; display: block; position: absolute; width: 60px; height: 60px; background: url(../img/content/ico-arrow.png) no-repeat 50% 100%; background-size: 40px auto; }
.chiyo01-wrap .step li:nth-child(4n), .chiyo01-wrap .step li:last-child { margin: 0 0 0 0%; }
.chiyo01-wrap .step li:nth-child(4n):after, .chiyo01-wrap .step li:last-child:after { background: none; }
.chiyo01-wrap .step li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 280px; height: 160px; z-index: 99; border: 0px solid #e2e7ed; box-sizing: border-box; }
.chiyo01-wrap .step li:nth-child(1):before { background: url(../img/content/ico-step01.png) no-repeat center 20%; }
.chiyo01-wrap .step li:nth-child(2):before { background: url(../img/content/ico-step02.png) no-repeat center 20%; }
.chiyo01-wrap .step li:nth-child(3):before { background: url(../img/content/ico-step03.png) no-repeat center 20%; }
.chiyo01-wrap .step li:nth-child(4):before { background: url(../img/content/ico-step04.png) no-repeat center 20%; }


	@media only screen and (max-width:1260px) {
		.chiyo01-wrap {padding:0px 0 70px; }
		.chiyo01-wrap .tits{ margin-bottom:30px;}
		.chiyo01-wrap .tits h3{font-size:30px;}
		.chiyo01-wrap .tits p{font-size:16px; padding-top:20px;}
		.chiyo01-wrap .step { padding:30px 0px; border-radius:20px;}

		.chiyo01-wrap .step  li { width: 25%; margin: 0 0 20px 0;  font-weight:500; font-size: 15px; }
		.chiyo01-wrap .step  li:after {  content: ''; top: 80px; right: -20px; display: block; position: absolute; width: 40px; height: 40px; background: url(../img/content/ico-arrow.png) no-repeat 40% 100%; background-size: 40px auto;   }
		.chiyo01-wrap .step  li:nth-child(4n) { margin: 0 0 20px 0; }
		.chiyo01-wrap .step  li:last-child { margin: 0; }
		.chiyo01-wrap .step  li:nth-child(4n):after { background: url() no-repeat 50% 100%; background-size: 50px auto; }
		.chiyo01-wrap .step  li:before { width: 100%; }
		.hosp-list > li { margin: 15px 0 50px 0; }
		.hosp-list > li > span { width: 30%; font-size: 18px; }
		.hosp-list > li > .desc, .hosp-list > li > em { width: 64%; font-size: 15px; }
		.hosp-list > li > br { display: none; }
		.hosp-list > li img { width: 100%; max-width: 845px; margin: 5px 0 10px 0; }

		.chiyo01-wrap .step li span { font-weight: 500; font-size: 20px; line-height: 20px; }
		}


	

	@media only screen and (max-width:999px) {
		}
	@media only screen and (max-width:680px) {
		.chiyo01-wrap {padding:0px 0 50px;}
		.chiyo01-wrap .tits h3{font-size:20px;}
		.chiyo01-wrap .tits p{font-size:16px; padding-top:20px;}
		.chiyo01-wrap .tits p br{display: none;}
		.chiyo01-wrap .step  li {width:50%; margin: 0 0 20px 0;  font-size: 14px; padding-top: 65px; line-height: 20px; height: 120px;}
		.chiyo01-wrap .step  li:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height:190px; z-index: 99; border: 0px solid #eee; box-sizing: border-box; }
		.chiyo01-wrap .step  li:after { display: none; }
		.chiyo01-wrap .step  li span {font-size:16px; line-height: 30px; }
		
		.chiyo01-wrap .step  li:nth-child(1):before { background: url(../img/content/ico-step01m.png) no-repeat center 10%; }
		.chiyo01-wrap .step  li:nth-child(2):before { background: url(../img/content/ico-step02m.png) no-repeat center 10%; }
		.chiyo01-wrap .step  li:nth-child(3):before { background: url(../img/content/ico-step03m.png) no-repeat center 10%; }
		.chiyo01-wrap .step  li:nth-child(4):before { background: url(../img/content/ico-step04m.png) no-repeat center 10%; }

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

		}

/*=======================================================
    .chiyo02-wrap
=========================================================*/

.chiyo02-wrap{position:relative; padding:100px 0 100px; max-width:1440px; margin:0 auto; }
.chiyo02-wrap:after{border-bottom:0px solid #eee; box-sizing:Border-box; position:absolute; left:50%; width:20000px; top:0 ; height:100%; background:#f7f7f7; z-index:-1; display:block ;content:""; margin-left:-10000px;}

.chiyo02-wrap h3{font-size:48px; color:#000; line-height:1.3em; font-weight:700; text-align:center; position:relative; margin-bottom:50px; }
.chiyo02-wrap h3:after{width:24px;height:0px;background:#333; left:50%;margin-left:-12px; bottom:-20px; display:block; content:""; position:absolute;}



.chiyo02-wrap ul{margin:0 -0.5%}
.chiyo02-wrap ul:after{display:block; content:"";clear:both}
.chiyo02-wrap li{float:left; width:49%; margin:0 0.5%; position:relative;}
.chiyo02-wrap li:nth-child(n+3){margin-top:1.5%}
.chiyo02-wrap li span {margin-left:20px; width: 36px; height: 36px; line-height: 36px; background: #4bb36e; border-radius: 100%; text-align: center; font-size: 15px; font-weight: 500; color: #fff; position: absolute; left: 0; top: 20px;}

.chiyo02-wrap li .stxt{font-size:20px; color:#333; line-height:1.2em; background:rgba(255,255,255,1); border:1px solid #fff; padding:25px 70px; border-radius:20px;}
	
	@media only screen and (max-width:1440px){
		.chiyo02-wrap{padding:100px 20px 100px; }
		.chiyo02-wrap h3{font-size:38px; }
	}

	@media only screen and (max-width:1240px){
		.chiyo02-wrap{padding:70px 20px 70px; }
		.chiyo02-wrap h3{font-size:30px;  margin-bottom:20px; }
		.chiyo02-wrap li .btxt{height:160px;}
		.chiyo02-wrap li .stxt{margin-top:10px;}

		.chiyo02-wrap li span {margin-left:10px; width: 30px; height: 30px; line-height: 30px;  font-size: 14px;  top: 25px;}
		.chiyo02-wrap li .stxt{font-size:15px; padding:20px 50px; border-radius:10px;}
		.chiyo02-wrap li:nth-child(n+3){margin-top:0.5%}

		.chiyo02-wrap li:nth-child(1) .btxt{background-size:160px auto;}
		.chiyo02-wrap li:nth-child(2) .btxt{background-size:160px auto;}
	}
	@media only screen and (max-width:999px){
		.chiyo02-wrap{padding:70px 0;}
		.chiyo02-wrap h3{font-size:24px;margin-bottom:30px;}
		.chiyo02-wrap h3:after{width:18px; margin-left:-9px; bottom:-15px;}
		
		.chiyo02-wrap li .btxt{height:140px;}
		.chiyo02-wrap li .stxt{margin-top:10px;font-size:14px; padding:12px 0px 12px 45px;}
		.chiyo02-wrap li:nth-child(n+3){margin-top:0.1%}
		.chiyo02-wrap li span {margin-left:10px; font-size: 13px;  top: 15px;}

		/*.chiyo02-wrap li:nth-child(1){margin-right:-10px;}
		.chiyo02-wrap li:nth-child(2){margin-left:-10px;}*/

		.chiyo02-wrap li:nth-child(1) .btxt{background-size:140px auto;}
		.chiyo02-wrap li:nth-child(2) .btxt{background-size:140px auto;}
	}
	@media only screen and (max-width:680px){
		.chiyo02-wrap{padding:50px 0;}
		.chiyo02-wrap h3{font-size:23px;margin-bottom:20px;}
		
		.chiyo02-wrap li{display:block ; width:94%;}
		.chiyo02-wrap li:nth-child(1){margin-right:0;}
		.chiyo02-wrap li:nth-child(2){margin-top:5px;margin-left:0;}
		
		.chiyo02-wrap li .btxt{height:120px;}
		.chiyo02-wrap li .stxt{display:inline-block;vertical-align:top;font-size:14px; padding:10px 0px; padding-left:40px; width:94%;}
		.chiyo02-wrap li span {margin-left:0px;}

		.chiyo02-wrap li:nth-child(1) .btxt{background-size:120px auto;}
		.chiyo02-wrap li:nth-child(2) .btxt{background-size:120px auto;}
	}
	@media only screen and (max-width:480px){
		.chiyo02-wrap h3{font-size:24px;}
		.chiyo02-wrap li .btxt{height:100px;}
		.chiyo02-wrap li:nth-child(1) .btxt{background-size:100px auto;}
		.chiyo02-wrap li:nth-child(2) .btxt{background-size:100px auto;}
	}



/* =====================================
   chiyo03-wrap
===================================== */

.chiyo03-wrap{position:relative; max-width:1440px; padding:50px 0px 120px; box-sizing:border-box; margin:0 auto; }
.chiyo03-wrap:before{width:30px;height:100%; position:absolute;right:-80px; bottom:0; display:block; content:"";background:url(../img/content/about-intxt.jpg) no-repeat right bottom;}
.chiyo03-wrap:after{box-sizing:Border-box; position:absolute; left:50%; width:20000px; top:0 ; height:100%; background:#f7f7f7; z-index:-1; display:block ;content:""; margin-left:-10000px;}
/*.chiyo03-wrap:after{display:block; content:"";clear:both;}*/

.chiyo03-wrap h3{font-size:48px; color:#000; line-height:1.3em; font-weight:700; text-align:center; position:relative; margin-bottom:50px;  }

.chiyo03-wrap .cont {padding:50px 50px 50px 100px; background:#fff;  border-radius:20px; height:400px;}

.chiyo03-wrap .txt{float:left; width:50%; padding-top:70px; }
.chiyo03-wrap .txt h3{font-weight:100; color:#111; font-size:36px; line-height:1.3em;letter-spacing:-0.03em; text-align:left;}
.chiyo03-wrap .txt h3 i{display:block;font-weight:600;line-height:1.2em; letter-spacing:-0.01em; display:block; font-size:18px;text-transform:uppercase; margin-bottom:10px;}
.chiyo03-wrap .txt h3 span{font-weight:500;}
.chiyo03-wrap .txt p{margin-top:45px;font-size:18px; color:#333; font-weight:400; line-height:1.55em; letter-spacing:-0.03em;}



.chiyo03-wrap .img{float:right;width:40%; padding-left:122px;}
.chiyo03-wrap .img img{width:100%;height:400px;object-fit:cover; border-radius:20px;}


	@media only screen and (max-width:1400px) {
		.chiyo03-wrap{padding:50px 20px 100px; }
		.chiyo03-wrap .txt h3{font-size:36px;}
		.chiyo03-wrap .txt h3 i{font-size:17px;}
		.chiyo03-wrap .txt p{margin-top:35px;font-size:17px;}
		.chiyo03-wrap .img img{height:400px;}
		.chiyo03-wrap h3{font-size:38px; margin-bottom:50px;}

		.chiyo03-wrap .cont {padding:50px 50px 50px 50px; height:400px;}
	}
	@media only screen and (max-width:1100px) {
		.chiyo03-wrap h3{font-size:30px; margin-bottom:30px;}
		.chiyo03-wrap .txt h3{font-size:24px;}
		.chiyo03-wrap .txt p{margin-top:20px;font-size:16px;}
		.chiyo03-wrap .cont {padding:30px; height:300px;}
		.chiyo03-wrap .txt{padding-top:50px; }

		.chiyo03-wrap .img{width:40%; padding-left:50px;}
		.chiyo03-wrap .img img{height:300px;border-radius:10px;}
	
	}
	@media only screen and (max-width:999px) {
		.chiyo03-wrap h3{font-size:24px;}
		.chiyo03-wrap .txt{float:none; width:auto;}
		.chiyo03-wrap .txt h3{font-size:20px;}
		.chiyo03-wrap .txt h3 i{font-size:16px; margin-bottom:5px;}
		.chiyo03-wrap .txt h3 br{display:none;}
		.chiyo03-wrap .txt p{margin-top:25px;font-size:15px; }
		.chiyo03-wrap .txt p br{display:none;}

		.chiyo03-wrap .txt{padding-top:0px; }

		.chiyo03-wrap .img{float:none;width:auto; margin-top:20px;  padding-right:0px; padding-left:0px;}
		.chiyo03-wrap .img img{height:150px}
	}
	@media only screen and (max-width:680px) {
		.chiyo03-wrap .txt h3{font-size:30px;}
		.chiyo03-wrap .txt h3 i{font-size:15px;}
		.chiyo03-wrap .txt p{margin-top:15px;font-size:15px; }

		.chiyo03-wrap .txt p:after {display:none;}


		.chiyo03-wrap .img img{height:340px}
	}
	@media only screen and (max-width:480px) {
		.chiyo03-wrap .txt h3{font-size:20px;}
		.chiyo03-wrap .txt h3 i{font-size:14px;}
		.chiyo03-wrap .img{width:100%; padding-right:0px;}
		.chiyo03-wrap .img img{height:200px;;}
		.chiyo03-wrap h3{font-size:24px; margin-bottom:20px;  }

		.chiyo03-wrap .cont {padding:30px;  height:400px;}
		.chiyo03-wrap .txt{ padding-top:0px; }
		.chiyo03-wrap .img{float:left; width:100%; padding-left:0px;margin-top:10px; }

		.chiyo03-wrap{padding:50px 0px 50px; }
	}



/* =====================================
   chiyo04-wrap
===================================== */

.chiyo04-wrap{position:relative; padding:100px 50px 100px; background:#f2f2f2;  border-radius:20px; margin-top:120px;}
/*.chiyo04-wrap:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f2f2; display:block ;content:"";z-index:-1;}*/
.chiyo04-wrap .info{/*position:Relative; padding-left:calc(50% + 40px);*/ text-align:center; }
.chiyo04-wrap .info h3{font-size:48px; /*position:absolute ;  left:0; top:0; */ color:#000; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;}
.chiyo04-wrap .info .txt .btxt{font-size:24px ;font-weight:700; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:20px;}
.chiyo04-wrap .info .txt .stxt{font-size:20px ;font-weight:400; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:20px;}

.chiyo04-wrap .activity{margin-top:100px;} 
.chiyo04-wrap .activity h4{font-size:28px;color:#111; letter-spacing:-0.03em; line-height:1.3em; font-weight:700; margin-bottom:20px;}
.chiyo04-wrap .activity ul{ margin:0 -0.5% display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.chiyo04-wrap .activity ul:after{display:block; content:"";clear:both}
.chiyo04-wrap .activity li{float:left; width:calc(50% - 60px); margin:0 30px; background:#fff; border-radius:20px;display:flex; display:-webkit-flex;  box-sizing:border-box; padding:50px; text-align:lefr;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.chiyo04-wrap .activity li:nth-child(n+3){margin-top:60px;}



.chiyo04-wrap .activity li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.chiyo04-wrap .activity li .txt{position:relative; padding-top:100px; width:100%;}
.chiyo04-wrap .activity li .txt:before{position:absolute ;left:0; top:0; width:100%; height:100px; display:block ;content:""; background-size:auto 70% !Important;}
.chiyo04-wrap .activity li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.chiyo04-wrap .activity li .txt .stxt{margin-top:15px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.chiyo04-wrap .activity li:nth-child(1) .txt:before{background:url(../img/content/chiyo04-ico01.png) no-repeat left top;}
.chiyo04-wrap .activity li:nth-child(2) .txt:before{background:url(../img/content/chiyo04-ico02.png) no-repeat left top;}
.chiyo04-wrap .activity li:nth-child(3) .txt:before{background:url(../img/content/chiyo04-ico03.png) no-repeat left top;}
.chiyo04-wrap .activity li:nth-child(4) .txt:before{background:url(../img/content/chiyo04-ico04.png) no-repeat left top;}
	@media only screen and (max-width:1480px){
		.chiyo04-wrap .info h3{font-size:32px;}
		.chiyo04-wrap .info .txt .btxt{font-size:18px ;}
		.chiyo04-wrap .info .txt .stxt{font-size:16px ;}
		.chiyo04-wrap .info .txt .stxt br{/*display:none;*/}

		.chiyo04-wrap .activity h4{font-size:26px}
		.chiyo04-wrap .activity ul{ margin:0 -15px}
		.chiyo04-wrap .activity li{min-height:350px; width:calc(25% - 30px); margin:0 15px; padding:30px 30px 20px 30px;}
		.chiyo04-wrap .activity li .txt{padding-top:70px;}
		.chiyo04-wrap .activity li .txt:before{height:90px;}
		.chiyo04-wrap .activity li .txt .btxt{font-size:24px}
		.chiyo04-wrap .activity li .txt .stxt{margin-top:12px;font-size:16px ;}
		.chiyo04-wrap .activity li .txt .stxt br{display:none;}

		.chiyo04-wrap .activity li:nth-child(n+3){margin-top:0px;}
	}
	@media only screen and (max-width:1280px) {
		.chiyo04-wrap{padding:70px 20px 70px; margin-top:70px;}
		.chiyo04-wrap .activity{margin-top:50px;} 
		.chiyo04-wrap .activity li{min-height:auto; width:calc(25% - 20px); margin:0 10px; padding:20px;}

		.chiyo04-wrap .activity li .txt .btxt{font-size:20px; font-weight:600}
		.chiyo04-wrap .activity li .txt .stxt{margin-top:12px;font-size:15px;}
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.chiyo04-wrap{padding:50px 20px}
		.chiyo04-wrap .info {padding-left:0;}
		.chiyo04-wrap .info h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.chiyo04-wrap .info .txt .btxt{font-size:16px ;}
		.chiyo04-wrap .info .txt .stxt{font-size:14px ;}

		.chiyo04-wrap .activity{margin-top:50px;} 
		.chiyo04-wrap .activity h4{font-size:24px}
		.chiyo04-wrap .activity li{min-height:250px; width:calc(50% - 20px); margin:0 10px; border-radius:15px;}
		.chiyo04-wrap .activity li:nth-child(n+3){margin-top:20px}
		.chiyo04-wrap .activity li .txt .btxt{font-size:20px}
		.chiyo04-wrap .activity li .txt .btxt br{display:none;}
		.chiyo04-wrap .activity li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:680px){
		.chiyo04-wrap .info h3{font-size:24px; margin-bottom:15px;}
		.chiyo04-wrap .info .txt .btxt{font-size:15px ;}
		.chiyo04-wrap .info .txt .stxt{font-size:15px ;}

		.chiyo04-wrap .activity h4{font-size:22px; margin-bottom:15px;}
		.chiyo04-wrap .activity ul{ margin:0 -10px}
		.chiyo04-wrap .activity li{min-height:230px; padding:20px 20px 20px 20px;  width:calc(50% - 20px);margin:0 10px; border-radius:10px;}
		.chiyo04-wrap .activity li:nth-child(n+3){margin-top:20px}
		.chiyo04-wrap .activity li .txt{padding-top:85px;}
		.chiyo04-wrap .activity li .txt:before{height:70px;}
		.chiyo04-wrap .activity li .txt .btxt{font-size:18px}
		.chiyo04-wrap .activity li .txt .stxt{margin-top:7px;font-size:14px ;}
	}
	@media only screen and (max-width:480px){
		.chiyo04-wrap .info h3{font-size:22px;margin-bottom:20px;}
		.chiyo04-wrap .info .txt .btxt{font-size:14px ;}
		.chiyo04-wrap .info .txt .stxt{font-size:14px ;}

		.chiyo04-wrap .activity h4{font-size:19px}
		.chiyo04-wrap .activity ul{ margin:0 -5px}
		.chiyo04-wrap .activity li{min-height:200px; width:calc(100% - 10px);margin:0 5px;}
		.chiyo04-wrap .activity li:nth-child(n+2){margin-top:10px}
		.chiyo04-wrap .activity li .txt{padding-top:65px;}
		.chiyo04-wrap .activity li .txt:before{height:50px;}
		.chiyo04-wrap .activity li .txt .btxt{font-size:16px}
		.chiyo04-wrap .activity li .txt .stxt{margin-top:5px;font-size:13px ;}

		.chiyo04-wrap{ margin-top:50px;}
	}


/* ======================================================
   .chiyo05-wrap
=========================================================*/
.chiyo05-wrap{max-width:1640px; box-sizing:border-box; padding:120px 0px; margin:0 auto; }
.chiyo05-wrap .tits{text-align:center;}
.chiyo05-wrap .tits h3{font-size:48px; letter-spacing:-0.04em; line-height:1.2em; color:#111; }
	@media only screen and (max-width:1700px) {
		.chiyo05-wrap{}
		.chiyo05-wrap .tits h3{font-size:37px;}
	}
	@media only screen and (max-width:1500px) {
		.chiyo05-wrap{padding:100px 20px;}
	}
	@media only screen and (max-width:1300px) {
		.chiyo05-wrap{}
		.chiyo05-wrap .tits h3{font-size:30px;}
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px) {
		.chiyo05-wrap{padding:50px 15px 70px;}
		.chiyo05-wrap .tits h3{font-size:24px;}
	}
	@media only screen and (max-width:680px) {
		.chiyo05-wrap{}
		.chiyo05-wrap .tits h3{font-size:27px; }
		.chiyo05-wrap .tits h3 br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.chiyo05-wrap .tits h3{font-size:20px; padding-top:50px;}
	}


.chiyo05-wrap .cont{margin-top:70px;}
.chiyo05-wrap .cont ul{ margin:0 -14px;}
.chiyo05-wrap .cont ul:after{display:block; content:"";clear:both;}
.chiyo05-wrap .cont li{float:left; width:calc(33.333333% - 28px); margin:0 14px; position:relative;}
.chiyo05-wrap .cont li a{display:block; height:500px; position:relative;overflow:hidden; border-radius:20px;}
.chiyo05-wrap .cont li a:after{position:absolute ;left:0; top:0; width:100%; height:100%; display:block; content:"";z-index:-1;-webkit-transition: transform 0.6s ease-in-out;-moz-transition: transform 0.6s ease-in-out;-o-transition: transform 0.6s ease-in-out;transition: transform 0.6s ease-in-out;}
.chiyo05-wrap .cont li .txt{position:Absolute; left:0; top:0; width:auto; box-sizing:border-box; padding:50px;}
.chiyo05-wrap .cont li .txt .btxt{font-size:24px; font-weight:600; color:#fff ;letter-spacing:-0.03em; line-height:1.3em; padding:10px 20px; background:#4bb36e; border-radius: 50px; width:200px; text-align:center;}
.chiyo05-wrap .cont li .txt .stxt{font-size:22px;font-weight:400; color:#fff; letter-spacing:-0.03em; line-height:1.5em; margin-top:20px;}

.chiyo05-wrap .cont li:nth-child(1) a:after{background:url(../img/content/chiyo05-img01.jpg) no-repeat center center; background-size:cover;}
.chiyo05-wrap .cont li:nth-child(2) a:after{background:url(../img/content/chiyo05-img02.jpg) no-repeat center center; background-size:cover;}
.chiyo05-wrap .cont li:nth-child(3) a:after{background:url(../img/content/chiyo05-img03.jpg) no-repeat center center; background-size:cover;}

.chiyo05-wrap .cont li a:hover:after{transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05);}
	@media only screen and (max-width:1700px) {
		.chiyo05-wrap .cont{margin-top:40px;}
		.chiyo05-wrap .cont li a{height:460px}
		.chiyo05-wrap .cont li .txt{padding:25px;}
		.chiyo05-wrap .cont li .txt .btxt{font-size:24px;}
		.chiyo05-wrap .cont li .txt .stxt{font-size:15px}
	}
	@media only screen and (max-width:1500px) {
		.chiyo05-wrap .cont li .txt .btxt{font-size:20px;}
	}
	@media only screen and (max-width:1300px) {
		.chiyo05-wrap .cont li a{height:400px}
		.chiyo05-wrap .cont li .txt{padding:20px;}
		.chiyo05-wrap .cont li .txt .btxt{font-size:20px;}
		.chiyo05-wrap .cont li .txt .stxt{font-size:14px}
	}
	@media only screen and (max-width:1185px) {
		.chiyo05-wrap .cont li{ width:calc(33.333333% - 16px); margin:0 8px; }
		.chiyo05-wrap .cont li a{height:300px}
	}
	@media only screen and (max-width:999px) {
		.chiyo05-wrap .cont{margin-top:30px;}
		
		.chiyo05-wrap .cont li a{height:300px}
		.chiyo05-wrap .cont li .txt{padding:15px;}
		.chiyo05-wrap .cont li .txt .btxt{font-size:18px; width:auto;}
		.chiyo05-wrap .cont li .txt .stxt{font-size:14px; margin-top:15px;}
	}
	@media only screen and (max-width:680px) {
		.chiyo05-wrap .cont ul{ margin:0 -5px;}
		.chiyo05-wrap .cont li{float:left; width:calc(100% - 10px); margin:0 5px; }
		.chiyo05-wrap .cont li:nth-child(n+2){margin-top:10px;}
		
		.chiyo05-wrap .cont li a{height:280px}
		.chiyo05-wrap .cont li .txt .btxt{font-size:18px;}
		.chiyo05-wrap .cont li .txt .stxt{font-size:15px; margin-top:10px}
	}
	@media only screen and (max-width:480px) {
		.chiyo05-wrap .cont li a{height:170px}
		.chiyo05-wrap .cont li .txt .btxt{font-size:16px;}
	}



/*=======================================================
    .ifind01-wrap
=========================================================*/
.ifind01-wrap {position:relative; padding:0px 0 120px; max-width:1280px; margin:0 auto;}
.ifind01-wrap .tits{text-align:center; margin-bottom:70px;}
.ifind01-wrap .tits h3{font-size:48px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em; }
.ifind01-wrap .tits p{font-size:20px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px;}

.ifind01-wrap .info{max-width:1400px; padding:0 0px; box-sizing:border-box; margin:0 auto; position:relative;}
.ifind01-wrap .info:before{width:30px;height:100%; position:absolute;right:-80px; bottom:0; display:block; content:"";background:url(../img/content/about-intxt.jpg) no-repeat right bottom;}
.ifind01-wrap .info:after{display:block; content:"";clear:both;}
.ifind01-wrap .info .txt{float:left; width:50%;}
.ifind01-wrap .info .txt h3{font-weight:500; color:#111; font-size:48px; line-height:1.3em;letter-spacing:-0.03em;}
.ifind01-wrap .info .txt h3 i{display:block;font-weight:700;line-height:1.2em; letter-spacing:-0.01em; display:block; font-size:30px;text-transform:uppercase; margin-bottom:10px; color:#e83926;}
.ifind01-wrap .info .txt h3 span{font-weight:500;}

.ifind01-wrap .info .txt h5{font-weight:500; color:#111; font-size:30px; line-height:1.3em;letter-spacing:-0.03em; padding-top:30px;}
.ifind01-wrap .info .txt h5 span{font-weight:700; color:#1dbdb9;}

.ifind01-wrap .info .txt p{margin-top:45px;font-size:18px; color:#333; font-weight:400; line-height:1.55em; letter-spacing:-0.03em;}

.ifind01-wrap .info .txt p:after {position: absolute; left: 0; top: 400px;  width: 0px; height: 110px;  background: #777;display: block; content: "";
    -webkit-transition: height 1s ease-out;
    -moz-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
}

.ifind01-wrap .info .img{float:right;width:40%; padding-left:122px; }
.ifind01-wrap .info .img img{width:100%;height:500px;object-fit:cover;border-radius:100px;}
	@media only screen and (max-width:1400px) {
		.ifind01-wrap .info .txt h3{font-size:36px;}
		.ifind01-wrap .info .txt h3 i{font-size:24px;}
		.ifind01-wrap .info .txt p{margin-top:35px;font-size:17px; }
		.ifind01-wrap .info .img img{height:400px;}
	}
	@media only screen and (max-width:1100px) {
		.ifind01-wrap .info .img{float:right;width:40%; padding-left:0px; }
		.ifind01-wrap .info .img img{height:400px;object-fit:cover;border-radius:50px;}

		.ifind01-wrap .info .txt h5{font-size:24px; padding-top:20px;}
		.ifind01-wrap .info .txt h3{font-size:30px;}
	
	}
	@media only screen and (max-width:999px) {
		.ifind01-wrap .info .txt{float:none; width:auto;}
		.ifind01-wrap .info .txt h3{font-size:20px;}
		.ifind01-wrap .info .txt h3 i{font-size:24px; margin-bottom:5px;}
		.ifind01-wrap .info .txt h3 br{display:none;}
		.ifind01-wrap .info .txt p{margin-top:20px;font-size:16px; }
		.ifind01-wrap .info .txt p br{display:none;}

		.ifind01-wrap .info .img{float:none;width:auto; margin-top:35px;  padding-right:0px}
		.ifind01-wrap .info .img img{height:360px}
	}
	@media only screen and (max-width:680px) {
		.ifind01-wrap .info .txt h3{font-size:30px;}
		.ifind01-wrap .info .txt h3 i{font-size:15px;}
		.ifind01-wrap .info .txt p{margin-top:15px;font-size:15px; }

		.ifind01-wrap .info .txt p:after {display:none;}


		.ifind01-wrap .info .img img{height:340px}
	}
	@media only screen and (max-width:480px) {
		.ifind01-wrap .info .txt h3{font-size:20px;}
		.ifind01-wrap .info .txt h3 i{font-size:24px;}
		.ifind01-wrap .info .img{width:100%; padding-right:0px;padding-left:0px;}
		.ifind01-wrap .info .img img{height:200px;border-radius:20px;}

		.ifind01-wrap .img img{width:70%;}
		.ifind01-wrap .tits{margin-bottom:30px;}

		.ifind01-wrap .info .txt h5{ font-size:20px; padding-top:20px;}


	}



/*=======================================================
  .ifind02-wrap
=========================================================*/
.ifind02-wrap .list{padding:120px 0; position:relative; }
.ifind02-wrap .list:after{background:#f4f2f0; width:20000px; left:50%;margin-left:-10000px; top:0; height:100%; position:absolute; display:block; content:"";z-index:-1;}
.ifind02-wrap .list h3{font-size:48px ;color:#000; letter-spacing:-0.03em; font-weight:700;text-align:center; line-height:1.3em; position:relative; margin-bottom:80px;}
.ifind02-wrap .list h3:after{width:24px;height:0px;background:#333; left:50%;margin-left:-12px; bottom:-20px; display:block; content:""; position:absolute;}
.ifind02-wrap .list ul{font-size:0;text-align:center; max-width:1400px; margin:0 auto}
.ifind02-wrap .list ul:after{display:block; content:"";clear:both}
.ifind02-wrap .list li{float:left; width:48.5%;text-align:center; }
.ifind02-wrap .list li:nth-child(2){float:right;}
.ifind02-wrap .list li .img{}
.ifind02-wrap .list li .img img{width:100%;height:400px;object-fit:cover;border-radius:50px 50px 0 0;}
.ifind02-wrap .list li .vtit{position:relative; z-index:5;max-width:100%; margin:0 auto;margin-top:0px;text-align:center; background:#fff; border-top:0px solid #4a8ecb; padding:25px 0 10px 0;}
.ifind02-wrap .list li .vtit p{ display:inline-block;vertical-align:top; border-bottom:1px solid #375790;font-size:36px; font-weight:700;position:relative;color:#000; line-height:1.4em; letter-spacing:-0.02em;padding-bottom:5px;}

.ifind02-wrap .list li .txt{max-width:100%; margin:0 auto;text-align:center; background:#fff; display:block; box-sizing:border-box; min-height:100px; border-radius: 0 0 50px 50px;}
.ifind02-wrap .list li .txt p{padding:15px 20px 40px;line-height:1.65em; color:#000; font-size:20px; letter-spacing:-0.04em; font-weight:400;word-break: keep-all; position:relative;}
	
	
	@media only screen and (max-width:1440px){
		.ifind02-wrap .list{padding:100px 20px;}
		.ifind02-wrap .list h3{font-size:38px; margin-bottom:50px;}
		.ifind02-wrap .list li .vtit p{font-size:30px; }
		
	}
	@media only screen and (max-width:1240px){
		.ifind02-wrap .list li .img img{height:280px; border-radius:30px 30px 0 0;}
		.ifind02-wrap .list h3{font-size:30px; margin-bottom:50px;}
		.ifind02-wrap .list li .vtit p{font-size:24px; }

		.ifind02-wrap .list li .txt{ min-height:100px; border-radius: 0 0 30px 30px;}
		.ifind02-wrap .list li .txt p{padding:15px 20px 30px;line-height:1.4em;  font-size:16px;}

	}
	@media only screen and (max-width:999px){
		.ifind02-wrap .list{padding:70px 0;}
		.ifind02-wrap .list h3{font-size:26px;margin-bottom:50px;}
		.ifind02-wrap .list h3:after{width:18px; margin-left:-9px; bottom:-15px;}
		
		.ifind02-wrap .list li .img img{height:200px;}
		.ifind02-wrap .list li .vtit p{font-size:20px;}
		.ifind02-wrap .list li .txt{ min-height:auto;}
		.ifind02-wrap .list li .txt p{font-size:14px;padding:10px 10px 20px 10px}
	}
	@media only screen and (max-width:680px){
		.ifind02-wrap .list{padding:50px 0;}
		.ifind02-wrap .list h3{font-size:23px;margin-bottom:40px;}
		
		.ifind02-wrap .list li .img img{height:250px;}
		.ifind02-wrap .list li{float:none; width:auto; min-height:auto;}
		.ifind02-wrap .list li:nth-child(2){float:none;margin-top:35px;}
		.ifind02-wrap .list li .vtit p{font-size:19px;}
		.ifind02-wrap .list li .txt{min-height:auto; height:auto !important}
		.ifind02-wrap .list li .txt p{padding:5px 20px 20px 20px}
	}
	@media only screen and (max-width:480px){
		.ifind02-wrap .list h3{font-size:18px; margin-bottom: 20px;}
		.ifind02-wrap .list li .vtit p{font-size:17px;}
		.ifind02-wrap .list li .img img{height:200px; border-radius:20px 20px 0 0;}
		.ifind02-wrap .list li .txt{ border-radius: 0 0 20px 20px;}

	}



/*=======================================================
  .ifind03-wrap
=========================================================*/
.ifind03-wrap {position:relative; padding:100px 0 120px; max-width:1440px; margin:0 auto;}
.ifind03-wrap .tits{text-align:center; margin-bottom:70px;}
.ifind03-wrap .tits h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.ifind03-wrap .tits .btxt{font-size:24px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.4em; padding-top:30px;}

.ifind03-wrap .list{margin-top:100px; position:relative; padding-left:325px;}
.ifind03-wrap .list h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.2em; font-weight:700;}


.ifind03-wrap .list ul{display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap}
.ifind03-wrap .list ul:after{display:block ;content:"";clear:both}
.ifind03-wrap .list li{display:flex; display:-webkit-flex;float:left; width:calc(50% - 25px);border-top:1px solid #111; position:relative; ; padding:0 0 0 120px;padding-top:30px; box-sizing:border-box; min-height:210px; padding-bottom:30px;}
/*.ifind03-wrap .list li:nth-child(even){ float:right;}*/
.ifind03-wrap .list li:before{width:50px; height:50px; position:absolute ;left:0; top:40px;background-size:100% auto !important;display:block; content:""}
.ifind03-wrap .list li .btxt{line-height:50px; font-size:30px; font-weight:700; color:#111; letter-spacing:-0.03em;}
.ifind03-wrap .list li .btxt span{font-size:30px; color:#4bb36e; margin-right:12px;}
.ifind03-wrap .list li .stxt{margin-top:10px;font-size:17px ;font-weight:500; color:#111; letter-spacing:-0.04em; line-height:1.6em;}
.ifind03-wrap .list .ctxt{margin-top:10px;font-size:17px ;font-weight:400; color:#111; letter-spacing:-0.03em; line-height:1.6em;}

.ifind03-wrap .list li:nth-child(1):before{background:url(../img/content/ifind03-ico01.png) no-repeat left center;}
.ifind03-wrap .list li:nth-child(2):before{background:url(../img/content/ifind03-ico02.png) no-repeat left center;}
.ifind03-wrap .list li:nth-child(3):before{background:url(../img/content/ifind03-ico03.png) no-repeat left center;}
.ifind03-wrap .list li:nth-child(4):before{background:url(../img/content/ifind03-ico04.png) no-repeat left center;}

	@media only screen and (max-width:1480px){
		.ifind03-wrap .tits h3{font-size:38px;}
		.ifind03-wrap .tits .btxt{font-size:20px; padding-top:20px;}
		.ifind03-wrap .list{margin-top:80px;  margin-bottom:80px; padding-left:280px;} 
		.ifind03-wrap .list h3{font-size:30px; padding-left:20px;}
		.ifind03-wrap .list li{padding-top:20px; padding-left:60px; min-height:150px; }
		.ifind03-wrap .list li:before{width:50px;height:40px; top:20px}
		.ifind03-wrap .list li .btxt{line-height:45px; font-size:22px;}
		.ifind03-wrap .list li .btxt span{font-size:27px; margin-right:10px;}
		.ifind03-wrap .list li .stxt{font-size:16px;}

		.ifind03-wrap .list .ctxt{font-size:14px;}

	}
	@media only screen and (max-width:1280px) {
		.ifind03-wrap .list{ padding-left:240px;} 
		.ifind03-wrap .list li .btxt{line-height:40px;}

		.ifind03-wrap .tits h3{font-size:30px;}
		.ifind03-wrap .tits .btxt{font-size:16px;}
		.ifind03-wrap .list h3{font-size:24px;}
		.ifind03-wrap { padding:70px 0 70px;}
	}
	@media only screen and (max-width:1185px) {
		.ifind03-wrap .list{ padding-left:200px;} 
	}
	@media only screen and (max-width:999px){
		.ifind03-wrap .list{ padding-left:0;margin-top:60px; margin-bottom:60px;}
		.ifind03-wrap .list h3{font-size:20px; position:Relative; left:auto; top:auto ;margin-bottom:15px;}

		.ifind03-wrap .list li .btxt{font-size:20px;}
		.ifind03-wrap .list li .btxt span{font-size:24px; margin-right:5px;}
		.ifind03-wrap .list li .stxt{font-size:15px; margin-top:5px;}

		.ifind03-wrap .tits h3{font-size:24px;}
	}
	@media only screen and (max-width:680px){
		.ifind03-wrap .list{margin-top:20px; margin-bottom:40px;}
		.ifind03-wrap .list h3{font-size:24px;}	
		.ifind03-wrap .list ul{display:block;}
		.ifind03-wrap .list li{float:none; width:auto; margin:0; min-height:auto; padding-left:35px; padding-top:20px; padding-bottom:20px;}
		.ifind03-wrap .list li:nth-child(n+2){margin-top:0px;}
		.ifind03-wrap .list li:before{width:20px;height:20px; top:25px;}
		.ifind03-wrap .list li .btxt{font-size:18px;}
		.ifind03-wrap .list li .btxt span{font-size:21px; }
		.ifind03-wrap .list li .stxt{font-size:14px;}

		.ifind03-wrap .tits h3{font-size:24px;}
		.ifind03-wrap .tits .btxt{font-size:18px; padding-top:20px;}
	}
	@media only screen and (max-width:480px){
		.ifind03-wrap .list h3{font-size:20px;}
		.ifind03-wrap .list li .btxt{font-size:17px;}
		.ifind03-wrap .list li .stxt{font-size:13px;}
		.ifind03-wrap .list .ctxt{margin-top:10px;font-size:15px ;}
		.ifind03-wrap {padding:50px 0 50px;}
	}



/* ======================================================
   .about-wrap.list01
=========================================================*/
.about-wrap {position:relative; padding-top:20px;}
.about-wrap .list01 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.about-wrap .list01 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .list01 .txt .btxt{font-size:48px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:0px}
.about-wrap .list01 .txt .btxt span{ font-weight:300; }
.about-wrap .list01 .txt .stxt{font-size:23px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px; }
	@media only screen and (max-width:1440px) {	
		.about-wrap .list01 .txt h3{font-size:42px;}
		.about-wrap .list01 .txt .btxt{font-size:32px; margin-top:0px;}
		.about-wrap .list01 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .list01 .txt h3{font-size:36px;}
		.about-wrap .list01 .txt .btxt{font-size:28px; margin-top:30px;}
		.about-wrap .list01 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .list01 .txt h3{font-size:30px;}
		.about-wrap .list01 .txt .btxt{font-size:24px; }
		.about-wrap .list01 .txt .stxt{font-size:15px;}
		.about-wrap .list01 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .list01 .txt h3{font-size:24px;}
		.about-wrap .list01 .txt .btxt{font-size:22px; margin-top:0px;}
		.about-wrap .list01 .txt .stxt{font-size:14px;}
	}


.about-wrap .list01 .vis{height:500px;position:relative;margin:0 auto;margin-top:100px;} 
.about-wrap .list01 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/about-img01.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	
		.about-wrap .list01 .tab li a{min-width:200px; font-size:16px; line-height:55px; height:55px;}
		.about-wrap .list01 .tab .under{height:55px !important;}

		.about-wrap .list01 .vis{height:400px}
	}
	@media only screen and (max-width:1200px) {
		.about-wrap .list01 .vis{margin-top:50px;} 
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .list01 .tab{margin-top:20px;}
		.about-wrap .list01 .tab li{width:33.333333%;}
		.about-wrap .list01 .tab li a{min-width:auto;font-size:15px; line-height:50px; height:50px;padding:0 5px;}
		.about-wrap .list01 .tab .under{height:50px !important;}

		.about-wrap .list01 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .list01 .tab li a{font-size:14px; line-height:45px; height:45px;}
		.about-wrap .list01 .tab .under{height:45px !important;}

		.about-wrap .list01 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .list01 .tab li a{font-size:13px;}
		.about-wrap.about{ padding-top:0px;}
	}


/* ======================================================
   .about02-wrap.list01
=========================================================*/
.about02-wrap {position:relative; padding-top:20px;}
.about02-wrap .list01 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.about02-wrap .list01 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about02-wrap .list01 .txt .btxt{font-size:40px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:10px}
.about02-wrap .list01 .txt .stxt{font-size:23px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.4em; margin-top:30px}
.about02-wrap .list01 .txt .ctxt{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
	@media only screen and (max-width:1440px) {	
		.about02-wrap .list01 .txt h3{font-size:42px;}
		.about02-wrap .list01 .txt .btxt{font-size:32px; margin-top:20px;}
		.about02-wrap .list01 .txt .stxt{font-size:17px; margin-top:20px}
		.about02-wrap .list01 .txt .ctxt{font-size:24px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about02-wrap .list01 .txt h3{font-size:36px;}
		.about02-wrap .list01 .txt .btxt{font-size:28px; margin-top:30px;}
		.about02-wrap .list01 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.about02-wrap .list01 .txt h3{font-size:30px;}
		.about02-wrap .list01 .txt .btxt{font-size:24px; }
		.about02-wrap .list01 .txt .stxt{font-size:15px;}
		.about02-wrap .list01 .txt .stxt br{display:none;}
		.about02-wrap .list01 .txt .ctxt{font-size:17px;}

	}
	@media only screen and (max-width:480px) {
		.about02-wrap .list01 .txt h3{font-size:24px;}
		.about02-wrap .list01 .txt .btxt{font-size:20px; margin-top:0px;}
		.about02-wrap .list01 .txt .stxt{font-size:14px;}
	}


.about02-wrap .list01 .vis{height:500px;position:relative;margin:0 auto; margin-top:100px; margin-bottom:100px;} 
.about02-wrap .list01 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/sisul-img.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	
		.about02-wrap .list01 .tab li a{min-width:200px; font-size:16px; line-height:55px; height:55px;}
		.about02-wrap .list01 .tab .under{height:55px !important;}

		.about02-wrap .list01 .vis{height:400px; margin-top:50px; margin-bottom:50px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about02-wrap .list01 .tab{margin-top:20px;}
		.about02-wrap .list01 .tab li{width:33.333333%;}
		.about02-wrap .list01 .tab li a{min-width:auto;font-size:15px; line-height:50px; height:50px;padding:0 5px;}
		.about02-wrap .list01 .tab .under{height:50px !important;}

		.about02-wrap .list01 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {
		.about02-wrap .list01 .tab li a{font-size:14px; line-height:45px; height:45px;}
		.about02-wrap .list01 .tab .under{height:45px !important;}

		.about02-wrap .list01 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
		.about02-wrap .list01 .tab li a{font-size:13px;}
		.about02-wrap.about{ padding-top:0px;}
	}

/* ======================================================
   .cent-wrap.top-01
=========================================================*/
.cent-wrap {position:relative; padding-top:20px;}
.cent-wrap .top-01 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.cent-wrap .top-01 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.cent-wrap .top-01 .txt h3:after{width:1240px; opacity:1;display:block; margin-top:-100px; margin-left:-50px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"Anticancer Immune Cell Therapy"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.cent-wrap .top-01 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}
.cent-wrap .top-01 .txt .stxt{font-size:20px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-01 .txt h3{font-size:42px;}
		.cent-wrap .top-01 .txt .btxt{font-size:32px; margin-top:40px;}
		.cent-wrap .top-01 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-01 .txt h3{font-size:36px;}
		.cent-wrap .top-01 .txt .btxt{font-size:28px; margin-top:30px;}
		.cent-wrap .top-01 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.cent-wrap .top-01 .txt h3{font-size:30px;}
		.cent-wrap .top-01 .txt .btxt{font-size:24px; }
		.cent-wrap .top-01 .txt .stxt{font-size:15px;}
		.cent-wrap .top-01 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.cent-wrap .top-01 .txt h3{font-size:24px;}
		.cent-wrap .top-01 .txt .btxt{font-size:20px; margin-top:0px;}
		.cent-wrap .top-01 .txt .btxt br{display:none;}
		.cent-wrap .top-01 .txt .stxt{font-size:15px;}

		.cent-wrap .top-01 .txt{ padding:0 0px; }
	}



.cent-wrap .top-01 .vis{height:500px;position:relative;margin:0 auto;margin-top:50px;} 
.cent-wrap .top-01 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/cent-top01.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-01 .tab li a{min-width:200px; font-size:16px; line-height:55px; height:55px;}
		.cent-wrap .top-01 .tab .under{height:55px !important;}

		.cent-wrap .top-01 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-01 .tab .under{height:50px !important;}

		.cent-wrap .top-01 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {

		.cent-wrap .top-01 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
	}



/* ======================================================
   .cent-wrap.top-02
=========================================================*/
.cent-wrap {position:relative; padding-top:20px;}
.cent-wrap .top-02 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.cent-wrap .top-02 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.cent-wrap .top-02 .txt h3:after{width:1240px; opacity:1;display:block; margin-top:-100px; margin-left:-50px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"Anticancer Immunotherapy"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.cent-wrap .top-02 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}
.cent-wrap .top-02 .txt .stxt{font-size:20px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-02 .txt h3{font-size:42px;}
		.cent-wrap .top-02 .txt .btxt{font-size:32px; margin-top:40px;}
		.cent-wrap .top-02 .txt .stxt{font-size:16px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-02 .txt h3{font-size:36px;}
		.cent-wrap .top-02 .txt .btxt{font-size:28px; margin-top:30px;}
		.cent-wrap .top-02 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.cent-wrap .top-02 .txt h3{font-size:30px;}
		.cent-wrap .top-02 .txt .btxt{font-size:24px; }
		.cent-wrap .top-02 .txt .stxt{font-size:15px;}
		.cent-wrap .top-02 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.cent-wrap .top-02 .txt h3{font-size:24px;}
		.cent-wrap .top-02 .txt .btxt{font-size:20px; margin-top:0px;}
		.cent-wrap .top-02 .txt .btxt br{display:none;}
		.cent-wrap .top-02 .txt .stxt{font-size:15px;}

		.cent-wrap .top-02 .txt{padding:0 0px; }
	}



.cent-wrap .top-02 .vis{height:600px;position:relative;margin:0 auto;margin-top:50px;} 
.cent-wrap .top-02 .vis .img{position:Absolute ;left:50% ; top:0;width:100%; border-radius: 2rem;  overflow:hidden; width:100%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/cent-top02.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	

		.cent-wrap .top-02 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {

		.cent-wrap .top-02 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {

		.cent-wrap .top-02 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
	}


/* ======================================================
   .cent-wrap.top-03
=========================================================*/
.cent-wrap {position:relative; padding-top:20px;}
.cent-wrap .top-03 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.cent-wrap .top-03 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.cent-wrap .top-03 .txt h3:after{width:1440px; opacity:1;display:block; margin-top:-100px; margin-left:-50px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"High-frequency hyperthermia cancer treatment"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.cent-wrap .top-03 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}
.cent-wrap .top-03 .txt .stxt{font-size:20px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-03 .txt h3{font-size:42px;}
		.cent-wrap .top-03 .txt .btxt{font-size:32px; margin-top:40px;}
		.cent-wrap .top-03 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-03 .txt h3{font-size:36px;}
		.cent-wrap .top-03 .txt .btxt{font-size:28px; margin-top:30px;}
		.cent-wrap .top-03 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.cent-wrap .top-03 .txt h3{font-size:30px;}
		.cent-wrap .top-03 .txt .btxt{font-size:24px; }
		.cent-wrap .top-03 .txt .stxt{font-size:15px;}
		.cent-wrap .top-03 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.cent-wrap .top-03 .txt h3{font-size:24px;}
		.cent-wrap .top-03 .txt .btxt{font-size:20px; margin-top:0px;}
		.cent-wrap .top-03 .txt .btxt br{display:none;}
		.cent-wrap .top-03 .txt .stxt{font-size:14px;}

		.cent-wrap .top-03 .txt{padding:0 0px;}
	}



.cent-wrap .top-03 .vis{height:500px;position:relative;margin:0 auto;margin-top:50px;} 
.cent-wrap .top-03 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/cent-top03.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	

		.cent-wrap .top-03 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {

		.cent-wrap .top-03 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {

		.cent-wrap .top-03 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
	}

/* ======================================================
   .cent-wrap.top-04
=========================================================*/
.cent-wrap {position:relative; padding-top:20px;}
.cent-wrap .top-04 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.cent-wrap .top-04 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.cent-wrap .top-04 .txt h3:after{width:1240px; opacity:1;display:block; margin-top:-100px; margin-left:-50px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"hyperbaric oxygen therapy"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.cent-wrap .top-04 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}
.cent-wrap .top-04 .txt .stxt{font-size:20px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-04 .txt h3{font-size:42px;}
		.cent-wrap .top-04 .txt .btxt{font-size:32px; margin-top:40px;}
		.cent-wrap .top-04 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-04 .txt h3{font-size:36px;}
		.cent-wrap .top-04 .txt .btxt{font-size:28px; margin-top:30px;}
		.cent-wrap .top-04 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.cent-wrap .top-04 .txt h3{font-size:30px;}
		.cent-wrap .top-04 .txt .btxt{font-size:24px; }
		.cent-wrap .top-04 .txt .stxt{font-size:15px;}
		.cent-wrap .top-04 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.cent-wrap .top-04 .txt h3{font-size:24px;}
		.cent-wrap .top-04 .txt .btxt{font-size:20px; margin-top:0px;}
		.cent-wrap .top-04 .txt .btxt br{display:none;}
		.cent-wrap .top-04 .txt .stxt{font-size:14px;}

		.cent-wrap .top-04 .txt{padding:0 0px;}
	}



.cent-wrap .top-04 .vis{height:500px;position:relative;margin:0 auto;margin-top:50px;} 
.cent-wrap .top-04 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/cent-top04.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	

		.cent-wrap .top-04 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {

		.cent-wrap .top-04 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {

		.cent-wrap .top-04 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
	}


/* ======================================================
   .cent-wrap.top-05
=========================================================*/
.cent-wrap {position:relative; padding-top:20px;}
.cent-wrap .top-05 .txt{max-width:1440px; padding:0 20px; box-sizing:border-box;margin:0 auto;}
.cent-wrap .top-05 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.cent-wrap .top-05 .txt h3:after{width:1240px; opacity:1;display:block; margin-top:-100px; margin-left:-50px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"Physical therapy"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.cent-wrap .top-05 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}
.cent-wrap .top-05 .txt .stxt{font-size:20px; color:#111; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.cent-wrap .top-05 .txt h3{font-size:42px;}
		.cent-wrap .top-05 .txt .btxt{font-size:32px; margin-top:40px;}
		.cent-wrap .top-05 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.cent-wrap .top-05 .txt h3{font-size:36px;}
		.cent-wrap .top-05 .txt .btxt{font-size:28px; margin-top:30px;}
		.cent-wrap .top-05 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.cent-wrap .top-05 .txt h3{font-size:30px;}
		.cent-wrap .top-05 .txt .btxt{font-size:24px; }
		.cent-wrap .top-05 .txt .stxt{font-size:15px;}
		.cent-wrap .top-05 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.cent-wrap .top-05 .txt h3{font-size:24px;}
		.cent-wrap .top-05 .txt .btxt{font-size:20px; margin-top:0px;}
		.cent-wrap .top-05 .txt .btxt br{display:none;}
		.cent-wrap .top-05 .txt .stxt{font-size:14px;}

		.cent-wrap .top-05 .txt{ padding:0 0px; }
	}



.cent-wrap .top-05 .vis{height:500px;position:relative;margin:0 auto;margin-top:50px;} 
.cent-wrap .top-05 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/cent-top05.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	

		.cent-wrap .top-05 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {

		.cent-wrap .top-05 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {

		.cent-wrap .top-05 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
	}


/* ======================================================
   .cent02-wrap
=========================================================*/
.cent02-wrap {position:relative; padding:100px 0 100px; max-width:1280px; margin:0 auto;}
.cent02-wrap .list{position:relative;padding-left:450px; }
.cent02-wrap .list h3{position:absolute; left:0; top:0; animation-delay:0.2s; font-size:36px; color:#000; letter-spacing:-0.03em; line-height:40px;}
.cent02-wrap .list h3 span{font-weight:300}

.cent02-wrap .list .btit{font-size:19px; font-weight:400; color:#111;letter-spacing:-0.03em; line-height:30px; animation-delay:0.4s; margin-top:50px; margin-bottom:50px;}
.cent02-wrap .list .btit span{font-size:24px; font-weight:700; color:#439341;letter-spacing:-0.03em; line-height:50px; margin-bottom:30px;}

.cent02-wrap .list .stit{position: relative; font-size:19px; font-weight:400; color:#111;letter-spacing:-0.03em; line-height:30px; animation-delay:0.4s; margin-top:10px; padding-left:40px;}
.cent02-wrap .list .stit span {  position: absolute; left: 0; top: 0;width: 30px; height: 30px; line-height: 30px; background: #4bb36e; border-radius: 100%; text-align: center; font-size: 13px;  font-weight: 400; color: #fff; }

.cent02-wrap .list img{ width:100%; border-radius:20px;}

	@media only screen and (max-width:1460px) {	
		.cent02-wrap .list{padding-left:400px;}
		.cent02-wrap .list h3{font-size:30px;}
		.cent02-wrap .list .stit{font-size:18px;}

		.cent02-wrap .list .btit{font-size:15px; margin-top:30px; margin-bottom:50px;}
		
	}
	@media only screen and (max-width:1280px) {
		.cent02-wrap .list{padding-left:250px;}
		.cent02-wrap .list h3{font-size:28px;}
		.cent02-wrap .list .stit{font-size:17px; padding-bottom:20px;}

		
	}
	@media only screen and (max-width:999px) {
		.cent02-wrap .list{padding-left:0;}
		.cent02-wrap .list h3{top:auto; position:relative; left:auto; font-size:20px;}
		.cent02-wrap .list .stit{font-size:16px; font-weight:400; line-height:1.4em;}
		.cent02-wrap .list .btit{ line-height:26px; }

	
	}
	@media only screen and (max-width:680px) {
		.cent02-wrap .list{padding-left:0;}
		.cent02-wrap .list .stit{font-size:16px;}
		
	}
	@media only screen and (max-width:480px) {
		.cent02-wrap .list .stit{font-size:15px;}
		.cent02-wrap { padding:50px 0 50px;}
		.cent02-wrap .list h3 br{display:none;}
		.cent02-wrap .list .btit{font-size:15px; margin-top:20px; margin-bottom:40px; line-height:24px;}
	}


/* =====================================
   info-wrap
===================================== */

.info-wrap{max-width:1340px; padding:0 0px; box-sizing:border-box; margin:0 auto; position:relative;}
.info-wrap:before{width:30px;height:100%; position:absolute;right:-80px; bottom:0; display:block; content:"";background:url(../img/content/about-intxt.jpg) no-repeat right bottom;}
.info-wrap:after{display:block; content:"";clear:both;}
.info-wrap .txt{float:left; width:50%;}
.info-wrap .txt h3{font-weight:700; color:#111; font-size:40px;line-height:1.3em;letter-spacing:-0.03em;}
.info-wrap .txt p{margin-top:30px;font-size:20px; color:#333; font-weight:600; line-height:1.55em; letter-spacing:-0.03em;}

.info-wrap .txt ul{margin-top:25px; border-top:1px solid #ddd; border-bottom:0px solid #ddd; padding:27px 0;}
.info-wrap .txt li{font-size:17px; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; color:#333; padding-left:10px; position:relative;word-break: keep-all;}
.info-wrap .txt li:before{width:3px;height:3px;background:#333; position:absolute; left:0; top:10px;display:block; content:"";border-radius:100%;}
.info-wrap .txt li:nth-child(n+2){margin-top:5px;}


.info-wrap .img{float:right;width:40%; padding-left:100px;}
.info-wrap .img img{width:100%;height:400px;object-fit:cover; border-radius:20px;}
	@media only screen and (max-width:1400px) {
		.info-wrap .txt h3{font-size:42px;}
		.info-wrap .txt h3 i{font-size:17px;}
		.info-wrap .txt p{margin-top:35px;font-size:17px; }
		.info-wrap .img img{height:400px;}
	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		.info-wrap .txt{float:none; width:auto;}
		.info-wrap .txt h3{font-size:36px;}
		.info-wrap .txt h3 i{font-size:16px; margin-bottom:5px;}
		.info-wrap .txt h3 br{display:none;}
		.info-wrap .txt p{margin-top:25px;font-size:16px; }
		.info-wrap .txt p br{display:none;}

		.info-wrap .img{float:none;width:auto; margin-top:35px;  padding-right:0px}
		.info-wrap .img img{height:300px}
	}
	@media only screen and (max-width:680px) {
		.info-wrap .txt h3{font-size:30px;}
		.info-wrap .txt h3 i{font-size:15px;}
		.info-wrap .txt p{margin-top:15px;font-size:15px; }

		.info-wrap .txt p:after {display:none;}


		.info-wrap .img img{height:200px}
	}
	@media only screen and (max-width:480px) {
		.info-wrap .txt h3{font-size:20px;}
		.info-wrap .txt h3 i{font-size:14px;}
		.info-wrap .img{width:100%; padding-left:0px; }
		.info-wrap .img img{height:200px;}

		.info-wrap .txt li{font-size:15px; line-height:1.4em; }
		.info-wrap .img{ margin-top:10px;}

	}


/* =====================================
   info02-wrap
===================================== */

.info02-wrap{max-width:1340px; padding:70px 0px; box-sizing:border-box; margin:0 auto; position:relative;} 
.info02-wrap h5{font-size:28px;color:#111; letter-spacing:-0.03em; line-height:1.3em; font-weight:700; margin-bottom:20px;}
.info02-wrap ul{ margin:0 -10px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.info02-wrap ul:after{display:block; content:"";clear:both}
.info02-wrap li{float:left; width:calc(20% - 20px); margin:0 10px; background:#ebf5f4; border-radius:20px;display:flex; display:-webkit-flex; min-height:200px; box-sizing:border-box; padding:30px 20px 30px 20px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}

.info02-wrap li .txt{position:relative; /*padding-top:60px;*/ width:100%;}
.info02-wrap li .txt:before{position:absolute ;left:0; top:0; width:100%; height:40px; display:block ;content:"";background-size:auto 100% !Important;}

.info02-wrap li .txt .ctxt{display: inline-block; position: relative;font-size:15px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00816c; padding-bottom:10px; margin:20px 0px 20px;}
.info02-wrap li .txt .ctxt:before { content: '';  position: absolute; bottom: 0; width: 100%;  height: 1px;  background:#00816c;}
.info02-wrap li .txt .btxt{font-size:22px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.info02-wrap li .txt .stxt{margin-top:15px;font-size:16px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

/*.info02-wrap li:nth-child(1) .txt:before{background:url(../img/content/info-step01.png) no-repeat center top;}
.info02-wrap li:nth-child(2) .txt:before{background:url(../img/content/info-step02.png) no-repeat center top;}
.info02-wrap li:nth-child(3) .txt:before{background:url(../img/content/info-step03.png) no-repeat center top;}
.info02-wrap li:nth-child(4) .txt:before{background:url(../img/content/info-step04.png) no-repeat center top;}
.info02-wrap li:nth-child(5) .txt:before{background:url(../img/content/info-step05.png) no-repeat center top;}*/

	@media only screen and (max-width:1480px){
		.info02-wrap{padding:70px 5px; } 
		.info02-wrap h4{font-size:26px}
		.info02-wrap ul{ margin:0 -10px}
		.info02-wrap li{min-height:250px; width:calc(20% - 20px); margin:0 10px; padding:30px 30px 20px 30px;}
		.info02-wrap li .txt{padding-top:0px;}
		.info02-wrap li .txt:before{height:0px;}
		.info02-wrap li .txt .btxt{font-size:20px; font-weight:600}
		.info02-wrap li .txt .stxt{margin-top:12px;font-size:16px ;}
		.info02-wrap li .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		
		.info02-wrap{margin-top:0px;} 
		.info02-wrap h4{font-size:24px}
		.info02-wrap li{min-height:280px; width:calc(50% - 30px); margin:0 15px; border-radius:15px;}
		.info02-wrap li:nth-child(n+3){margin-top:30px}
		.info02-wrap li .txt .btxt{font-size:20px}
		.info02-wrap li .txt .btxt br{display:none;}
		.info02-wrap li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:680px){
		
		.info02-wrap h4{font-size:22px; margin-bottom:15px;}
		.info02-wrap ul{ margin:0 -10px}
		.info02-wrap li{min-height:230px; padding:20px 20px 20px 20px;  width:calc(50% - 20px);margin:0 10px; border-radius:10px;}
		.info02-wrap li:nth-child(n+3){margin-top:20px}
		.info02-wrap li .txt{padding-top:85px;}
		.info02-wrap li .txt:before{height:70px;}
		.info02-wrap li .txt .btxt{font-size:18px}
		.info02-wrap li .txt .stxt{margin-top:7px;font-size:14px ;}
	}
	@media only screen and (max-width:480px){
		
		.info02-wrap h4{font-size:19px}
		.info02-wrap ul{ margin:0 -5px}
		.info02-wrap li{min-height:200px; width:calc(50% - 10px);margin:0 5px;}
		.info02-wrap li:nth-child(n+3){margin-top:10px}
		.info02-wrap li .txt{padding-top:0px;}
		.info02-wrap li .txt:before{height:50px;}
		.info02-wrap li .txt .btxt{font-size:16px}
		.info02-wrap li .txt .stxt{margin-top:5px;font-size:13px;}

		.info02-wrap h5{font-size:20px; margin-bottom:20px;}
		.info02-wrap{ padding:50px 0px;} 
	}


/* =====================================
   info03-wrap
===================================== */

.info03-wrap {max-width:1340px; padding:70px 0px; box-sizing:border-box; margin:0 auto; position:relative;}
.info03-wrap h5{font-size:28px;color:#111; letter-spacing:-0.03em; line-height:1.3em; font-weight:700; margin-bottom:20px; }
.info03-wrap dl{ border-top: 1px solid #BCBFC7;}
.info03-wrap dl:last-child { border-bottom: 1px solid #BCBFC7;}
.info03-wrap dt { float: left; display: block; width: 200px; padding: 30px 15px; font-size:18px; font-weight: 600; color: #000;  }
.info03-wrap dd { display: block; margin-left: 200px; padding: 30px 15px;  font-size:17px; color: #666;  }


.info03-wrap:after { content: ''; clear: both; display: block; }
 	@media only screen and (max-width:1460px) {
		.info03-wrap dd { font-size:15px;  }
	}
 	@media only screen and (max-width:1200px) {
	}
 	@media only screen and (max-width:999px) {
	 
	}
 	@media only screen and (max-width:680px) {

	.info03-wrap { margin-bottom: 10px }
	.info03-wrap dd { font-size: 13px; line-height: 1 }
	.info03-wrap dt { float: none; width: 100%; font-size: 14px; padding: 15px 0px; border-top: 1px solid #333; border-bottom: 1px solid #aaa }
	.info03-wrap dd { margin: 0px; border-top: none; border-bottom: none; line-height: 20px; padding: 15px 0px; }
	}
 	@media only screen and (max-width:480px) {
		.info03-wrap h5{font-size:20px; margin-bottom:20px; }
		.info03-wrap {padding:0px 0px 30px; }
	}


/* =====================================
   info04-wrap
===================================== */

.info04-wrap {max-width:1340px; padding:0px 0px 70px; box-sizing:border-box; margin:0 auto; position:relative;}
.info04-wrap h5{font-size:33px;color:#25a1b3; letter-spacing:-0.03em; line-height:1.3em; font-weight:700; margin-bottom:10px;}
.info04-wrap p{font-size:20px;color:#555; letter-spacing:-0.03em; line-height:1.5em; font-weight:400; }

.info04-wrap ul{margin-top:70px;}
.info04-wrap ul:after{display:block; content:"";clear:both}
.info04-wrap ul li{float:left; width:49%; position:relative;}
.info04-wrap ul li:nth-child(even){float:right}
.info04-wrap ul .img{}
.info04-wrap ul .img img{width:100%; border-radius:20px;}
 	@media only screen and (max-width:1460px) {
		.info04-wrap p{font-size:16px;}
	}
 	@media only screen and (max-width:1200px) {
	}
 	@media only screen and (max-width:999px) {
	 
	}
 	@media only screen and (max-width:680px) {

		.info04-wrap { margin-bottom: 10px }
		.info04-wrap ul{margin:0 -1%; margin-top:20px;}
		.info04-wrap ul li{ width:48%; margin:0 1%}
		.info04-wrap ul li:nth-child(n+3){margin-top:20px}
		.info04-wrap h5{font-size:24px;}
	}
 	@media only screen and (max-width:480px) {
		.info04-wrap h5{font-size:20px;}
		.info04-wrap p{font-size:15px; line-height:1.3em; }


	}

/* =====================================
   info05-wrap
===================================== */

.info05-wrap{max-width:1340px; padding:0 0px; box-sizing:border-box; margin:0 auto; position:relative;}
.info05-wrap:after{display:block; content:"";clear:both;}
.info05-wrap .txt{float:left; width:100%;}
.info05-wrap .txt h3{font-weight:700; color:#111; font-size:40px;line-height:1.3em;letter-spacing:-0.03em;}
.info05-wrap .txt p{margin-top:30px;font-size:20px; color:#333; font-weight:600; line-height:1.55em; letter-spacing:-0.03em;}

.info05-wrap .txt ul{margin-top:25px; border-top:1px solid #ddd; border-bottom:0px solid #ddd; padding:27px 0;}
.info05-wrap .txt li{font-size:17px; font-weight:400; letter-spacing:-0.03em; line-height:1.6em; color:#333; padding-left:10px; position:relative;word-break: keep-all;}
.info05-wrap .txt li:before{width:3px;height:3px;background:#333; position:absolute; left:0; top:10px;display:block; content:"";border-radius:100%;}
.info05-wrap .txt li:nth-child(n+2){margin-top:5px;}



	@media only screen and (max-width:1400px) {
		.info05-wrap .txt h3{font-size:42px;}
		.info05-wrap .txt h3 i{font-size:17px;}
		.info05-wrap .txt p{margin-top:35px;font-size:17px; }

	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		.info05-wrap .txt{float:none; width:auto;}
		.info05-wrap .txt h3{font-size:36px;}
		.info05-wrap .txt h3 i{font-size:16px; margin-bottom:5px;}
		.info05-wrap .txt h3 br{display:none;}
		.info05-wrap .txt p{margin-top:25px;font-size:16px; }
		.info05-wrap .txt p br{display:none;}

	}
	@media only screen and (max-width:680px) {
		.info05-wrap .txt h3{font-size:30px;}
		.info05-wrap .txt h3 i{font-size:15px;}
		.info05-wrap .txt p{margin-top:15px;font-size:15px; }

		.info05-wrap .txt p:after {display:none;}

	}
	@media only screen and (max-width:480px) {
		.info05-wrap .txt h3{font-size:20px;}
		.info05-wrap .txt h3 i{font-size:14px;}
		.info05-wrap .img{width:100%; padding-right:0px;}
		.info05-wrap .txt li{font-size:15px; line-height:1.4em;}
	}





















/* ======================================================
   .about-wrap.about
=========================================================*/
.about-wrap .about{position:relative; padding-top:20px;}
.about-wrap .about-01 .txt{max-width:1440px; padding:0 0px; box-sizing:border-box;margin:0 auto;}
.about-wrap .about-01 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .about-01 .txt .btxt{font-size:48px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:0px}
.about-wrap .about-01 .txt .btxt span{ font-weight:300; }
.about-wrap .about-01 .txt .stxt{font-size:23px; color:#111; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-01 .txt{ padding:0 20px;}
		.about-wrap .about-01 .txt h3{font-size:42px;}
		.about-wrap .about-01 .txt .btxt{font-size:32px; margin-top:00px;}
		.about-wrap .about-01 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-01 .txt h3{font-size:36px;}
		.about-wrap .about-01 .txt .btxt{font-size:28px; margin-top:30px;}
		.about-wrap .about-01 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-01 .txt h3{font-size:30px;}
		.about-wrap .about-01 .txt .btxt{font-size:24px; }
		.about-wrap .about-01 .txt .stxt{font-size:15px;}
		.about-wrap .about-01 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-01 .txt h3{font-size:24px;}
		.about-wrap .about-01 .txt .btxt{font-size:22px; margin-top:0px;}
		.about-wrap .about-01 .txt .stxt{font-size:14px;}
	}

.about-wrap .about-01 .tab{margin-top:30px;position:relative; z-index:922;}
.about-wrap .about-01 .tab .ov{position:relative; }
.about-wrap .about-01 .tab ul:after{display:block; content:"";clear:both;}
.about-wrap .about-01 .tab li{float:left; position:relative; z-index:2}
.about-wrap .about-01 .tab li:before{width:100%;height:100%; border:1px solid #000; box-sizing:border-box; right:0; top:0; display:block; content:"";z-index:-1; position:absolute;}
.about-wrap .about-01 .tab li a{position:relative;text-align:center;box-sizing:border-box; min-width:240px; display:block; font-weight:400; font-size:18px; letter-spacing:-0.025em; line-height:62px;height:62px; padding:0 19px;}
.about-wrap .about-01 .tab li.active, .about-wrap .about-01 .tab li.active:hover {z-index:6}
.about-wrap .about-01 .tab li:hover {z-index:4}
.about-wrap .about-01 .tab li.active a{color:#000;font-weight:700;}
.about-wrap .about-01 .tab li:nth-child(n+2):before{border-left:none;}
.about-wrap .about-01 .tab .under{width:100%;height:62px !Important;; border:2px solid #000; box-sizing:border-box; right:0; top:0; display:block; content:"";z-index:-1; position:absolute; }

.about-wrap .about-01 .vis{height:500px;position:relative;margin:0 auto;margin-top:50px;} 
.about-wrap .about-01 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; border-radius: 2rem;  overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/about-img02.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-01 .tab li a{min-width:200px; font-size:16px; line-height:55px; height:55px;}
		.about-wrap .about-01 .tab .under{height:55px !important;}

		.about-wrap .about-01 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-01 .tab{margin-top:20px;}
		.about-wrap .about-01 .tab li{width:33.333333%;}
		.about-wrap .about-01 .tab li a{min-width:auto;font-size:15px; line-height:50px; height:50px;padding:0 5px;}
		.about-wrap .about-01 .tab .under{height:50px !important;}

		.about-wrap .about-01 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-01 .tab li a{font-size:14px; line-height:45px; height:45px;}
		.about-wrap .about-01 .tab .under{height:45px !important;}

		.about-wrap .about-01 .vis{height:200px}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-01 .tab li a{font-size:13px;}
		.about-wrap.about{ padding-top:0px;}
	}








.about-wrap .about-02{margin-top:150px;}
.about-wrap .about-02 .cont{max-width:1640px; box-sizing:border-box;padding:0 0px; margin:0 auto;}
.about-wrap .about-02 .cont .btxt{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .about-02 .cont .btxt span{font-weight:300; }
.about-wrap .about-02 .cont .stxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em; margin-top:40px;}
.about-wrap .about-02 .cont .ctxt{font-size:23px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.4em; margin-top:20px}

.about-wrap .about-02 .vis{ margin-top:100px;height:600px;background:url(../img/content/about-img03.jpg) no-repeat center center; background-size:cover; border-radius: 2rem;} 
.about-wrap .about-02 .vis .txt{max-width:1640px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:600px;  display:flex;align-items: center; justify-content: center;}
.about-wrap .about-02 .vis .txt .vc{width:100%; box-sizing:border-box; padding-left:15%;text-align:left;}
.about-wrap .about-02 .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.about-wrap .about-02 .vis .btxt{font-size:40px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-02 .vis .stxt{font-size:30px ;font-weight:700; color:#fff; letter-spacing:-0.03em; line-height:2.0em; }
.about-wrap .about-02 .vis .stxt span{font-weight:400; }

.about-wrap .about-02 .vis .ctxt{font-size:18px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-02{margin-top:80px; padding:0 20px;}
		.about-wrap .about-02 .cont .btxt{font-size:36px; }
		.about-wrap .about-02 .cont .stxt{font-size:27px; margin-top:35px}
		.about-wrap .about-02 .cont .ctxt{font-size:15px; margin-top:15px;  line-height:1.8em;}

		.about-wrap .about-02 .vis{height:460px;}
		.about-wrap .about-02 .vis .txt{height:460px}
		.about-wrap .about-02 .vis .btxt{font-size:36px;}
		.about-wrap .about-02 .vis .stxt{font-size:18px;margin-top:15px;}
		.about-wrap .about-02 .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-02{margin-top:60px;}
		.about-wrap .about-02 .cont .btxt{font-size:24px; }
		.about-wrap .about-02 .cont .stxt{font-size:24px; margin-top:25px}
		.about-wrap .about-02 .cont .ctxt{font-size:15px; margin-top:10px}

		.about-wrap .about-02 .vis{ margin-top:60px; height:420px}
		.about-wrap .about-02 .vis .txt{height:420px}
		.about-wrap .about-02 .vis .btxt{font-size:32px;}
		.about-wrap .about-02 .vis .stxt{font-size:17px;margin-top:10px;}
		.about-wrap .about-02 .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-02{margin-top:40px;}
		.about-wrap .about-02 .cont .btxt{font-size:30px; }
		.about-wrap .about-02 .cont .stxt{font-size:21px; margin-top:15px}
		.about-wrap .about-02 .cont .ctxt{font-size:15px; margin-top:5px}
		
		.about-wrap .about-02 .vis{ margin-top:40px; height:350px}
		.about-wrap .about-02 .vis .txt{height:350px}
		.about-wrap .about-02 .vis .txt .vc{padding:0 20px}
		.about-wrap .about-02 .vis .txt .ab{text-align:Center; display:block;}
		.about-wrap .about-02 .vis .btxt{font-size:28px;}
		.about-wrap .about-02 .vis .stxt{font-size:16px;}
		.about-wrap .about-02 .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-02 .cont .btxt{font-size:20px; }
		.about-wrap .about-02 .cont .stxt{font-size:18px;}
		.about-wrap .about-02 .cont .ctxt{font-size:14px; margin-top:15px}
		
		.about-wrap .about-02 .vis{height:300px}
		.about-wrap .about-02 .vis .txt{height:300px}
		.about-wrap .about-02 .vis .btxt{font-size:20px;}
		.about-wrap .about-02 .vis .stxt{font-size:15px; line-height:1.2em;}
		.about-wrap .about-02 .vis .ctxt{font-size:12px;}
	}


.about-wrap .about-03{max-width:1440px;box-sizing:border-box; padding:0 0px; margin:0 auto; margin-top:150px; margin-bottom:100px;}
.about-wrap .about-03 .txt{position:relative ;padding-left:50%; padding-bottom:50px;}
.about-wrap .about-03 .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.about-wrap .about-03 .txt .btxt{font-size:24px; color:#000; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-03 .txt .stxt{font-size:18px; color:#555;font-weight:300;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.about-wrap .about-03 .txt .sign {display:inline-block;font-size:24px;font-weight:600; color:#000; background:url(../img/content/ceo-sign.jpg--) no-repeat right center; line-height:4em; padding-right:200px; margin-top:50px;}

.about-wrap .about-03 ul{margin-top:80px}
.about-wrap .about-03 ul:after{display:block; content:"";clear:both}
.about-wrap .about-03 li{float:left; width:50%; position:Relative; padding-top:145px;}
.about-wrap .about-03 li:before{width:120px;height:120px; position:absolute ;left:0; top:0; display:block; content:""}
.about-wrap .about-03 li .btxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-03 li .stxt{font-size:21px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:15px; margin-bottom:30px;}

.about-wrap .about-03 li:nth-child(1):before{background:url(../img/content/about-ico01.png) no-repeat left center;}
.about-wrap .about-03 li:nth-child(2):before{background:url(../img/content/about-ico02.png) no-repeat left center;}
.about-wrap .about-03 li:nth-child(3):before{background:url(../img/content/about-ico03.png) no-repeat left center;}
.about-wrap .about-03 li:nth-child(4):before{background:url(../img/content/about-ico04.png) no-repeat left center;}

	@media only screen and (max-width:1440px) {	
		.about-wrap .about-03{margin-top:80px; padding:0 20px;}
		.about-wrap .about-03 .txt h4{font-size:36px; width:48%; }
		.about-wrap .about-03 .txt .btxt{font-size:22px; }
		.about-wrap .about-03 .txt .btxt br{display:none;}
		.about-wrap .about-03 .txt .stxt{font-size:17px;}
		.about-wrap .about-03 .txt .stxt br{display:none;}
		
		.about-wrap .about-03 ul{margin-top:60px}
		.about-wrap .about-03 li{box-sizing:border-box; padding-top:120px;}
		.about-wrap .about-03 li:before{width:100px;height:100px; background-size:100% auto !important;}
		.about-wrap .about-03 li .btxt{font-size:26px;}
		.about-wrap .about-03 li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.about-wrap .about-03 .txt h4{font-size:30px; }
		.about-wrap .about-03 li{padding-top:100px; padding-right:20px;}
		.about-wrap .about-03 li:before{width:90px;height:90px;}
		.about-wrap .about-03 li .stxt br{display:none;}


		.about-wrap .about-03 ul{margin-top:40px}
		.about-wrap .about-03 li{box-sizing:border-box; padding-top:100px;}
		.about-wrap .about-03 li:before{width:80px;height:80px;}
		.about-wrap .about-03 li .btxt{font-size:22px;}
		.about-wrap .about-03 li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-03{margin-top:60px;}
		.about-wrap .about-03 .txt h4{font-size:30px; }
		.about-wrap .about-03 .txt .btxt{font-size:20px; }
		.about-wrap .about-03 .txt .stxt{font-size:16px;}
		
		.about-wrap .about-03 ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.about-wrap .about-03 li .btxt{font-size:20px;}
		.about-wrap .about-03 li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-03{margin-top:40px;}
		.about-wrap .about-03 .txt{padding-left:0;  padding-bottom:0px;}
		.about-wrap .about-03 .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.about-wrap .about-03 .txt .btxt{font-size:18px;}
		.about-wrap .about-03 .txt .stxt{font-size:15px;}
		.about-wrap .about-03 .txt .stxt br{display:none;}
		.about-wrap .about-03 .txt .sign {font-size:17px; background:url(../img/content/ceo-signm.jpg--) no-repeat right center; line-height:1.7em; padding-right:110px; margin-top:20px;}
		
		.about-wrap .about-03 li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.about-wrap .about-03 li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.about-wrap .about-03 li:nth-child(n+2){margin-top:40px}
		.about-wrap .about-03 li .btxt{font-size:22px;}
		.about-wrap .about-03 li .stxt{font-size:15px; margin-top:10px;}
		.about-wrap .about-03 li .stxt br{display:none;}

		.about-wrap .about-03 ul{margin-top:20px; padding-top:20px;}


	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-03 .txt h4{font-size:20px; }
		.about-wrap .about-03 .txt .btxt{font-size:16px; }
		.about-wrap .about-03 .txt .stxt{font-size:14px;}
		.about-wrap .about-03 li{padding-left:60px}
		.about-wrap .about-03 li:before{width:50px;height:50px; top:-5px;}
		.about-wrap .about-03 li .btxt{font-size:18px;}
		.about-wrap .about-03 li .stxt{font-size:15px;}

		.about-wrap .about-03{ margin-bottom:50px;}
	}


/* ======================================================
   .about-wrap .about-04
=========================================================*/

.about-wrap .about-04{max-width:1440px;box-sizing:border-box; padding:0 0px; margin:0 auto; margin-top:250px;}
.about-wrap .about-04 h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .about-04 h3:after{width:1240px; opacity:1;display:block; margin-top:-40px; margin-left:-20px; font-size:60px;  line-height:1em; letter-spacing:-0.04em;font-weight:700;content:"Value"; z-index:-1; color:#f4f4f4;  position:absolute; left:-720; top:10%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.about-wrap .about-04 h5{font-size:32px ;font-weight:600; color:#000 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px}
.about-wrap .about-04 .txt{font-size:21px ;font-weight:300; color:#555;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
.about-wrap .about-04 ul{margin-top:0px;}
.about-wrap .about-04 ul:after{display:block ;content:"";clear:both}
.about-wrap .about-04 ul li{float:left; width:calc(50% - 20px)}
.about-wrap .about-04 ul li:nth-child(1){padding-top:100px;}
.about-wrap .about-04 ul li:nth-child(2){float:right; }
.about-wrap .about-04 ul li .img{}
.about-wrap .about-04 ul li .img img{width:100%; max-width:575px; border-radius:30px;}
.about-wrap .about-04 ul li .txt{margin-top:27px;}
.about-wrap .about-04 ul li .txt .btxt{font-size:32px ;font-weight:600; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.about-wrap .about-04 ul li .txt .stxt{font-size:21px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
.about-wrap .about-04 ul li .txt .ctxt{font-size:32px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-04{margin-top:90px; padding:0 20px; }
		.about-wrap .about-04 h3{font-size:32px;}
		.about-wrap .about-04 ul{margin-top:40px;}
		.about-wrap .about-04 ul li .txt .btxt{font-size:24px ;}
		.about-wrap .about-04 ul li .txt .stxt{font-size:16px ;}
		.about-wrap .about-04 ul li .txt .ctxt{font-size:28px ; margin-top:20px;}

		.about-wrap .about-04 h5{font-size:24px;}
	}
	@media only screen and (max-width:1200px) {
		.about-wrap .about-04 .txt{font-size:16px;}
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-04{margin-top:70px}
		.about-wrap .about-04 h3{font-size:28px;}
		.about-wrap .about-04 h5{font-size:24px;}
		.about-wrap .about-04 ul li .txt{margin-top:20px;}
		.about-wrap .about-04 ul li .txt .btxt{font-size:17px ;}
		.about-wrap .about-04 ul li .txt .stxt{font-size:15px ;}
		.about-wrap .about-04 ul li .txt .ctxt{font-size:26px ; margin-top:20px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-04{margin-top:50px}
		.about-wrap .about-04 h3{font-size:24px;}
		.about-wrap .about-04 h5{font-size:20px; line-height:1.4em; margin-top:20px}
		.about-wrap .about-04 ul{margin-top:20px;}
		.about-wrap .about-04 ul li{float:none; width:auto}
		.about-wrap .about-04 ul li:nth-child(2){float:none; margin-top:30px;}
		.about-wrap .about-04 ul li .txt .btxt{font-size:16px ;}
		.about-wrap .about-04 ul li .txt .stxt{font-size:14px ;}
		.about-wrap .about-04 ul li .txt .stxt br{display:none;}
		.about-wrap .about-04 ul li .txt .ctxt{font-size:22px ; margin-top:15px; }

		.about-wrap .about-04 ul li:nth-child(1){padding-top:30px;}
		.about-wrap .about-04 .txt{font-size:16px ;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-04 h3{font-size:20px;}
		.about-wrap .about-04 h5{font-size:17px; line-height:1.3em; margin-top:10px}
		.about-wrap .about-04 ul li .txt .btxt{font-size:18px ;}
		.about-wrap .about-04 ul li .txt .stxt{font-size:15px ;}
		.about-wrap .about-04 ul li .txt .ctxt{font-size:17px ; }
	}





















/* ======================================================
   .biz-wrap.home
=========================================================*/
.biz-wrap.home{}
.biz-wrap.home .vis{height:950px;position:relative;overflow:hidden}
.biz-wrap.home .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/biz-himg01.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.3, 1.3); -webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.biz-wrap.home .vis .txt{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.biz-wrap.home .vis .txt .vc{display:inline-block;vertical-align:top; background:#fff; box-sizing:border-box; padding:80px 50px 50px 50px; min-height:550px;}
.biz-wrap.home .vis .txt h3{font-size:60px ;font-weight:700; color:#000 ;letter-spacing:-0.05em; line-height:1.2em;}
.biz-wrap.home .vis .btxt{font-size:36px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:90px; position:relative;}
.biz-wrap.home .vis .btxt:before{width:50px;height:4px; background:#000; position:Absolute ;left:2px; top:-44px; display:block; content:"";}
.biz-wrap.home .vis .stxt{font-size:18px ;font-weight:400; color:#111 ;letter-spacing:-0.04em; line-height:1.7em; margin-top:30px}

.biz-wrap.home .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
	
	@media only screen and (max-width:1440px) {	
		.biz-wrap.home .vis{height:840px;}
		.biz-wrap.home .vis .txt .vc{min-height:500px; padding:70px 40px 40px 40px}
		.biz-wrap.home .vis .txt h3{font-size:52px ; }
		.biz-wrap.home .vis .btxt{font-size:32px; margin-top:70px;}
		.biz-wrap.home .vis .btxt:before{width:30px;height:2px; top:-35px}
		.biz-wrap.home .vis .stxt{font-size:17px ;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.biz-wrap.home .vis{height:740px;}
		.biz-wrap.home .vis .txt .vc{min-height:400px; padding:50px 30px 50px 30px}
		.biz-wrap.home .vis .txt h3{font-size:44px ;}
		.biz-wrap.home .vis .btxt{font-size:28px; margin-top:50px;}
		.biz-wrap.home .vis .btxt:before{width:20px;height:1px; top:-25px}
		.biz-wrap.home .vis .stxt{font-size:16px ; margin-top:20px}
	}
	@media only screen and (max-width:680px) {
		.biz-wrap.home .vis{height:640px;}
		.biz-wrap.home .vis .txt{width:90%; left:45%}
		.biz-wrap.home .vis .txt .vc{ min-height:350px;padding:40px 20px 40px 20px}
		.biz-wrap.home .vis .txt h3{font-size:32px ;}
		.biz-wrap.home .vis .btxt{font-size:24px;margin-top:40px;}
		.biz-wrap.home .vis .btxt:before{width:20px;height:1px; top:-20px}
		.biz-wrap.home .vis .stxt{font-size:15px ;}
		.biz-wrap.home .vis .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.biz-wrap.home .vis{height:540px;}
		.biz-wrap.home .vis .txt h3{font-size:24px ;}
		.biz-wrap.home .vis .txt .vc{ min-height:300px;}
		.biz-wrap.home .vis .btxt{font-size:20px}
		.biz-wrap.home .vis .stxt{font-size:14px ;}
	}


.biz-wrap.home .start{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:110px; position:relative;}
.biz-wrap.home .start h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:55px; margin-bottom:70px;}
.biz-wrap.home .start .txt{}
.biz-wrap.home .start .txt:after{display:block; content:"";clear:both}
.biz-wrap.home .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.5em; font-size:36px;}
.biz-wrap.home .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.biz-wrap.home .start{margin-top:90px;}
		.biz-wrap.home .start h3{font-size:52px; margin-bottom:50px;}
		.biz-wrap.home .start .txt .btxt{font-size:32px}
		.biz-wrap.home .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.biz-wrap.home .start{margin-top:70px;}
		.biz-wrap.home .start h3{font-size:48px;margin-bottom:30px;}
		.biz-wrap.home .start .txt .btxt{font-size:28px}
		.biz-wrap.home .start .txt .btxt br{display:none;}
		.biz-wrap.home .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.biz-wrap.home .start{margin-top:50px;}
		.biz-wrap.home .start h3{font-size:36px;}
		.biz-wrap.home .start .txt .btxt{float:none; width:auto;font-size:24px}
		.biz-wrap.home .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.biz-wrap.home .start h3{font-size:24px;}
		.biz-wrap.home .start .txt .btxt{font-size:20px}
		.biz-wrap.home .start .txt .stxt{font-size:13px;}
	}

.biz-wrap.home .present{max-width:1440px;box-sizing:border-box; padding:100px 20px; margin:0 auto; margin-top:150px; position:Relative;}
.biz-wrap.home .present:after{position:absolute; left:50%;margin-left:-10000px; top:0; height:100%; width:20000px; display:block; content:""; background:#dad1ca; z-index:-1;}
.biz-wrap.home .present .txt{padding-left:510px; position:Relative;}
.biz-wrap.home .present .txt h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:36px; position:absolute; left:0; top:0;}

.biz-wrap.home .present ul li{position:relative; padding-left:220px;}
.biz-wrap.home .present ul li:nth-child(n+2){margin-top:60px; padding-top:60px; border-top:1px solid #bdb6b3;}
.biz-wrap.home .present ul li:before{width:90px;height:90px; position:absolute ;left:40px; top:0; display:block ;content:""}
.biz-wrap.home .present ul li .btxt{font-size:24px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.biz-wrap.home .present ul li .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.biz-wrap.home .present ul li:nth-child(1):before{background:url(../img/content/biz-hico01.jpg) no-repeat}
.biz-wrap.home .present ul li:nth-child(2):before{top:60px;background:url(../img/content/biz-hico02.jpg) no-repeat}
	@media only screen and (max-width:1440px) {	
		.biz-wrap.home .present{padding:80px 20px; margin-top:120px}
		.biz-wrap.home .present .txt{padding-left:400px}
		.biz-wrap.home .present .txt h3{font-size:32px;}

		.biz-wrap.home .present ul li{padding-left:190px}
		.biz-wrap.home .present ul li:before{width:80px;height:80px;left:30px; background-size:100% auto !important}
		.biz-wrap.home .present ul li .btxt{font-size:24px;}
		.biz-wrap.home .present ul li .stxt{font-size:16px} 
	}
	@media only screen and (max-width:1200px) {
		.biz-wrap.home .present .txt{padding-left:310px}
	}
	@media only screen and (max-width:999px) {
		.biz-wrap.home .present{padding:60px 20px; margin-top:90px;}
		.biz-wrap.home .present .txt{padding-left:0}
		.biz-wrap.home .present .txt h3{font-size:28px;position:relative; left:auto; top:auto;}
		
		.biz-wrap.home .present ul {margin-top:40px;}
		.biz-wrap.home .present ul li{padding-left:150px}
		.biz-wrap.home .present ul li:nth-child(n+2){margin-top:40px; padding-top:40px;}
		.biz-wrap.home .present ul li:before{width:70px;height:70px;left:20px}
		.biz-wrap.home .present ul li .btxt{font-size:22px;}
		.biz-wrap.home .present ul li .stxt{font-size:15px; margin-top:10px;} 

		.biz-wrap.home .present ul li:nth-child(2):before{top:40px;}
	}
	@media only screen and (max-width:680px) {
		.biz-wrap.home .present{padding:40px 20px; margin-top:60px;}
		.biz-wrap.home .present .txt h3{font-size:24px;}

		.biz-wrap.home .present ul {margin-top:30px;}
		.biz-wrap.home .present ul li{padding-left:100px}
		.biz-wrap.home .present ul li:nth-child(n+2){margin-top:30px; padding-top:30px;}
		.biz-wrap.home .present ul li:before{width:50px;height:50px;left:10px}
		.biz-wrap.home .present ul li .btxt{font-size:20px;}
		.biz-wrap.home .present ul li .stxt{font-size:14px} 
	}
	@media only screen and (max-width:480px) {
		.biz-wrap.home .present .txt h3{font-size:20px;}

		.biz-wrap.home .present ul li{padding-left:80px}
		.biz-wrap.home .present ul li:before{left:0}
		.biz-wrap.home .present ul li:nth-child(n+2){margin-top:20px; padding-top:20px;}
		.biz-wrap.home .present ul li .btxt{font-size:17px;}
		.biz-wrap.home .present ul li .stxt{font-size:13px} 
	}


.biz-wrap.home .point{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:110px;}
.biz-wrap.home .point h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:36px;}
.biz-wrap.home .point ul{margin-top:60px;}
.biz-wrap.home .point ul:after{display:block ;content:"";clear:both}
.biz-wrap.home .point ul li{float:left; width:calc(50% - 20px)}
.biz-wrap.home .point ul li:nth-child(2){float:right;}
.biz-wrap.home .point ul li .img{}
.biz-wrap.home .point ul li .img img{width:100%; max-width:575px}
.biz-wrap.home .point ul li .txt{margin-top:27px;}
.biz-wrap.home .point ul li .txt .btxt{font-size:20px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.biz-wrap.home .point ul li .txt .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
.biz-wrap.home .point ul li .txt .ctxt{font-size:32px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.biz-wrap.home .point{margin-top:90px}
		.biz-wrap.home .point h3{font-size:32px;}
		.biz-wrap.home .point ul{margin-top:40px;}
		.biz-wrap.home .point ul li .txt .btxt{font-size:18px ;}
		.biz-wrap.home .point ul li .txt .stxt{font-size:16px ;}
		.biz-wrap.home .point ul li .txt .ctxt{font-size:28px ; margin-top:20px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.biz-wrap.home .point{margin-top:70px}
		.biz-wrap.home .point h3{font-size:28px;}
		.biz-wrap.home .point ul li .txt{margin-top:20px;}
		.biz-wrap.home .point ul li .txt .btxt{font-size:17px ;}
		.biz-wrap.home .point ul li .txt .stxt{font-size:15px ;}
		.biz-wrap.home .point ul li .txt .ctxt{font-size:26px ; margin-top:20px;}
	}
	@media only screen and (max-width:680px) {
		.biz-wrap.home .point{margin-top:50px}
		.biz-wrap.home .point h3{font-size:24px;}
		.biz-wrap.home .point ul{margin-top:20px;}
		.biz-wrap.home .point ul li{float:none; width:auto}
		.biz-wrap.home .point ul li:nth-child(2){float:none; margin-top:30px;}
		.biz-wrap.home .point ul li .txt .btxt{font-size:16px ;}
		.biz-wrap.home .point ul li .txt .stxt{font-size:14px ;}
		.biz-wrap.home .point ul li .txt .stxt br{display:none;}
		.biz-wrap.home .point ul li .txt .ctxt{font-size:22px ; margin-top:15px; }
	}
	@media only screen and (max-width:480px) {
		.biz-wrap.home .point h3{font-size:20px;}
		.biz-wrap.home .point ul li .txt .btxt{font-size:15px ;}
		.biz-wrap.home .point ul li .txt .stxt{font-size:13px ;}
		.biz-wrap.home .point ul li .txt .ctxt{font-size:18px ; }
	}


.biz-wrap.home .think{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:90px; padding-top:90px; position:relative; padding-bottom:350px;}
.biz-wrap.home .think:before{width:20000px; left:50%;margin-left:-10000px; top:0; display:block; content:"";border-top:1px solid #bcbcbc; position:Absolute; z-index:-1;}
.biz-wrap.home .think h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:48px;}
.biz-wrap.home .think ul{font-size:0;margin-top:90px;position:Relative;}
.biz-wrap.home .think ul:after{display:block; content:"";clear:both;}
.biz-wrap.home .think li{float:left;width:14.2857%;position:relative;}
.biz-wrap.home .think li:before{width:100%; height:0; border-bottom:2px solid #808080; left:0; top:38px; display:block ;content:""; position:Absolute; z-index:-1}
.biz-wrap.home .think li:last-child:before{width:76px;}
.biz-wrap.home .think li .step{display:inline-block;vertical-align:top; background:#000; width:76px;height:76px; box-sizing:border-box; text-align:center; padding-top:19px; border-radius:100%;}
.biz-wrap.home .think li .step p{font-size:14px; font-weight:400; color:#fff; line-height:1.4em;}
.biz-wrap.home .think li .step p span{font-size:16px; font-weight:700; color:#fff; display:block;}
.biz-wrap.home .think li .txt{margin-top:40px;}
.biz-wrap.home .think li .txt .btxt{font-size:20px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.biz-wrap.home .think li .txt .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
.biz-wrap.home .think .ex{position:Absolute; left:-20px; bottom:90px;font-family:"GothamPro";font-weight:800; font-size:600px; height:350px; line-height:1em;color:#000; letter-spacing:-0.03em;line-height:1.2em;white-space:pre; color:#f7f7f7;}
	@media only screen and (max-width:1440px) {	
		.biz-wrap.home .think{margin-top:70px; padding-top:70px ; padding-bottom:300px;}
		.biz-wrap.home .think h3{font-size:43px}
		.biz-wrap.home .think ul{margin-top:70px;}
		.biz-wrap.home .think li:before{top:34px;}
		.biz-wrap.home .think li:last-child:before{width:70px;}
		.biz-wrap.home .think li .step{width:70px;height:70px; padding-top:16px}
		.biz-wrap.home .think li .step p{font-size:13px;}
		.biz-wrap.home .think li .step p span{font-size:15px; }
		.biz-wrap.home .think li .txt{margin-top:30px;}
		.biz-wrap.home .think li .txt .btxt{font-size:18px ;}
		.biz-wrap.home .think li .txt .stxt{font-size:16px ; margin-top:5px;}
		.biz-wrap.home .think .ex{font-size:520px; bottom:50px}
	}
	@media only screen and (max-width:1200px) {
		.biz-wrap.home .think li:before{top:30px;}
		.biz-wrap.home .think li:last-child:before{width:50px;}
		.biz-wrap.home .think li .step{width:64px;height:64px; padding-top:14px}
		.biz-wrap.home .think li .step p{font-size:12px;}
		.biz-wrap.home .think li .step p span{font-size:14px; }
		.biz-wrap.home .think li .txt{margin-top:30px;}
		.biz-wrap.home .think li .txt .btxt{font-size:16px ;}
		.biz-wrap.home .think li .txt .stxt{font-size:14px ; margin-top:5px;}
		.biz-wrap.home .think .ex{font-size:450px; bottom:10px}
	}
	@media only screen and (max-width:999px) {
		.biz-wrap.home .think{margin-top:50px; padding-top:50px ; padding-bottom:250px;}
		.biz-wrap.home .think h3{font-size:38px}
		.biz-wrap.home .think ul{margin-top:50px;}
		.biz-wrap.home .think li{float:none; display:inline-block;vertical-align:top;width:25%;}
		.biz-wrap.home .think li:nth-child(n+5){margin-top:30px;}
		.biz-wrap.home .think li .step{width:60px;height:60px; padding-top:14px}
		.biz-wrap.home .think li .step p{font-size:11px;}
		.biz-wrap.home .think li .step p span{font-size:13px; }
		.biz-wrap.home .think li .txt{margin-top:20px;}
		.biz-wrap.home .think li .txt .btxt{font-size:15px ;}
		.biz-wrap.home .think li .txt .stxt{font-size:13px ;} 
		.biz-wrap.home .think .ex{font-size:440px; bottom:-10px}
	}
	@media only screen and (max-width:680px) {
		.biz-wrap.home .think{padding-bottom:50px;}
		.biz-wrap.home .think h3{font-size:33px}
		.biz-wrap.home .think ul{margin-top:30px;}
		.biz-wrap.home .think li{width:33.3333%;text-align:center;}
		.biz-wrap.home .think li:nth-child(n+4){margin-top:30px;}
		.biz-wrap.home .think li .txt .btxt{font-size:14px ;}
		.biz-wrap.home .think li .txt .stxt{font-size:12px ;} 
		.biz-wrap.home .think .ex{left:33.33333%;font-size:320px; bottom:-100px}
	}
	@media only screen and (max-width:480px) {
		.biz-wrap.home .think{padding-bottom:20px;}
		.biz-wrap.home .think h3{font-size:28px}
		.biz-wrap.home .think .ex{;font-size:220px; bottom:-190px}
	}


/* ======================================================
   .prd-wrap.remo
=========================================================*/
.prd-wrap.remo{padding-bottom:150px;}
.prd-wrap.remo .vis{height:950px;position:relative;overflow:hidden;}
.prd-wrap.remo .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/biz-top04.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.3, 1.3); -webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.prd-wrap.remo .vis .cont{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; height:600px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.prd-wrap.remo .vis .txt{}
.prd-wrap.remo .vis .txt h3{font-size:72px; font-weight:700; color:#fff; letter-spacing:-0.03em; line-height:1.2em;}
.prd-wrap.remo .vis .txt p{font-size:20px; font-weight:400; color:#fff; letter-spacing:-0.03em; line-height:1.5em; margin-top:35px;}

.prd-wrap.remo .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}


.prd-wrap.remo .vis ul{position:Absolute;right:20px; bottom:0; width:600px; box-sizing:border-box;}
.prd-wrap.remo .vis ul:after{display:block; content:"";clear:both}
.prd-wrap.remo .vis li{float:left;position:relative; width:50%;height:300px ;box-sizing:border-box;border:1px solid #fff;}
.prd-wrap.remo .vis li:first-child{margin-left:50%;}
.prd-wrap.remo .vis li:first-child:after{border-bottom:none;}

.prd-wrap.remo .vis li:nth-child(n+2){margin-top:-1px;}
.prd-wrap.remo .vis li:nth-child(2){border-right:none;}
.prd-wrap.remo .vis li:nth-child(1){border-bottom:none;}

.prd-wrap.remo .vis li .ab{position:absolute;right:0; bottom:0; width:100%; box-sizing:border-box; padding:40px 35px;}
.prd-wrap.remo .vis li .btxt{font-size:30px ;font-weight:700; color:#fff; letter-spacing:-0.03em; line-height:1.2em;}
.prd-wrap.remo .vis li .stxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.5em; margin-top:20px;}

.prd-wrap.remo .vis li.active{background:#fff;}
.prd-wrap.remo .vis li.active .btxt{color:#000;}
.prd-wrap.remo .vis li.active .stxt{color:#000;}
	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo{padding-bottom:120px;}
		.prd-wrap.remo .vis{height:840px;}
		.prd-wrap.remo .vis .cont{height:560px;}
		.prd-wrap.remo .vis .txt h3{font-size:64px;}
		.prd-wrap.remo .vis .txt p{font-size:18px}

		.prd-wrap.remo .vis ul{width:520px}
		.prd-wrap.remo .vis li{width:260px;height:260px;}

		.prd-wrap.remo .vis li .ab{padding:35px 30px;}
		.prd-wrap.remo .vis li .btxt{font-size:27px ;}
		.prd-wrap.remo .vis li .stxt{font-size:15px ; margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		.prd-wrap.remo .vis ul{width:440px}
		.prd-wrap.remo .vis li{width:220px;height:220px;}
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo{padding-bottom:90px;}
		.prd-wrap.remo .vis{height:740px;}
		.prd-wrap.remo .vis .cont{height:560px;}
		.prd-wrap.remo .vis .txt h3{font-size:52px;}
		.prd-wrap.remo .vis .txt p{font-size:16px; margin-top:25px;}


		.prd-wrap.remo .vis ul{width:380px}
		.prd-wrap.remo .vis li{width:190px;height:190px;}
		
		.prd-wrap.remo .vis li .ab{padding:30px 25px;}
		.prd-wrap.remo .vis li .btxt{font-size:24px ;}
		.prd-wrap.remo .vis li .stxt{font-size:14px ;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo{padding-bottom:60px;}
		.prd-wrap.remo .vis{height:640px;}
		.prd-wrap.remo .vis .cont{height:500px;}
		.prd-wrap.remo .vis .txt h3{font-size:44px;}
		.prd-wrap.remo .vis .txt p{font-size:15px; margin-top:15px;}
		.prd-wrap.remo .vis .txt p br{display:none;}


		.prd-wrap.remo .vis ul{width:340px}
		.prd-wrap.remo .vis li{width:170px;height:170px;}
		
		.prd-wrap.remo .vis li .ab{padding:25px 20px;}
		.prd-wrap.remo .vis li .btxt{font-size:21px ;}
		.prd-wrap.remo .vis li .stxt{font-size:13px ; margin-top:10px;}
	}
	@media only screen and (max-width:480px) {
		.prd-wrap.remo .vis{height:540px;}
		.prd-wrap.remo .vis .cont{height:440px;}
		.prd-wrap.remo .vis .txt h3{font-size:32px;}
		.prd-wrap.remo .vis .txt p{font-size:14px}

		.prd-wrap.remo .vis ul{width:290px}
		.prd-wrap.remo .vis li{width:145px;height:145px;}
		
		.prd-wrap.remo .vis li .ab{padding:20px 15px;}
		.prd-wrap.remo .vis li .btxt{font-size:17px ;}
		.prd-wrap.remo .vis li .stxt{font-size:12px ;margin-top:5px;}
	}


.prd-wrap.remo .start{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; position:relative;}
.prd-wrap.remo .start h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:60px; margin-bottom:70px;}
.prd-wrap.remo .start .txt{}
.prd-wrap.remo .start .txt:after{display:block; content:"";clear:both}
.prd-wrap.remo .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.5em; font-size:36px;}
.prd-wrap.remo .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo .start{margin-top:90px;}
		.prd-wrap.remo .start h3{font-size:52px; margin-bottom:50px;}
		.prd-wrap.remo .start .txt .btxt{font-size:32px}
		.prd-wrap.remo .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo .start{margin-top:70px;}
		.prd-wrap.remo .start h3{font-size:48px;margin-bottom:30px;}
		.prd-wrap.remo .start .txt .btxt{font-size:28px}
		.prd-wrap.remo .start .txt .btxt br{display:none;}
		.prd-wrap.remo .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .start{margin-top:50px;}
		.prd-wrap.remo .start h3{font-size:36px;}
		.prd-wrap.remo .start .txt .btxt{float:none; width:auto;font-size:24px}
		.prd-wrap.remo .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.prd-wrap.remo .start h3{font-size:24px;}
		.prd-wrap.remo .start .txt .btxt{font-size:20px}
		.prd-wrap.remo .start .txt .stxt{font-size:13px;}
	}

.prd-wrap.remo .mind{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:200px; position:Relative;}
.prd-wrap.remo .mind:before{width:20000px; height:100%; left:50%;margin-left:-10000px; top:0; display:block; content:"";background:#dad1ca; position:Absolute; z-index:-1;}
.prd-wrap.remo .mind .txt{ background:url(../img/content/remo-img02.jpg) no-repeat right center; background-size:auto 100%; height:680px;  display:flex;align-items: center; justify-content: left;}
.prd-wrap.remo .mind .txt .vc{width:100%}
.prd-wrap.remo .mind .txt .btxt{font-size:30px; font-weight:700; color:#000; line-height:1.4em; letter-spacing:-0.03em;}
.prd-wrap.remo .mind .txt p{font-size:20px; font-weight:400; color:#000; line-height:1.75em; letter-spacing:-0.03em; padding-top:30px;}
	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo .mind{margin-top:90px;}
		.prd-wrap.remo .mind .txt{height:620px;background-size:auto 90%;}
		.prd-wrap.remo .mind .txt .btxt{font-size:24px;}
		.prd-wrap.remo .mind .txt p{font-size:17px;}
	}
	@media only screen and (max-width:1200px) {
		.prd-wrap.remo .mind .txt{height:560px;background-size:auto 80%;}
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo .mind{margin-top:70px;}
		.prd-wrap.remo .mind .txt{height:auto;padding:70px 20px 50px 20px;background:none;text-align:center; display:block;}
		.prd-wrap.remo .mind .txt:after{position:relative;display:inline-block;vertical-align:top;background:url(../img/content/remo-img02.jpg) no-repeat center center;background-size:auto 160%; margin-top:30px; width:100%;height:100px; display:block ;content:""}
		.prd-wrap.remo .mind .txt .btxt{font-size:20px;}
		.prd-wrap.remo .mind .txt p{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .mind{margin-top:50px;}
		
		.prd-wrap.remo .mind .txt{padding:50px 20px 30px 20px}
		.prd-wrap.remo .mind .txt:after{height:80px;background-size:auto 140%;}
		.prd-wrap.remo .mind .txt .btxt{font-size:18px;}
		.prd-wrap.remo .mind .txt p{font-size:15px;}
		.prd-wrap.remo .mind .txt p br{display:none;}
	}
	@media only screen and (max-width:480px) {
		
	}

.prd-wrap.remo .info{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px;}
.prd-wrap.remo .info h3{font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:60px;}
.prd-wrap.remo .info ul{margin-top:60px;}
.prd-wrap.remo .info ul:after{display:block ;content:"";clear:both}
.prd-wrap.remo .info ul li{float:left; width:calc(50% - 20px);}
.prd-wrap.remo .info ul li:nth-child(2){float:right;}
.prd-wrap.remo .info ul li .img{}
.prd-wrap.remo .info ul li .img img{width:100%; }
.prd-wrap.remo .info ul li .txt{margin-top:27px;}
.prd-wrap.remo .info ul li .txt .btxt{font-size:20px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.5em;}
.prd-wrap.remo .info ul li .txt .stxt{font-size:18px ;font-weight:300; color:#555 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:10px}
	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo .info{margin-top:90px;}
		.prd-wrap.remo .info h3{font-size:32px;}
		.prd-wrap.remo .info ul{margin-top:50px;}
		.prd-wrap.remo .info ul li .txt .btxt{font-size:19px ;}
		.prd-wrap.remo .info ul li .txt .stxt{font-size:17px ;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo .info{margin-top:70px;}
		.prd-wrap.remo .info h3{font-size:28px;}
		.prd-wrap.remo .info ul{margin-top:40px;}
		.prd-wrap.remo .info ul li .txt{margin-top:20px;}
		.prd-wrap.remo .info ul li .txt .btxt{font-size:18px ;}
		.prd-wrap.remo .info ul li .txt .stxt{font-size:16px ;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .info{margin-top:50px;}
		.prd-wrap.remo .info h3{font-size:24px;}
		.prd-wrap.remo .info ul{margin-top:30px;}
		.prd-wrap.remo .info ul li{float:none; width:auto;}
		.prd-wrap.remo .info ul li:nth-child(2){float:none;}
		.prd-wrap.remo .info ul li:nth-child(n+2){margin-top:25px;}
		.prd-wrap.remo .info ul li .txt .btxt{font-size:17px ; line-height:1.2em;}
		.prd-wrap.remo .info ul li .txt .stxt{font-size:15px ; line-height:1.4em; margin-top:5px;}
		.prd-wrap.remo .info ul li .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.prd-wrap.remo .info h3{font-size:20px;}
		.prd-wrap.remo .info ul li .txt .btxt{font-size:16px ;}
		.prd-wrap.remo .info ul li .txt .stxt{font-size:14px ;}
	}


.prd-wrap.remo .msg{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto;margin-top:200px;}
.prd-wrap.remo .msg .cont{padding:150px 0; background:#f9f9f9;text-align:center;position:Relative;}
.prd-wrap.remo .msg .cont:before{position:absolute; left:25px; top:0; width:20px; height:100%; line-height:20px; display:block; content:"";background:url(../img/content/remo-msg.jpg) no-repeat center center;}
.prd-wrap.remo .msg .cont .txt{display:inline-block;vertical-align:top; position:relative;padding-left:610px; }
.prd-wrap.remo .msg .cont .img {position:Absolute; left:0; top:0; width:540px;}
.prd-wrap.remo .msg .cont .img img{width:100%;height:660px;object-fit:cover;}
.prd-wrap.remo .msg .cont .vc{width:100%;text-align:left;display:flex;align-items: center; justify-content: left; height:660px; }
.prd-wrap.remo .msg .cont .btxt{font-size:36px ;font-weight:700; color:#000 ;letter-spacing:-0.03em; line-height:1.3em;}
.prd-wrap.remo .msg .cont .stxt{font-size:18px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px}

.prd-wrap.remo .msg .down{margin-top:150px;text-align:Center; font-size:0;}
.prd-wrap.remo .msg .down p{display:inline-block;vertical-align:top; text-align:left;font-size:20px ;font-weight:700; color:#111;  line-height:1.4em;letter-spacing:-0.03em; position:relative; padding-left:105px;}
.prd-wrap.remo .msg .down p:before{width:80px;height:2px; background:#7f7f7f; position:Absolute; lefT:0; top:50%;margin-top:-1px; display:block; content:""}
.prd-wrap.remo .msg .down a{display:inline-block;text-align:left;vertical-align:top;margin-left:130px; width:290px; height:60px; background:#f58220; color:#fff; padding:0 30px; font-size:16px; font-weight:700; color:#fff; letter-spacing:-0.03em; position:Relative; line-height:60px;}
.prd-wrap.remo .msg .down a:after{width:60px;height:60px; position:absolute;right:5px; top:0;background:url(../img/content/remo-arrow.png) no-repeat center center; display:block ;content:""}

.prd-wrap.remo .msg .down a:hover{ background:#555; }

	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo .msg{margin-top:90px;}
		.prd-wrap.remo .msg .cont{padding:120px 0;}
		.prd-wrap.remo .msg .cont:before{left:15px;}
		.prd-wrap.remo .msg .cont .txt{padding-left:550px; box-sizing:border-box; max-width:900px}
		.prd-wrap.remo .msg .cont .img {width:480px}
		.prd-wrap.remo .msg .cont .img img{height:600px;}
		.prd-wrap.remo .msg .cont .vc{height:600px}
		.prd-wrap.remo .msg .cont .btxt{font-size:32px ;}
		.prd-wrap.remo .msg .cont .btxt br{display:none;}
		.prd-wrap.remo .msg .cont .stxt{font-size:17px ; margin-top:40px}
		.prd-wrap.remo .msg .cont .stxt br{display:none;}

		.prd-wrap.remo .msg .down{margin-top:110px;}
		.prd-wrap.remo .msg .down p{font-size:18px; padding-left:85px;}
		.prd-wrap.remo .msg .down p:before{width:60px;}
		.prd-wrap.remo .msg .down a{margin-left:100px; width:250px; height:55px; font-size:15px; line-height:55px;}
		.prd-wrap.remo .msg .down a:after{width:55px;height:55px;}
	}
	@media only screen and (max-width:1200px) {
		
		.prd-wrap.remo .msg .cont{padding:90px 0;}
		.prd-wrap.remo .msg .cont .txt{padding-left:480px; max-width:800px}
		.prd-wrap.remo .msg .cont .img {width:420px}
		.prd-wrap.remo .msg .cont .img img{height:520px;}
		.prd-wrap.remo .msg .cont .vc{height:520px}

		.prd-wrap.remo .msg .cont .btxt{font-size:28px ;}
		.prd-wrap.remo .msg .cont .stxt{font-size:16px ; margin-top:30px}

		.prd-wrap.remo .msg .down{margin-top:70px;}
		.prd-wrap.remo .msg .down p{font-size:16px; padding-left:65px;}
		.prd-wrap.remo .msg .down p:before{width:40px;}
		.prd-wrap.remo .msg .down a{margin-left:80px; width:220px; height:50px; font-size:15px; line-height:50px;}
		.prd-wrap.remo .msg .down a:after{width:50px;height:50px;}

	}
	@media only screen and (max-width:999px) {	
		.prd-wrap.remo .msg{margin-top:70px;}
		.prd-wrap.remo .msg .cont{padding:70px 0;}
		.prd-wrap.remo .msg .cont:before{left:10px;background-size:15px auto;}
		.prd-wrap.remo .msg .cont .txt{padding-left:0; width:76%;max-width:620px}
		.prd-wrap.remo .msg .cont .img {width:auto; position:relative; left:auto; top:auto;}
		.prd-wrap.remo .msg .cont .img img{height:auto;object-fit:fill;}
		.prd-wrap.remo .msg .cont .vc{display:block; margin-top:30px; height:auto;}
		.prd-wrap.remo .msg .cont .btxt{font-size:24px ;}
		.prd-wrap.remo .msg .cont .stxt{font-size:15px ;margin-top:20px}
		
		.prd-wrap.remo .msg .down{text-align:center; margin-top:100px;}
		.prd-wrap.remo .msg .down p{text-align:center;font-size:15px; font-weight:400;padding-left:0; display:block;}
		.prd-wrap.remo .msg .down p:before{width:0;height:40px; border-left:1px solid #7f7f7f; background:none; left:50%; top:-65px;}

		.prd-wrap.remo .msg .down a{margin-left:0; width:200px; height:50px; font-size:14px; line-height:50px; margin-top:20px; padding:0 20px;}
		.prd-wrap.remo .msg .down a:after{width:50px;height:50px; background-size:18px auto;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .msg{margin-top:50px;}
		.prd-wrap.remo .msg .cont{padding:40px 0;}
		.prd-wrap.remo .msg .cont .btxt{font-size:20px ;}
		.prd-wrap.remo .msg .cont .stxt{font-size:14px ;margin-top:10px;}

		.prd-wrap.remo .msg .down p{font-size:14px}
		.prd-wrap.remo .msg .down a{width:180px; height:45px; line-height:45px;}
		.prd-wrap.remo .msg .down a:after{width:45px;height:45px;}
	}
	@media only screen and (max-width:480px) {
		.prd-wrap.remo .msg .cont .btxt{font-size:17px;}
		.prd-wrap.remo .msg .cont .stxt{font-size:13px;}
		
		.prd-wrap.remo .msg .down p{font-size:13px}
		.prd-wrap.remo .msg .down a{width:160px; }
	}


.prd-wrap.remo .review{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:120px; padding-top:120px; border-top:1px solid #bcbcbc}
.prd-wrap.remo .review h3{font-size:36px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; }
.prd-wrap.remo .review .cont{margin-top:35px; padding-right:190px;position:relative;}
.prd-wrap.remo .review .cont:before{width:100%;height:100%; right:100%; position:Absolute; top:0;background:#fff; z-index:2; display:block; content:""}
	@media only screen and (max-width:1440px) {	
		.prd-wrap.remo .review{padding-top:100px; margin-top:100px;}
		.prd-wrap.remo .review h3{font-size:31px;}
		.prd-wrap.remo .review .cont{padding-right:130px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo .review{padding-top:75px; margin-top:75px;}
		.prd-wrap.remo .review h3{font-size:26px;}	
		.prd-wrap.remo .review .cont{margin-top:20px; padding-right:100px;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .review{padding-top:50px; margin-top:50px;}
		.prd-wrap.remo .review h3{font-size:21px;}
		.prd-wrap.remo .review .cont{padding-right:80px;}
	}
	@media only screen and (max-width:480px) {
		
	}

.prd-wrap.remo .review .slick-list{margin:0 -10px;overflow:visible}
.prd-wrap.remo .review .item{margin:0 10px}
.prd-wrap.remo .review .item a{display:block;}
.prd-wrap.remo .review .item .img{overflow:hidden;}
.prd-wrap.remo .review .item .img img{width:100%;-webkit-transition: transform 1s ease-out;-moz-transition: transform 1s ease-out;-o-transition: transform 1s ease;transition: transform 1s ease-out;}
.prd-wrap.remo .review .item .txt{margin-top:30px;}
.prd-wrap.remo .review .item .txt p{font-size:20px ;font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em;}

.prd-wrap.remo .review .item a:hover .img img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);  -o-transform:scale(1.1);  transform:scale(1.1);}

.prd-wrap.remo .review .slick-dots{position:absolute ;left:0; bottom:-51px;width:clac(100% + 190px); box-sizing:border-box; }
.prd-wrap.remo .review .slick-dots ul{ margin:0; padding:0; background:#c4c4c4; overflow:hidden;height:1px; }
.prd-wrap.remo .review .slick-dots ul:after{width:100%; height:auto;}
.prd-wrap.remo .review .slick-dots li{float:left; width:50%; height:1px; margin:0; padding:0;}
.prd-wrap.remo .review .slick-dots li button{background:none;margin:0; padding:0; height:1px; width:100%; position:relative;}
.prd-wrap.remo .review .slick-dots li button:after{width:0; height:100%; display:block; content:""; position:Absolute;background:#000; left:0; top:0;}

.prd-wrap.remo .review .slick-dots li.slick-active button{}
.prd-wrap.remo .review .slick-dots li.slick-active button:after{width:100%}
.prd-wrap.remo .review .slick-dots li.slick-active button:before{width:20000px; height:100%; display:block; content:""; position:Absolute;background:#000; right:100%; top:0;}

.prd-wrap.remo .review .scrollbar{position:relative; margin-top:50px; height:1px;z-index:932;}
.prd-wrap.remo .review .scrollbar .handle {position:relative;height:1px;background:#c4c4c4;overflow:hidden; }
.prd-wrap.remo .review .scrollbar .handle .mousearea{width:0;height: 100%;background:#000;cursor: pointer; left:0; top:0; -webkit-transition: width 0.3s ease-out;-moz-transition:width 0.3s ease-out;-o-transition: width 0.3s ease-out;transition: width 0.3s ease-out;}

.prd-wrap.remo .review .scrollbar .prev{position:Absolute;right:62px; top:0; width:38px;height:28px; top:50%;margin-top:-14px;background:url(../img/main/inte-prev.jpg) no-repeat left center;}
.prd-wrap.remo .review .scrollbar .next{position:Absolute;right:0; top:0; width:38px;height:28px;top:50%;margin-top:-14px;background:url(../img/main/inte-next.jpg) no-repeat left center;}
	
	@media only screen and (max-width:1440px) {
		.prd-wrap.remo .review .slick-dots{width:clac(100% + 130px);}
	}
	@media only screen and (max-width:1200px) {
		.prd-wrap.remo .review .item .txt{margin-top:20px;}
		.prd-wrap.remo .review .item .txt p{font-size:18px ;}

		.prd-wrap.remo .review .slick-dots{bottom:-36px}

		.prd-wrap.remo .review .scrollbar{margin-top:35px;}
		.prd-wrap.remo .review .scrollbar .prev{width:34px; height:28px; background-size:24px auto; right:48px;}
		.prd-wrap.remo .review .scrollbar .next{width:34px; height:28px; background-size:24px auto;}
	}
	@media only screen and (max-width:999px) {
		.prd-wrap.remo .review .slick-list{margin:0 -5px;}
		.prd-wrap.remo .review .item{margin:0 5px}
		.prd-wrap.remo .review .item .txt{margin-top:15px;}
		.prd-wrap.remo .review .item .txt p{font-size:16px ;}

		.prd-wrap.remo .review .slick-dots{ bottom:-25px;width:clac(100% + 100px);}

		.prd-wrap.remo .review .scrollbar{margin-top:25px;}
		.prd-wrap.remo .review .scrollbar .prev{width:22px; height:28px; background-size:18px auto; right:34px;}
		.prd-wrap.remo .review .scrollbar .next{width:22px; height:28px; background-size:18px auto;}
	}
	@media only screen and (max-width:680px) {
		.prd-wrap.remo .review .item .txt p{font-size:14px ;}
		.prd-wrap.remo .review .slick-dots{width:clac(100% + 80px);}
	}
	@media only screen and (max-width:480px) {
		
	}


/* =====================================
   history-wrap
===================================== */
.history-wrap{position:relative; padding-bottom:100px;}
.history-wrap .logo{}
.history-wrap .logo ul{margin:0 -1%}
.history-wrap .logo ul:after{display:block; content:"";clear:both}
.history-wrap .logo li{float:left; width:23%; margin:0 1%}
.history-wrap .logo li a{display:flex;align-items: center; justify-content: center; height:200px; border:1px solid #dedede}
.history-wrap .logo li div{width:100%;text-align:center;}
.history-wrap .logo li div img{width:100%; max-width:260px;}
	@media only screen and (max-width:1260px) {
		
	}
	@media only screen and (max-width:1200px) {
		.history-wrap{ padding-bottom:70px;}
		.history-wrap .logo li a{height:160px;}
	}
	@media only screen and (max-width:999px) {
		.history-wrap .logo li a{height:120px;}
	
 	}
	@media only screen and (max-width:680px) {
		.history-wrap{ padding-bottom:30px;}
		.history-wrap .logo li{width:48%; margin:0 1%}
		.history-wrap .logo li:nth-child(n+3){margin-top:2%}
		.history-wrap .logo li a{height:90px;}
		.history-wrap .logo li div img{max-width:220px;}
	}
	@media only screen and (max-width:480px) {
		.history-wrap .logo li a{height:70px;}
	}




.history-wrap .list{margin-top:50px; position:relative;overflow:hidden;}
.history-wrap .list:before{width:1px;height: calc(100% - 20px); background:#d9d9d9;  z-index:1;position:absolute; left:50%;top:20px; display:block; content:"";-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.history-wrap .list:after{width:9px;height:9px;border-radius:100%;background:#999; z-index:2; position:absolute; left:50%; bottom:0; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}

.history-wrap .list .vc{position:relative; z-index:55;opacity:1;-webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform:  translateY(0);transform: translateY(0);}
.history-wrap .list .vc:before{width:1px;height:0;background:#3e7ddb; display:block;content:"";position:absolute; left:50%; top:20px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);-webkit-transition: height 4s ease-out;-moz-transition: height 4s ease-out;-o-transition: height 4s ease-out;transition: height 4s ease-out;}
.history-wrap .list .vc:first-child:before{top:20px;}
.history-wrap .list .vc:nth-child(n+2){padding-bottom:90px;}

.history-wrap .list .vc:last-child:after{opacity:0;width:9px;height:9px;border-radius:100%;background:#3e7ddb; position:absolute; left:50%; bottom:0; display:block; content:""; z-index:999; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}

.history-wrap .list .vc.aos-animate:before{height:calc(100% + 80px);transition-delay: 0.5s;}
.history-wrap .list .vc.aos-animate:first-child:before{}
.history-wrap .list .vc.aos-animate:last-child:after{opacity:1;transition-delay: 0s;}

.history-wrap .list .item{padding-left:54%; position:relative;}
.history-wrap .list .item:nth-child(even){padding-right:54%; padding-left:0;text-align:right;}
.history-wrap .list .item.c02{margin-top:70px;}
.history-wrap .list .item.c03{margin-top:70px;}
.history-wrap .list .item.c04{margin-top:70px;}
.history-wrap .list .item.c05{margin-top:70px;}
.history-wrap .list .item.c06{margin-top:70px;}
.history-wrap .list .item.c07{margin-top:70px;}
.history-wrap .list .item.c08{margin-top:70px;}
.history-wrap .list .item.c09{margin-top:70px;}
.history-wrap .list .item.c10{margin-top:70px;}

.history-wrap .list .year{font-size:48px; font-weight:300; color:#000; letter-spacing:-0.03em;line-height:41px; }
.history-wrap .list .year.active{font-weight:400}
.history-wrap .list .year:before{width:30px; left:50%; top:20px;height:1px;background:#d9d9d9; display:block;content:""; position:absolute; z-index:-1;}

.history-wrap .list .item:nth-child(even) .year:before{left:auto; right:50%}

.history-wrap .list ul{margin-top:20px}
.history-wrap .list ul:before{width:21px;height:21px; position:absolute; left:50%; box-sizing:border-box;top:10px;border:1px solid #aec9f2;background:#fff; z-index:1; border-radius:100%; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.history-wrap .list ul:after{width:9px;height:9px; position:absolute; left:50%; top:16px;background:#3e7ddb; border-radius:100%; z-index:2; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}

.history-wrap .list li{position:relative; padding-left:55px}

.history-wrap .list li:nth-child(n+2){margin-top:10px;}
.history-wrap .list li .btxt{font-size:16px; color:#000; line-height:1.4em; position:absolute; left:0; top:0;}
.history-wrap .list li .stxt{font-size:16px; color:#777; line-height:1.6em; word-break: keep-all; font-weight:300}
.history-wrap .list li .stxt strong{font-size:16px; color:#000; line-height:1.4em; word-break: keep-all; font-weigh:400}

.history-wrap .list .item:nth-child(even) li{padding-right:55px; padding-left:0;}
.history-wrap .list .item:nth-child(even) li .btxt{left:auto; right:0;}
	@media only screen and (max-width:1260px) {
		.history-wrap .list .year{font-size:41px;}
	}
	@media only screen and (max-width:1200px) {
		.history-wrap .list{margin-top:100px;}
		.history-wrap .list .year{font-size:34px;}
		.history-wrap .list ul{margin-top:15px}
		.history-wrap .list li{padding-left:45px;}
		.history-wrap .list li .btxt{font-size:15px;}
		.history-wrap .list li .stxt{font-size:15px;}
		
		.history-wrap .list .item{padding-left:56%}
		.history-wrap .list .item:nth-child(even){padding-right:56%;}
		.history-wrap .list .item:nth-child(even) li{padding-right:45px}
	}
	@media only screen and (max-width:999px) {
		.history-wrap .list .item.c02{margin-top:50px;}

		.history-wrap .list .item.c03{margin-top:50px;}
.history-wrap .list .item.c04{margin-top:50px;}
.history-wrap .list .item.c05{margin-top:50px;}
.history-wrap .list .item.c06{margin-top:50px;}
.history-wrap .list .item.c07{margin-top:50px;}
.history-wrap .list .item.c08{margin-top:50px;}
.history-wrap .list .item.c09{margin-top:50px;}
.history-wrap .list .item.c10{margin-top:50px;}

		.history-wrap .list{margin-top:70px;}
		.history-wrap .list ul{margin-top:10px}
		.history-wrap .list li{}
		.history-wrap .list li .btxt{font-size:14px;}
		.history-wrap .list li .stxt{font-size:14px;}

		.history-wrap .list .year{font-size:29px}
 	}
	@media only screen and (max-width:680px) {
		.history-wrap .list{margin-top:30px;}
		.history-wrap .list:before{left:12px;}
		.history-wrap .list:after{left:12px;}
		.history-wrap .list .item.c02{margin-top:30px;}

				.history-wrap .list .item.c03{margin-top:30px;}
.history-wrap .list .item.c04{margin-top:30px;}
.history-wrap .list .item.c05{margin-top:30px;}
.history-wrap .list .item.c06{margin-top:30px;}
.history-wrap .list .item.c07{margin-top:30px;}
.history-wrap .list .item.c08{margin-top:30px;}
.history-wrap .list .item.c09{margin-top:30px;}
.history-wrap .list .item.c10{margin-top:30px;}



		.history-wrap .list .item{padding-left:50px; position:relative;}
		
		.history-wrap .list .item:nth-child(even){padding-right:0; padding-left:50px;text-align:left;}
		.history-wrap .list .item:nth-child(even) li{padding-right:0; padding-left:45px}
		.history-wrap .list .item:nth-child(even) li .btxt{left:0; right:auto;}
		
		.history-wrap .list .year{font-size:24px; line-height:30px;}
		.history-wrap .list .year:before{left:12px; top:15px;}
		.history-wrap .list .item:nth-child(even) .year:before{left:12px; right:auto}

		.history-wrap .list .vc:before{left:12px;-webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
		.history-wrap .list .vc:last-child:after{left:12px;bottom:1px;}

		.history-wrap .list ul:before{left:2px; top:5px; -webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
		.history-wrap .list ul:after{ left:8px; top:11px; -webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
	}
	@media only screen and (max-width:480px) {
		.history-wrap .list .year{font-size:21px}
		.history-wrap .list li .btxt{font-size:13px;}
		.history-wrap .list li .stxt{font-size:13px;}
	}


/* ======================================================
   .history
=========================================================*/
h4 { font-size: 36px; font-weight: 700; color: #000; line-height: 1.3em; letter-spacing: -0.03em; position: absolute; left: 0; top: 0px; }
.history { padding-top: 0px; position: relative; ; padding-left: 400px ; }
.history dl { padding-left: 190px; position: relative; padding-top: 50px;  border-bottom: 1px solid #e7e7e7; min-height: 30px; padding-bottom: 50px; }

.history  .first {border-top: 2px solid #000;}
.history dl dt { position: absolute; left: 50px; width: 90px; top: 53px; font-size: 28px; color: #000;  font-weight: 700; }
.history dl dt span { display: inline-block; text-align: right; color: #23459c; padding-top: 10px }
.history dl dd { position: relative; font-size: 17px; padding-left: 100px; padding-bottom: 0px; line-height: 1.8; }

.history dl dd span.day { position: absolute; left: 0; top: 0; color: #000;  font-size: 20px; font-weight: 600; text-align: left; width: 100px; }


 @media all and (max-width:620px) {
h4 { font-size: 20px;  line-height: 1.2em;  }
 .history { padding-top: 70px; position: relative; ; padding-left:0px ; }
.history dl { padding-left: 0;  padding-top: 20px;  padding-bottom:20px;}
.history dl dt { position: relative; top: auto; margin-bottom: 18px; color: #fff; background: #175aaf; width: auto; display: inline-block; left: auto; padding: 10px 20px; font-size: 17px; }
.history dl dd { font-size: 14px; padding-bottom: 10px; padding-left: 50px;  }
.history dl dd span.day { left: 10px; width: 30px; }
}

/* ======================================================
   .map-wrap
=========================================================*/
.map-wrap .ic { display: inline-block; vertical-align: middle; top: -1px; position: relative; }
.map-wrap { position: relative; background: #fff; margin-top:50px; margin-bottom:100px; /*box-shadow: 1px 0px 18px rgba(0,0,0,0.14);*/ padding:50px 0px 80px; border-bottom: 1px solid #ccc;  }
.map-wrap h4 { font-size: 30px; color: #000; padding-bottom: 11px; border-bottom: 0px solid #e1e1e1;  }
.map-wrap ul { margin-top: 20px; margin-left: -10px; margin-right: -10px }
.map-wrap ul > li { float: left; display: table; width: 19%; padding: 5px 10px }
.map-wrap ul > li.li01 { width: 36% }
.map-wrap ul > li .list { display: table-cell; width: 100px; vertical-align:top;}
.map-wrap ul > li .txt { display: table-cell; vertical-align: middle }
.map-wrap .ic_pin { width: 13px; height: 17px; background: url('../img/content/ic_pin.png') no-repeat }
.map-wrap .ic_tel { width: 16px; height: 16px; background: url('../img/content/ic_tel.png') no-repeat }
.map-wrap .ic_fax { width: 19px; height: 15px; background: url('../img/content/ic_fax.png') no-repeat }
.map-wrap .ic_mail { width: 19px; height: 15px; background: url('../img/content/ic_email.png') no-repeat }
.map-wrap .list { font-size: 19px; font-weight: 700; color: #000 }
.map-wrap .list i { margin-right: 10px }
.map-wrap .txt { font-size: 19px; color: #000}

 @media (max-width:1280px) {
.map-wrap { padding: 35px 30px }
.map-wrap ul > li .list { width: 100px }
.map-wrap .list { font-size: 14px; font-weight: 700; color: #333 }
.map-wrap .list i { margin-right: 5px }
}
 @media (max-width:970px) {
.map-wrap { padding: 20px 40px; margin-top: 0px; height: 170px; }
.map-wrap h4 { font-size: 20px }
.map-wrap ul > li { width: 100%; padding: 5px 0px }
.map-wrap ul > li.li01 { width: 100% }
}
 @media (max-width:480px) {
.map-wrap { padding: 20px 20px; margin-top: 20px; height: 170px; margin-bottom:0px; }
.map-wrap h4 { font-size: 22px }
.map-wrap ul > li .txt { font-size: 14px }
}



/* ======================================================
   .roll-wrap.type01
=========================================================*/


.roll-wrap .tab{position:relative ; left:50%;width:100%; top:50px;  z-index:12; margin:0 auto;  max-width:1560px; padding:0 20px;  box-sizing:border-box; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.roll-wrap .tab .ov{position:Absolute;animation-delay:0.2s;}
.roll-wrap .tab ul{margin:0 -1%}
.roll-wrap .tab ul:after{display:block; content:"";clear:both}
.roll-wrap .tab li{float:left; width:23%; margin:0 1%;}

.roll-wrap .tab li a{display:block; position:relative;text-transform:uppercase; font-size:22px ;font-weight:700; color:#fff; width:280px; letter-spacing:-0.03em; background:rgba(255, 255, 255, 0.2); border-radius: 60px; line-height: 60px;  height: 60px;text-align: center;}
.roll-wrap .tab li.active a{color:#fff; background:#015ea6;}
/*.roll-wrap .tab .under{position:Absolute; left:0; bottom:0; width:0; border-bottom:2px solid #fff; display:block ;content:""}*/




.roll-wrap.type01{}

.roll-wrap.type01 .vis{height:900px;position:relative;overflow:hidden}
.roll-wrap.type01 .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/roll-top01.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.roll-wrap.type01 .vis .txt{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.roll-wrap.type01 .vis .txt .vc{display:inline-block;vertical-align:top; background:#fff; box-sizing:border-box; padding:50px 50px 50px 50px; min-height:300px; background: rgba(255, 255, 255, 0.1); border-radius: 30px; box-shadow: 0 4px 30px rgb(0 0 0 / 10%); backdrop-filter: blur(6.6px);-webkit-backdrop-filter: blur(6.6px);}
.roll-wrap.type01 .vis .txt h3{font-size:50px ;font-weight:700; color:#fff;letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type01 .vis .btxt{font-size:30px ;font-weight:700; color:#fff ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px; position:relative; }
.roll-wrap.type01 .vis .btxt:before{width:50px;height:2px; background:#fff; position:Absolute ;left:2px; top:-24px; display:block; content:"";}
.roll-wrap.type01 .vis .stxt{font-size:18px ;font-weight:400; color:#fff ;letter-spacing:-0.04em; line-height:1.7em; margin-top:10px}

.roll-wrap.type01 .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
	
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type01 .vis{height:840px;}
		.roll-wrap.type01 .vis .txt .vc{min-height:500px; padding:70px 40px 40px 40px}
		.roll-wrap.type01 .vis .txt h3{font-size:52px ; }
		.roll-wrap.type01 .vis .btxt{font-size:32px; margin-top:70px;}
		.roll-wrap.type01 .vis .btxt:before{width:30px;height:2px; top:-35px}
		.roll-wrap.type01 .vis .stxt{font-size:17px ;}


		.roll-wrap .tab{top:90px}
		.roll-wrap .tab li{margin-right:60px;}
		.roll-wrap .tab li a{font-size:22px; line-height:50px;}

	}
	@media only screen and (max-width:1200px) {
		.roll-wrap .tab{top:80px}
		.roll-wrap .tab li{margin-right:45px;}
		.roll-wrap .tab li a{font-size:20px; line-height:50px;}
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type01 .vis{height:740px;}
		.roll-wrap.type01 .vis .txt .vc{min-height:400px; padding:50px 30px 50px 30px}
		.roll-wrap.type01 .vis .txt h3{font-size:44px ;}
		.roll-wrap.type01 .vis .btxt{font-size:28px; margin-top:50px;}
		.roll-wrap.type01 .vis .btxt:before{width:20px;height:1px; top:-25px}
		.roll-wrap.type01 .vis .stxt{font-size:16px ; margin-top:20px}

		.roll-wrap .tab{top:70px}
		.roll-wrap .tab li{margin-right:30px;}
		.roll-wrap .tab li a{font-size:18px; line-height:45px;}
		.roll-wrap .tab .under{border-width:1px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type01 .vis{height:640px;}
		.roll-wrap.type01 .vis .txt{width:90%; left:45%}
		.roll-wrap.type01 .vis .txt .vc{ min-height:350px;padding:20px 20px 20px 20px}
		.roll-wrap.type01 .vis .txt h3{font-size:32px ;}
		.roll-wrap.type01 .vis .btxt{font-size:24px;margin-top:40px;}
		.roll-wrap.type01 .vis .btxt:before{width:20px;height:1px; top:-20px}
		.roll-wrap.type01 .vis .stxt{font-size:15px ;}
		.roll-wrap.type01 .vis .stxt br{display:none;}

		.roll-wrap .tab{top:60px}
		.roll-wrap .tab li{margin-right:20px;}
		.roll-wrap .tab li a{font-size:16px; line-height:40px;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type01 .vis{height:540px;}
		.roll-wrap.type01 .vis .txt h3{font-size:24px ;}
		.roll-wrap.type01 .vis .txt .vc{ min-height:170px;}
		.roll-wrap.type01 .vis .btxt{font-size:17px}
		.roll-wrap.type01 .vis .stxt{font-size:14px ;}

		.roll-wrap .tab{top:20px}
		.roll-wrap .tab li a{font-size:15px; line-height:35px;}
		
		.roll-wrap .tab li{float:left; width:48%; margin:0 1%;}
		.roll-wrap .tab li a{font-size:17px ; width:auto;  border-radius: 40px; line-height: 40px;  height: 40px;}
		.roll-wrap .tab li:nth-child(n+3) { margin-top: 5px;}
		.roll-wrap.type01 .vis .txt{ top:60%;}

	}


.roll-wrap.type01 .start{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; position:relative;}
.roll-wrap.type01 .start h3{font-weight:700; color:#015ea6; letter-spacing:-0.03em; line-height:1.2em; font-size:55px; margin-bottom:50px;}
.roll-wrap.type01 .start .txt{}
.roll-wrap.type01 .start .txt:after{display:block; content:"";clear:both}
.roll-wrap.type01 .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.5em; font-size:36px;}
.roll-wrap.type01 .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type01 .start{margin-top:90px;}
		.roll-wrap.type01 .start h3{font-size:52px; margin-bottom:50px;}
		.roll-wrap.type01 .start .txt .btxt{font-size:32px}
		.roll-wrap.type01 .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type01 .start{margin-top:70px;}
		.roll-wrap.type01 .start h3{font-size:48px;margin-bottom:30px;}
		.roll-wrap.type01 .start .txt .btxt{font-size:28px}
		.roll-wrap.type01 .start .txt .btxt br{display:none;}
		.roll-wrap.type01 .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type01 .start{margin-top:50px;}
		.roll-wrap.type01 .start h3{font-size:36px;}
		.roll-wrap.type01 .start .txt .btxt{float:none; width:auto;font-size:24px}
		.roll-wrap.type01 .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type01 .start h3{font-size:24px;}
		.roll-wrap.type01 .start .txt .btxt{font-size:20px}
		.roll-wrap.type01 .start .txt .stxt{font-size:13px;}
	}





.roll-wrap.type01 .bac .vis{ margin-top:150px;height:500px;background:url(../img/content/roll-img01-02.jpg) no-repeat center center; background-size:cover;border-radius: 30px;} 
.roll-wrap.type01 .bac .vis .txt{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:500px;  display:flex;align-items: center; justify-content: center;}
.roll-wrap.type01 .bac .vis .txt .vc02{width:100%; box-sizing:border-box; padding-left:50%;text-align:center;}
.roll-wrap.type01 .bac .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.roll-wrap.type01 .bac .vis .btxt{font-size:30px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type01 .bac .vis .stxt{font-size:20px ;font-weight:500; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.roll-wrap.type01 .bac .vis .ctxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type01 .bac{margin-top:80px;}
		.roll-wrap.type01 .bac .vis{height:460px;}
		.roll-wrap.type01 .bac .vis .txt{height:460px}
		.roll-wrap.type01 .bac .vis .btxt{font-size:36px;}
		.roll-wrap.type01 .bac .vis .stxt{font-size:18px;margin-top:15px;}
		.roll-wrap.type01 .bac .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type01 .bac{margin-top:60px;}

		.roll-wrap.type01 .bac .vis{ margin-top:60px; height:420px}
		.roll-wrap.type01 .bac .vis .txt{height:420px}
		.roll-wrap.type01 .bac .vis .btxt{font-size:32px;}
		.roll-wrap.type01 .bac .vis .stxt{font-size:17px;margin-top:10px;}
		.roll-wrap.type01 .bac .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type01 .bac{margin-top:40px;}
		
		.roll-wrap.type01 .bac .vis{ margin-top:40px; height:350px}
		.roll-wrap.type01 .bac .vis .txt{height:350px}
		.roll-wrap.type01 .bac .vis .txt .vc{padding:0 20px}
		.roll-wrap.type01 .bac .vis .txt .ab{text-align:left; display:block;}
		.roll-wrap.type01 .bac .vis .btxt{font-size:28px;}
		.roll-wrap.type01 .bac .vis .stxt{font-size:16px;}
		.roll-wrap.type01 .bac .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		
		.roll-wrap.type01 .bac .vis{height:400px}
		.roll-wrap.type01 .bac .vis .txt{height:400px}
		.roll-wrap.type01 .bac .vis .btxt{font-size:24px;}
		.roll-wrap.type01 .bac .vis .stxt{font-size:15px;}
		.roll-wrap.type01 .bac .vis .ctxt{font-size:12px;}

		.roll-wrap.type01 .bac .vis .txt .vc02{width:100%; box-sizing:border-box; padding-left:0%;text-align:left;}
	}


.roll-wrap.type01 .last{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:130px; margin-bottom:200px;}
.roll-wrap.type01 .last .txt{position:relative ;padding-left:50%;}
.roll-wrap.type01 .last .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.roll-wrap.type01 .last .txt .btxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em; padding-bottom:25px;}
.roll-wrap.type01 .last .txt .stxt{font-size:22px; color:#333; font-weight:400;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px; padding-left:20px; position:relative ;}
.roll-wrap.type01 .last .txt .stxt:before{width:5px;height:5px;background:#2757cc; position:absolute; left:0; top:12px; display:block; content:""; border-radius:100%;}
.roll-wrap.type01 .last .txt .stxt:nth-child(n+2){margin-top:10px;}


.roll-wrap.type01 .last .txt .vtxt .btxt{font-size:50px; font-weight:700; letter-spacing:-0.06em; line-height:1.2em; color:#2757cc;}
.roll-wrap.type01 .last .txt .vtxt .btxt02{font-size:36px; font-weight:400; letter-spacing:-0.09em; line-height:1.2em; color:#000; padding-bottom:20px}
.roll-wrap.type01 .last .txt .vtxt .btxt03{font-size:32px; font-weight:700; letter-spacing:-0.06em; line-height:1.2em; color:#2757cc;}


/*.roll-wrap.type01 .last ul{margin-top:80px}
.roll-wrap.type01 .last ul:after{display:block; content:"";clear:both}
.roll-wrap.type01 .last li{float:left; width:33.3333%; position:Relative; padding-top:145px; background: #f4f5f9; border-radius: 30px;}*/

.roll-wrap.type01 .last ul{margin-top:80px; margin:0 -1%}
.roll-wrap.type01 .last ul:after{display:block; content:"";clear:both}
.roll-wrap.type01 .last li{float:left; width:31%; margin:0 1%; position:relative; background:#f4f5f9; border-radius: 30px;}
.roll-wrap.type01 .last li:nth-child(n+4){margin-top:2%}

.roll-wrap.type01 .last li:before{width:110px;height:110px; position:absolute ;left:0; top:0; display:block; content:""}

.roll-wrap.type01 .last li .box{height:100px; padding:100px 40px 35px;}
.roll-wrap.type01 .last li .btxt{font-size:30px; color:#0e2071; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type01 .last li .stxt{font-size:17px; color:#666; font-weight:400; letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.roll-wrap.type01 .last li:nth-child(1):before{background:url(../img/content/roll-ico01.png) no-repeat left center;}
.roll-wrap.type01 .last li:nth-child(2):before{background:url(../img/content/roll-ico02.png) no-repeat left center;}
.roll-wrap.type01 .last li:nth-child(3):before{background:url(../img/content/roll-ico03.png) no-repeat left center;}
.roll-wrap.type01 .last li:nth-child(4):before{background:url(../img/content/roll-ico04.png) no-repeat left center;}
.roll-wrap.type01 .last li:nth-child(5):before{background:url(../img/content/roll-ico05.png) no-repeat left center;}
.roll-wrap.type01 .last li:nth-child(6):before{background:url(../img/content/roll-ico06.png) no-repeat left center;}

	@media only screen and (max-width:1440px) {	
		.roll-wrap.type01 .last{margin-top:80px;}
		.roll-wrap.type01 .last .txt h4{font-size:42px; width:48%; }
		.roll-wrap.type01 .last .txt .btxt{font-size:22px; }
		.roll-wrap.type01 .last .txt .btxt br{display:none;}
		.roll-wrap.type01 .last .txt .stxt{font-size:17px;}
		.roll-wrap.type01 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type01 .last ul{margin-top:60px}
		.roll-wrap.type01 .last li{box-sizing:border-box; padding-top:120px;}
		.roll-wrap.type01 .last li:before{width:100px;height:100px; background-size:100% auto !important;}
		.roll-wrap.type01 .last li .btxt{font-size:26px;}
		.roll-wrap.type01 .last li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.roll-wrap.type01 .last .txt h4{font-size:36px; }
		.roll-wrap.type01 .last li{padding-top:100px; padding-right:20px;}
		.roll-wrap.type01 .last li:before{width:90px;height:90px;}
		.roll-wrap.type01 .last li .stxt br{display:none;}

		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type01 .last{margin-top:60px; margin-bottom:60px;}
		.roll-wrap.type01 .last .txt h4{font-size:32px; }
		.roll-wrap.type01 .last .txt .btxt{font-size:20px; }
		.roll-wrap.type01 .last .txt .stxt{font-size:16px;}
		
		.roll-wrap.type01 .last ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.roll-wrap.type01 .last li .btxt{font-size:24px;}
		.roll-wrap.type01 .last li .stxt{font-size:16px;}

		
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type01 .last{margin-top:40px;}
		.roll-wrap.type01 .last .txt{padding-left:0}
		.roll-wrap.type01 .last .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.roll-wrap.type01 .last .txt .btxt{font-size:18px;}
		.roll-wrap.type01 .last .txt .stxt{font-size:15px;}
		.roll-wrap.type01 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type01 .last li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.roll-wrap.type01 .last li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.roll-wrap.type01 .last li:nth-child(n+2){margin-top:20px}
		.roll-wrap.type01 .last li .btxt{font-size:22px;}
		.roll-wrap.type01 .last li .stxt{font-size:15px; margin-top:10px;}
		.roll-wrap.type01 .last li .stxt br{display:none;}


	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type01 .last .txt h4{font-size:24px; }
		.roll-wrap.type01 .last .txt .btxt{font-size:16px; }
		.roll-wrap.type01 .last .txt .stxt{font-size:14px;}
		.roll-wrap.type01 .last li{padding-left:40px}
		.roll-wrap.type01 .last li:before{width:70px;height:70px; top:10px;}
		.roll-wrap.type01 .last li .btxt{font-size:20px;}
		.roll-wrap.type01 .last li .stxt{font-size:14px;}
		
		.roll-wrap.type01 .last li .box{height:90px; padding:30px 30px 30px;}
	}


/* ======================================================
   .spec
=========================================================*/
.roll-wrap.type01 .spec{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; position: relative; padding-top:100px; }
.roll-wrap.type01 .spec h3{font-size: 36px; font-weight: 700; letter-spacing: -0.03em; line-height: 40px; color: #111; margin-bottom: 30px;}
.roll-wrap.type01 .spec .stit{font-size:30px; font-weight:700; color:#111;letter-spacing:-0.03em; line-height:40px;animation-delay:0.4s;}
.roll-wrap.type01 .spec ul{margin:0 -15px;margin-top:40px;padding-bottom:150px animation-delay:0.6s;}
.roll-wrap.type01 .spec li{float:left; width:calc(16.666666% - 30px);margin:0 15px;;text-align:center;}

.roll-wrap.type01 .spec li .img{}
.roll-wrap.type01 .spec li .img img{width:100%;border-radius: 30px;}
.roll-wrap.type01 .spec li .btxt{margin-top:25px;font-size:24px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type01 .spec li .stxt{margin-top:20px;font-size:17px; font-weight:400; color:#666; letter-spacing:-0.03em; line-height:1.5em;}

	@media only screen and (max-width:1460px) {	
		.roll-wrap.type01 .spec{padding-left:300px; margin-top:60px; padding-top:60px;}
		.roll-wrap.type01 .spec h3{top:60px;}
		.roll-wrap.type01 .spec .stit{font-size:26px;}
		.roll-wrap.type01 .spec li .img img{width:65px;}
		.roll-wrap.type01 .spec li .btxt{margin-top:20px;font-size:22px;} 
		.roll-wrap.type01 .spec li .stxt{font-size:16px}
	}
	@media only screen and (max-width:1280px) {
		.roll-wrap.type01 .spec{padding-left:250px; margin-top:50px; padding-top:50px;}
		.roll-wrap.type01 .spec h3{top:50px;}
		.roll-wrap.type01 .spec .stit{font-size:22px;}
		.roll-wrap.type01 .spec li .img img{width:60px;}
		.roll-wrap.type01 .spec li .btxt{margin-top:20px;font-size:20px;} 
		.roll-wrap.type01 .spec li .stxt{margin-top:15px;font-size:15px}
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type01 .spec{padding-left:0; margin-top:40px; padding-top:40px;}
		.roll-wrap.type01 .spec h3{top:auto; position:relative; left:auto;}
		.roll-wrap.type01 .spec .stit{font-size:20px; font-weight:400; line-height:1.3em;}
		.roll-wrap.type01 .spec ul{margin-top:20px;}
		.roll-wrap.type01 .spec li .img img{width:55px;}
		.roll-wrap.type01 .spec li .btxt{margin-top:20px;font-size:18px;} 
		.roll-wrap.type01 .spec li .stxt{margin-top:15px;font-size:14px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type01 .spec{padding-left:0; margin-top:40px; padding-top:40px;}
		.roll-wrap.type01 .spec .stit{font-size:18px;}
		.roll-wrap.type01 .spec ul{margin:20px 0 0 0}
		.roll-wrap.type01 .spec li{float:none; width:auto ; margin:0; box-sizing:border-box; border:1px solid #d7d7d7; padding:25px 0}
		.roll-wrap.type01 .spec li:nth-child(n+2){margin-top:20px;}
		.roll-wrap.type01 .spec li .img img{width:50px;}
		.roll-wrap.type01 .spec li .btxt{margin-top:15px;font-size:16px;} 
		.roll-wrap.type01 .spec li .stxt{margin-top:10px;font-size:13px}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type01 .spec .stit{font-size:16px;}
		.roll-wrap.type01 .spec li .btxt{margin-top:10px;}
	}


/* ======================================================
   .roll-wrap.type02
=========================================================*/
.roll-wrap.type02{}
.roll-wrap.type02 .vis{height:900px;position:relative;overflow:hidden}
.roll-wrap.type02 .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/roll-top02.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.roll-wrap.type02 .vis .txt{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.roll-wrap.type02 .vis .txt .vc{display:inline-block;vertical-align:top; background:#fff; box-sizing:border-box; padding:50px 50px 50px 50px; min-height:300px; background: rgba(255, 255, 255, 0.1); border-radius: 30px; box-shadow: 0 4px 30px rgb(0 0 0 / 10%); backdrop-filter: blur(6.6px);-webkit-backdrop-filter: blur(6.6px);}
.roll-wrap.type02 .vis .txt h3{font-size:50px ;font-weight:700; color:#fff;letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type02 .vis .btxt{font-size:30px ;font-weight:700; color:#fff ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px; position:relative;}
.roll-wrap.type02 .vis .btxt:before{width:50px;height:2px; background:#fff; position:Absolute ;left:2px; top:-24px; display:block; content:"";}
.roll-wrap.type02 .vis .stxt{font-size:18px ;font-weight:400; color:#fff ;letter-spacing:-0.04em; line-height:1.7em; margin-top:10px}

.roll-wrap.type02 .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
	
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type02 .vis{height:840px;}
		.roll-wrap.type02 .vis .txt .vc{min-height:500px; padding:70px 40px 40px 40px}
		.roll-wrap.type02 .vis .txt h3{font-size:52px ; }
		.roll-wrap.type02 .vis .btxt{font-size:32px; margin-top:70px;}
		.roll-wrap.type02 .vis .btxt:before{width:30px;height:2px; top:-35px}
		.roll-wrap.type02 .vis .stxt{font-size:17px ;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type02 .vis{height:740px;}
		.roll-wrap.type02 .vis .txt .vc{min-height:400px; padding:50px 30px 50px 30px}
		.roll-wrap.type02 .vis .txt h3{font-size:44px ;}
		.roll-wrap.type02 .vis .btxt{font-size:28px; margin-top:50px;}
		.roll-wrap.type02 .vis .btxt:before{width:20px;height:1px; top:-25px}
		.roll-wrap.type02 .vis .stxt{font-size:16px ; margin-top:20px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type02 .vis{height:640px;}
		.roll-wrap.type02 .vis .txt{width:90%; left:45%}
		.roll-wrap.type02 .vis .txt .vc{ min-height:350px;padding:20px 20px 20px 20px}
		.roll-wrap.type02 .vis .txt h3{font-size:32px ;}
		.roll-wrap.type02 .vis .btxt{font-size:24px;margin-top:40px;}
		.roll-wrap.type02 .vis .btxt:before{width:20px;height:1px; top:-20px}
		.roll-wrap.type02 .vis .stxt{font-size:15px ;}
		.roll-wrap.type02 .vis .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type02 .vis{height:540px;}
		.roll-wrap.type02 .vis .txt h3{font-size:24px ;}
		.roll-wrap.type02 .vis .txt .vc{ min-height:170px;}
		.roll-wrap.type02 .vis .btxt{font-size:17px}
		.roll-wrap.type02 .vis .stxt{font-size:14px ;}
		.roll-wrap.type02 .vis .txt{ top:60%;}
	}


.roll-wrap.type02 .start{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; position:relative;}
.roll-wrap.type02 .start h3{font-weight:700; color:#015ea6; letter-spacing:-0.03em; line-height:1.2em; font-size:55px; margin-bottom:50px;}
.roll-wrap.type02 .start .txt{}
.roll-wrap.type02 .start .txt:after{display:block; content:"";clear:both}
.roll-wrap.type02 .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.5em; font-size:36px;}
.roll-wrap.type02 .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type02 .start{margin-top:90px;}
		.roll-wrap.type02 .start h3{font-size:52px; margin-bottom:50px;}
		.roll-wrap.type02 .start .txt .btxt{font-size:32px}
		.roll-wrap.type02 .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type02 .start{margin-top:70px;}
		.roll-wrap.type02 .start h3{font-size:48px;margin-bottom:30px;}
		.roll-wrap.type02 .start .txt .btxt{font-size:28px}
		.roll-wrap.type02 .start .txt .btxt br{display:none;}
		.roll-wrap.type02 .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type02 .start{margin-top:50px;}
		.roll-wrap.type02 .start h3{font-size:36px;}
		.roll-wrap.type02 .start .txt .btxt{float:none; width:auto;font-size:24px}
		.roll-wrap.type02 .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type02 .start h3{font-size:24px;}
		.roll-wrap.type02 .start .txt .btxt{font-size:20px}
		.roll-wrap.type02 .start .txt .stxt{font-size:13px;}
	}





.roll-wrap.type02 .bac .vis{ margin-top:150px;height:500px;background:url(../img/content/roll-img02-02.jpg) no-repeat center center; background-size:cover;border-radius: 30px;} 
.roll-wrap.type02 .bac .vis .txt{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:505px;  display:flex;align-items: center; justify-content: center;}
.roll-wrap.type02 .bac .vis .txt .vc02{width:100%; box-sizing:border-box; padding-left:50%;text-align:center;}
.roll-wrap.type02 .bac .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.roll-wrap.type02 .bac .vis .btxt{font-size:30px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type02 .bac .vis .stxt{font-size:20px ;font-weight:500; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.roll-wrap.type02 .bac .vis .ctxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type02 .bac{margin-top:80px;}
		.roll-wrap.type02 .bac .vis{height:460px;}
		.roll-wrap.type02 .bac .vis .txt{height:460px}
		.roll-wrap.type02 .bac .vis .btxt{font-size:36px;}
		.roll-wrap.type02 .bac .vis .stxt{font-size:18px;margin-top:15px;}
		.roll-wrap.type02 .bac .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type02 .bac{margin-top:60px;}

		.roll-wrap.type02 .bac .vis{ margin-top:60px; height:420px}
		.roll-wrap.type02 .bac .vis .txt{height:420px}
		.roll-wrap.type02 .bac .vis .btxt{font-size:32px;}
		.roll-wrap.type02 .bac .vis .stxt{font-size:17px;margin-top:10px;}
		.roll-wrap.type02 .bac .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type02 .bac{margin-top:40px;}
		
		.roll-wrap.type02 .bac .vis{ margin-top:40px; height:350px}
		.roll-wrap.type02 .bac .vis .txt{height:350px}
		.roll-wrap.type02 .bac .vis .txt .vc{padding:0 20px}
		.roll-wrap.type02 .bac .vis .txt .ab{text-align:left; display:block;}
		.roll-wrap.type02 .bac .vis .btxt{font-size:28px;}
		.roll-wrap.type02 .bac .vis .stxt{font-size:16px;}
		.roll-wrap.type02 .bac .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		
		.roll-wrap.type02 .bac .vis{height:400px}
		.roll-wrap.type02 .bac .vis .txt{height:300px}
		.roll-wrap.type02 .bac .vis .btxt{font-size:24px;}
		.roll-wrap.type02 .bac .vis .stxt{font-size:15px;}
		.roll-wrap.type02 .bac .vis .ctxt{font-size:12px;}

		.roll-wrap.type02 .bac .vis .txt .vc02{padding-left:0%;text-align:left;}
	}


.roll-wrap.type02 .last{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; margin-bottom:200px;}
.roll-wrap.type02 .last .txt{position:relative ;padding-left:50%;}
.roll-wrap.type02 .last .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.roll-wrap.type02 .last .txt .btxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em;padding-bottom: 25px;}
.roll-wrap.type02 .last .txt .stxt{font-size:22px; color:#333; font-weight:400;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px; padding-left:20px; position:relative ;}
.roll-wrap.type02 .last .txt .stxt:before{width:5px;height:5px;background:#2757cc; position:absolute; left:0; top:12px; display:block; content:""; border-radius:100%;}
.roll-wrap.type02 .last .txt .stxt:nth-child(n+2){margin-top:10px;}

.roll-wrap.type02 .last ul{margin-top:80px; margin:0 -1%}
.roll-wrap.type02 .last ul:after{display:block; content:"";clear:both}
.roll-wrap.type02 .last li{float:left; width:31%; margin:0 1%; position:relative; background:#f4f5f9; border-radius: 30px;}
.roll-wrap.type02 .last li:nth-child(n+4){margin-top:2%}

.roll-wrap.type02 .last li:before{width:110px;height:110px; position:absolute ;left:0; top:0; display:block; content:""}
.roll-wrap.type02 .last li .box{height:100px; padding:100px 40px 35px;}

.roll-wrap.type02 .last li .btxt{font-size:30px; color:#0e2071; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type02 .last li .stxt{font-size:17px; color:#666; font-weight:300; letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.roll-wrap.type02 .last li:nth-child(1):before{background:url(../img/content/roll-ico01.png) no-repeat left center;}
.roll-wrap.type02 .last li:nth-child(2):before{background:url(../img/content/roll-ico02.png) no-repeat left center;}
.roll-wrap.type02 .last li:nth-child(3):before{background:url(../img/content/roll-ico03.png) no-repeat left center;}
.roll-wrap.type02 .last li:nth-child(4):before{background:url(../img/content/roll-ico04.png) no-repeat left center;}
.roll-wrap.type02 .last li:nth-child(5):before{background:url(../img/content/roll-ico05.png) no-repeat left center;}
.roll-wrap.type02 .last li:nth-child(6):before{background:url(../img/content/roll-ico06.png) no-repeat left center;}

	@media only screen and (max-width:1440px) {	
		.roll-wrap.type02 .last{margin-top:80px;}
		.roll-wrap.type02 .last .txt h4{font-size:42px; width:48%; }
		.roll-wrap.type02 .last .txt .btxt{font-size:22px; }
		.roll-wrap.type02 .last .txt .btxt br{display:none;}
		.roll-wrap.type02 .last .txt .stxt{font-size:17px;}
		.roll-wrap.type02 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type02 .last ul{margin-top:60px}
		.roll-wrap.type02 .last li{box-sizing:border-box; padding-top:120px;}
		.roll-wrap.type02 .last li:before{width:100px;height:100px; background-size:100% auto !important;}
		.roll-wrap.type02 .last li .btxt{font-size:26px;}
		.roll-wrap.type02 .last li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.roll-wrap.type02 .last .txt h4{font-size:36px; }
		.roll-wrap.type02 .last li{padding-top:100px; padding-right:20px;}
		.roll-wrap.type02 .last li:before{width:90px;height:90px;}
		.roll-wrap.type02 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type02 .last{margin-top:60px; margin-bottom:60px;}
		.roll-wrap.type02 .last .txt h4{font-size:32px; }
		.roll-wrap.type02 .last .txt .btxt{font-size:20px; }
		.roll-wrap.type02 .last .txt .stxt{font-size:16px;}
		
		.roll-wrap.type02 .last ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.roll-wrap.type02 .last li .btxt{font-size:24px;}
		.roll-wrap.type02 .last li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type02 .last{margin-top:40px;}
		.roll-wrap.type02 .last .txt{padding-left:0}
		.roll-wrap.type02 .last .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.roll-wrap.type02 .last .txt .btxt{font-size:18px;}
		.roll-wrap.type02 .last .txt .stxt{font-size:15px;}
		.roll-wrap.type02 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type02 .last li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.roll-wrap.type02 .last li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.roll-wrap.type02 .last li:nth-child(n+2){margin-top:20px}
		.roll-wrap.type02 .last li .btxt{font-size:22px;}
		.roll-wrap.type02 .last li .stxt{font-size:15px; margin-top:10px;}
		.roll-wrap.type02 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type02 .last .txt h4{font-size:24px; }
		.roll-wrap.type02 .last .txt .btxt{font-size:16px; }
		.roll-wrap.type02 .last .txt .stxt{font-size:14px;}
		.roll-wrap.type02 .last li{padding-left:40px}
		.roll-wrap.type02 .last li:before{width:70px;height:70px; top:10px;}
		.roll-wrap.type02 .last li .btxt{font-size:20px;}
		.roll-wrap.type02 .last li .stxt{font-size:14px;}

		.roll-wrap.type02 .last li .box{height:90px; padding:30px 30px 30px;}
	}


/* ======================================================
   .roll-wrap.type03
=========================================================*/
.roll-wrap.type03{}
.roll-wrap.type03 .vis{height:900px;position:relative;overflow:hidden}
.roll-wrap.type03 .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/roll-top03.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.roll-wrap.type03 .vis .txt{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.roll-wrap.type03 .vis .txt .vc{display:inline-block;vertical-align:top; background:#fff; box-sizing:border-box; padding:50px 50px 50px 50px; min-height:300px; background: rgba(255, 255, 255, 0.2); border-radius: 30px; box-shadow: 0 4px 30px rgb(0 0 0 / 10%); backdrop-filter: blur(6.6px);-webkit-backdrop-filter: blur(6.6px);}
.roll-wrap.type03 .vis .txt h3{font-size:50px ;font-weight:700; color:#fff;letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type03 .vis .btxt{font-size:30px ;font-weight:700; color:#fff ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px; position:relative;}
.roll-wrap.type03 .vis .btxt:before{width:50px;height:2px; background:#fff; position:Absolute ;left:2px; top:-24px; display:block; content:"";}
.roll-wrap.type03 .vis .stxt{font-size:18px ;font-weight:400; color:#fff ;letter-spacing:-0.04em; line-height:1.7em; margin-top:10px}

.roll-wrap.type03 .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
	
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type03 .vis{height:840px;}
		.roll-wrap.type03 .vis .txt .vc{min-height:500px; padding:70px 40px 40px 40px}
		.roll-wrap.type03 .vis .txt h3{font-size:52px ; }
		.roll-wrap.type03 .vis .btxt{font-size:32px; margin-top:70px;}
		.roll-wrap.type03 .vis .btxt:before{width:30px;height:2px; top:-35px}
		.roll-wrap.type03 .vis .stxt{font-size:17px ;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type03 .vis{height:740px;}
		.roll-wrap.type03 .vis .txt .vc{min-height:400px; padding:50px 30px 50px 30px}
		.roll-wrap.type03 .vis .txt h3{font-size:44px ;}
		.roll-wrap.type03 .vis .btxt{font-size:28px; margin-top:50px;}
		.roll-wrap.type03 .vis .btxt:before{width:20px;height:1px; top:-25px}
		.roll-wrap.type03 .vis .stxt{font-size:16px ; margin-top:20px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type03 .vis{height:640px;}
		.roll-wrap.type03 .vis .txt{width:90%; left:45%}
		.roll-wrap.type03 .vis .txt .vc{ min-height:350px;padding:40px 20px 40px 20px}
		.roll-wrap.type03 .vis .txt h3{font-size:32px ;}
		.roll-wrap.type03 .vis .btxt{font-size:24px;margin-top:40px;}
		.roll-wrap.type03 .vis .btxt:before{width:20px;height:1px; top:-20px}
		.roll-wrap.type03 .vis .stxt{font-size:15px ;}
		.roll-wrap.type03 .vis .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type03 .vis{height:540px;}
		.roll-wrap.type03 .vis .txt h3{font-size:24px;}
		.roll-wrap.type03 .vis .txt .vc{ min-height:170px;}
		.roll-wrap.type03 .vis .btxt{font-size:17px}
		.roll-wrap.type03 .vis .stxt{font-size:14px ;}
		.roll-wrap.type03 .vis .txt{ top:60%;}
	}


.roll-wrap.type03 .start{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; position:relative;}
.roll-wrap.type03 .start h3{font-weight:700; color:#015ea6; letter-spacing:-0.03em; line-height:1.2em; font-size:55px; margin-bottom:50px;}
.roll-wrap.type03 .start .txt{}
.roll-wrap.type03 .start .txt:after{display:block; content:"";clear:both}
.roll-wrap.type03 .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.5em; font-size:36px;}
.roll-wrap.type03 .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type03 .start{margin-top:90px;}
		.roll-wrap.type03 .start h3{font-size:52px; margin-bottom:50px;}
		.roll-wrap.type03 .start .txt .btxt{font-size:32px}
		.roll-wrap.type03 .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type03 .start{margin-top:70px;}
		.roll-wrap.type03 .start h3{font-size:48px;margin-bottom:30px;}
		.roll-wrap.type03 .start .txt .btxt{font-size:28px}
		.roll-wrap.type03 .start .txt .btxt br{display:none;}
		.roll-wrap.type03 .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type03 .start{margin-top:50px;}
		.roll-wrap.type03 .start h3{font-size:36px;}
		.roll-wrap.type03 .start .txt .btxt{float:none; width:auto;font-size:24px}
		.roll-wrap.type03 .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type03 .start h3{font-size:24px;}
		.roll-wrap.type03 .start .txt .btxt{font-size:20px}
		.roll-wrap.type03 .start .txt .stxt{font-size:13px;}
	}





.roll-wrap.type03 .bac .vis{ margin-top:150px;height:500px;background:url(../img/content/roll-img03-02.jpg) no-repeat center center; background-size:cover; border-radius: 30px;} 
.roll-wrap.type03 .bac .vis .txt{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:500px;  display:flex;align-items: center; justify-content: center;}
.roll-wrap.type03 .bac .vis .txt .vc02{width:100%; box-sizing:border-box; padding-left:50%;text-align:center;}
.roll-wrap.type03 .bac .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.roll-wrap.type03 .bac .vis .btxt{font-size:30px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type03 .bac .vis .stxt{font-size:20px ;font-weight:500; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.roll-wrap.type03 .bac .vis .ctxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type03 .bac{margin-top:80px;}
		.roll-wrap.type03 .bac .vis{height:460px;}
		.roll-wrap.type03 .bac .vis .txt{height:460px}
		.roll-wrap.type03 .bac .vis .btxt{font-size:36px;}
		.roll-wrap.type03 .bac .vis .stxt{font-size:18px;margin-top:15px;}
		.roll-wrap.type03 .bac .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type03 .bac{margin-top:60px;}

		.roll-wrap.type03 .bac .vis{ margin-top:60px; height:420px}
		.roll-wrap.type03 .bac .vis .txt{height:420px}
		.roll-wrap.type03 .bac .vis .btxt{font-size:32px;}
		.roll-wrap.type03 .bac .vis .stxt{font-size:17px;margin-top:10px;}
		.roll-wrap.type03 .bac .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type03 .bac{margin-top:40px;}
		
		.roll-wrap.type03 .bac .vis{ margin-top:40px; height:350px}
		.roll-wrap.type03 .bac .vis .txt{height:350px}
		.roll-wrap.type03 .bac .vis .txt .vc{padding:0 20px}
		.roll-wrap.type03 .bac .vis .txt .ab{text-align:left; display:block;}
		.roll-wrap.type03 .bac .vis .btxt{font-size:28px;}
		.roll-wrap.type03 .bac .vis .stxt{font-size:16px;}
		.roll-wrap.type03 .bac .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		
		.roll-wrap.type03 .bac .vis{height:400px}
		.roll-wrap.type03 .bac .vis .txt{height:300px}
		.roll-wrap.type03 .bac .vis .btxt{font-size:24px;}
		.roll-wrap.type03 .bac .vis .stxt{font-size:15px;}
		.roll-wrap.type03 .bac .vis .ctxt{font-size:12px;}

		.roll-wrap.type03 .bac .vis .txt .vc02{padding-left:0%;text-align:left;}
	}


.roll-wrap.type03 .last{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; margin-bottom:200px;}
.roll-wrap.type03 .last .txt{position:relative ;padding-left:50%;}
.roll-wrap.type03 .last .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.roll-wrap.type03 .last .txt .btxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em;padding-bottom: 25px;}
.roll-wrap.type03 .last .txt .stxt{font-size:22px; color:#333; font-weight:400;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px; padding-left:20px; position:relative ;}
.roll-wrap.type03 .last .txt .stxt:before{width:5px;height:5px;background:#2757cc; position:absolute; left:0; top:12px; display:block; content:""; border-radius:100%;}
.roll-wrap.type03 .last .txt .stxt:nth-child(n+2){margin-top:10px;}

.roll-wrap.type03 .last ul{margin-top:80px; margin:0 -1%}
.roll-wrap.type03 .last ul:after{display:block; content:"";clear:both}
.roll-wrap.type03 .last li{float:left; width:31%; margin:0 1%; position:relative; background:#f4f5f9; border-radius: 30px;}
.roll-wrap.type03 .last li:nth-child(n+4){margin-top:2%}

.roll-wrap.type03 .last li:before{width:110px;height:110px; position:absolute ;left:0; top:0; display:block; content:""}
.roll-wrap.type03 .last li .box{height:100px; padding:100px 40px 35px;}

.roll-wrap.type03 .last li .btxt{font-size:30px; color:#0e2071; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type03 .last li .stxt{font-size:17px; color:#666; font-weight:400; letter-spacing:-0.03em; line-height:1.5em; margin-top:15px}

.roll-wrap.type03 .last li:nth-child(1):before{background:url(../img/content/roll-ico01.png) no-repeat left center;}
.roll-wrap.type03 .last li:nth-child(2):before{background:url(../img/content/roll-ico02.png) no-repeat left center;}
.roll-wrap.type03 .last li:nth-child(3):before{background:url(../img/content/roll-ico03.png) no-repeat left center;}
.roll-wrap.type03 .last li:nth-child(4):before{background:url(../img/content/roll-ico04.png) no-repeat left center;}
.roll-wrap.type03 .last li:nth-child(5):before{background:url(../img/content/roll-ico05.png) no-repeat left center;}
.roll-wrap.type03 .last li:nth-child(6):before{background:url(../img/content/roll-ico06.png) no-repeat left center;}


	@media only screen and (max-width:1440px) {	
		.roll-wrap.type03 .last{margin-top:80px;}
		.roll-wrap.type03 .last .txt h4{font-size:42px; width:48%; }
		.roll-wrap.type03 .last .txt .btxt{font-size:22px; }
		.roll-wrap.type03 .last .txt .btxt br{display:none;}
		.roll-wrap.type03 .last .txt .stxt{font-size:17px;}
		.roll-wrap.type03 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type03 .last ul{margin-top:60px}
		.roll-wrap.type03 .last li{box-sizing:border-box; padding-top:120px;}
		.roll-wrap.type03 .last li:before{width:100px;height:100px; background-size:100% auto !important;}
		.roll-wrap.type03 .last li .btxt{font-size:26px;}
		.roll-wrap.type03 .last li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.roll-wrap.type03 .last .txt h4{font-size:36px; }
		.roll-wrap.type03 .last li{padding-top:100px; padding-right:20px;}
		.roll-wrap.type03 .last li:before{width:90px;height:90px;}
		.roll-wrap.type03 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type03 .last{margin-top:60px; margin-bottom:60px;}
		.roll-wrap.type03 .last .txt h4{font-size:32px; }
		.roll-wrap.type03 .last .txt .btxt{font-size:20px; }
		.roll-wrap.type03 .last .txt .stxt{font-size:16px;}
		
		.roll-wrap.type03 .last ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.roll-wrap.type03 .last li .btxt{font-size:24px;}
		.roll-wrap.type03 .last li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type03 .last{margin-top:40px;}
		.roll-wrap.type03 .last .txt{padding-left:0}
		.roll-wrap.type03 .last .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.roll-wrap.type03 .last .txt .btxt{font-size:18px;}
		.roll-wrap.type03 .last .txt .stxt{font-size:15px;}
		.roll-wrap.type03 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type03 .last li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.roll-wrap.type03 .last li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.roll-wrap.type03 .last li:nth-child(n+2){margin-top:20px}
		.roll-wrap.type03 .last li .btxt{font-size:22px;}
		.roll-wrap.type03 .last li .stxt{font-size:15px; margin-top:10px;}
		.roll-wrap.type03 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type03 .last .txt h4{font-size:24px; }
		.roll-wrap.type03 .last .txt .btxt{font-size:16px; }
		.roll-wrap.type03 .last .txt .stxt{font-size:14px;}
		.roll-wrap.type03 .last li{padding-left:40px}
		.roll-wrap.type03 .last li:before{width:70px;height:70px; top:10px;}
		.roll-wrap.type03 .last li .btxt{font-size:20px;}
		.roll-wrap.type03 .last li .stxt{font-size:14px;}

		.roll-wrap.type03 .last li .box{height:90px; padding:30px 30px 30px;}
	}



/* ======================================================
   .roll-wrap.type04
=========================================================*/
.roll-wrap.type04{}
.roll-wrap.type04 .vis{height:900px;position:relative;overflow:hidden}
.roll-wrap.type04 .vis:after{width:100%;height:100%; position:Absolute ;left:0; top:0; display:block ;content:"";z-index:-1; background:url(../img/content/roll-top04.jpg) no-repeat center center; background-size:cover;object-fit:cover;transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);-webkit-transition: transform 3s ease-in-out;-moz-transition: transform 3s ease-in-out;-o-transition: transform 3s ease-in-out;transition: transform 3s ease-in-out;}
.roll-wrap.type04 .vis .txt{position:Absolute ;left:50%; top:50%;width:100%; max-width:1440px; padding:0 20px; box-sizing:border-box;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.roll-wrap.type04 .vis .txt .vc{display:inline-block;vertical-align:top; background:#fff; box-sizing:border-box; padding:50px 50px 50px 50px; min-height:300px; background: rgba(255, 255, 255, 0.2); border-radius: 30px; box-shadow: 0 4px 30px rgb(0 0 0 / 10%); backdrop-filter: blur(6.6px);-webkit-backdrop-filter: blur(6.6px);}
.roll-wrap.type04 .vis .txt h3{font-size:50px ;font-weight:700; color:#fff;letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type04 .vis .btxt{font-size:30px ;font-weight:700; color:#fff ;letter-spacing:-0.03em; line-height:1.5em; margin-top:50px; position:relative;}
.roll-wrap.type04 .vis .btxt:before{width:50px;height:2px; background:#fff; position:Absolute ;left:2px; top:-24px; display:block; content:"";}
.roll-wrap.type04 .vis .stxt{font-size:18px ;font-weight:400; color:#fff ;letter-spacing:-0.04em; line-height:1.7em; margin-top:10px}

.roll-wrap.type04 .vis.ani:after{transform:scale(1, 1); -webkit-transform:scale(1, 1); -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
	
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type04 .vis{height:840px;}
		.roll-wrap.type04 .vis .txt .vc{min-height:500px; padding:70px 40px 40px 40px}
		.roll-wrap.type04 .vis .txt h3{font-size:52px ; }
		.roll-wrap.type04 .vis .btxt{font-size:32px; margin-top:70px;}
		.roll-wrap.type04 .vis .btxt:before{width:30px;height:2px; top:-35px}
		.roll-wrap.type04 .vis .stxt{font-size:17px ;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .vis{height:740px;}
		.roll-wrap.type04 .vis .txt .vc{min-height:400px; padding:50px 30px 50px 30px}
		.roll-wrap.type04 .vis .txt h3{font-size:44px ;}
		.roll-wrap.type04 .vis .btxt{font-size:28px; margin-top:50px;}
		.roll-wrap.type04 .vis .btxt:before{width:20px;height:1px; top:-25px}
		.roll-wrap.type04 .vis .stxt{font-size:16px ; margin-top:20px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .vis{height:640px;}
		.roll-wrap.type04 .vis .txt{width:90%; left:45%}
		.roll-wrap.type04 .vis .txt .vc{ min-height:350px;padding:40px 20px 40px 20px}
		.roll-wrap.type04 .vis .txt h3{font-size:32px ;}
		.roll-wrap.type04 .vis .btxt{font-size:24px;margin-top:40px;}
		.roll-wrap.type04 .vis .btxt:before{width:20px;height:1px; top:-20px}
		.roll-wrap.type04 .vis .stxt{font-size:15px ;}
		.roll-wrap.type04 .vis .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type04 .vis{height:540px;}
		.roll-wrap.type04 .vis .txt h3{font-size:24px ;}
		.roll-wrap.type04 .vis .txt .vc{ min-height:170px;}
		.roll-wrap.type04 .vis .btxt{font-size:17px}
		.roll-wrap.type04 .vis .stxt{font-size:14px ;}
	}


.roll-wrap.type04 .start{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; position:relative;}
.roll-wrap.type04 .start h3{font-weight:700; color:#015ea6; letter-spacing:-0.03em; line-height:1.2em; font-size:55px; margin-bottom:50px;}
.roll-wrap.type04 .start .txt{}
.roll-wrap.type04 .start .txt:after{display:block; content:"";clear:both}
.roll-wrap.type04 .start .txt .btxt{float:left; width:calc(50% - 25px);font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; font-size:30px;}
.roll-wrap.type04 .start .txt .stxt{float:right; width:calc(50% - 25px);font-size:20px ;font-weight:300; color:#000 ;letter-spacing:-0.03em; line-height:1.65em;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type04 .start{margin-top:90px;}
		.roll-wrap.type04 .start h3{font-size:52px; margin-bottom:50px;}
		.roll-wrap.type04 .start .txt .btxt{font-size:32px}
		.roll-wrap.type04 .start .txt .stxt{font-size:18px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .start{margin-top:70px;}
		.roll-wrap.type04 .start h3{font-size:48px;margin-bottom:30px;}
		.roll-wrap.type04 .start .txt .btxt{font-size:28px}
		.roll-wrap.type04 .start .txt .btxt br{display:none;}
		.roll-wrap.type04 .start .txt .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .start{margin-top:50px;}
		.roll-wrap.type04 .start h3{font-size:36px;}
		.roll-wrap.type04 .start .txt .btxt{float:none; width:auto;font-size:24px}
		.roll-wrap.type04 .start .txt .stxt{float:none; width:auto; margin-top:15px;font-size:14px;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type04 .start h3{font-size:24px;}
		.roll-wrap.type04 .start .txt .btxt{font-size:20px}
		.roll-wrap.type04 .start .txt .stxt{font-size:13px;}
	}





.roll-wrap.type04 .bac .vis{ margin-top:130px;height:500px;background:url(../img/content/roll-img04-02.jpg) no-repeat center center; background-size:cover; border-radius: 30px;} 
.roll-wrap.type04 .bac .vis .txt{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:500px;  display:flex;align-items: center; justify-content: center;}
.roll-wrap.type04 .bac .vis .txt .vc02{width:100%; box-sizing:border-box; padding-left:50%;text-align:center;}
.roll-wrap.type04 .bac .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.roll-wrap.type04 .bac .vis .btxt{font-size:30px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type04 .bac .vis .stxt{font-size:20px ;font-weight:500; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.roll-wrap.type04 .bac .vis .ctxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type04 .bac{margin-top:80px;}
		.roll-wrap.type04 .bac .vis{height:460px;}
		.roll-wrap.type04 .bac .vis .txt{height:460px}
		.roll-wrap.type04 .bac .vis .btxt{font-size:36px;}
		.roll-wrap.type04 .bac .vis .stxt{font-size:18px;margin-top:15px;}
		.roll-wrap.type04 .bac .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .bac{margin-top:60px;}

		.roll-wrap.type04 .bac .vis{ margin-top:60px; height:420px}
		.roll-wrap.type04 .bac .vis .txt{height:420px}
		.roll-wrap.type04 .bac .vis .btxt{font-size:32px;}
		.roll-wrap.type04 .bac .vis .stxt{font-size:17px;margin-top:10px;}
		.roll-wrap.type04 .bac .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .bac{margin-top:40px;}
		
		.roll-wrap.type04 .bac .vis{ margin-top:40px; height:350px}
		.roll-wrap.type04 .bac .vis .txt{height:350px}
		.roll-wrap.type04 .bac .vis .txt .vc{padding:0 20px}
		.roll-wrap.type04 .bac .vis .txt .ab{text-align:left; display:block;}
		.roll-wrap.type04 .bac .vis .btxt{font-size:28px;}
		.roll-wrap.type04 .bac .vis .stxt{font-size:16px;}
		.roll-wrap.type04 .bac .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		
		.roll-wrap.type04 .bac .vis{height:400px}
		.roll-wrap.type04 .bac .vis .txt{height:300px}
		.roll-wrap.type04 .bac .vis .btxt{font-size:24px;}
		.roll-wrap.type04 .bac .vis .stxt{font-size:15px;}
		.roll-wrap.type04 .bac .vis .ctxt{font-size:12px;}
		.roll-wrap.type04 .bac .vis .txt .vc02{padding-left:0%;text-align:left;}
	}


.roll-wrap.type04 .last{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px;}
.roll-wrap.type04 .last .txt{position:relative ;padding-left:50%;}
.roll-wrap.type04 .last .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.roll-wrap.type04 .last .txt .btxt{font-size:30px; color:#000; font-weight:600; letter-spacing:-0.03em; line-height:1.4em;padding-bottom: 25px;}
.roll-wrap.type04 .last .txt .stxt{font-size:22px; color:#333; font-weight:400;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px; padding-left:20px; position:relative ;}
.roll-wrap.type04 .last .txt .stxt:before{width:5px;height:5px;background:#2757cc; position:absolute; left:0; top:12px; display:block; content:""; border-radius:100%;}
.roll-wrap.type04 .last .txt .stxt:nth-child(n+2){margin-top:10px;}

.roll-wrap.type04 .last ul{margin-top:80px}
.roll-wrap.type04 .last ul:after{display:block; content:"";clear:both}
.roll-wrap.type04 .last li{float:left; width:33.3333%; position:Relative; padding-top:145px;}
.roll-wrap.type04 .last li:before{width:120px;height:120px; position:absolute ;left:0; top:0; display:block; content:""}
.roll-wrap.type04 .last li .btxt{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.roll-wrap.type04 .last li .stxt{font-size:18px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:15px}

.roll-wrap.type04 .last li:nth-child(1):before{background:url(../img/content/about-ico01.jpg) no-repeat left center;}
.roll-wrap.type04 .last li:nth-child(2):before{background:url(../img/content/about-ico02.jpg) no-repeat left center;}
.roll-wrap.type04 .last li:nth-child(3):before{background:url(../img/content/about-ico03.jpg) no-repeat left center;}
	@media only screen and (max-width:1440px) {	
		.roll-wrap.type04 .last{margin-top:80px;}
		.roll-wrap.type04 .last .txt h4{font-size:42px; width:48%; }
		.roll-wrap.type04 .last .txt .btxt{font-size:22px; }
		.roll-wrap.type04 .last .txt .btxt br{display:none;}
		.roll-wrap.type04 .last .txt .stxt{font-size:17px;}
		.roll-wrap.type04 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type04 .last ul{margin-top:60px}
		.roll-wrap.type04 .last li{box-sizing:border-box; padding-top:120px;}
		.roll-wrap.type04 .last li:before{width:100px;height:100px; background-size:100% auto !important;}
		.roll-wrap.type04 .last li .btxt{font-size:26px;}
		.roll-wrap.type04 .last li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.roll-wrap.type04 .last .txt h4{font-size:36px; }
		.roll-wrap.type04 .last li{padding-top:100px; padding-right:20px;}
		.roll-wrap.type04 .last li:before{width:90px;height:90px;}
		.roll-wrap.type04 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .last{margin-top:60px; margin-bottom:60px;}
		.roll-wrap.type04 .last .txt h4{font-size:32px; }
		.roll-wrap.type04 .last .txt .btxt{font-size:20px; }
		.roll-wrap.type04 .last .txt .stxt{font-size:16px;}
		
		.roll-wrap.type04 .last ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.roll-wrap.type04 .last li .btxt{font-size:24px;}
		.roll-wrap.type04 .last li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .last{margin-top:40px;}
		.roll-wrap.type04 .last .txt{padding-left:0}
		.roll-wrap.type04 .last .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.roll-wrap.type04 .last .txt .btxt{font-size:18px;}
		.roll-wrap.type04 .last .txt .stxt{font-size:15px;}
		.roll-wrap.type04 .last .txt .stxt br{display:none;}
		
		.roll-wrap.type04 .last li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.roll-wrap.type04 .last li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.roll-wrap.type04 .last li:nth-child(n+2){margin-top:40px}
		.roll-wrap.type04 .last li .btxt{font-size:22px;}
		.roll-wrap.type04 .last li .stxt{font-size:15px; margin-top:10px;}
		.roll-wrap.type04 .last li .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type04 .last .txt h4{font-size:24px; }
		.roll-wrap.type04 .last .txt .btxt{font-size:16px; }
		.roll-wrap.type04 .last .txt .stxt{font-size:14px;}
		.roll-wrap.type04 .last li{padding-left:60px}
		.roll-wrap.type04 .last li:before{width:50px;height:50px; top:-5px;}
		.roll-wrap.type04 .last li .btxt{font-size:20px;}
		.roll-wrap.type04 .last li .stxt{font-size:14px;}
	}


/* ======================================================
   .spec
=========================================================*/
.roll-wrap.type04 .spec{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; position: relative; padding-top:0px; }
.roll-wrap.type04 .spec h3{font-size: 36px; font-weight: 700; letter-spacing: -0.03em; line-height: 40px; color: #111; margin-bottom: 30px;}
.roll-wrap.type04 .spec .stit{font-size:30px; font-weight:700; color:#111;letter-spacing:-0.03em; line-height:40px;animation-delay:0.4s;}
.roll-wrap.type04 .spec ul{margin:0 -15px;margin-top:40px;padding-bottom:150px animation-delay:0.6s;}
.roll-wrap.type04 .spec li{float:left; width:calc(16.666666% - 30px);margin:0 15px;;text-align:center;}

.roll-wrap.type04 .spec li .img{}
.roll-wrap.type04 .spec li .img img{width:100%;border-radius: 30px;}
.roll-wrap.type04 .spec li .btxt{margin-top:25px;font-size:24px; font-weight:500; color:#111; letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type04 .spec li .stxt{margin-top:20px;font-size:17px; font-weight:400; color:#666; letter-spacing:-0.03em; line-height:1.5em;}

	@media only screen and (max-width:1460px) {	
		.roll-wrap.type04 .spec{padding-left:300px; margin-top:60px; padding-top:60px;}
		.roll-wrap.type04 .spec h3{top:60px;}
		.roll-wrap.type04 .spec .stit{font-size:26px;}
		.roll-wrap.type04 .spec li .img img{width:65px;}
		.roll-wrap.type04 .spec li .btxt{margin-top:20px;font-size:22px;} 
		.roll-wrap.type04 .spec li .stxt{font-size:16px}
	}
	@media only screen and (max-width:1280px) {
		.roll-wrap.type04 .spec{padding-left:250px; margin-top:50px; padding-top:50px;}
		.roll-wrap.type04 .spec h3{top:50px;}
		.roll-wrap.type04 .spec .stit{font-size:22px;}
		.roll-wrap.type04 .spec li .img img{width:60px;}
		.roll-wrap.type04 .spec li .btxt{margin-top:20px;font-size:20px;} 
		.roll-wrap.type04 .spec li .stxt{margin-top:15px;font-size:15px}
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .spec{padding-left:0; margin-top:40px; padding-top:40px;}
		.roll-wrap.type04 .spec h3{top:auto; position:relative; left:auto;}
		.roll-wrap.type04 .spec .stit{font-size:20px; font-weight:400; line-height:1.3em;}
		.roll-wrap.type04 .spec ul{margin-top:20px;}
		.roll-wrap.type04 .spec li .img img{width:55px;}
		.roll-wrap.type04 .spec li .btxt{margin-top:20px;font-size:18px;} 
		.roll-wrap.type04 .spec li .stxt{margin-top:15px;font-size:14px}
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .spec{padding-left:0; margin-top:40px; padding-top:40px;}
		.roll-wrap.type04 .spec .stit{font-size:18px;}
		.roll-wrap.type04 .spec ul{margin:20px 0 0 0}
		.roll-wrap.type04 .spec li{float:none; width:auto ; margin:0; box-sizing:border-box; border:1px solid #d7d7d7; padding:25px 0}
		.roll-wrap.type04 .spec li:nth-child(n+2){margin-top:20px;}
		.roll-wrap.type04 .spec li .img img{width:50px;}
		.roll-wrap.type04 .spec li .btxt{margin-top:15px;font-size:16px;} 
		.roll-wrap.type04 .spec li .stxt{margin-top:10px;font-size:13px}
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type04 .spec .stit{font-size:16px;}
		.roll-wrap.type04 .spec li .btxt{margin-top:10px;}
	}

/* ======================================================
   .point
=========================================================*/
.roll-wrap.type04 .point{max-width:1540px;box-sizing:border-box; padding:0 20px; margin:0 auto; position: relative;  }
.roll-wrap.type04 .point h3 {font-size: 36px; font-weight: 700; letter-spacing: -0.03em; line-height: 40px; color: #111; margin-bottom: 30px;}
.roll-wrap.type04 .point .stit{font-size:30px; font-weight:700; color:#111;letter-spacing:-0.03em; line-height:40px;animation-delay:0.4s;}
.roll-wrap.type04 .point .stxt{font-size:20px; font-weight:500; color:#111;letter-spacing:-0.03em; line-height:30px;animation-delay:0.4s;}

.roll-wrap.type04 .point ul{margin:0 -1%}
.roll-wrap.type04 .point ul:after{display:block; content:"";clear:both}
.roll-wrap.type04 .point li{float:left; width:31%; margin:0 1%; position:relative; background:#f4f5f9;border-radius: 30px;}
.roll-wrap.type04 .point li:nth-child(n+4){margin-top:2%}


.roll-wrap.type04 .point li .txt{height:180px;display:flex;align-items: center; justify-content: center}
.roll-wrap.type04 .point li .txt:after{width:40px;height:40px; position:Absolute; right:30px; top:30px; display:block; content:"";}
.roll-wrap.type04 .point li .vc{width:100%; box-sizing:border-box; padding:40px;}
.roll-wrap.type04 .point li .btxt{font-size:30px; font-weight:700; color:#0e2071; letter-spacing:-0.03em; line-height:1.2em;}
.roll-wrap.type04 .point li .stxt{margin-top:25px;font-size:17px; font-weight:400; color:#666; letter-spacing:-0.03em; line-height:1.5em;}


.roll-wrap.type04 .point li:nth-child(1) .txt:after{background:url(../img/content/point-ico01.png) no-repeat center center;}
.roll-wrap.type04 .point li:nth-child(2) .txt:after{background:url(../img/content/point-ico02.png) no-repeat center center;}
.roll-wrap.type04 .point li:nth-child(3) .txt:after{background:url(../img/content/point-ico03.png) no-repeat center center;}
.roll-wrap.type04 .point li:nth-child(4) .txt:after{background:url(../img/content/point-ico04.png) no-repeat center center;}
.roll-wrap.type04 .point li:nth-child(5) .txt:after{background:url(../img/content/point-ico05.png) no-repeat center center;}
.roll-wrap.type04 .point li:nth-child(6) .txt:after{background:url(../img/content/point-ico06.png) no-repeat center center;}

	
	@media only screen and (max-width:1460px) {	
		.roll-wrap.type04 .point{}
		.roll-wrap.type04 .point h3{}
		.roll-wrap.type04 .point .stit{font-size:26px;}
		
		.roll-wrap.type04 .point li .txt{height:170px;}
		.roll-wrap.type04 .point li .btxt{font-size:22px;}
		.roll-wrap.type04 .point li .stxt{margin-top:15px;font-size:16px;} 
	}
	@media only screen and (max-width:1280px) {
		.roll-wrap.type04 .point{}
		.roll-wrap.type04 .point h3{}
		.roll-wrap.type04 .point .stit{font-size:22px;}

		
		.roll-wrap.type04 .point li .txt{height:150px;}
		.roll-wrap.type04 .point li .txt:after{background-size:60px auto !important; right:25px; top:20px;}
		.roll-wrap.type04 .point li .vc{padding:30px;}
		.roll-wrap.type04 .point li .btxt{font-size:20px;}
		.roll-wrap.type04 .point li .stxt{margin-top:10px;font-size:15px;} 
		
	}
	@media only screen and (max-width:999px) {
		.roll-wrap.type04 .point{}
		.roll-wrap.type04 .point h3{top:auto; position:relative; left:auto;font-size: 30px; }
		.roll-wrap.type04 .point .stit{font-size:20px; font-weight:400; line-height:1.3em;}
		.roll-wrap.type04 .point ul{margin-top:30px;}

		
		
		.roll-wrap.type04 .point li .txt{height:130px;}
		.roll-wrap.type04 .point li .txt:after{width:60px;height:60px;background-size:50px auto !important; right:20px; top:15px;}
		.roll-wrap.type04 .point li .vc{padding:30px;}
		.roll-wrap.type04 .point li .btxt{font-size:18px;}
		.roll-wrap.type04 .point li .stxt{margin-top:10px;font-size:14px;} 
	
	}
	@media only screen and (max-width:680px) {
		.roll-wrap.type04 .point{}
		.roll-wrap.type04 .point h3{font-size: 24px; }
		.roll-wrap.type04 .point img{width:100%;}
		.roll-wrap.type04 .point .stit{font-size:18px;}
		
		.roll-wrap.type04 .point ul{margin:0}
		.roll-wrap.type04 .point li{width:auto; margin:0; float:none;    border-radius: 20px;}
		.roll-wrap.type04 .point li:nth-child(n+2){margin-top:3%}
		
		.roll-wrap.type04 .point li .txt{height:120px;}
		.roll-wrap.type04 .point li .txt:after{width:30px;height:30px;background-size:30px auto !important; right:20px;}
		.roll-wrap.type04 .point li .vc{padding:25px;}

		.roll-wrap.type04 .point .stxt{font-size:16px; line-height:24px;}

		
	}
	@media only screen and (max-width:480px) {
		.roll-wrap.type04 .point .stit{font-size:16px;}
		.roll-wrap.type04 .point li .vc{padding:20px;}
	}



