/*
  File Name   : top.css
  Description : Write top content styles
*/
.top-kv {
	position: relative;
	display: block;
	overflow: hidden;
}

.top-kv ul {
	width: 100%;
}

.top-kv ul li {
	width: 100%;
}

.top-kv ul li img {
	width: 100%;
}

/*
.top-kv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(210, 156, 90, 0.1);
  z-index: 1;
  pointer-events: none;
}
.top-kv .top-kv-slide {
  display: block;
  font-size: 0;
  line-height: 0;
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}


.kv_recruit_button {
	width: 350px;
	position: absolute;
	right: 6%;
	bottom: 10%;
	text-align: right;
}
.kv_recruit_button img {
	width: 100%;
	max-width: 300px;
}

*/


.kv_copy {
	position: absolute;
	display: inline-block;
	z-index: 10;
	left: 5%;
	height: 115px;
	font-size: 65px;
	font-weight: 700;
	animation-name: box-animation;
	animation-duration: 0.5s;
	animation-delay:1s;
	animation-fill-mode: forwards;
}


.kv_copy.k01 {
	width: 725px;
	color: var(--color_main_rec);
	bottom: calc(7% + 140px);
}

.kv_copy.k02 {
	width: 595px;
	color: #fff;
	bottom: 7%;
}

.kv_copy-inner {
	display: inline-block;
	padding: 0 15px;
	animation-name: box-animation2;
	animation-duration: 1s;
	animation-delay:1.6s;
	animation-fill-mode: backwards;
}


@keyframes box-animation{
  0%{width: 0; background-color: #000;}
  100%{background-color: #000;}
}

@keyframes box-animation2{
  0%{opacity: 0;}
  100%{opacity: 100%;}
}



.kv_01_rec_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--color_main_rec);
	border-width: 25vh 0px 0px 80vw;
}



.kv_01_rec_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	border-width: 0px 0px 15vh 48vw;
}


@media only screen and (max-width: 1025px) {
.kv_copy {
	font-size: 55px;
	height: 105px;
}

.kv_copy.k01 {
	width: 620px;
	bottom: calc(7% + 130px);
}

.kv_copy.k02 {
	width: 510px;
	bottom: 7%;
}




}


@media only screen and (max-width: 767px) {


.kv_copy {
	bottom: 3%;
	font-size: 50px;
	height: 95px;
}

.kv_copy.k01 {
	width: 580px;
	bottom: calc(3% + 115px);
}

.kv_copy.k02 {
	width: 465px;
	bottom: 3%;
}







	.kv_01_rec_left {
		border-width: 14vh 0px 0px 80vw;
	}

	.kv_01_rec_right {

		border-width: 0px 0px 10vh 48vw;
	}


}

@media only screen and (max-width: 650px) {


.kv_copy {
	bottom: 3%;
	font-size: 43px;
	height: 82px;
}

.kv_copy.k01 {
	width: 500px;
	bottom: calc(3% + 107px);
}

.kv_copy.k02 {
	width: 400px;
	bottom: 3%;
}




}


@media only screen and (max-width: 530px) {


.kv_copy {
	bottom: 3%;
	font-size: 32px;
	height: 58px;
}

.kv_copy.k01 {
	width: 370px;
	bottom: calc(3% + 80px);
}

.kv_copy.k02 {
	width: 310px;
	bottom: 3%;
}


	.kv_01_rec_left {
		border-width: 8vh 0px 0px 80vw;
	}

	.kv_01_rec_right {
		border-width: 0px 0px 5vh 48vw;
	}

}

@media only screen and (max-width: 400px) {



.kv_copy {
	bottom: 3%;
	font-size: 26px;
	height: 48px;
}

.kv_copy.k01 {
	width: 310px;
	bottom: calc(3% + 60px);
}

.kv_copy.k02 {
	width: 255px;
	bottom: 3%;
}



	.kv_01_rec_left {
		border-width: 8vh 0px 0px 80vw;
	}

	.kv_01_rec_right {

		border-width: 0px 0px 5vh 48vw;
	}


}



