@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 114px;
}
#main .mainVisual .slickBox {
	position: relative;
}
#main .mainVisual .slickBox h2 {
	margin-top: -7px;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.5;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
#main .mainVisual .slickBox h2 {
	margin-top: unset;
	top: 35%;
}
}

#main .mainVisual .slickBox h2 .en {
	margin-bottom: 18px;
/* 	font-size: 9rem; */
  	font-size: min(max(4rem, calc(4rem + (9 - 4) * ((100vw - 48rem) / (120 - 48)))), 9rem);
	font-weight: 500;
	display: block;
	letter-spacing: 0.11em;
	font-family: 'Dela Gothic One', cursive;
}
#main .mainVisual .slickBox h2 .en span {
/* 	font-size: 14rem; */
  	font-size: min(max(6rem, calc(6rem + (14 - 6) * ((100vw - 48rem) / (120 - 48)))), 14rem);
	display: inline-block;
}
span.en--01 {
  color: #ef0d0d; 
}
span.en--02 {
  color: #1E51E0;
}
#main .mainVisual .imgUl {
	font-size: 0;
	line-height: 0;
}
#main .mainVisual .imgUl li {
	height: 900px;
	background: url(../img/index/ky_img01.jpg) no-repeat left top;
	background-size: cover;
	font-size: 0;
	line-height: 0;
}
#main .mainVisual .imgUl .img01 {
	background-image: url(../img/index/ky_img01.jpg);
}
#main .mainVisual .imgUl .img02 {
	background-image: url(../img/index/ky_img02.jpg);
	background-position: center center;
}
#main .mainVisual .imgUl .img03 {
	background-image: url(../img/index/ky_img03.jpg);
	background-position: center center;
}
#main .mainVisual .notesBox {
	margin-top: -110px;
	padding: 0 20px;
}
#main .mainVisual .notesBox .innerBox {
	margin: 0 auto;
	padding: 36px 0 49px;
	max-width: 1200px;
	color: #fff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
#main .mainVisual .notesBox .innerBox::after {
	width: 100vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
/* 	background: url(../img/common/bg.jpg) no-repeat left top; */
    background: linear-gradient(to right, #1e51e0c7, #1e51e0de, #1E51E0);
	background-size: cover;
	content: "";
	z-index: 1;
}
#main .mainVisual .notesBox .innerBox::before {
	width: 1px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 100%;
	background-color: #5e9ed5;
	content: "";
	z-index: 10;
}
#main .mainVisual .notesBox .innerBox * {
	position: relative;
	z-index: 10;
}
#main .mainVisual .notesBox h3 {
	margin-bottom: 19px;
	font-size: 2.1rem;
	letter-spacing: 0.07em;
}
#main .mainVisual .notesBox ul {
	display: flex;
	justify-content: center;
	letter-spacing: 0.08em;
}
#main .mainVisual .notesBox ul li {
	margin: 0 15px;
	padding-left: 24px;
	position: relative;
	text-align: left;
}
#main .mainVisual .notesBox ul li::after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #e0cf43;
	content: "";
}
#main .greeting {
	position: relative;
	z-index: 10;
}
#main .greeting .bgBox {
	padding: 52px 0 84px;
	color: #fff;
	background: url(../img/index/greeting_img.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	letter-spacing: 0.07em;
}
#main .greeting .bgBox {
	padding: 52px 0 84px;
	color: #fff;
	background: url(../img/index/greeting_img.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	letter-spacing: 0.07em;
}
#main .serviceBox {
	margin: -40px 0 75px;
	padding-top: 114px;
	background: url(../img/index/bg.jpg) repeat-y left top;
	background-size: 100% auto;
}
#main .serviceBox .imgUl {
	display: flex;
	font-size: 0;
}
#main .serviceBox .imgUl li {
	width: 20%;
	position: relative;
}
#main .serviceBox .imgUl img {
	width: 100%;
}
#main .serviceBox .imgUl .comBtn {
	padding: 0 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

@media all and (max-width: 896px) {
  	#main .serviceBox .imgUl .comBtn {
    	padding: 0 5px;
	}
}
#main .serviceBox .imgUl .comBtn span {
	margin: 0 auto;
	padding: 17px 10px;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
}
