@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
@font-face {
	font-family: 'Arcamajora3';
	src:url(../arcamajora3-bold.otf);
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#000;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
.fixedcontainer{
	max-width:1240px;
	width: 90%;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
}
main{
	margin-top: 127px;
}
.header_in{
	padding: 34px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
	align-items: center;
}
.logo img{
	width: 160px;
	height: auto;
}
.logo span{
	font-size: 14px;
	margin-left: 30px;
}
.header_links ul{
	display: flex;
	list-style: none;
}
.header_links ul li a{
	padding: 12px 20px 10px;
	display: block;
	text-align: center;
	font-size: 11px;
}
.header_links ul li a span{
	display: block;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 3px;
	line-height: 1;
}
.header_links ul li .contact_btn{
	background-color: #e5c542;
	color: #fff;
	border-radius: 10px;
	margin-left: 20px;
}
.fv{
	position: relative;
	height: calc(100vh - 150px);
	padding: 0 30px;
}
.fv_slider{
	width: 100%;
	height: 100%;
}
.fv_slider_item{
	width: 100%;
	height: calc(100vh - 150px);
}
.fv_slider_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.fv_txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	letter-spacing: 5px;
}
.fv_ttl{
	font-family: 'Montserrat', sans-serif;
	font-size: 62px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.fv_subttl{
	font-size: 22px;
	line-height: 1.2;
}
.fv_slider .slick-dots li{
	margin: 0;
}
.fv_slider .slick-dots li button:before{
	font-size: 12px;
	color: #adc2cc;
	opacity: 1;
}
.fv_slider .slick-dots li.slick-active button:before{
	color: #e5c542;
}
.service{
	padding: 100px 0;
}
.service_in{
	display: flex;
	justify-content: space-between;
	letter-spacing: 3px;
}
.sec_ttl{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1;
}
.sec_ttl span{
	display: block;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
}
.service_ttl{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
}
.service_txt{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
}
.view_more a{
	display: inline-block;
	width: 148px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 15px 0;
	border-bottom: 2px solid #000;
}
.strength{
	background-color: #adc2cc;
	padding: 54px 0 76px;
	color: #fff;
}
.strength_list{
	display: flex;
	justify-content: space-between;
}
.strength_one p{
	margin-bottom: 15px;
	font-weight: bold;
}
.strength_one img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.links{
	padding: 60px 0;
}
.link_list{
	display: flex;
}
.link_one{
	width: 33.33333333333333%;
	height: 328px;
	display: block;
	position: relative;
	overflow: hidden;
}
.link_one img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.link_one:hover img{
	transform: scale(1.1);
	transition: transform 0.5s ease;
}
.link_one p{
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 16px;
	z-index: 1;
}
.link_one p span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 3px;
}
.footer{
	background-color: #333;
	padding: 50px;
	color: #fff;
}
.footer_in{
	display: flex;
	justify-content: space-between;
}
.footer_txt{
	font-size: 11px;
	line-height: 1.8;
	margin-top: 10px;
	letter-spacing: 1px;
}
.footer_links{
	display: flex;
	align-items: center;
}
.footer_links.visible-sp{
	display: none;
}
.footer_links li{
	list-style: none;
	margin-left: 32px;
}
.footer_links a{
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-size: 11px;
}
.footer_links a span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.copyright{
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 60px;
}