.section-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}


.font-wrap {
	display: inline-block;
	text-align: left;
}

.font-jp {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: block;
	padding-left: 65px;
}

.font-jp::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 3px;
}


@media only screen and (max-width: 750px) {
	.font-jp {
		font-size: 18px;
		padding-left: 55px;
	}

	.font-jp::before {
		width: 40px;
	}
}

@media only screen and (max-width: 450px) {
	.font-jp {
		font-size: 15px;
		padding-left: 45px;
	}

	.font-jp::before {
		width: 30px;
	}
}




/*  top-message   */


.top-message {
	width: 100%;
	background: #f7f5ed;
}

.top-message .section-inner {
	padding: 150px 20px;
	position: relative;
}

.top-message-top {
	position: relative;
}



.top-message .font-jp {
	color: var(--color_main_rec);
}

.top-message .font-jp::before {
	background-color: var(--color_main_rec);
}


.top-message .font-en {
	color: var(--color_main_rec);
}


.message_img_01 {
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 25%;
}

.message_img_01 img {
	width: 100%;
}

.top-message .section-inner table {
	width: 100%;
}

.top-message .section-inner table td {
	width: 50%;
	vertical-align: top;
}

.top-message .section-inner table td:first-child {
	vertical-align: top;
	padding-right: 30px;

}

.top-message .section-inner table td:first-child h2 {
	font-size: 40px;
	line-height: 1.6em;
	margin-top: 50px;
	margin-bottom: 50px;
}

.top-message p {
	font-size: 20px;
	font-weight: 600;
}

.top-message .section-inner table td:last-child iframe {
	width: 100%;
}

@media only screen and (max-width: 1024px) {

	.top-message .section-inner table tr,
	.top-message .section-inner table td {
		display: block;
	}

	.top-message .section-inner table td {
		width: 100%;
	}

	.top-message .section-inner table td:first-child {
		padding-right: 0;

	}



	.message_img_01 {
		position: static;
		width: 100%;
		text-align: right;
	}

	.message_img_01 img {
		width: 50%;
	}


}

@media only screen and (max-width: 850px) {
	.top-message .section-inner table td:first-child h2 {
		font-size: 32px;
		line-height: 1.5em;
	}

	.top-message p {
		font-size: 17px;
	}

}


@media only screen and (max-width: 750px) {
	.top-message .section-inner {
		padding: 100px 20px;
	}


	.top-message .section-inner table tr,
	.top-message .section-inner table td {
		display: block;
	}

	.top-message .section-inner table td {
		width: 100%;
	}


}





/*  top-work   */


.top-work {
	width: 100%;
	background-color: #fff;
}

.top-work .section-inner {
	padding: 150px 20px;
	position: relative;
	text-align: center;
}

.top-work .font-jp {
	color: var(--color_main_rec);
}

.top-work .font-jp::before {
	background-color: var(--color_main_rec);
}

.top-work .font-en {
	color: var(--color_main_rec);
}

.top-work p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 50px 0;
}

.top-work-ul {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-work-ul li {
	width: 49%;
	margin-bottom: 2.3%;
	position: relative;
	border: 3px solid #000;
}

.top-work-ul li img {
	width: 100%;
}

.top-work-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--color_main_rec) transparent transparent transparent;
	/*	border-width: 64px 64px 0px 0px;*/
}

.top-work-num {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 97%;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	line-height: 80%;
}

.top-work-num span {
	display: block;
	font-size: 16px;
}

.top-work h2 {
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;
	color: #fff;

}

.top-work-detail {
	position: absolute;
	bottom: 15px;
	width: 100%;
	color: #fff;
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
}


.moreLinkText {
	position: absolute;
	bottom: 15px;
	right: 20px;
	display: inline-block;
	width: 140px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg);
}



