@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mainVisual .innerBox {
	position: absolute;
	top: 16.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 72.9%;
	z-index: 1;
}
.mainVisual .title {
	color: #fff;
	font-size: 3rem;
	line-height: 1.86;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	text-shadow : 0 0 3rem rgba(0, 0, 0, 1);
}
.mainVisual .slideBox {
	overflow: hidden;
}
.mainVisual .slideBox .slick-slide > div {
	line-height: 0;
}
.mainVisual .slideBox li {
	overflow: hidden;
	height: calc(100dvh - 13.8rem);
}
.mainVisual .slideBox li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .slideBox .animate img {
	animation: slideimg 11s forwards linear;
}
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
#main {
	padding: 0;
	background-color: #fff;
}
#main .content {
	max-width: 122rem;
}
#main .news {
	padding: 4.7rem 0 6rem;
	background-color: #FFF6CC;
}
#main .news h2 {
	margin-bottom: 4.1rem;
	font-weight: 500;
	color: #7C4909;
	font-size: 3.5rem;
	letter-spacing: 0.02em;
}
#main .news .newsList {
	margin: -2rem 0 4rem;
}
#main .news .newsList > li {
	margin: 2rem 4.7rem 0 0;
	width: 26.9rem;
	border-radius: 2rem 2rem 0 0;
	overflow: hidden;
	background-color: #fff;
}
#main .news .newsList > li:nth-child(4n) {
	margin-right: 0;
}
#main .news .newsList a {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
}
#main .news .newsList a::after {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	content: "";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	background: url(../img/common/icon08.png) no-repeat right bottom / 100%;
}
#main .news .newsList .photoBox {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#main .news .newsList .photoBox::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	content: "";
	pointer-events: none;
	transition: .3s;
}
#main .news .newsList .photoBox img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .news .newsList .textBox {
	padding: 3.2rem 2.8rem 4.2rem;
	position: relative;
	z-index: 2;
}
#main .news .newsList .textBox .topText {
	margin-bottom: 1.2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#main .news .newsList .textBox .topText .time {
	font-weight: 300;
	font-size: 1.2rem;
	width: 6.2rem;
}
#main .news .newsList .textBox .tagList {
	margin-top: -0.5rem;
}
#main .news .newsList .textBox .tagList li {
	margin: 0.5rem 0 0 0.5rem;
	min-width: 6.4rem;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	border: 1px solid #373737;
}
#main .news .newsList .textBox .tagList li:first-child {
	margin-left: 0;
}
#main .news .newsList .textBox .text {
	letter-spacing: 0.02em;
}
#main .comBtnList02 li {
	margin: 0 auto;
}
#main .headLine01 {
	margin-bottom: 4.2rem;
	padding-top: 1.2rem;
	font-weight: 500;
	font-size: 2.8rem;
}
#main .headLine01::after,
#main .headLine01::before {
	width: 7.2rem;
	height: 0.2rem;
}
#main .headLine01::before {
	left: 7.2rem;
	background-color: #F5961E;
}
#main .intro {
	padding: 5.8rem 0 6rem;
	background-color: #F7F7F7;
}
#main .events {
	padding: 6.3rem 0 6rem;
}
#main .career {
	padding: 6.1rem 0;
	background-color: #F7F7F7;
}
#main .career .comPhotoList li {
	margin: 2rem 1.2rem 0 0 !important;
	width: 39.8rem;
}
#main .career .comPhotoList li:nth-child(3n) {
	margin-right: 0 !important;
}
#main .btnBox {
	padding: 8rem 0 8rem;
	background-color: #E5E5E5;
}
#main .btnBox .btnList li {
	margin: 0 1.1rem;
	width: 25.6rem;
}
#main .btnBox .btnList a {
	padding: 2.3rem 2rem;
	font-size: 1.9rem;
	display: block;
	letter-spacing: 0.02em;
	background: #fff url(../img/common/icon09.png) no-repeat right center / 2rem;
	border: 1px solid #F17C40;
}
#main .btnBox .btnList .li01 a {
	background-image: url(../img/common/icon10.png);
	border-color: #8CC98A;
}
#main .btnBox .btnList .li02 a {
	background-image: url(../img/common/icon11.png);
	border-color: #97D4E7;
}
#main .btnBox .btnList .li03 a {
	background-image: url(../img/common/icon12.png);
	border-color: #FDD002;
}
@media all and (min-width: 897px) {
	#main .news .newsList a:hover::after {
		height: 80rem;
		width: 80rem;
	}
	#main .news .newsList a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .news .newsList a:hover .photoBox::after {
		opacity: 1;
	}
	#main .news .newsList a:hover .textBox {
		color: #0A0A0A;
	}
	#main .news .newsList a:hover .tagList li {
		border-color: #0A0A0A;
	}
	#main .btnBox .btnList a:hover {
		color: #737373;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .innerBox {
		margin: 0 2.3rem;
		top:8.5rem;
/*	top: auto; (top: 16.5rem;)
		bottom: 2.2rem;*/
		left: 0;
		transform: translateX(0);
		width: auto;
	}
	.mainVisual .title {
		font-size: 1.9rem;/*1.6*/
		font-weight: 500;
	}
	.mainVisual .slideBox li img {
		height: calc(100dvh - 6.88rem);
	}
	#main .news {
		padding: 2.2rem 0 2.7rem;
	}
	#main .news .content {
		margin: 0 2.5rem;
	}
	#main .news h2 {
		margin-bottom: 1.8rem;
		color: #F5961E;
		font-size: 2rem;
	}
	#main .news .newsList {
		margin: 0 0 2.5rem;
		display: block;
	}
	#main .news .newsList > li {
		margin: 0 0 3.5rem;
		width: auto;
	}
	#main .news .newsList > li:last-child {
		margin-bottom: 0;
	}
	#main .news .newsList .photoBox {
		height: 53.333vw;
	}
	#main .news .newsList .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .news .newsList .textBox .text {
		font-size: 1.6rem;
	}
	#main .headLine01 {
		margin: 0 0 3.5rem 1.5rem;
	}
	#main .intro,
	#main .events,
	#main .career {
		padding: 3.7rem 0 3.5rem;
	}
	#main .intro .content,
	#main .events .content,
	#main .career .content {
		margin: 0 1rem;
	}
	#main .career .comPhotoList li {
		margin: 0 !important;
		width: auto;
	}
	#main .btnBox {
		padding: 4.5rem 0 4.3rem;
	}
	#main .btnBox .btnList {
		display: block;
	}
	#main .btnBox .btnList li {
		margin: 0 auto 1.5rem;
	}
	#main .btnBox .btnList li:last-of-type {
		margin-bottom: 0;
	}
	#main .btnBox .btnList a {
		padding: 2.3rem 2rem;
		font-size: 1.9rem;
		display: block;
		letter-spacing: 0.02em;
		background: #fff url(../img/common/icon09.png) no-repeat right center / 2rem;
		border: 1px solid #F17C40;
	}
	#main .btnBox .btnList .li01 a {
		background-image: url(../img/common/icon10.png);
		border-color: #8CC98A;
	}
	#main .btnBox .btnList .li02 a {
		background-image: url(../img/common/icon11.png);
		border-color: #97D4E7;
	}
	#main .btnBox .btnList .li03 a {
		background-image: url(../img/common/icon12.png);
		border-color: #FDD002;
	}
}