.sub_fv{
	height: 510px;
	margin: 0 30px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_fv{
	background-image: url(../img/service-fv.png);
}
.service_sec1 .fixedcontainer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub_fv_ttl{
	font-size: 18px;
	text-align: center;
}
.sub_fv_ttl span{
	display: block;
	font-size: 42px;
	font-weight: 600;
	font-family: 'Arcamajora3', sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.sec_ttl2{
	font-size: 34px;
	border-left: 4px solid #e5c542;
	padding-left: 15px;
	line-height: 1.2;
	margin-bottom: 32px;
}
.sec_ttl3{
	font-size: 26px;
	margin-bottom: 24px;
}
.sec_txt{
	line-height: 2.2;
	letter-spacing: 1px;
}
.service_sec1{
	padding: 78px 0;
}
.service_list{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service_one{
	width: calc((100% - 60px) / 3);
}
.service_one_img{
	margin: 15px 0;
}
.service_one p{
	font-size: 13px;
}
.service_sec2{
	padding-bottom: 78px;
}
.service_video{
	margin-top: 60px;
}
.service_video h4{
	margin-bottom: 15px;
}
.service_video iframe{
	width: 100%;
	height: 692px;
}
.recruit_fv{
	background-image: url(../img/recruit-fv.png);
}
.recruit_sec{
	padding: 40px 0;
	border-bottom: 1px solid #333;
}
.recruit_sec h2{
	font-size: 34px;
	margin-bottom: 36px;
}
.recruit_sec p{
	font-size: 16px;
	line-height: 2.2;
}
.recruit_sec_wrap{
	padding-bottom: 80px;
}
.recruit_sec.flex{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 80px 0;
}
.recruit_sec p{
	line-height: 2.2;
	letter-spacing: 1px;
}
.company_fv{
	background-image: url(../img/company-fv.png);
}
.company_sec1{
	padding: 80px 0;
}
.company_sec_content{
	margin-bottom: 30px;
	text-align: center;
}
.company_sec_content:last-child{
	margin-bottom: 0;
}
.company_sec_content h2{
	font-size: 16px;
	margin-bottom: 10px;
	color: #9db6c2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.company_sec_content p{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
}
.company_sec2_in{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	max-width: 790px;
	margin: 0 auto;
	background-color: #9db6c2;
	border-radius: 30px;
	color: #fff;
	padding: 45px;
	gap: 60px;
}
.company_sec2_in_content h2{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 30px;
}
.company_sec2_in_content h2 span{
	display: block;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}
.company_sec2_in_content p{
	letter-spacing: 1px;
	line-height: 2.2;
	font-weight: 500;
}
.company_sec3{
	padding: 80px 0;
	text-align: center;
}
.company_sec3 h2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}
.company_sec3 h2 span{
	display: block;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}
.company_sec3 p{
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1px;
	font-weight: 600;
}
.contact_fv{
	background-image: url(../img/contact-fv.png);
}
.contact_sec{
	padding: 80px 0;
}
.form{
	max-width: 720px;
	margin: 0 auto;
	border-top: 1px solid #333;
}
.form_item>p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333;
}
.form_item label{
	width: 140px;
}
.form_item span{
	width: 100%;
	display: block;
}
.form_item input{
	width: 100%;
	height: 70px;
	padding: 10px;
	border: none;
	outline: none;
}
.textarea_item{
	border-bottom: 1px solid #333;
}
.textarea_item textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: none;
	outline: none;
}
.checkbox_item{
	text-align: center;
	margin: 30px 0;
}
.privacy_policy_txt{
	text-align: center;
	margin-bottom: 30px;
}
.privacy_policy_txt a{
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}
/* Privacy Policy Modal */
.privacy_modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.93);
	z-index: 1000;
	overflow-y: auto;
}
.privacy_modal_overlay.active{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.privacy_modal_container{
	position: relative;
	max-width: 640px;
	margin: auto;
	max-height: 90vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.privacy_modal_content{
	position: relative;
	overflow-y: auto;	
	padding: 0 20px;
}
.privacy_modal_close{
	margin-top: 30px;
	text-align: center;
}
.privacy_modal_close_btn{
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	text-decoration: underline;
}
.privacy_modal_body p{
	min-height: 16px;
	margin-bottom: 10px;
}
.submit_btn{
	text-align: center;
	position: relative;
}
.wpcf7-spinner{
	position: absolute;
	right: 0;
	top: 0;
}
.submit_btn input{
	background-color: #333;
	max-width: 404px;
	width: 80%;
	margin: 0 auto;
	color: #fff;
	border: none;
	outline: none;
	padding: 15px 0;
	border-radius: 0;
	letter-spacing: 1px;
	cursor: pointer;
}
.works_sec{
	padding: 80px 0;
}
.works_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.works_one{
	width: calc((100% - 60px) / 3);
}
.works_one_img{
	margin-bottom: 10px;
	height: 280px;
}
.works_one_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.works_fv{
	background-image: url(../img/work-fv.png);
}
.work_detail_header{
	text-align: center;
	margin-bottom: 50px;
}
.work_detail_header p{
	color: #9db6c2;
	margin-bottom: 10px;
}
.work_detail_header h1{
	font-size: 32px;
}
.work_detail_sec{
	padding: 80px 0;
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}
.work_detail_img{
	margin-bottom: 44px;
}
.work_detail_txt p{
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
	min-height: 10px;
}
.work_detail_txt h1,
.work_detail_txt h2,
.work_detail_txt h3,
.work_detail_txt h4,
.work_detail_txt h5{
	margin-bottom: 10px;
}
.back_btn{
	margin-top: 60px;
	text-align: center;
}
.back_btn a{
	width: 148px;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #000;
	padding: 10px 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.back_btn a img{
	position: absolute;
	width: 15px;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* Pagination */
.pagination{
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
}
.pagination_current{
	color: #000;
	margin: 0 5px;
	text-decoration: underline;
}
.pagination_separator{
	margin: 0 8px;
	color: #000;
}
.pagination_link{
	color: #000;
	text-decoration: underline;
	margin: 0 5px;
}
.pagination_link:hover{
	opacity: 0.8;
	transition: opacity 0.5s ease;
}
.wpcf7-list-item{
	margin: 0;
}
/* Logo Animation */
.logo-animation-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}
.logo-animation-overlay.hide{
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease-out;
}
.logo-animation-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-animation-img{
	width: 240px;
	height: auto;
	opacity: 0;
	transform: translateY(-30px);
	animation: logoFadeDown 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes logoFadeDown{
	0%{
		opacity: 0;
	}
	5%{
		opacity: 0;
		transform: translateY(-50px);
	}
	35%{
		opacity: 1;
		transform: translateY(0);
	}
	60%{
		opacity: 1;
		transform: translateY(0);
	}
	100%{
		opacity: 0;
	}
}