@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;

}

#kv_inner{
	margin: 0 auto ;
	padding: 0 0 0 0;

	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 10px;
	padding: 0 0 0 0;
	position:relative;
font-weight: bold;
font-size: 40px;
line-height: 1.8;
text-align: center;
color: #fff;
letter-spacing:0.05em;
display:block;
}

.kv_tit em{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	width: 255px;
	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: 20px;
line-height: 1.8;
text-align: center;
color: #fff;
letter-spacing:0.10em;
display:block;
}

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

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

.circle_arr{
	margin: 10px auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	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%);
}
.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{
	width: auto;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;

}

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

.company_area h2.h2_style{
margin: 0 0 50px;
padding: 0 0 0 0;
position:relative;
height:220px;
background:  url(../images/top/sp_company_img1.jpg) no-repeat center center;
background-size:cover;

display: flex;
align-items:center;
justify-content:center;
}

.company_column{
	width: auto;
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	text-align:center;

}

.company_img1{
	display:none;
}

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

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

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

ul.policy_list li{
	margin: 0 auto 25px;
	padding: 25px 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: 24px;
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: auto;
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

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

.company_img2{
	display:none;
}

ul.info_list{
	margin: 0 20px;
	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;
align-items:stretch;
justify-content:flex-start;

box-sizing: border-box;
}

ul.info_list li h4{
	margin: 0 0 ;
	padding: 10px 0;
	position:relative;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.01em;
line-height: 34px;
text-align: center;
color: #fff;
border-bottom:2px solid #a6bbd2;
box-sizing: border-box;
width:25%;
white-space:nowrap;
}
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: 10px 0 10px 15px;
	position:relative;
font-weight: normal;
font-size: 16px;
line-height: 34px;
text-align: left;
color: #fff;
box-sizing: border-box;
border-bottom:2px solid #3264a5;
width:75%;
}





.service_area{
	margin: 0 auto;
	padding: 60px 0 60px 0;
	min-width: auto;
	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 30px;
}

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

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

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

ul.service_list li{
	margin: 80px auto 0;
	padding: 0 0;
	position:relative;
}

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

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

ul.service_list li .service_img img{
	width:100%;
	height:auto;
	border-radius:10px 10px 0 0 ;
}

ul.service_list li .service_box{
	margin: 0 0 0 ;
	padding: 25px 0;
	text-align: center;
	background-color:#fff;
	border-radius: 0 0 10px 10px;
	width:auto;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}

ul.service_list li .service_box h4{
	position:absolute;
	top:-40px;
	right:0;
	left:0;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 24px;
text-align: center;
color: #004bb1;
}
ul.service_list li .service_box h5{
	position:absolute;
	top:25px;
	left:-20px;
	padding: 4px 15px;
font-weight: bold;
font-size: 20px;
line-height: 1.5;
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: 16px;
line-height: 30px;
text-align: center;
color: #3b4043;
}




.works_area{
	margin: 0 auto;
	padding: 60px 0 60px 0;
	min-width: auto;
	position:relative;
	text-align:center;
}


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

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

.works_area h3{
	margin: 0 auto 50px;
	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 20px 0px;
	padding: 0 0;
	position:relative;
text-align: center;
}

ul.works_list:after {
}

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

ul.works_list li img{
	width:100%;
}

ul.works_list li h4{
	margin: 15px 0 0;
	padding: 0 0 0 15px;
	position:relative;
font-weight: normal;
font-size: 15px;
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: 15px;
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: 2px 0 0;
	position:relative;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
font-size: 18px;
line-height:2.5;
text-align: center;
color: #004bb1;
border-radius: 50px;
	width: 150px;
	background: #fff;
	border: 1px solid #004bb1;
	display:inline-block;
	transition-duration: .2s;
}

.btn_style a img{
	vertical-align:top;
	margin:3px -10px 0 0px;
	transition-duration: .2s;
	filter: invert(14%) sepia(55%) saturate(5381%) hue-rotate(207deg) brightness(105%) contrast(102%);
}


.recruit_area{
	margin: 0 auto;
	padding: 0 0 70px 0;
	min-width: auto;
	position:relative;
	text-align:center;
background:  url(../images/top/recruit_bg.jpg) no-repeat center center;
background-size:cover;
}

.recruit_area h2.h2_style{
margin: 0 0 50px;
padding: 10px 0 0 0;
position:relative;
height:290px;
background:  url(../images/top/sp_recruit_img.jpg) no-repeat center center;
background-size:cover;
box-sizing: border-box;
}

.recruit_column{
	width: auto;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;

}

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



.recruit_info h3 {
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
  display: inline-block;
  vertical-align:middle;
  width: 102px;
  height: 102px;
  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 :102px;
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #004bb1;

}

.recruit_info h4{
	margin: 0 0 20px 20px;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 20px;
line-height: 35px;
text-align: center;
color: #fff;
display: inline-block;
vertical-align:middle;
}

.recruit_info p{
	margin: 0 auto 40px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 16px;
letter-spacing: 0.05em;
line-height: 30px;
text-align: center;
color: #fff;
}

.recruit_img{
	display:none;
}

.btn_style2{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
.btn_style2 a{
	margin: 0 auto;
	padding: 6px 0;
	position:relative;
font-weight: 500;
font-size: 16px;
line-height: 32px;
text-align: center;
color: #fff;
border-radius: 50px;
	width: 150px;
	background-color: transparent;
	border: 1px solid #fff;
	display:inline-block;
	transition-duration: .2s;
}
.btn_style2 a img{
	vertical-align:top;
	margin:1px -10px 0 5px;
	transition-duration: .2s;
	filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(159deg) brightness(300%) contrast(103%);
	transform: rotate(-90deg);
}









.contact_area{
	margin: 0 auto;
	padding: 60px 0 50px 0;
	min-width: auto;
	position:relative;
	text-align:center;
background-color:#f0f3f5;
}

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

.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: 16px;
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: 50px;
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: 25px;
line-height: 1.0;
letter-spacing: 0.01em;
text-align: center;
color: #3b4043;

}

.contact_area h4 img{
vertical-align:middle;
margin-right:5px;
width:25px;
height:auto;
}

.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;

}



.map_area{
	margin: 0 auto;
	padding: 0 0 0 0;
	min-width: auto;
	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; /* スムーズな遷移効果を追加 */
}

.map_area.active iframe {
  filter: none; /* アクティブ時にフィルターを解除 */
}
.map_area iframe:hover {
	filter: none;
}