@charset "UTF-8";
/*-----------------------TOP*/

#top-main {
	width: 100%;
	height: 100vh;
	position: relative;
}
#top-main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width: 100%;
	height: 100vh;
	background-image: url("../img/common/dots.png");
	background-size: 3px 3px;
}
#top-main .top-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	/*background-image: url("../img/index/bg_main.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
}
#top-main .top-bg .slick_outer {
	width: 100%;
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#top-main .top-bg .slick_outer.slick_slide01 {
	background-image: url("../img/slide/bg_main01.jpg");
}
#top-main .top-bg .slick_outer.slick_slide02 {
	background-image: url("../img/slide/bg_main02.jpg");
}
#top-main .top-bg .slick_outer.slick_slide03 {
	background-image: url("../img/slide/bg_main03.jpg");
}
#top-main .top-bg .slick_outer.slick_slide04 {
	background-image: url("../img/slide/bg_main04.jpg");
}
#top-main .top-bg .slick_outer.slick_slide05 {
	background-image: url("../img/slide/bg_main05.jpg");
}
#top-main .top-lead {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60vw;
	max-width: 800px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
}
#top-main .bg_b {
	content: "";
	display: block;
	width: 100%;
	height: 10vh;
	background-color: #1e1e1e;
	position: absolute;
	left: 0;
	bottom: -10vh;
	z-index: 1;
}
#container {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	#top-main .top-lead {
		width: 80vw;
	}
	#top-main .top-bg .slick_outer.slick_slide01 {
		background-position: 42% 50%;
	}
	#top-main .top-bg .slick_outer.slick_slide04 {
		background-position: 47% 50%;
	}
	#top-main .top-bg .slick_outer.slick_slide05 {
		background-position: 44% 50%;
	}
}
@media screen and (max-width: 480px) {
	#top-main .top-lead {
		font-size: 2.4rem;
	}
}



/*-------------背景画像*/
/*.bg_object {
	position: absolute;
}
.bg_object.object01 {
	margin-left: -30vmax;
	width: 65vmax;
}
.bg_object.object02 {
	right: 0;
	top: 78vmax;
}
*/

.top {
	overflow: hidden;
}
/*@media screen and (max-width: 768px) {
	.top {
		margin-top: 0;
	}
}*/

.top .title_area {
	position: relative;
	margin-bottom: 3em;
}
.top .title_area .section_title {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.top .title_area {
		margin-bottom: 2em;
	}
	.top .title_area .section_title {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area .section_title {
		font-size: 2.2rem;
	}
}
.top .section {
	padding: 60px 0;
}
.top .section .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .section {
		padding: 50px 0;
	}
}

