@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main-visual {
	position: relative;
}
.main-visual .mv-img {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.main-visual .mv-img .img-item {
	height: 100%;
	vertical-align: top;
}
.main-visual .mv-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.main-visual .mv-inner {
	padding: 211px 10px 54px;
	position: relative;
	z-index: 1;
}
.main-visual p {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.59;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.main-visual .scrolldown {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.main-visual .scrolldown a {
	display: inline-block;
	position: relative;
	color: #fff;
}
.main-visual .scrolldown a span {
	margin-bottom: 2px;
	width: 100%;
	height: 60px;
	display: inline-block;
	position: relative;
}
.main-visual .scrolldown a span::before {
	margin-left: -1px;
	width: 2px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	content: '';
}
.main-visual .scrolldown a span::after {
	margin-left: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	border-radius: 50%;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	content: '';
}
@keyframes circlemove {
	0% {
		bottom: 55px;
	}
	100% {
		bottom: -5px;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
#main {
	padding-top: 70px;
}
#main .message .content {
	margin: 0 10px;
	padding: 41px 0 200px;
	position: relative;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#main .message .content::before {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 5px;
	background: rgba(134, 194, 69, 0.46);
	-webkit-backdrop-filter: blur(19px);
	backdrop-filter: blur(19px);
	filter: blur(10px);
	content: '';
}
#main .message h2 {
	margin: 0 39px 30px 0;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	overflow: hidden;
}
#main .message h2 span {
	position: relative;
	z-index: 1;
}
#main .message h2 span::before {
	width: 100vw;
	height: 1px;
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	background: #fff;
	content: '';
}
#main .message .text-box {
	position: relative;
	z-index: 1;
}
#main .message p {
	margin: 0 16px 32px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .message p:last-child {
	margin-bottom: 0;
}
#main .message .ttl {
	margin: 0 auto 50px;
	max-width: 350px;
	font-size: 5.1rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
#main .message .ttl span {
	display: inline-block;
}
#main .message .ttl .txt02 {
	margin: 15px 0 12px;
	width: 100%;
	letter-spacing: 0.14em;
	text-align: center;
}
#main .message .ttl .txt03 {
	width: 92.4%;
	text-align: right;
	letter-spacing: 0.12em;
}
#main .message .movie-box {
	margin-top: -144px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