@media only screen and (max-width: 950px) {
	.top-work-num {
		font-size: 32px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 15px;
	}

}


@media only screen and (max-width: 850px) {
	.top-work p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 760px) {
	.top-work-ul li {
		width: 100%;

	}

	.top-work-num {
		font-size: 50px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 18px;
	}


}

@media only screen and (max-width: 750px) {

	.top-work .section-inner {
		padding: 100px 20px;
	}
}

@media only screen and (max-width: 510px) {

	.top-work-num {
		font-size: 40px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 16px;
	}


}

@media only screen and (max-width: 400px) {

	.top-work-num {
		font-size: 32px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 14px;
	}


}




/*  top-environment   */


.top-environment {
	width: 100%;
	background-color: var(--color_main_rec);
	position: relative;
}

.top-environment .section-inner {
	padding: 150px 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.top-environment-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #dd8d0d transparent transparent transparent;
}




.top-environment .font-jp {
	color: #fff;

}

.top-environment .font-jp::before {
	background-color: #fff;
}


.top-environment .font-en {
	color: #fff;

}

.top-environment .section-inner p {
	font-size: 20px;
	font-weight: 600;
	margin: 50px 0;
	color: #fff;
}

.top-environment ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.top-environment ul li {
	width: 32.333%;
	margin-bottom: 1.5%;
}

.top-environment ul li img {
	width: 100%;
}




@media only screen and (max-width: 850px) {
	.top-environment .section-inner p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 768px) {

	.top-environment ul li {
		width: 49%;
		margin-bottom: 3%;
		text-align: center;
		padding: 0 5px;
	}
}


@media only screen and (max-width: 750px) {
	.top-environment .section-inner {
		padding: 100px 20px;
	}
}


@media only screen and (max-width: 400px) {

	.top-environment ul li {
		width: 100%;
		margin-bottom: 5%;
		text-align: center;
		padding: 0 20px;
	}


}












/*  top-interview   */


.top-interview {
	width: 100%;
	background: #f7f5ed;
}

.top-interview .section-inner {
	padding: 150px 20px;
	position: relative;
}

.top-interview-top {
	position: relative;
}



.top-interview .font-jp {
	color: var(--color_main_rec);
}

.top-interview .font-jp::before {
	background-color: var(--color_main_rec);
}


.top-interview .font-en {
	color: var(--color_main_rec);
	margin-bottom: 50px;
}

.interview_img_01 {
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 25%;
}

.interview_img_01 img {
	width: 100%;
}

.top-interview ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1024px) {
	.top-interview ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
@media only screen and (max-width: 599px) {
	.top-interview ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.top-interview ul li {
	display: block;
	padding: 10px 10px 20px 10px;
	text-align: center;
	position: relative;
	border: 1px solid #666;
	background-color: #fff;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}

.top-interview ul li a {
	text-decoration: none;
}

.top-interview ul li .thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.9;
	overflow: hidden;
}


.top-interview ul li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-interview ul li .description {
	display: block;
	color: var(--color_main_rec);
	margin: 10px 0 0 0;
	font-size: 14px;
}

.top-interview ul li .title {
	display: block;
}


.top-interview ul li div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent var(--color_main_rec) transparent;
	border-width: 0px 0px 15px 15px;
}


.top-category_recruit .com-sect-desc {
	display: none;
}


@media only screen and (max-width: 750px) {
	.top-interview .section-inner {
		padding: 100px 20px;
	}

	.top-interview ul li div {
		border-width: 0px 0px 12px 12px;
	}
}




/*  top-recruitment   */


.top-recruitment {
	width: 100%;
	background-color: #fff;
}

.top-recruitment .section-inner {
	padding: 150px 20px;
	position: relative;
	text-align: center;
}

.top-recruitment .font-jp {
	color: var(--color_main_rec);
}

.top-recruitment .font-jp::before {
	background-color: var(--color_main_rec);
}

.top-recruitment .font-en {
	color: var(--color_main_rec);
}

.top-recruitment p {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	max-width: 600px;
	text-align: center;
	margin: 50px auto;
}



.recruitment-mail a {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	font-size: 30px;
	font-weight: 600;
	padding: 35px 0;
	text-align: center;
	background: linear-gradient(40deg, rgb(176, 85, 6), rgb(222, 141, 10));
	color: #fff;
	text-decoration: none;
	position: relative;
}


.recruitment-mail a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: 1em;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 0.3em solid transparent;
	border-left: 0.4em solid #fff;
	border-right: none;
	transition: 0.5s;
}

