@charset "UTF-8";

/* アニメーション
========================================== */

/* キーフレーム定義 */

@keyframes slideInFromLeft {
  from {
    transform: scaleX(0);
    transform-origin: left;
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(20%);
    opacity: 0;
	clip-path: inset(0 0 60% 0);
  }
  to {
    transform: translateY(0);
    opacity: 1;
	clip-path: inset(0 0 0 0);
  }
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-20%);
    opacity: 0;
	clip-path: inset(60% 0 0 0);
  }
  to {
    transform: translateY(0);
    opacity: 1;
	clip-path: inset(0 0 0 0);
  }
}

/* アニメーション適用 */

.kv_tit em {
  animation: slideInFromLeft 0.5s linear 0.5s forwards;
    opacity: 0;
}

.kv_tit strong {
  animation: slideInFromBottom 0.6s ease-out 0.6s forwards;
    opacity: 0;

}

.kv_tit small {
  animation: slideInFromTop 0.6s ease-out 0.6s forwards;
    opacity: 0;
}



/* コンテンツ
========================================== */
#kv{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	height: 100vh;
	width:100%;
	/*min-width:1120px;*/
}

#kv_inner{
	margin: 0 auto ;
	padding: 0 0 0 0;
	max-width:1120px;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right:0;
}

.kv_tit{
	position: absolute;
	margin: auto;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	z-index:10;
	text-align: center;
display: flex;
align-items:center;
justify-content:center;
}

.kv_tit strong{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
font-weight: bold;
font-size: 78px;
line-height: 1.8;
text-align: center;
color: #fff;
letter-spacing:0.05em;
display:block;
}

.kv_tit em{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position:relative;
	width: 520px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	display:block;
}

.kv_tit small{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
font-weight: bold;
font-size: 38px;
line-height: 1.8;
text-align: center;
color: #fff;
letter-spacing:0.10em;
display:block;
}

.scroll_btn{
	position: absolute;
	margin: auto;
	bottom:100px;
	right:0;
	z-index:10;
	writing-mode: vertical-rl;
cursor: pointer;
}

.scroll_btn a{
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 20px;
line-height: 34px;
text-align: center;
color: #fff;
}

.circle_arr{
	margin: 10px auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: transparent;
	border:1px solid #fff;
}
.circle_arr img{
	vertical-align:middle;
	transition-duration: .2s;
	filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(103%);
}
.scroll_btn:hover .circle_arr{
	background-color: #fff;
}
.scroll_btn:hover .circle_arr img{
	transform: translate(0, 5px);
	filter: invert(14%) sepia(55%) saturate(5381%) hue-rotate(207deg) brightness(105%) contrast(102%);
}

.scroll_btn a:hover{
	text-decoration:none;
}

