@charset "UTF-8";


.title__index {
	margin-bottom: 30px;
}
.title__index h2 {
	font-size: 7rem;
	color: #034fa2;
	font-family: "Oswald";
	line-height: 1.4;
}
.title__index h2 span {
	font-size: 1.6rem;
	display: block;
	color: #000;

}




.mainimage {
	position: relative;
	
    width: 100%;
}
.mainimage dl {
	text-align: center;
	color: #fff;
	padding-top: 250px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.75);

}
.mainimage dl dt {
	font-size: 5rem;
	font-weight: 900;
	margin-bottom: 20px;
}
.mainimage dl dd {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 20px;
}



.video_wrapper {
}

.video_wrapper > video {
    width: 100%;
    height: auto;
}




#index_concept {
	padding: 100px 0;
	text-align: center;
}
#index_concept .inner {
	background: url("../image/top/bg_concept.svg") no-repeat center top;
	background-size: 900px;
	padding-top: 60px;
}
#index_concept .inner p {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 700;
}




#index_about {
	background: url("../image/top/bg_about.webp") no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
#index_about .inner {
	position: relative;
}
#index_about p {
	width: 70%;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 1.4rem;
}
#index_about .area__flex a {
	display: block;
	width: 30%;
	margin-right: 2.6%;
	padding: 30px 20px;
	background: #FFF url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;
}
#index_about .area__flex a:hover {
	background: #034fa2 url("../image/arrow_w.svg") no-repeat 97% center;
	background-size: 35px;
}
#index_about .area__flex a:last-child {
	margin-right: 0%;
}
#index_about .area__flex a dt {
	font-size: 1.4rem;
	color: #034fa2;
	font-family: "Oswald";
}
#index_about .area__flex a dd {
	font-size: 1.8rem;
	color: #000;
}
#index_about .area__flex a:hover dt {
	color: #fff;
}
#index_about .area__flex a:hover dd {
	color: #fff;
}




#index_business {
	background: url("../image/business/bg_solution.svg") no-repeat center;
	background-size: 100%;
	padding: 150px 0;
}
#index_business .inner {
	position: relative;
}
#index_business p {
	width: 400px;
}
#index_business .inner img {
	padding: 0 10rem;
}
#index_business .btn {
	position: absolute;
	width: 285px;
	top: 40px;
	right: 0;
}









#index_people {
	position: relative;
	height: 700px;
	overflow: hidden;
}
#index_people a {
	color: #FFF !important;
	display: block;
	width: 100%;
	height: 150px;
	top: 275px;
	position: absolute;
	padding: 10px 50px;
	background: #034fa2;
	z-index: 100;
}
#index_people .title__index {
	float: left;
	margin-right: 30px;
}
#index_people p {
	padding-top: 20px;
	width: 70%;
}
#index_people h2 {
	color: #FFF !important;
}
#index_people h2 span {
	color: #FFF !important;
}

#index_people .slider,
#index_people .slider02 {
	height: 350px !important;
}

#index_people .slick-slide {
	height: 350px !important;
	width: 480px !important;
}







#index_culture {
	padding: 100px 0;
}
#index_culture .area__text {
	float: right;
}
#index_culture .area__text ul {
	margin-top: 60px;
	border-bottom: solid 1px #000000;
}
#index_culture .area__text li {
	border-top: solid 1px #000000;
}
#index_culture .area__text li a {
	display: block;
	padding: 30px 0;
	background: url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;
	
	color: #000;
}
#index_culture .area__text li a:hover {
	background: url("../image/arrow_b.svg") no-repeat 97% center;
	background-size: 35px;
}
#index_culture .area__photo {
	float: left;
}



#index_charm {
	padding: 60px 200px;
	background: #edf1f3;
}



#index_guidelines {
	padding: 100px 0;
}
#index_guidelines .inner {
	position: relative;
}
#index_guidelines .area__flex a {
	width: 30%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
}
#index_guidelines .area__flex a:last-child {
	margin-right: 0%;
}
#index_guidelines dd {
	margin-top: 10px;
}