#main .message .movie-box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -24px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 33.13%, #fff 100%);
	content: '';
}
#main .message .movie {
	position: relative;
	z-index: 1;
}
#main .message .movie .inner {
	padding-bottom: 56.25%;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
}
#main .message .movie .inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .message {
	padding-bottom: 18px;
}
#main .headline04 span {
	background: #F0F0F0;
}
#main .job {
	padding: 70px 0 125px;
	background: #fff;
}
#main .headline01 {
	margin-bottom: 31px;
}
#main .job .job-list01 {
	margin: 0 -12px 37px;
}
#main .job .job-list01 li {
	vertical-align: top;
}
#main .job .job-list01 li .photo {
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
#main .job .job-list01 li .photo img {
	width: 100%;
	border-radius: 5px;
}
#main .job .job-list01 li .headline04 {
	margin-bottom: 13px;
}
#main .job .job-list01 li p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.857;
}
#main .job .job-list01 .slick-slide > div {
	margin: 0 12px;
}
#main .job .job-list02 {
	margin: 0 -20px;
}
#main .job .job-list02 .slick-list {
	padding: 0 78px;
}
#main .job .job-list02 .slick-slide > div {
	margin: 0 12px;
}
#main .job .job-list02 .slick-arrow {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	background: no-repeat center center / 100%;
	border: none;
	border-radius: 50%;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 1;
	cursor: pointer;
}
#main .job .job-list02 .slick-prev {
	left: 55px;
	background-image: url("../images/index/slider_prev.png");
}
#main .job .job-list02 .slick-next {
	right: 52px;
	background-image: url("../images/index/slider_next.png");
}
#main .job .job-list02 .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -45px;
	font-size: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .job .job-list02 .slick-dots li {
	margin: 0 8px 0 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #DBDBDB;
	cursor: pointer;
}
#main .job .job-list02 .slick-dots .slick-active {
	background: #86C245;
}
#main .job .job-list02 .slick-dots li button {
	display: none;
}
#main .job .job-list02 li {
	vertical-align: top;
}
#main .job .job-list02 li img {
	width: 100%;
	border-radius: 5px;
}
#main .people {
	margin-top: -2px;
	padding: 2px 0 172px;
	position: relative;
	background: #fff;
}
#main .people::before {
	width: 100%;
	max-width: 380px;
	height: 489px;
	position: absolute;
	right: 0;
	top: 57px;
	background: url("../images/index/bg01.png") no-repeat right top / 100%;
	content: '';
}
#main .people .headline01 {
	margin-bottom: 31px;
}
#main .people .headline01::before {
	display: none;
}
#main .photo-btn {
	margin-bottom: 60px;
}
#main .photo-btn:last-child {
	margin-bottom: 0;
}
#main .photo-btn a {
	display: block;
	position: relative;
}
#main .photo-btn a img {
	width: 100%;
	border-radius: 5px;
}
#main .photo-btn a .btn {
	padding: 13px 20px;
	width: 170px;
	position: absolute;
	right: 0;
	bottom: 13px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border-radius: 30px 0 0 30px;
	background: linear-gradient(-90deg, #13c78c 0%, #5ccc69 51.2%, #93d34e 100%);
	box-sizing: border-box;
	z-index: 1;
}
#main .photo-btn a .btn::after {
	margin-top: -1px;
	width: 37px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	content: '';
}
#main .photo-btn a .btn span {
	position: relative;
	z-index: 1;
}
#main .people .people-list {
	margin: 0 -20px;
	text-align: center;
}
#main .people .people-list li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#main .people .people-list li a {
	display: block;
}
#main .people .people-list li .photo {
	margin-bottom: 16px;
	transform: scaleY(0.88);
	transition: all 0.3s;
}
#main .people .people-list li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
#main .people .people-list .slick-slide.slick-current .photo {
	transform: scaleY(1);
}
#main .people .people-list li .text-box {
	transform: translateY(-14px);
	transition: all 0.3s;
}
#main .people .people-list .slick-slide.slick-current .text-box {
	transform: translateY(0);
}
#main .people .people-list li p {
	margin-bottom: 16px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#main .people .people-list li .en {
	margin-bottom: 5px;
	font-size: 1.5rem;
}
#main .people .people-list li .btn {
	text-align: right;
	font-size: 1.3rem;
}
#main .people .people-list li .btn span {
	padding: 0 20px 2px 0;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 1.2;
	background: url("../images/common/icon02.png") no-repeat right top / 16px;
}
#main .people .people-list .slick-list {
	padding: 0 88px;
}
#main .people .people-list .slick-slide > div {
	margin: 0 12px;
}
#main .people .people-list .slick-arrow {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 36.4%;
	transform: translateY(-50%);
	font-size: 0;
	background: no-repeat center center / 100%;
	border: none;
	border-radius: 50%;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 1;
	cursor: pointer;
}
#main .people .people-list .slick-prev {
	left: 64px;
	background-image: url("../images/index/slider_prev.png");
}
#main .people .people-list .slick-next {
	right: 63px;
	background-image: url("../images/index/slider_next.png");
}
#main .people .people-list .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -58px;
	font-size: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .people .people-list .slick-dots li {
	margin: 0 8px 0 7px;
	width: 13px;
	height: 13px !important;
	border-radius: 50%;
	background: #DBDBDB;
	cursor: pointer;
}
#main .people .people-list .slick-dots .slick-active {
	background: #86C245;
}
#main .people .people-list .slick-dots li button {
	display: none;
}
#main .project {
	margin-top: -3px;
	padding: 2px 0 10px;
	background: #fff;
}
#main .project .headline01 {
	margin-bottom: 31px;
}
#main .project .headline01 .mincho {
	margin-top: -9px;
}
#main .faq {
	margin-top: -2px;
	padding: 72px 0 83px;
	position: relative;
	z-index: 1;
	background: #fff;
}
#main .faq .content {
	margin: 0 15px 0 12px;
}
#main .faq .headline01 {
	margin: 0 7px 33px;
}
#main .faq .headline01::before {
	display: none;
}
#main .faq .faq-list {
	margin-bottom: 16px;
	padding: 2px 0;
	border-radius: 5px;
	background: #F7F7F7;
}
#main .faq .faq-list:last-child {
	margin-bottom: 0;
}
#main .faq .faq-list dt {
	padding: 12px 20% 14px 31px;
	min-height: 88px;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
}
#main .faq .faq-list dt p {
	width: 100%;
	padding-left: 1.1em;
	text-indent: -1.1em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .faq .faq-list dt .switch {
	width: 26px;
	height: 26px;
	border: 1px solid #6F6F6F;
	box-sizing: border-box;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
#main .faq .faq-list dt .switch::before {
	width: 11px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #6F6F6F;
	content: '';
	transform: translate(-50%, -50%);
}
#main .faq .faq-list dt .switch::after {
	width: 1px;
	height: 11px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #6F6F6F;
	content: '';
}
#main .faq .faq-list dt.on .switch::after {
	display: none;
}
#main .faq .faq-list dd {
	padding: 0 23px 16px;
	display: none;
}
#main .faq .faq-list dd p {
	font-size: 1.4rem;
	line-height: 1.857;
	letter-spacing: 0.1em;
}
#main .officials {
	margin-top: -2px;
	padding-top: 2px;
	background: #fff url("../images/index/bg02.png") no-repeat left top 75px / 100%;
}
#main .officials .photo {
	margin-bottom: 27px;
}
#main .officials .photo img {
	width: 100%;
	border-radius: 5px;
}
#main .officials p {
	margin-bottom: 31px;
	letter-spacing: 0.1em;
	line-height: 2.067;
}
#main .officials .text01 {
	margin-bottom: 69px;
}
#main .officials .com-btn {
	position: relative;
	z-index: 1;
}
#main .company {
	margin-top: -2px;
	padding-top: 72px;
	background: #fff;
}
#main .company .content {
	margin: 0 14px;
	padding: 22px 24px 18px;
	box-sizing: border-box;
	background: #F7F7F7;
	z-index: 10;
}
#main .company .headline01 {
	margin-bottom: 34px;
	font-size: 2.2rem;
}
#main .company .headline01::before {
	display: none;
}
#main .company .text-list {
	margin-right: -32px;
}
#main .company .text-list dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.067;
}
#main .company .text-list dt::after {
	width: 27px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5E9143;
	content: '';
}
#main .company .text-list dd {
	margin-bottom: 6px;
	letter-spacing: 0.1em;
	line-height: 2.067;
}
#main .company .text-list dd:last-child {
	margin-bottom: 0;
}
#g-footer {
	padding-top: 54px;
	padding-bottom: 79px;
	background: #fff;
}
#g-footer::before {
	height: 491px;
	bottom: 0;
	background-image: url("../images/index/f_bg.png");
	z-index: 3;
}
@media all and (max-width: 374px) {
	#main .job .job-list01 li .headline04 {
		letter-spacing: 0;
	}
}
@media all and (max-width: 359px) {
	#main .message p {
		margin: 0 13px 32px;
		letter-spacing: 0;
	}
	#main .job .job-list01 li .headline04 {
		font-size: 3.8vw;
	}
	#main .faq .faq-list dt {
		padding-right: 18%;
	}
	#main .company .text-list {
		margin-right: 0;
	}
}
@media all and (min-width: 768px) {
	.main-visual .mv-img {
		width: 375px;
	}
}
@media all and (min-width: 1025px) {
	.main-visual .mv-img {
		left: auto;
		right: 427px;
	}
	.main-visual .scrolldown a:hover,
	#main .people .people-list li a:hover {
		opacity: 0.7;
	}
	#main .job .job-list02 .slick-prev:hover,
	#main .people .people-list .slick-prev:hover {
		background-image: url("../images/index/slider_prev_over.png");
	}
	#main .job .job-list02 .slick-next:hover,
	#main .people .people-list .slick-next:hover {
		background-image: url("../images/index/slider_next_over.png");
	}
	#main .photo-btn a .btn::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 30px 0 0 30px;
		background: linear-gradient(90deg, #13c78c 0%, #5ccc69 51.2%, #93d34e 100%);
		content: '';
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	#main .photo-btn a .btn::after {
		transition: all 0.3s ease-out;
	}
	#main .photo-btn a:hover .btn::before {
		opacity: 1;
	}
	#main .photo-btn a:hover .btn::after {
		width: 18px;
	}
}