.slider {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.slider-img {
	position:relative;
    content: "";
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.slider-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.slick-list {
    width: 100%;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}



.inner{
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;

}

.company_area{
	margin: 0 auto;
	padding: 100px 0 80px 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
background:  url(../images/top/company_bg.jpg) no-repeat center center;
background-size:cover;
}

.company_column{
	max-width: 1120px;
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:space-between;
}

.company_img1{
	margin: 0 0 0 -400px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.company_policy{
	width: 530px;
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.company_policy h3{
	margin: 0 auto 60px;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #fff;
}
.company_policy h3:before {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #fff;
}

ul.policy_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
text-align: center;
}

ul.policy_list li{
	margin: 0 auto 50px;
	padding: 35px 0;
	position:relative;
text-align: center;
background-color:#fff;
border-radius: 10px;
}

ul.policy_list li h4{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 30px;
text-align: center;
color: #004bb1;
}

ul.policy_list li p{
	margin: 0 auto 0px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #3b4043;
}

.company_info{
	width: 530px;
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.company_info h3{
	margin: 0 auto 60px;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #fff;
}
.company_info h3:before {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #fff;
}

.company_img2{
	margin: 0 -400px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.info_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
text-align: center;
box-sizing: border-box;
}

ul.info_list li{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
text-align: left;
display: flex;
justify-content:flex-start;
box-sizing: border-box;
}

ul.info_list li h4{
	margin: 0 0 ;
	padding: 13px 0;
	position:relative;
font-weight: 500;
font-size: 18px;
letter-spacing: 0.01em;
line-height: 34px;
text-align: center;
color: #fff;
border-bottom:2px solid #a6bbd2;
box-sizing: border-box;
width:90px;
}
ul.info_list li:nth-child(1) h4{
border-top:2px solid #a6bbd2;
}
ul.info_list li:nth-child(1) p{
border-top:2px solid #3264a5;
}
ul.info_list li p{
	margin: 0 0 0px;
	padding: 13px 0 13px 25px;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: left;
color: #fff;
box-sizing: border-box;
border-bottom:2px solid #3264a5;
width:440px;
}





.service_area{
	margin: 0 auto;
	padding: 100px 0 100px 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
background:  url(../images/top/service_bg.jpg) no-repeat center center;
background-size:cover;
}

.service_area h2.h2_style{
color: #004bb1;
margin: 0 0 50px;
}

.service_area h2.h2_style small{
color: #3b4043;
}

.service_area h3{
	margin: 0 auto 70px;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 40px;
line-height: 65px;
text-align: center;
color: #3b4043;
}

ul.service_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
text-align: center;
}

ul.service_list li{
	margin: 0 auto 70px;
	padding: 0 0;
	position:relative;
display: flex;
align-items:center;
justify-content:space-between;
}

ul.service_list li .service_img{
	margin: 0 0 0 -400px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.service_list li .service_box{
	margin: 0 0 0 -100px;
	padding: 70px 0;
	position:relative;
	text-align: center;
	background-color:#fff;
	border-radius: 10px;
	width:390px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
}

ul.service_list li .service_box h4{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 30px;
text-align: center;
color: #004bb1;
}
ul.service_list li .service_box h5{
	margin: 0 auto 40px;
	padding: 10px 25px;
	position:relative;
font-weight: bold;
font-size: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background-color:#004bb1;
display:inline-block;
}

ul.service_list li .service_box p{
	margin: 0 auto 0px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #3b4043;
}

ul.service_list li:nth-child(2) .service_img{
	margin: 0 -400px 0 0;
	order:2;
}

ul.service_list li:nth-child(2)  .service_box{
	margin: 0 -100px 0 0;
	order:1;
	z-index:10;
}



.works_area{
	margin: 0 auto;
	padding: 100px 0 120px 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
}


.works_area h2.h2_style{
color: #004bb1;
margin: 0 0 50px;
background:  url(../images/top/works_h2_img.svg) no-repeat center bottom;
}

.works_area h2.h2_style small{
color: #3b4043;
}

.works_area h3{
	margin: 0 auto 90px;
	padding: 0 0 0 0;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #3b4043;
}

ul.works_list{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
display: flex;
align-items:stretch;
justify-content:space-between;
flex-wrap:wrap;
}

ul.works_list:after {
	content: "";
	display: block;
	width:336px;
	height: 0;
}

ul.works_list li{
	margin: 0 0 40px;
	padding: 0 0;
	position:relative;
	width:336px;
	display: none;
}
ul.works_list li:nth-child(-n+6) {
	display: block; /* 最初の6つのリストアイテムだけ表示 */
}

ul.works_list li h4{
	margin: 15px 0 0;
	padding: 0 0 0 15px;
	position:relative;
font-weight: normal;
font-size: 16px;
line-height: 1.5;
text-align: left;
color: #707f89;
border-left:2px solid #004bb1;
}
ul.works_list li dl{
	margin: 15px 0 0;
	padding: 0 0 0 15px;
	position:relative;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #707f89;
	border-left:2px solid #004bb1;
}
ul.works_list li dt{
	display:inline-block;
	vertical-align: top;
}
ul.works_list li dd{
	display:inline-block;
}
.btn_style{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
.btn_style a{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 25px;
line-height:1.5;
text-align: center;
color: #004bb1;
border-radius: 50px;
	width: 240px;
	background: #fff;
	border: 1px solid #004bb1;
	display:inline-block;
	transition-duration: .2s;
}
.btn_style a:hover{
	background: #fff;
	border: 1px solid #004bb1;
	color:#fff;
	text-decoration:none;
	background: #004bb1;
}

.btn_style a img{
	vertical-align:top;
	margin:2px 0 0 5px;
	transition-duration: .2s;
	filter: invert(14%) sepia(55%) saturate(5381%) hue-rotate(207deg) brightness(105%) contrast(102%);
}
.btn_style a:hover img{
	transform: translate(0, 5px);
	filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(159deg) brightness(300%) contrast(103%);
}
.recruit_area{
	margin: 0 auto;
	padding: 100px 0 100px 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
	background:  url(../images/top/recruit_bg.jpg) no-repeat center center;
	background-size:cover;
}
.recruit_area .inner{
	width:auto;
}
.recruit_column{
	/*width: 1120px;*/
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:center;
}

.recruit_info{
	width: 530px;
	margin: 0 20px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}



.recruit_info h3 {
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
  display: inline-block;
  width: 207px;
  height: 207px;
  border-radius: 50%;
  background-color: #FFEC00;
}

.recruit_info h3 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :207px;
font-weight: bold;
font-size: 40px;
line-height: 60px;
text-align: center;
color: #004bb1;
}

.recruit_info h4{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 40px;
line-height: 65px;
text-align: center;
color: #fff;
}
.recruit_info p{
	margin: 0 auto 80px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #fff;
}
@media screen and (max-width: 1150px){
	.recruit_info h4{
		font-size: 36px;
	}
	.recruit_info p{
		font-size: 16px;
	}
	.recruit_info h4 br.br_sp,
	.recruit_info p br.br_sp{
		display:block !important;
		font-size: 16px;
	}
	.recruit_info h4 br.br_pc,
	.recruit_info p br.br_pc{
		display:none !important;
	}
}

.recruit_img{
	margin: 0 -34px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.btn_style2{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
.btn_style2 a{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #fff;
border-radius: 50px;
	width: 240px;
	background-color: transparent;
	border: 1px solid #fff;
	display:inline-block;
	transition-duration: .2s;
}
.btn_style2 a:hover{
	background: #fff;
	border: 1px solid #fff;
	color:#004bb1;
	text-decoration:none;
	background: #fff;
}

.btn_style2 a img{
	vertical-align:top;
	margin:1px 0 0 5px;
	transition-duration: .2s;
	filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(159deg) brightness(300%) contrast(103%);
	transform: rotate(-90deg);
}
.btn_style2 a:hover img{
	transform: rotate(-90deg) translate(0, 5px);
	filter: invert(14%) sepia(55%) saturate(5381%) hue-rotate(207deg) brightness(105%) contrast(102%);
}









.contact_area{
	margin: 0 auto;
	padding: 100px 0 80px 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
background-color:#f0f3f5;
}

.contact_area h2.h2_style{
color: #004bb1;
margin: 0 0 50px;
}

.contact_area h2.h2_style small{
color: #3b4043;
}

.contact_area p{
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	position:relative;
font-weight: normal;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #3b4043;
}

.contact_area h3{
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	position:relative;
}

.contact_area h3 a{
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 90px;
line-height: 1.0;
text-align: center;
color: #3b4043;
}
.contact_area h3 a:hover {
	text-decoration:none;
}

.contact_area h4{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	display:inline-block;
}

.contact_area h4 a{
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 45px;
line-height: 1.0;
letter-spacing: 0.01em;
text-align: center;
color: #3b4043;

}

.contact_area h4 img{
vertical-align:middle;
margin-right:10px;
}

.contact_area h4 a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	height: 3px;
	background-color: #3b4043;
	transform: scale(1);
	transition: 0.4s;
	border-radius: 4px;

}
.contact_area h4 a:hover:before {
	width: 100%;
	transform: scale(1);
}
.contact_area h4 a.stay:before {
	transform: scale(1);
}
.contact_area h4 a:hover {
	text-decoration:none;
}



.map_area{
	margin: 0 auto;
	padding: 0 0 0 0;
	/*min-width: 1120px;*/
	position:relative;
	text-align:center;
}

.map_area iframe{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	width:100%;
	height:430px;
	display: block;
	filter: grayscale(100%); /* モノトーン効果 */
	transition: filter 0.3s ease, transform 0.3s ease; /* スムーズな遷移効果を追加 */
	transform-origin: center; /* 拡大縮小の基点を中心に設定 */
}

.map_area iframe:hover {
	filter: none;
	transform: scale(1.005);
}