.recruitment-mail a:hover::after {
	transition: 0.5s;
	right: 0.5em;
}

@media only screen and (max-width: 850px) {
	.top-recruitment p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 750px) {
	.top-recruitment .section-inner {
		padding: 100px 20px;
	}
}


@media only screen and (max-width: 500px) {
	.recruitment-mail a {
		font-size: 24px;
	}
}





.top-work-ul {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-work-ul li {
	width: 49%;
	margin-bottom: 2.3%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}

.top-work-ul li img {
	width: 100%;
	transition: all 0.3s;
}


.top-work-ul li:hover img {
	transform: scale(1.2);
}

.top-work-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--color_main_rec) transparent transparent transparent;
	/*	border-width: 64px 64px 0px 0px;*/
}

.top-work-num {
	position: absolute;
	top: 4%;
	left: 3%;
	width: 97%;
	color: #fff;
	font-family: 'BIZ UDPGothic';
	font-size: 43px;
	font-weight: 700;
	text-align: left;
	line-height: 80%;
}

.top-work-num span {
	display: block;
	font-size: 21px;
	padding-bottom: 3px;
}

.top-work h2 {
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;
	font-family: 'BIZ UDGothic';
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}

.top-work-detail {
	position: absolute;
	bottom: 15px;
	width: 100%;
	color: #fff;
	text-align: right;
	padding-right: 30px;
	font-size: 15px;
}


.moreLinkText {
	position: absolute;
	bottom: 15px;
	right: 20px;
	display: inline-block;
	width: 150px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg);
}


@media only screen and (max-width: 1100px) {
	.top-work-num span {
		font-size: 20px;
	}

	.top-work-num {
		font-size: 37px;
	}
}


@media only screen and (max-width: 950px) {
	.top-work-num {
		font-size: 32px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 16px;
	}


	.top-work h2 {
		font-size: 26px;
	}


}

@media only screen and (max-width: 880px) {
	.top-work-num {
		font-size: 28px;
	}
}

@media only screen and (max-width: 760px) {

	.top-work-num {
		top: 2%;
	}

	.top-work-ul {
		max-width: 500px;
		margin: 0 auto;
	}

	.top-work-ul li {
		width: 100%;

	}

	.top-work-num {
		font-size: 50px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 25px;
	}

	.top-work h2 {
		font-size: 30px;
	}


}

@media only screen and (max-width: 510px) {

	.top-work-num {
		font-size: 40px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 20px;
	}

	.top-work h2 {
		font-size: 28px;
	}


}

@media only screen and (max-width: 420px) {

	.top-work-num {
		font-size: 32px;
		line-height: 90%;
	}

	.top-work-num span {
		font-size: 16px;
	}

	.top-work h2 {
		font-size: 24px;
	}

}















/*  footer-contact   */


.footer-contact {
	width: 100%;
	background: url(../images/footer_bgimg.jpg) no-repeat top center;
	background-size: cover;
}

.footer-contact .section-inner {
	padding: 150px 20px;
	position: relative;
}

.footer-contact .font-en {
	color: #464e48;
	position: absolute;
	top: 140px;
	left: 20px;
}


