@charset "UTF-8";
/*タイトル
---------------------*/
.h2_style_top{
	font-size: 4.8rem;
	width: 58rem;
    font-weight: bold;
	margin-top: 14rem;
}
.h2_style_top .ttl_line{
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 400;
	line-height: 1;
	margin: 0 5px;
}
.h2_style_top .ttl_line:after{
	content: "";
	display: inline-block;
	width: 23rem;
	height: 2px;
	background: #1F1816;
	animation: line-bg .5s cubic-bezier(0.8, 0, 0.170, 1);
}
@keyframes line-bg {
  0% {
	opacity: 0;
	background: #fff;

  }
  40%, 60% {
	  opacity: 0;
	  display: #fff;
  }
  100% {
	opacity: 1;
	background: #1F1816;
  }
}
.h3_style_02{
    font-size: 4rem;
    margin-bottom: 4rem;
}
.h3_style .ttl_line{
	position: relative
}
.h3_style .ttl_line:after{
	content: "";
	display: inline-block;
	width: calc(100% - 220px);
	height: 2px;
	background: #1F1816;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

}
@media screen and (max-width: 1210px) {
.h2_style_top{
	width: auto;
	font-size: 4.2rem;
	line-height: 1.6;
}
.h2_style_top .ttl_line{
	width: 49rem;
}
.h2_style_top .ttl_line:after{
	width: 13rem;
}

}
@media screen and (max-width: 960px) {
.h2_style_top{
	font-size: 3.2rem;
	margin-top: 3rem;
}
.h2_style_top .ttl_line{
	width: 375px;
    font-size: 1.2rem;
}
.h2_style_top .ttl_line:after{
	width: 10rem;
}

.h3_style_02{
    font-size: 3rem;
    margin-bottom: 3rem;
}

}
@media screen and (max-width: 680px) {
.h2_style_top{
	width: auto;
	margin-top: 0;
	line-height: 1.4;
}
.h2_style_top .ttl_line{
	width: 375px;
    font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 1rem;
	font-weight: bold;
}
.h2_style_top .ttl_line:after{
	content: none;
}
.h3_style_02{
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.h3_style .ttl_line:after{
	width: calc(100% - 150px);
}

}
/*main img
---------------------*/

.main_img_top{
	width: 100%;
	position: relative;
	margin-top: -6rem;
	margin-bottom: 10rem;
}
.main_img_top img{
	display: block;
	width: 100%;
	max-width: 1600px;
	margin: -6rem auto 0;
}
.main_img_top:before{
	width: 0;
	height: 585px;
	max-height: 37vw;
	position: absolute;
	bottom: 6rem;
	left: 0;
	content: "";
	background-color: #1D2088;
	transform: skewY(-10deg);
	z-index: -1;
	animation: bg 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes bg {
  0% {
	width: 0%;
  }
  100% {
	width: 100%;
  }
}
/*.main_img:before{
	height: 585px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	background-color: #1D2088;
	transform-origin: left bottom;
	transform: skewY(-11.3deg);
	z-index: -1;
}*/
@media screen and (max-width: 960px) {
.main_img_top{
	margin-top: 0;
	margin-bottom: 8rem;
}
.main_img_top img{
	margin: -4rem auto 0;
}

}
@media screen and (max-width: 680px) {
.main_img_top{
	margin-top: 0;
	margin-bottom: 0;
}
.main_img_top img{
	margin: 0 auto;
}

.main_img_top:before{
	height: 150px;
	bottom: 0;
}

}

/*imformation
---------------------*/
.info_wrap{
	position: relative;
	padding: 14rem 0 3rem;
	margin-top: -12rem;
	margin-bottom: -3rem;
}
/*	background: url("../img/top/img_group.png") top right no-repeat;
	background-size: contain;*/
.erea{
	display: inline-flex;
	align-items: center;
	border: 2px solid #1F1816;
	border-radius: 50px;
	padding: 0 3rem 0 0;
	margin-bottom: 3rem;
}
.erea span{
	background: #1F1816;
	color: #fff;
	border-radius: 50px;
	padding: 0.5rem 2rem;
	margin-right: 2rem;
}
.info_text .white_line{
	background: #fff;
}
.imformation_text{
	margin-bottom: 3.5rem;
}
.info_img{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 50vw;
	max-width: 69rem;
	z-index: -1;
    opacity: 0;
}
.anim-box.slide-skew02.is-animated {
  animation: slide-skew02 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew02 {
  0% {
    transform: translate(70px,-40%);
    opacity: 0;
  }
  100% {
	transform: translateY(0,-50%);
  }
  20%,100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1210px) {
}
@media screen and (max-width: 960px) {
.info_wrap{
	padding: 0;
	margin-top: 6rem;
	margin-bottom: 0;
}
}
@media screen and (max-width: 680px) {
.info_img{
	position: inherit;
	width: 100%;
	max-width: 50rem;
	margin: -5rem auto 0;
	transform: translateY(0);
}
.erea{
	font-size: 1.2rem;
}
.erea span{
	width: 8rem;
	padding: .5rem;
	margin-right: 1.5rem;
	text-align: center;
}

}
/*service
---------------------*/
.service_menu_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_menu_list li{
	width: 49%;
	background: #1D2088;
	color: #fff;
}
.service_menu_list li a{
	color: #fff;
}
.service_menu_list .service_ttl{
	display: flex;
	align-items: center;
	padding: 2rem;
}
.service_menu_list li .service_ttl:before{
	content: "";
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 6rem;
	border-right: 3px solid #fff;
	padding-right: 2rem;
	margin-right: 2rem;
	line-height: 1;
}
.service_menu_list li:first-child .service_ttl:before{
	content: "01";
}
.service_menu_list li:last-child .service_ttl:before{
	content: "02";
}
@media screen and (max-width: 767px) {
.service_menu_list li{
	width: 100%;
	margin-bottom: 1rem;
}
.service_menu_list .service_ttl{
	padding: 1rem 2rem;
}
.service_menu_list li .service_ttl:before{
	font-size: 4rem;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}

}



/*company
---------------------*/
.company_bg{
/*	background: url("../img/top/img_company.png") no-repeat right  center  / cover;
	background-size: 55% calc(100% - 6rem);*/
	position: relative;
}
.company_inner:after{
	content: "";
	width: 55%;
	height: calc(100% - 6rem);
	background: url("../img/top/img_company.jpg") no-repeat center  center  / cover;
	position: absolute;
	top: 3rem;
	left: 45%;
	z-index: -1;
}
.company_bg:before{
	content: "";
	/*width: calc(1210px + calc(calc(100% - 1210px) / 2));
	width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	background: #1D2088;
}
.company_bg:after{
	content: "";
	/*width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1D2088;
}
.company_inner{
	min-height: 650px;
	display: flex;
	align-items: center;
}
.company_text{
	max-width: 39rem;
	margin-bottom: 3.5rem;
}
.company_text span{
	background: #fff;
}
@media screen and (max-width: 767px) {
.company_inner:after{
	content: "";
	width: 100%;
	background: url("../img/top/img_company.jpg") no-repeat center  center  / cover;
	height: 20rem;
	top: 2rem;
	left: 0;
}
.company_bg:before{
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 2rem;
}
.company_bg:after{
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 2rem;
}
.company_inner{
	padding-top: 22rem;
	min-height: inherit;
}
.company_text{
	max-width: 100%;
	margin-bottom: 2rem;
}
}



