@charset "utf-8";
/* CSS Document */

.bg-line-box{
	background-image: linear-gradient(to right, #4A70F0, #6333A2 48%, #BF0BBF);
	/*background-size: cover;*/
	padding-top: 56px;
	padding-bottom: 56px;
}
.kontaro-box .text{
	font-size: 20px;
	line-height: 2;
}
.kontaro-box h2{
	font-size: 37px;
	font-weight: bold;
}
.kontaro-box h2.mini{
	font-size: 30px;
}
.pic-list{
	font-size: 0;
}
.pic-list li{
	width: 160px;
	margin-right: 12px;
	display: inline-block;
}

.item-box{
	transform: skew(0deg, 4deg);
	overflow: hidden;
	padding-bottom: 120px;
	position: relative;
}
.item-box .bg-area{
	transform: skew(0deg, -8deg);
	overflow: hidden;
	position: absolute;
	top:230px;
	width: 100%;
	left:0;
	padding-top: 100%;
}
.item-box .bg-area::before{
	background: url("../images/kontaro/bg.jpg") repeat center top;
	background-size:2300px;
	transform: skew(0deg, 4deg);
	position: absolute;
	top:-50px;
	width: 100%;
	left:0;
	padding-top: 100%;
	display: block;
	content: "";
}
/*.notes{
	font-size: 12px;
}*/
@media (min-width: 2300px) {
	.item-box .bg-area::before{
		background-size:cover;
	}
}
.item-box .container{
	transform: skew(0deg, -4deg);
	position: relative;
	z-index: 2;
}
.kind-box{
	padding:80px 60px 10px;
	background: #fff;
	border:#5E64D6 10px solid;
	border-radius: 5px;
}
.kind-box ul{
	font-size: 0;
	text-align: center;
}
.kind-box ul li{
	width: 426px;
	padding-bottom: 30px;
	display: inline-block;
	margin-right: 56px;
	vertical-align: bottom;
}
.at-box{
	background: #fff;
	padding:66px 60px;
}
.at-box span img{
	width: 16px;
    line-height: 1;
    padding-bottom: 4px;
}
.at-box li{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18px;
	line-height: 1.7;
}
.bottom-box{
	padding-top: 120px;
}
.bottom-box h3{
	padding-bottom: 12px;
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
}
.bottom-box h3::after{
	background-image: linear-gradient(to right, #4A70F0, #6333A2 48%, #BF0BBF);
	height: 7px;
	bottom:0;
	left:0;
	position: absolute;
	content: "";
	width: 100%;
}
.bottom-box .tel{
	font-size: 55px;
	line-height: 1;
}
.bottom-box a{
	color:#0093FF;
}
@media (min-width: 768px) {
	.kontaro-box .icon-box{
		margin-left: -120px;
		width: 555px;
		float: left;
	}
	.kontaro-box .text{
		float: left;
		margin-left: 20px;
		width: 534px;
		padding-top: 180px;
	}
	.big-img{
		position: absolute;
		right: -240px;
		width: 700px;
		top: -127px;
	}
	.kind-box ul li:nth-child(2n){
		margin-right: 0;
	}
	.item-box .bg-area{
        padding-top: 1800px;
    }
    .item-box .bg-area::before{
        padding-top: 1800px;
    }
}
@media only screen and (max-width : 767px) {
.kontaro-box .icon-box{
    width: 100%;
	margin-bottom: 5%;
}
.bg-line-box{
	/*background-size: cover;*/
	padding-top: 18%;
	padding-bottom: 6%;
}

.big-img{
    margin-left: -24px;
	margin-right: -24px;
    width: calc(100% + 48px);
	margin-bottom: -18%;
}
.kontaro-box .text{
	font-size: 4.4vw;
	line-height: 2;
}
.kontaro-box h2{
	font-size: 6.7vw;
	font-weight: bold;
}
.kontaro-box h2.mini{
    font-size: 5.0vw;
	text-align: center;
}
.pic-list{
	font-size: 0;
	text-align: center;
}
.pic-list li{
	width: 31%;
	margin-right: 2%;
	display: inline-block;
}
.pic-list li:last-child{
	margin-right: 0;
}
.item-box{
	transform: skew(0deg, 4deg);
	overflow: hidden;
	padding-bottom: 15%;
	position: relative;
}
.item-box .bg-area{
	transform: skew(0deg, -8deg);
    overflow: hidden;
    position: absolute;
    top: 9%;
    width: 100%;
    left: 0;
    padding-top: 480%;
}
.item-box .bg-area::before{
	background: url(../images/kontaro/bg.jpg) repeat center top;
    background-size: 650%;
    transform: skew(0deg, 4deg);
    position: absolute;
    top: -8%;
    width: 100%;
    left: 0;
    padding-top: 520%;
    display: block;
    content: "";
}
.item-box .container{
	transform: skew(0deg, -4deg);
	position: relative;
	z-index: 2;
}
.kind-box{
	padding:12% 5% 3%;
}
.kind-box ul{
	font-size: 0;
	text-align: center;
}
.kind-box ul li{
	width:100%;
	padding-bottom: 2%;
	display: inline-block;
	margin-right:0;
	vertical-align: bottom;
}
.at-box{
	background: #fff;
	padding:9% 9%;
}
.at-box span img{
	width: 4.8vw;
	padding-bottom: 1%;
}
.at-box li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 3.9vw;
	line-height: 1.7;
}
.bottom-box{
	padding-top: 15%;
}
.bottom-box h3{
	padding-bottom: 3%;
	position: relative;
	font-size: 5.0vw;
	margin-bottom: 5%;
}
.bottom-box h3::after{
	background-image: linear-gradient(to right, #4A70F0, #6333A2 48%, #BF0BBF);
	height: 7px;
	bottom:0;
	left:0;
	position: absolute;
	content: "";
	width: 100%;
}
.bottom-box .tel{
	font-size: 10vw;
}
.notes{
	font-size: 3.0vw;
}
}
@media (min-width: 768px) {
  .container.ex {
    max-width: 1080px;
	  min-width: 1080px;
  }
}

@media (min-width: 992px) {
  .container.ex {
    /*max-width: 960px;*/
	  max-width: 1080px;
  }
}

@media (min-width: 1200px) {
  .container.ex {
    /*max-width: 1140px;*/
	 max-width: 1080px;
  }
}