.footer-contact .section-inner table {
	width: 100%;
}

.footer-contact .section-inner table td {
	width: 50%;
}

.footer-contact .section-inner table td:first-child {
	vertical-align: top;
}

.footer-contact .section-inner table td:first-child h2 {
	font-size: 40px;
	line-height: 140%;
	color: #fff;
	margin-bottom: 50px;
}

.footer-contact .section-inner table td:first-child p {
	font-size: 20px;
	line-height: 2.2em;
	color: #fff;
}


.footer-contact .section-inner table td .contact-mail {
	margin: 120px 0 20px 0;
	text-align: right;
}

.footer-contact .section-inner table td .contact-mail a {
	display: inline-block;
	width: 90%;
	font-size: 25px;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
	background: linear-gradient(40deg, rgb(176, 85, 6), rgb(222, 141, 10));
	color: #fff;
	text-decoration: none;
	position: relative;
}

.footer-contact .section-inner table td .contact-mail a:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: 1em;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 0.3em solid transparent;
	border-left: 0.4em solid #fff;
	border-right: none;
	transition: 0.5s;
}

.footer-contact .section-inner table td .contact-mail a:hover::after {
	transition: 0.5s;
	right: 0.5em;
}


.footer-contact .section-inner table td .contact-mail a span {
	display: block;
	font-size: 18px;
}

.footer-contact .section-inner table td .contact-tel {
	text-align: right;
}

.footer-contact .section-inner table td .contact-tel span {
	font-family: 'BIZ UDPGothic';
	display: inline-block;
	width: 90%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 25px 0;
	text-align: center;
}


@media only screen and (max-width: 850px) {
	.footer-contact .section-inner table td:first-child h2 {
		font-size: 32px;
	}

	.footer-contact .section-inner table td:first-child p {
		font-size: 17px;
		line-height: 2em;
	}

	.footer-contact .section-inner table td .contact-mail a {
		font-size: 22px;
		width: 100%;
	}

	.footer-contact .section-inner table td .contact-tel span {
		font-size: 23px;
		width: 100%;
	}
}


@media only screen and (max-width: 750px) {


	.footer-contact .section-inner table tr,
	.footer-contact .section-inner table td {
		display: block;
	}

	.footer-contact .section-inner table td {
		width: 100%;
	}

	.footer-contact .section-inner table td:first-child {
		padding-bottom: 40px;
	}



	.footer-contact .section-inner table td .contact-mail {
		margin: 0 0 15px 0;
		text-align: center;
	}

	.footer-contact .section-inner table td .contact-tel {
		text-align: center;
	}

}




@media only screen and (max-width: 400px) {


	.footer-contact .section-inner table td .contact-mail a {
		font-size: 20px;
	}

	.footer-contact .section-inner table td .contact-tel span {
		font-size: 20px;
	}
}


.font-en {
	font-size: 100px;
	font-family: var(--fontFamily_en);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: normal;
}

.footer-contact .section-inner table td:first-child,
.top-aboutus .section-inner table td:first-child {
	padding-top: 11%;
}

@media only screen and (max-width: 1000px) {

	.top-recruit .font-en,
	.font-en {
		font-size: 80px;
	}

	.footer-contact .section-inner table td:first-child,
	.top-aboutus .section-inner table td:first-child {
		padding-top: 12%;
	}
}


@media only screen and (max-width: 750px) {


	.footer-contact .section-inner table td:first-child,
	.top-aboutus .section-inner table td:first-child {
		padding-top: 13%;
	}
}

@media only screen and (max-width: 625px) {

	.top-recruit .font-en,
	.font-en {
		font-size: 70px;
	}

}


@media only screen and (max-width: 485px) {

	.top-recruit .font-en,
	.font-en {
		font-size: 60px;
	}

}

@media only screen and (max-width: 440px) {

	.top-recruit .font-en,
	.font-en {
		font-size: 52px;
	}

}