@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Aharoni';
	src:url(../ahronbd.ttf);
	font-weight: normal;
	font-style: normal;
  }

*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
body{
	font-family: "Noto Sans JP", "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:#3F3F3F;
	font-size: 16px;
	line-height: 1.6;
}
img{
	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;
}
ul li{
	/*list-style:none;*/
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1024px;
	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;
}
.privacy_content p{
	min-height: 25px;
	line-height: 1.8;
}

.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;
}
.animate{
	opacity: 0;
}
.animate.animate__animated{
	opacity: 1;
}
.contact_btn,
.company_btn,
.recruit_link_btn,
.footer_contact_btn,
.submit_btn,
.back_btn{
	transition: 0.5s ease;
}
.contact_btn:hover,
.company_btn:hover,
.recruit_link_btn:hover,
.footer_contact_btn:hover,
.submit_btn:hover,
.back_btn:hover{
	transition: 0.5s ease;
	transition: 0.5s ease;
}
.title_animation {
	white-space: nowrap;
  overflow: hidden;
  text-indent: 0.1em;
  animation: title_text 1.5s forwards linear;
}
@-webkit-keyframes title_text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes title_text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeInUp {
	0% {
		  opacity: 0;
		  -webkit-transform: translate3d(0, 20px, 0);
		  transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
  	0% {
		  opacity: 0;
		  -webkit-transform: translate3d(0, 20px, 0);
		  transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
/*-------------header----------------------*/
.mouse-stalker {
	filter: blur(100px);
    background: #dddddd;
    opacity: 0.3;
    border-radius: 50%;
    position: fixed;
    top: -200px;
    left: -200px;
    width: 850px;
    height: 850px;
    transition: transform 0.6s, width .5s, height .5s, background-color .5s;
    transition-timing-function: ease-out;
    z-index: 9;
}
.header{
	width: 100%;
	z-index: 12;
	position: relative;
}
.top_header{	
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.header_in{
	padding: 24px 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_links ul{
	display: flex;
	align-items: center;
	gap: 32px;
}
.header_links li{
	list-style: none;
}
.header_links li a{
	display: block;
}
.header_links li a.has_link{
	display: flex;
	align-items: center;
	gap: 6px;
}
.contact_btn{
	display: inline-block;
	padding: 12px 30px;
	letter-spacing: 0.16px;
	line-height: 1.25;
	background: #3f3f3f;
	border-radius: 30px;
	color: #fff;
}
.top_header .contact_btn{
	background: rgba(255, 255, 255, 0.2);
}
.fv{
	width: 100%;
	height: 100vh;
	background-image: url(../img/fv.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.fv h1{
	font-size: 64px;
	font-family: 'Aharoni';
	color: #fff;
	letter-spacing: 5px;
	line-height: 1.3;
	margin-left: 90px;
}
.sec{
	padding: 110px 0;
}
.concept{
	background: url(../img/concept-back.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}
.concept::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: url(../img/concept-text.png) no-repeat center bottom;
	background-size: contain;
	z-index: 11;
}
.concept_in {
	text-align: center;
	position: relative;
	z-index: 12;
}
.fixedcontainer{
	max-width: 960px;
	margin: 0 auto;
	width: 90%;
}
.concept h2{
	font-size: 40px;
	margin-bottom: 48px;
}
.concept p{
	line-height: 2.3;
}
.company_link{
	margin-top: 48px;
	text-align: center;
}
.company_btn{
	display: inline-block;
	padding: 16px 64px;
	letter-spacing: 1.6px;
	line-height: 1;
	background: #000;
	color: #fff;
	border-radius: 30px;
}
.title{
	text-align: center;
	font-size: 28px;
	margin-bottom: 48px;
}
.title span{
	display: block;
	font-size: 16px;
	font-family: 'Aharoni';
	letter-spacing: 1.6px;
	color: #616161;
}
.service{
	position: relative;
	z-index: 10;
}
.service::before{
	content: '';
	width: 378px;
	height: 431px;
	background: url(../img/service-back.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.service_content{
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.service_content_in p{
	font-size: 22px;
	font-weight: bold;
	margin-top: 16px;
}
.service_link_btn{
	display: flex;
	align-items: center;
	font-size: 34px;
	font-family: 'Aharoni';
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
}
.company{
	padding: 160px 0;
	background: url(../img/cta-back.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.company_in{
	max-width: 640px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	align-items: center;
}
.company_in div{
	padding-right: 54px;
	border-right: 1px solid #CCCCCC;
}
.company_in p{
	font-size: 20px;
	line-height: 1.8;
	padding: 16px 0 16px 54px;
}
.news{
	background-color: #FAFAFC;
	position: relative;
	z-index: 10;
}
.news_in{
	max-width: 840px;
	margin: 0 auto;
	width: 90%;
}
.news_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	width: 100%;
	padding: 24px 40px;
	margin-bottom: 16px;
	gap: 24px;
	font-size: 14px;
	font-weight: 500;
}
.news_item span{
	color: #616161;
}
.news_item p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_slider .slick-dots li button:before{
	content: none;
}
.news_slider .slick-dots li button{
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 2px;
	background-color: #CCCCCC;
}
.news_slider .slick-dots li{
	width: 8px;
	height: 8px;
}
.news_slider .slick-dots li.slick-active button{
	background-color: #3F3F3F;
}
.recruit{
	padding: 144px 0;
	background: url(../img/recruit-back.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
}
.recruit h2{
	font-size: 42px;
	margin-bottom: 24px;
}
.recruit p{
	margin-bottom: 40px;
	font-weight: bold;
}
.recruit_link{
	text-align: center;
}
.recruit_link_btn{
	display: inline-block;
	padding: 16px 36px;
	letter-spacing: 1.6px;
	line-height: 1;
	background: #fff;
	color: #000;
	border-radius: 30px;
	font-weight: bold;
}
.footer{
	padding: 32px 90px;
	position: relative;
	z-index: 10;
	background-color: #F5F5F7;
}
.copyright{
	text-align: right;
	margin-top: 80px;
	font-size: 11px;
	color: #686868;
}
.footer_in{
	display: flex;
	justify-content: space-between;
}
.footer_left_in{
	display: flex;
	gap: 32px;
	align-items: center;
	margin-bottom: 24px;
}
.footer_left_in ul{
	display: flex;
	align-items: center;
	gap: 32px;
	font-size: 12px;
}
.footer_left_in ul li{
	list-style: none;
}
.footer_left_in>div>a:first-child{
	display: block;
	line-height: 1;
}
.footer_left_in ul li a.has_link{
	display: flex;
	align-items: center;
	gap: 6px;
}
.footer_contact_btn{
	display: inline-block;
	padding: 12px 32px;
	letter-spacing: 0.16px;
	line-height: 1.25;
	background: #1D1D1F;
	border-radius: 30px;
	color: #fff;
}
.company_fv{
	padding: 110px 0;
	text-align: center;
	background-color: #000;
}
.company_sec{
	padding: 72px 0;
	position: relative;
	z-index: 10;
}
.company_sec_in{
	max-width: 1260px;
	margin: 0 auto;
	width: 90%;
}
.company_fv2{
	padding: 220px 0;
	text-align: center;
	background-color: #fff;
}
.company_links{
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.company_link_btn{
	width: 303px;
	background: #F5F5F7;
	text-align: center;
	padding: 32px 0;
	border-radius: 24px;
}
.company_link_btn.active{
	border: 2px solid #000;
}
.company_link_btn span{
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 0;
	margin-top: 16px;
}
.company_content{
	margin-top: 72px;
}
.company_ttl{
	text-align: center;
	font-size: 48px;
	margin-bottom: 64px;
}
.company_ttl span{
	display: block;
	font-family: 'Aharoni';
	font-size: 16px;
}
.company_tbl{
	width: 934px;
	margin: 0 auto;
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
.company_tbl th{
	width: 200px;
	padding: 32px;
	text-align: left;
	border-right: 1px solid #F5F5F7;
	border-bottom: 1px solid #F5F5F7;
	font-weight: 500;
}
.company_tbl th:first-child{
	border-left: 1px solid #F5F5F7;
}
.company_tbl tr:first-child th{
	border-top: 1px solid #F5F5F7;
}
.company_tbl tr:first-child th:first-child{
	border-top-left-radius: 12px;
}
.company_tbl tr:first-child th:last-child{
	border-top-right-radius: 12px;
}
.company_tbl tr:last-child th:first-child{
	border-bottom-left-radius: 12px;
}
.company_tbl td{
	width: calc(100% - 200px);
	border-right: 1px solid #F5F5F7;
	border-bottom: 1px solid #F5F5F7;
	padding: 32px;
	font-weight: 500;
}
.company_tbl td:last-child{
	border-right: 1px solid #F5F5F7;
}
.company_tbl tr:first-child td{
	border-top: 1px solid #F5F5F7;
}
.company_tbl tr:first-child td:last-child{
	border-top-right-radius: 12px;
}
.company_tbl tr:last-child td:last-child{
	border-bottom-right-radius: 12px;
}
.company_tbl td ul{
	margin-left: 20px;
}
.company_tbl td a{
	color: #4274D1;
	text-decoration: underline;
}
.company_div{
	padding: 60px 5%;
	border-radius: 24px;
	background-color: #FAFAFC;
	margin-bottom: 64px;
}
.company_div:last-child{
	margin-bottom: 0;
}
.company_div_ttl{
	text-align: center;
	font-size: 32px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	position: relative;
}
.company_div_ttl::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 110px;
	height: 1px;
	background-color: #616161;
	margin-left: -55px;
}
.company_div_ttl span{
	display: block;
	font-size: 22px;
	letter-spacing: 1.6px;
	color: #616161;
	font-weight: 500;
	margin-bottom: 16px;
}
.company_div p{
	line-height: 2.3;
	font-weight: 500;
}
.core_value{
	display: flex;
	justify-content: center;
}
.vision_list li{
	list-style: none;
	font-weight: 500;
	line-height: 2.3;
	padding-left: 20px;
	margin-bottom: 32px;
	position: relative;
}
.vision_list li::before{
	content: '■';
	position: absolute;
	left: 0;
	color: #d9d9dd;
}
.vision_list li:last-child{
	margin-bottom: 0;
}
.contact_sec{
	position: relative;
	z-index: 10;
	padding: 72px 0;
}
.contact_sec_in{
	max-width: 1260px;
	margin: 0 auto;
	width: 90%;
}
.contact_subtxt{
	color: #616161;
	margin-top: 8px;
}
.contact_form{
	max-width: 646px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
}
.entry_div{
	margin-top: 140px;
}
.form_one_item{
	margin-bottom: 16px;
	width: 100%;
	border: 1px solid #1D1D1F;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
}
.form_item_select, .form_item_input{
	width: 100%;
	border: none;
	background: none;
	outline: none;
}
.form_out_item_select{
	width: 100%;
	border: 1px solid #1D1D1F;
	padding: 14px 16px;
	border-radius: 12px;
}
.form_item_textarea{
	width: 100%;
	border: 1px solid #1D1D1F;
	padding: 14px 16px;
	border-radius: 12px;
	height: 200px;
}
.form_item_ttl{
	display: flex;
	white-space: nowrap;
}
.form_out_item{
	margin-top: 32px;
}
.form_out_item .form_item_ttl{
	margin-bottom: 8px;
}
.form_item_ttl span{
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	padding: 0px 6px 2px;
	border-radius: 3px;
}
.form_item_ttl span.required{	
	border: 1px solid #FF3B30;
	color: #FF3B30;
}
.form_two_item{
	display: flex;
	gap: 16px;
}
.form_item_ttl span.auto{	
	border: 1px solid #007AFF;
	color: #fff;
	background-color: #007AFF;
}
.form_item_ttl span.unrequired{	
	background: #F5F5F7;
	color: #616161;
}
.contact_form_btn{
	text-align: center;
	margin-top: 48px;
}
.submit_btn{
	display: inline-block;
	width: 200px;
	padding: 16px 0;
	background: #1D1D1F;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	border: 1px solid #1D1D1F;
}
.contact_form_check{
	max-width: 640px;
	margin: 0 auto;
	width: 90%;
}
.contact_form_tbl{
	width: 100%;
}
.contact_form_tbl th{
	width: 150px;
	text-align: left;
	vertical-align: top;
}
.contact_form_tbl th, .contact_form_tbl td{
	padding: 24px 0;
	border-bottom: 1px solid #D9D9D9;
}
.contact_form_tbl td{
	font-size: 14px;
}
.contact_form_tbl tr:last-child th, .contact_form_tbl tr:last-child td{
	border-bottom: none;
}
.contact_form_btns p{
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 48px;
}
.back_btn{
	display: inline-block;
	width: 200px;
	padding: 16px 0;
	background: #fff;
	border-radius: 30px;
	color: #1D1D1F;
	border: 1px solid #1D1D1F;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
}
.thanks_txt{
	text-align: center;
	line-height: 2.3;
	font-weight: 500;
}
.thanks_post{
    display: flex;
    justify-content: space-between;
    margin: 72px auto 0;
}
.thanks_post_img{
    width: 730px;
}
.thanks_post_img img{
    border-radius: 12px;
    width: 100%;
    height: 446px;
    object-fit: cover;
}
.thanks_post_content{
    width: calc(100% - 762px);
	font-size: 14px;
	font-weight: 500;
}
.thanks_post_date{
	margin-bottom: 12px;
}
.thanks_post_title{
	font-size: 18px;
	margin-bottom: 24px;
}
.thanks_post_tag{
	margin-bottom: 24px;
}
.thanks_post_tag span{
	display: inline-block;
}
.thanks_post_tag span::before{
	content: '#';
	color: #4274D1;
}
.thanks_post_txt{
	font-weight: 300;
	margin-bottom: 24px;
}
.thanks_post_link a{
	display: inline-block;
	width: 200px;
	padding: 16px 0;
	background: #1D1D1F;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	border: 1px solid #1D1D1F;
	text-align: center;
}
.privacy_sec_in{
	max-width: 892px;
	margin: 0 auto;
	width: 90%;
}
.privacy_content{
	font-weight: 500;
	max-width: 892px;
	margin: 0 auto;
}
.privacy_content a{
	color: #4274D1;
}
.search{
	border: 1px solid #D9D9D9;
	padding: 12px 16px;
	border-radius: 12px;
	display: flex;
	max-width: 298px;
	gap: 8px;
	margin-bottom: 32px;
}
.news_list{
	position: relative;
	z-index: 10;
}
.search button{
	background: none;
	border: none;
}
.search input{
	background: none;
	border: none;
	width: 100%;
}
.search input:focus{
	outline: none;
}
.search input:focus::placeholder{
	color: #D9D9D9;
}
.search input::placeholder{
	color: #D9D9D9;
}
.news_one{
	display: flex;
	gap: 42px;
	padding: 32px 0;
	border-bottom: 1px solid #D9D9D9;
}
.news_one:last-child{
	border-bottom: none;
}
.news_one_img{
	width: 184px;
	height: 113px;
}
.news_one_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
}
.news_one_content{
	width: calc(100% - 226px);
}
.news_one_content h3{
	font-size: 22px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_one_content p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 48px;
}
.pagination_btn{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 8px;
	color: #616161;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}
.pagination_btn:hover{
	background-color: #e5e5e5;
	color: #1D1D1F;
}
.pagination_btn.disabled{
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f5f5f5;
}
.pagination_btn.disabled:hover{
	background-color: #f5f5f5;
	color: #616161;
}
.pagination_numbers{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #A3A3A3;
}
.pagination_number{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	color: #616161;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}
.pagination_number:hover{
	background-color: #f5f5f5;
	color: #1D1D1F;
}
.pagination_number.active{
	background-color: #007AFF;
	color: #fff;
}
.pagination_dots{
	color: #616161;
	font-size: 14px;
	padding: 0 4px;
}
.news_detail_ttl{
	font-size: 48px;
	margin-bottom: 40px;
}
.news_detail_content>div{
	margin-top: 56px;
}
.news_detail_content h2{
	font-size: 32px;
	margin-bottom: 24px;
}
.news_detail_content p{
	min-height: 25px;
	line-height: 1.8;
}
.recruit_fv{
	padding: 64px 0 100px;
	position: relative;
	z-index: 10;
}
.recruit_fv::before{
	content: '';
	position: absolute;
	top: -92px;
	left: 0;
	width: 53px;
	height: 1163px;
	background: url(../img/recruit-img1.png) no-repeat center center;
	background-size: contain;
	z-index: 11;
}
.recruit_fv_in{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.recruit_fv h1{
	font-size: 56px;
	margin-bottom: 32px;
}
.recruit_fv p{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 48px;
}
.recruit_fv video{
	width: 100%;
	height: 675px;
	border-radius: 12px;
}
.video-container{
	position: relative;
}
.play_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: (-50%, -50%);
	cursor: pointer;
}
/* 動画再生中は再生ボタンを非表示 */
.video-container.playing .play_btn {
  opacity: 0;
  pointer-events: none;
}

/* コントロールバーのスタイル */
#recruit-video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 再生中かつマウスホバー時にコントロールバーを表示 */
.video-container.playing:hover #recruit-video::-webkit-media-controls {
  opacity: 1;
}

/* 動画が一時停止中の場合、コントロールバーを非表示 */
.video-container.paused #recruit-video::-webkit-media-controls {
  opacity: 0;
}
.members{
	background: url(../img/member-back.png) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 10;
	color: #fff;
	padding: 80px 0;
}
.members_in{
	padding: 0 90px;
}
.member_ttl{
	font-size: 48px;
	font-family: 'Aharoni';
	margin-bottom: 16px;
}
.member_subttl{
	font-family: 'Aharoni';
	font-weight: bold;
	letter-spacing: 1.6px;
	margin-bottom: 48px;
}
.members_list{
	display: flex;
	align-items: start !important;
	gap: 24px;
}
.member_item{
	width: 300px;
	margin: 0 12px;
	cursor: pointer;
}
.member_name{
	font-size: 22px;
	font-weight: bold;
}
.member_position{
	font-size: 14px;
}
.member_img img{
	height: auto;
}
.environment{
	padding: 80px 0 0;
	position: relative;
	z-index: 10;
}
.environment_list{
	display: flex;
	gap: 4px;
	margin-bottom: 4px;
}
.environment_item{
	width: 30vw;
	cursor: pointer;
}
.environment_img_wrap{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 16;
}
.environment_img_wrap_in{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.environment_img_wrap_in>div{
	width: 90%;
	background-color: #fff;
	padding: 72px 48px;
	max-width: 758px;
	border-radius: 12px;
	position: relative;
}
#environment_img_close{
	position: absolute;	
	right: 16px;
	top: 16px;
}
.environment_contents{
	display: flex;
	gap: 4px;
}
.environment_content_one{
	width: calc(50% - 2px);
	height: 430px;
	position: relative;
	cursor: pointer;
}
.culture{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.benifit{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.environment_content_txt{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 100px 80px 0;
	transition: 0.5s ease;
}
.environment_content_txt p{
	color: #fff;
	font-weight: 700;
	line-height: 1.8;
}
.environment_content_ttl{
	position: absolute;
	right: 24px;
	bottom: 24px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.environment_content_ttl p:first-child{
	font-size: 32px;
}
.environment_content_ttl p:last-child{
	font-weight: bold;
	font-family: 'Aharoni';
	letter-spacing: 1.6px;
}
.environment_content_one:hover .environment_content_txt{
	opacity: 1;
	transition: 0.5s ease;
}
.instagram{
	padding: 80px 0;
	position: relative;
	z-index: 10;
}
.insta_ttl{
	text-align: center;
	font-size: 48px;
	font-family: 'Aharoni';
	margin-bottom: 48px;
}
.insta_ttl span{
	display: block;
	margin-top: 16px;
	font-size: 16px;
}
.insta_btn_wrap{
	margin-top: 32px;
	display: flex;
	justify-content: end;
}
.insta_btn{
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 14px;
	font-weight: bold;
}
.jobs{
	padding: 160px 64px;
	background-color: #1D1D1F;
	position: relative;
	z-index: 10;
}
.jobs_in{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.jobs_ttl{
	width: calc((100% - 80px) / 3);
}
.jobs_ttl h2{
	color: #fff;
	font-size: 28px;
	font-family: 'Aharoni';
	margin-bottom: 16px;
}
.jobs_ttl span{
	display: block;
	margin-top: 16px;
	font-size: 16px;
	letter-spacing: 1.6px;
}
.jobs_link{
	width: calc((100% - 80px) / 3);
	background-color: #fff;
	padding: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 32px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.jobs_link::before{
	content: '';
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../img/icon-arrow2.svg) no-repeat center center;
	background-size: contain;
}
.environment_content_modal{
	display: none;
}
.entry_top{
	padding: 80px 0;
	position: relative;
	z-index: 10;
}
.entry_top_in{
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
}
.entry_top h1{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 16px;
}
.entry_top p{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 36px;
}
.entry_taps{
	display: flex;
	margin-bottom: 32px;
	border-top: 1px solid #D9D9D9;
}
.entry_taps p{
	font-size: 18px;
	font-weight: 500;
	color: #CCCCCC;
	cursor: pointer;
	padding: 16px 46px;
	margin-bottom: 0;
	position: relative;
	transition: color 0.3s ease;
}
.entry_taps p:hover{
	color: #1D1D1F;
}
.entry_taps p.active{
	color: #1D1D1F;
}
.entry_taps p.active::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1D1D1F;
}
.entry_top_content{
	position: relative;
}
.entry_top_content_one{
	display: none;
	align-items: center;
	justify-content: space-between;
}
.entry_top_content_one.active{
	display: flex;
	flex-direction: row-reverse;
}
.entry_top_content_one_img{
	width: 600px;
}
.entry_top_content_one_img img{
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 12px;
}
.entry_top_content_one_txt{
	width: 433px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

/* File Upload Styling */
.form_file_upload {
	position: relative;
	margin-bottom: 16px;
}

.form_file_upload>p:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 92px;
	background-color: #F5F5F7;
	border-radius: 12px;
	color: #616161;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.form_file_upload>p:last-child{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 92px;
}
.form_file_upload>p:last-child>span.wpcf7-form-control-wrap{
	width: 100%;
	height: 100%;
	display: block;
}
#file-name-display1,
#file-name-display2{
	position: absolute;
	left: 5px;
	top: 5px;
}
.form_file_upload>p:first-child:hover {
	background-color: #E7E7E8;
	border-color: #999999;
}

.form_file_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.form_file_upload.has-file p:first-child {
	background-color: #E7F3FF;
	border-color: #007AFF;
	color: #007AFF;
}
.form_agree{
	text-align: center;
	margin-top: 24px;
}
.form_agree p{
	display: flex;
	justify-content: center;
}
.form_agree a{
	text-decoration: underline;
}
.application{
	position: relative;
	z-index: 10;
	padding-top: 80px;
}
.application_content{
	width: 100%;
}
.application_content th{
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding: 24px 0;
	text-align: left;
	width: 240px;
}
.application_content td{
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding: 24px 0;
}
.application_in{
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}
.application_ttl{
	font-size: 28px;
	letter-spacing: 1.6px;
	margin-bottom: 48px;
}
.application_ttl span{
	display: block;
	color: #616161;
	font-family: 'Aharoni';
	font-size: 16px;
}
.wpcf7-spinner{
	display: none;
}
.entry_thanks{
	max-width: 100%;
}
.search_results_header{
	margin: 32px 0;
	text-align: center;
}
.search_results_header h2{
	font-size: 24px;
	font-weight: 500;
	color: #1D1D1F;
}
.no_results{
	text-align: center;
	padding: 80px 0;
	color: #616161;
}
.no_results p{
	font-size: 16px;
	margin-bottom: 16px;
}
.no_results p:last-child{
	margin-bottom: 0;
}