@charset "utf-8";

.main-visual-wrap{height:800px; padding-top:70px; position:relative; overflow:hidden; background:#c3e7ef;}
.main-visual-wrap .visual-section{width:100%; max-width:1430px; margin:0 auto; padding:0 15px;}
.main-visual-wrap .visual-section:after{clear:both; content:""; display:block;}
.main-visual-wrap .visual-section .visual-left{width:50%; padding-right:20px; z-index:100; position:relative; float:left;}
.main-visual-wrap .visual-section .visual-img{bottom:10px; right:0; z-index:10; position:absolute;}
.main-visual-wrap .visual-box{padding-top:150px;}
.main-visual-wrap .visual-box .item{}
.main-visual-wrap .visual-box h3{font-weight:500; font-size:25px; line-height:100%; color:#777;}
.main-visual-wrap .visual-box h2{margin-bottom:30px; font-weight:900; font-size:45px; line-height:130%; letter-spacing:-1px; color:#000;}
.main-visual-wrap .visual-txt{margin-top:30px;}
.main-visual-wrap .visual-txt div{font-size:22px; color:#999;}
.main-visual-wrap .visual-txt ul{margin:35px 0 0; text-align:left;}
.main-visual-wrap .visual-txt ul:after{clear:both; content:""; display:block;}
.main-visual-wrap .visual-txt ul li{}
.main-visual-wrap .visual-txt a span{width:320px; padding:20px 10px; font-weight:500; font-size:24px; text-align:center; color:#ffff00; border-radius:50px; background-color:#004a86; display:block;}
.main-visual-wrap .visual-txt a span em{font-weight:700; font-size:24px; color:#ffff00;}

.main-visual-wrap .vcount{margin-top:30px;}
.main-visual-wrap .vcount ul{margin:0 -10px;}
.main-visual-wrap .vcount ul:after{clear:both; content:""; display:block;}
.main-visual-wrap .vcount ul li{padding:0 10px; font-weight:500; font-size:20px; letter-spacing:-1px; text-align:center; color:#444; display:inline-block; position:relative;}
.main-visual-wrap .vcount ul li span{}
.main-visual-wrap .vcount ul li em{margin-left:10px; font-weight:700; font-size:35px; color:#000;}


@media screen and (max-width:1500px){
	.main-visual-wrap .visual-section .visual-img{right:-100px;}
	.main-visual-wrap .visual-section .visual-img img{width:980px;}
}

@media screen and (max-width:1300px){
	.main-visual-wrap .visual-section .visual-left{width:70%;}
	.main-visual-wrap .visual-section .visual-img img{width:780px;}
}

@media screen and (max-width:1180px){
	.main-visual-wrap .visual-box h2{font-size:45px;}
	.main-visual-wrap .visual-box h2 br{display:none;}
	.main-visual-wrap .visual-box h3{font-size:22px;}
}

@media screen and (max-width:1080px){
	.main-visual-wrap{height:700px;}
	.main-visual-wrap .visual-box h2{font-size:40px;}
	.main-visual-wrap .visual-section .visual-img img{width:680px;}
}

@media screen and (max-width:940px){
	.main-visual-wrap .visual-txt a span{margin:0 auto; font-size:18px;}

	.main-visual-wrap{height:auto; padding-bottom:20px;}
	.main-visual-wrap .visual-section .visual-left{width:100%; padding-right:0; float:none;}
	.main-visual-wrap .visual-section .visual-img{margin-top:50px; padding:0 50px; bottom:auto; right:auto; text-align:center; position:relative;}
	.main-visual-wrap .visual-section .visual-img img{width:100%; max-width:580px;}

	.main-visual-wrap .visual-box{padding-top:50px; text-align:center;}
	.main-visual-wrap .visual-txt{text-align:center;}
	.main-visual-wrap .vcount ul{text-align:center;}
}

@media screen and (max-width:780px){
	.main-visual-wrap .visual-box h2{font-size:35px;}
}

@media screen and (max-width:580px){
	.main-visual-wrap .visual-box h3{font-size:20px;}
	.main-visual-wrap .visual-box h2{font-size:30px;}

	.main-visual-wrap .visual-txt a span{width:280px; padding:15px 10px;}
	.main-visual-wrap .visual-txt a span em{font-size:18px;}

	.main-visual-wrap .vcount ul li{font-size:18px;}
	.main-visual-wrap .vcount ul li em{font-size:30px;}
}

@media screen and (max-width:480px){
	.main-visual-wrap .visual-box h3{font-size:18px;}
	.main-visual-wrap .visual-box h2{font-size:35px;}
	.main-visual-wrap .visual-box h2 br{display:none;}
	.main-visual-wrap .vcount ul li{font-size:16px;}
	.main-visual-wrap .vcount ul li em{font-size:25px;}
}

@keyframes anime_textup {
	0% { opacity:1; }
	100% { opacity:0; }
}

@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}

.blink {
	animation: blink-effect 1s step-end infinite;
}

.main-title-box{width:100%; max-width:1230px; margin:0 auto 30px; padding:0 15px 20px; text-align:left; position:relative;}
.main-title-box span{top:0; right:15px; position:absolute;}
.main-title-box h2{font-weight:700; font-size:33px; line-height:100%;}
.main-title-box h3{margin-top:5px; font-weight:300;; font-size:20px; color:#333;}

@media screen and (max-width:980px){
	.main-title-box span img{height:40px;}
	.main-title-box h2{font-size:32px;}
	.main-title-box h3{font-size:20px;}
}

@media screen and (max-width:880px){
	.main-title-box h2{font-size:28px;}
	.main-title-box h3{font-size:18px;}
}

@media screen and (max-width:780px){
	.main-title-box h2{font-size:25px;}
	.main-title-box h3{font-size:16px;}
}

@media screen and (max-width:680px){
	.main-title-box span{margin-bottom:10px;}
	.main-title-box h2{font-size:22px;}
}

@media screen and (max-width:580px){
	.main-title-box span{display:none;}
}

#merit-section{padding:120px 0; position:relative;}
#merit-section .pt{position:absolute;}
#merit-section .pt1{top:20%; left:0;}
#merit-section .pt2{bottom:30%; left:50px;}
#merit-section .pt3{bottom:30%; right:0;}
#merit-section .merit-wrap{width:100%; max-width:1230px; margin:0 auto; padding:0 15px;}

@media screen and (max-width:980px){
	#merit-section{padding:90px 0;}
}

@media screen and (max-width:880px){
	#merit-section{padding:70px 0;}
}

@media screen and (max-width:780px){
	#merit-section{padding:50px 0;}
}

#merit-section .merit-area{}
#merit-section .merit-area ul{margin:0 -10px;}
#merit-section .merit-area ul:after{clear:both; content:""; display:block;}
#merit-section .merit-area ul li{width:25%; padding:10px; float:left;}

@media screen and (max-width:930px){
	#merit-section .merit-area ul li{width:50%;}
}

#merit-section .merit-area .box{padding:40px 40px 150px; border-radius:15px; border:1px solid #ddd; background-color:#fff; position:relative;}

@media screen and (max-width:1200px){
	#merit-section .merit-area .box{padding:35px 35px 120px;}
}

@media screen and (max-width:980px){
	#merit-section .merit-area .box{padding:30px 25px 110px;}
}

#merit-section .merit-area .icon{bottom:20px; right:20px; position:absolute;}
#merit-section .merit-area .txt{padding-bottom:20px;}
#merit-section .merit-area .txt h4{font-weight:700; font-size:23px; line-height:100%; display:block;}
#merit-section .merit-area .txt div{margin-top:20px; font-size:18px; line-height:140%; color:#959595;}

@media screen and (max-width:1080px){
	#merit-section .merit-area .txt h4{font-size:20px;}
	#merit-section .merit-area .txt div{font-size:16px;}
}

@media screen and (max-width:500px){
	#merit-section .merit-area ul{margin:0 -5px;}
	#merit-section .merit-area ul li{padding:10px 5px;}

	#merit-section .merit-area .icon img{max-width:80px;}
}

@media screen and (max-width:450px){
	#merit-section .merit-area .txt div{height:40px; font-size:14px; letter-spacing:-.5px;}
}

#merit-section .process-box{width:100%; max-width:1230px; margin:50px auto 0; padding:0 15px;}
#merit-section .process-box ul{margin:0 -15px; padding-top:50px;}
#merit-section .process-box ul:after{clear:both; content:""; display:block;}
#merit-section .process-box ul li{width:20%; padding:0 15px; text-align:center; float:left;}
#merit-section .process-box .icon{width:180px; height:180px; margin:0 auto; padding-top:60px; border-radius:50%; border:1px solid #eee; background-color:#fff; position:relative;}
#merit-section .process-box ul li:last-child .icon{border-right:1px solid #eee;}
#merit-section .process-box .icon h3{width:100%; height:40px; top:-50px; left:0; font-size:16px; line-height:40px; color:#fff; border-radius:50px; background-color:#004a86; position:absolute;}
#merit-section .process-box .icon span{top:50%; right:-30%; z-index:99; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); position:absolute;}
#merit-section .process-box .icon span i{font-size:40px; color:#d9d9d9;}

@media screen and (max-width:1200px){
	#merit-section .process-box .icon span{display:none;}
}

@media screen and (max-width:980px){
	#merit-section .process-box{margin:40px auto 0;}
	#merit-section .process-box .icon span{display:none;}

	#merit-section .process-box ul{margin:0 -10px;}
	#merit-section .process-box ul li{padding:0 10px;}

	#merit-section .process-box .icon{width:160px; height:160px; padding-top:50px;}
}

@media screen and (max-width:880px){
	#merit-section .process-box{margin:30px auto 0;}
	#merit-section .process-box ul li{width:33.333%; padding:20px 10px;}
	#merit-section .process-box ul li:nth-child(4){margin-left:16.6666%;}
	#merit-section .process-box ul li:nth-child(4),
	#merit-section .process-box ul li:nth-child(5){padding-top:70px;}
}

@media screen and (max-width:780px){
	#merit-section .process-box{margin:0 auto;}
}

@media screen and (max-width:530px){
	#merit-section .process-box ul li{width:50%; padding:20px 10px;}
	#merit-section .process-box ul li:nth-child(4){margin-left:0;}
	#merit-section .process-box ul li:nth-child(5){margin-left:25%;}
	#merit-section .process-box ul li:nth-child(3){padding-top:70px;}
	#merit-section .process-box .icon{width:130px; height:130px; padding-top:33px;}
	#merit-section .process-box .icon h3{font-size:14px;}
}

#merit-section .process-box .txt{margin-top:15px;}
#merit-section .process-box .txt h4{margin-top:10px; font-size:16px; line-height:160%; color:#777;}

@media screen and (max-width:500px){
	#merit-section .process-box .txt{margin-top:10px;}
	#merit-section .process-box .txt h4{margin-top:7px; font-size:15px; line-height:140%;}
}

#service-section{padding:120px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; background:url("../img/system_pattern.gif") repeat; position:relative;}
#service-section .pt{position:absolute;}
#service-section .pt1{top:20%; left:0;}
#service-section .pt2{bottom:30%; right:0;}

#service-section .service-wrap{width:100%; max-width:1230px; margin:0 auto; padding:0 15px;}

@media screen and (max-width:980px){
	#service-section{padding:90px 0;}
}

@media screen and (max-width:880px){
	#service-section{padding:70px 0;}
}

@media screen and (max-width:780px){
	#service-section{padding:50px 0;}
}

#service-section .service-area{width:100%; max-width:1220px; margin:0 auto; overflow:hidden; position:relative;}
#service-section .service-area ul{margin:0 -15px;}
#service-section .service-area ul:after{clear:both; content:""; display:block;}
#service-section .service-area ul li{width:25%; padding:0 15px; text-align:center; float:left;}

@media screen and (max-width:880px){
	#service-section .service-area ul{margin:0 -10px;}
	#service-section .service-area ul li{width:50%; padding:10px;}
}

#service-section .service-area .box{padding:30px 15px;  border-radius:30px; border:1px solid #ddd; background-color:#fff;}

#service-section .service-area .icon{width:130px; height:130px; margin:0 auto; padding-top:10px; background-color:#fff; overflow:hidden;}
#service-section .service-area .txt{margin-top:20px;}
#service-section .service-area .txt h4{font-weight:700; font-size:20px; line-height:100%; color:#111; display:block;}
#service-section .service-area .txt div{margin-top:20px; font-size:16px; line-height:140%; color:#959595;}

@media screen and (max-width:880px){
	#service-section .service-area .icon{width:100px; height:100px; padding-top:15px;}
	#service-section .service-area .icon img{width:70px;}
	#service-section .service-area .txt{margin-top:10px;}
	#service-section .service-area .txt h4{font-size:18px;}
	#service-section .service-area .txt div{margin-top:10px; font-size:14px;}
}

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

@media screen and (max-width:580px){
	#service-section .service-area .txt div{font-size:14px; letter-spacing:-.5px;}
}

#cartype-wrap{padding:120px 15px; overflow:hidden; position:relative;}
#cartype-wrap:after{width:231px; height:293px; top:0; left:0; z-index:1; background:url("../img/cartype_bg.png") no-repeat center center; content:""; display:block; position:absolute;}
#cartype-wrap #cartype-section{width:100%; max-width:1230px; margin:0 auto; padding:0 15px; z-index:10; position:relative;}
#cartype-wrap #cartype-section .main-tit-box{}

@media screen and (max-width:980px){
	#cartype-wrap{padding:90px 10px;}
}

@media screen and (max-width:880px){
	#cartype-wrap{padding:70px 10px;}
}

@media screen and (max-width:780px){
	#cartype-wrap{padding:50px 10px;}
}

#cartype-section .cartype-list-box{margin-top:50px;}
#cartype-section .cartype-list-box ul{margin:0 -10px;}
#cartype-section .cartype-list-box ul li{padding:0 10px;}
#cartype-section .cartype-list-box .box{background-color:#fff; overflow:hidden;}
#cartype-section .cartype-list-box .box:after{clear:both; content:""; display:block;}
#cartype-section .cartype-list-box .box .img{padding:20px 0 10px; text-align:center;  position:relative;}
#cartype-section .cartype-list-box .box .img img{max-width:100%;}
#cartype-section .cartype-list-box .box .img h2{width:150px; margin-bottom:15px; padding:7px 10px; font-size:14px; color:#fff; border-radius:30px; background-color:#004a86; display:inline-block;}
#cartype-section .cartype-list-box .box .txt{padding:10px; border-radius:10px; border:1px solid #ddd;}
#cartype-section .cartype-list-box .box .txt h2{margin-bottom:10px; font-weight:500; font-size:18px; text-align:center; display:block;}
#cartype-section .cartype-list-box .box .txt table{width:100%;}
#cartype-section .cartype-list-box .box .txt table th{width:40%; padding:5px 0; font-weight:500; font-size:14px; }
#cartype-section .cartype-list-box .box .txt table td{padding:10px; font-size:14px;}
#cartype-section .cartype-list-box .box .txt table tr:first-child th,
#cartype-section .cartype-list-box .box .txt table tr:first-child td{border-top:0;}
#cartype-section .cartype-list-box .box .txt table tr:last-child th,
#cartype-section .cartype-list-box .box .txt table tr:last-child td{border-bottom:0;}
#cartype-section .cartype-list-box .box .txt table th span{padding:5px 10px; text-align:center; border-radius:30px; border:1px solid #eee; background-color:#f7f7f7; display:block;}
#cartype-section .cartype-list-box .slick-dots{margin-top:15px; text-align:center;}
#cartype-section .cartype-list-box .slick-dots li{margin:0 2px; padding:0; display:inline-block;}
#cartype-section .cartype-list-box .slick-dots li button{width:15px; height:15px; text-indent:-9000px; border-radius:50px !important; border:1px solid #ddd;; background-color:#fff;}
#cartype-section .cartype-list-box .slick-dots li.slick-active button{width:40px; border:1px solid #0073bf; background:#0073bf;}
#cartype-section .cartype-list-box .slick-next,
#cartype-section .cartype-list-box .slick-prev{border: 0; text-indent: -9999px; display: block; background-color:transparent; width: 60px; height: 60px; position: absolute; margin: 0 auto;}
#cartype-section .cartype-list-box .slick-next{background: url("../img/slider_next.png") no-repeat center center; right: -100px; top: 50%; transform: translate(-50%, -50%);}
#cartype-section .cartype-list-box .slick-prev{background: url("../img/slider_prev.png") no-repeat center center; left: -40px; top: 50%; transform: translate(-50%, -50%);}

@media screen and (max-width:1400px){
	#cartype-section .cartype-list-box .slick-prev,
	#cartype-section .cartype-list-box .slick-next{display:none !important;}
	#cartype-section .cartype-list-box .slick-dots{display:block !important;}
}

@media screen and (max-width:780px){
	#cartype-section .cartype-list-box .box .img{width:100%; padding:20px 5px 10px; text-align:center; position:relative; float:none;}
	#cartype-section .cartype-list-box .box .img img{margin:0 auto;}
	#cartype-section .cartype-list-box .box .txt{width:100%; padding:10px; float:none;}
}

@media screen and (max-width:500px){
	#cartype-section .cartype-list-box ul{margin:0 -5px;}
	#cartype-section .cartype-list-box ul li{padding:0 5px;}
}

@media screen and (max-width:480px){
	#cartype-section .cartype-list-box .box .txt table th span{padding:3px 5px; border-radius:10px;}
}