/*---------------TOP　メッセージ*/
.section.top_message {
	padding: 220px 0 100px;
	background-image: url("../img/index/bg_message.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.top_message {
	position: relative;
}
.top_message .box_message {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.top_message .box_message .imagebox {
	width: 44%;
	border-radius: 30px;
	overflow: hidden;
}
.top_message .box_message .imagebox.fadeIn {
	position: relative;
	left: -30px;
	opacity: 0;
	transition: 2s;
}
.top_message .box_message .imagebox.fadeIn.active {
	left: 0;
	opacity: 1;
}
.top_message .box_message .textbox {
	width: 50%;
}
.top_message .box_message .textbox.fadeIn {
	position: relative;
	right: -30px;
	opacity: 0;
	transition: 2s;
	transition-delay: .5s;
}
.top_message .box_message .textbox.fadeIn.active {
	right: 0;
	opacity: 1;
}
.top_message .box_message .textbox .text {
	font-size: 1.6rem;
	line-height: 2.2;
}
.top_message .box_message .textbox .text {
	font-size: 1.6rem;
	line-height: 2.2;
}
.top_message .box_message .textbox .catch3 {
	font-weight: 600;
	margin-top: 1.5em;
	line-height: 2.2;
}
.top_message .bg_title {
	font-size: 16rem;
	font-weight: 700;
	line-height: 1;
	background: rgb(255,170,95);
	background: linear-gradient(180deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	white-space: nowrap;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.section.top_message {
		padding: 100px 0;
	}
	.top_message .box_message {
		flex-direction: column;
	}
	.top_message .box_message .imagebox {
		width: 100%;
		height: 0;
		padding-top: 100%;
		position: relative;
	}
	.top_message .box_message .imagebox .img_message {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		object-fit: cover;
	}
	.top_message .box_message .imagebox.fadeIn.active {
		left: 0;
		opacity: 1;
	}
	.top_message .box_message .textbox {
		width: 100%;
		margin-top: 3em;
	}
	.top_message .box_message .textbox .text {
		font-size: 1.4rem;
	}
	.top_message .bg_title {
		font-size: 10rem;
		background: rgb(255,145,65);
		background: linear-gradient(180deg, rgba(255,110,50,1) 0%, rgba(255,215,135,1) 100%);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		top: 60px;
		z-index: 1;
	}
}
@media screen and (max-width: 480px) {
	.top_message .bg_title {
		font-size: 6rem;
		top: 66px;
	}
}

/*---------------TOP 経営理念・ビジョン*/
.section.top_philosophy {
	padding: 120px 0 0;
}
.top_philosophy {
	position: relative;
}
.top_philosophy.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.top_philosophy.fadeIn.active {
	top: 0;
	opacity: 1;
}
.top_philosophy .box {
	position: relative;
}
.top_philosophy .box .box_image {
	height: 480px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.top_philosophy .box .box_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: .3s;
}
.top_philosophy .box:hover .box_image img {
	transform: scale(1.1);
}
.top_philosophy .box .textbox {
	width: 35%;
	min-width: 360px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 3em 3em 0;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_philosophy .box .textbox .title_area {
	margin-bottom: 0.8em;
}
.top_philosophy .box .textbox .title_area .lead {
	font-size: 2.4rem;
	font-weight: 600;
}
.top_philosophy .box .textbox .text {
	line-height: 2.2;
}
.top_philosophy .box .textbox .btn_more {
	width: 180px;
	background: #ff5c36;
	background: linear-gradient(90deg, #ff5c36 0%, #ff8a52 50%, #ff5c36 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	color: #ffffff;
	line-height: 50px;
	border-radius: 25px;
	font-weight: 700;
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
	transition: .3s;
}
.top_philosophy .box:hover .textbox .btn_more {
	background-position: 100% 50%;
}
.top_philosophy .box .box_title {
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: rgb(255,170,95);
	background: linear-gradient(-90deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.section.top_philosophy {
		padding: 30px 0 0;
	}
	.top_philosophy .box .box_image {
		height: 0;
		padding-top: 68%;
	}
	.top_philosophy .box .textbox {
		width: 100%;
		min-width: 100%;
		padding: 1.5em 0;
		position: relative;
		left: 0;
		bottom: unset;
	}
	.top_philosophy .box .textbox .title_area .lead {
		font-size: 2rem;
	}
	.top_philosophy .box .box_title {
		font-size: 6rem;
		top: 0;
		transform: unset;
	}
}
@media screen and (max-width: 480px) {
	.top_philosophy .box .textbox .title_area .lead {
		font-size: 1.6rem;
	}
	.top_philosophy .box .box_title {
		font-size: 10vw;
		right: -20px;
	}
}

/*---------------TOP 先輩社員インタビュー*/
.section.top_interview {
	padding: 160px 0 0;
}
.top_interview {
	position: relative;
}
.top_interview.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.top_interview.fadeIn.active {
	top: 0;
	opacity: 1;
}
.top_interview .box {
	position: relative;
}
.top_interview .box .box_image {
	height: 480px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.top_interview .box .box_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: .3s;
}
.top_interview .box:hover .box_image img {
	transform: scale(1.1);
}
.top_interview .box .textbox {
	width: 35%;
	min-width: 360px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 3em 3em 0;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top_interview .box .textbox .title_area {
	margin-bottom: 0.8em;
}
.top_interview .box .textbox .title_area .lead {
	font-size: 2.4rem;
	font-weight: 600;
}
.top_interview .box .textbox .text {
	line-height: 2.2;
}
.top_interview .box .textbox .btn_more {
	width: 180px;
	background: #ff5c36;
	background: linear-gradient(90deg, #ff5c36 0%, #ff8a52 50%, #ff5c36 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	color: #ffffff;
	line-height: 50px;
	border-radius: 25px;
	font-weight: 700;
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	transition: .3s;
}
.top_interview .box:hover .textbox .btn_more {
	background-position: 100% 50%;
}
.top_interview .box .box_title {
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: rgb(255,170,95);
	background: linear-gradient(90deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.section.top_interview {
		padding: 80px 0 0;
	}
	.top_interview .box .box_image {
		height: 0;
		padding-top: 68%;
	}
	.top_interview .box .textbox {
		width: 100%;
		min-width: 100%;
		padding: 1.5em 0;
		position: relative;
		right: unset;
		left: 0;
		bottom: unset;
	}
	.top_interview .box .textbox .title_area .lead {
		font-size: 2rem;
	}
	.top_interview .box .box_title {
		font-size: 6rem;
		top: 0;
		transform: unset;
	}
}
@media screen and (max-width: 480px) {
	.top_interview .box .textbox .title_area .lead {
		font-size: 1.6rem;
	}
	.top_interview .box .box_title {
		font-size: 10vw;
		left: -20px;
	}
}

/*---------------TOP Recruit, TOP About*/
.section.top_recruit {
	padding: 260px 0 0;
}
.section.top_about {
	padding: 200px 0 80px;
}
.sec_w_box {
	position: relative;
}
.sec_w_box.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.sec_w_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.sec_w_box .box {
	position: relative;
}
.sec_w_box .box .box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_w_box .box .box_inner .item {
	width: 47%;
}
.sec_w_box .box .box_inner .item .title_area {
	margin-top: 1em;
}
.sec_w_box .box .box_inner .item .title_area .section_title {
	font-size: 2.4rem;
	letter-spacing: 2px;
	margin-bottom: 0.4em;
}
.sec_w_box .box .box_inner .item .btn_more {
	width: 180px;
	background: #ff5c36;
	background: linear-gradient(90deg, #ff5c36 0%, #ff8a52 50%, #ff5c36 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	color: #ffffff;
	line-height: 50px;
	border-radius: 25px;
	font-weight: 700;
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
	transition: .3s;
}
.sec_w_box .box .box_inner .item:hover .btn_more {
	background-position: 100% 50%;
}
.sec_w_box .box .box_inner .item .imagebox {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding-top: 66.25%;
}
.sec_w_box .box .box_inner .item .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	transition: .4s;
}
.sec_w_box .box .box_inner .item:hover .imagebox img {
	transform: scale(1.05);
}
.sec_w_box .box_title {
  font-size: 16rem;
	font-weight: 700;
	line-height: 1;
	background: rgb(255,170,95);
	background: linear-gradient(180deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	white-space: nowrap;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	position: absolute;
	z-index: -1;
}
.sec_w_box.top_recruit .box_title {
	/*left: 0;*/
	left: 50%;
	transform: translateX(-50%);
	top: 140px;
}
.sec_w_box.top_about .box_title {
	/*right: 0;*/
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
}
@media screen and (max-width: 767px) {
	.section.top_recruit {
		padding: 160px 0 0;
	}
	.section.top_about {
		padding: 100px 0 60px;
	}
	.sec_w_box .box .box_inner .box_inner {
		flex-direction: column;
	}
	.sec_w_box .box .box_inner .item {
		width: 100%;
		margin-bottom: 60px;
	}
	.sec_w_box .box .box_inner .item .title_area {
		margin-bottom: 0;
	}
	.sec_w_box .box .box_inner .item .title_area .section_title {
		font-size: 2rem;
	}
	.sec_w_box .box_title {
		font-size: 6rem;
		background: rgb(255,145,65);
		background: linear-gradient(180deg, rgba(255,110,50,1) 0%, rgba(255,215,135,1) 100%);
		color: #d7faff;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding-left: 80px;
	}
	.sec_w_box .box_title::before {
		content: "";
		display: block;
		width: 70px;
		height: 2px;
		background: #ffbeb4;
		background: linear-gradient(180deg, rgba(255, 190, 180, 1) 0%, rgba(255, 240, 220, 1) 100%);
		position: absolute;
		left: 0;
		top: 0.45em;
	}
	.sec_w_box.top_recruit .box_title {
		left: 0;
		transform: unset;
		top: 80px;
	}
	.sec_w_box.top_about .box_title {
		left: 0;
		transform: unset;
		right: 0;
		top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.section.top_recruit {
		padding: 120px 0 0;
	}
	.section.top_about {
		padding: 80px 0 60px;
	}
	.sec_w_box .box .box_inner .item .title_area .section_title {
		font-size: 1.6rem;
	}
	.sec_w_box .box_title {
		font-size: 4rem;
		padding-left: 50px;
	}
	.sec_w_box .box_title::before {
		width: 40px;
	}
	.sec_w_box.top_recruit .box_title {
		top: 60px;
	}
	.sec_w_box.top_about .box_title {
		top: 20px;
	}
}