#index_guidelines .btn {
	position: absolute;
	width: 285px;
	top: 40px;
	right: 0;
}



/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {
	


.title__index {
	margin-bottom: 20px;
}
.title__index h2 {
	font-size: 4rem;
	color: #034fa2;
	font-family: "Oswald";
	line-height: 1.4;
}
.title__index h2 span {
	font-size: 1.2rem;
	display: block;
	color: #000;

}


	
	
.mainimage {
	position: relative;
	
    width: 100%;
	padding-top: 50px;
}
.mainimage dl {
	text-align: center;
	color: #fff;
	padding-top: 200px;

}
.mainimage dl dt {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 20px;
}
.mainimage dl dd {
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: 20px;
}


	
	



#index_concept {
	padding: 15% 0;
	text-align: left;
}
#index_concept .inner {
	background: url("../image/top/bg_concept.svg") no-repeat center top;
	background-size: 100%;
	padding-top: 30px;
}
#index_concept .inner p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
}




#index_about {
	background: url("../image/top/bg_about.webp") no-repeat center;
	background-size: cover;
	padding: 15% 0;
}
#index_about .inner {
	position: relative;
}
#index_about p {
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	font-size: 1.4rem;
	margin-bottom: 5%;
}
#index_about .area__flex a {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-top: 2%;
	padding: 30px 20px;
	background: #FFF url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;
}
#index_about .area__flex a:hover {
	background: #034fa2 url("../image/arrow_w.svg") no-repeat 97% center;
	background-size: 35px;
}
#index_about .area__flex a:last-child {
	margin-right: 0%;
}
#index_about .area__flex a dt {
	font-size: 1.2rem;
	color: #034fa2;
	font-family: "Oswald";
}
#index_about .area__flex a dd {
	font-size: 1.6rem;
	color: #000;
}




#index_business {
	background: url("../image/business/bg_solution.svg") no-repeat center;
	background-size: 100%;
	padding: 15% 0;
}
#index_business .inner {
	position: relative;
}
#index_business p {
	width: 100%;
}
#index_business .btn {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	margin-top: 10%;
}
#index_business .inner img {
	padding: 0;
}





#index_people {
	position: relative;
	height: auto;
	overflow: hidden;
}
#index_people a {
	color: #FFF !important;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	position: relative;
	padding: 5%;
	background: #034fa2;
}
#index_people .title__index {
	float: none;
	margin-right: 30px;
}
#index_people p {
	padding-top: 0px;
	width: 100%;
}
#index_people h2 {
	color: #FFF !important;
}
#index_people h2 span {
	color: #FFF !important;
}
#index_people .slider,
#index_people .slider02 {
	height: 140px !important;
}

#index_people .slick-slide {
	height: 140px !important;
	width: 192px !important;
}



#index_culture {
	padding: 15% 0;
}
#index_culture .area__text {
	float: right;
}
#index_culture .area__text ul {
	margin-top: 5%;
	border-bottom: solid 1px #000000;
}
#index_culture .area__text li {
	border-top: solid 1px #000000;
}
#index_culture .area__text li a {
	display: block;
	padding: 20px 0;
	background: url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;
	
	color: #000;
}
#index_culture .area__text li a:hover {
	background: url("../image/arrow_b.svg") no-repeat 97% center;
	background-size: 35px;
}
#index_culture .area__photo {
	float: left;
}



#index_charm {
	padding: 5% 0;
	background: #edf1f3;
}



#index_guidelines {
	padding: 15% 0;
}
#index_guidelines .inner {
	position: relative;
}
#index_guidelines .area__flex a {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 6%;
}
#index_guidelines .area__flex a:nth-child(2n) {
	margin-right: 0%;
}
#index_guidelines dd {
	margin-top: 10px;
}

#index_guidelines .btn {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	margin-top: 10%;
}
	
	
}




