@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	opacity: 1;
	transition: 1s;
}
.loading.hide {
	opacity: 0;
	pointer-events: none;
}
.loading .image {
	width: 30.2rem;
	height: 9rem;
	position: relative;
}
.loading img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1rem;
	opacity: 1;
	transition: 0.3s;
	animation: slideUpDown 1.5s ease-in-out infinite 0s;
}
.loading.hide img {
	opacity: 0;
}
@media all and (max-width: 896px) {
	.loading .image {
		width: 20.2rem;
		height: 6rem;
	}
}
@-webkit-keyframes slideUpDown {
    0% {
        bottom: 1rem;
    }
    50% {
        bottom: 0rem;
    }
    100% {
        bottom: 1rem;
    }
}
@keyframes slideUpDown {
    0% {
        bottom: 1rem;
    }
    50% {
        bottom: 0rem;
    }
    100% {
        bottom: 1rem;
    }
}
#container {
    opacity: 0;
    transition: 0.3s;
}
#container.show {
    opacity: 1;
}
#main .content02 {
	max-width: 104.6rem;
}
#main .mainVisual {
	padding: 28.5rem 0 13.6rem;
	overflow: hidden;
}
#main .mainVisual .imgBox {
	margin: 0 auto;
	width: 71.7rem;
	align-items: center;
	position: relative;
	z-index: 1;
	transform: translateX(54px);
}
#main .mainVisual .imgBox::after {
	width: 97.8rem;
	height: 51.5rem;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-54%,-63.4%);
	background: url(../img/index/bg01.png) no-repeat center top / 100%;
}
#main .mainVisual .photoBox {
	margin-bottom: 1.6rem;
	width: 24.2rem;
}
#main .mainVisual .textBox {
	flex: 1;
}
#main .mainVisual .linkList {
	gap: 2rem;
}
#main .mainVisual .linkList a {
	width: 12.8rem;
	display: block;
}
#main .mainVisual .pageTitle {
	margin-bottom: 4.2rem;
	font-size: 3.52rem;
	line-height: 1.66;
	letter-spacing: 0.025em;
}
#main .news {
	padding: 4rem 0 8.5rem;
}
#main .news .comLink a {
	margin: -0.7rem -1rem 0 auto;
}
#main .news .newsList {
	margin-top: 4.2rem;
}
#main .news .newsList a {
	min-height: 9.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "Zen Maru Gothic", sans-serif;
}
#main .news .newsList li:last-child .dateBox {
	border-bottom: 1px solid #eb6200;
}
#main .news .newsList li:last-child .textBox {
	border-bottom: 1px solid #000;
} 
#main .news .newsList .dateBox {
	padding: 1.7rem 1.2rem;
	width: 23.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.6rem;
	border-top: 1px solid #eb6200;
	box-sizing: border-box;
}
#main .news .newsList .number {
	width: 7.5rem;
	color: #eb6200;
	font-size: 3.163rem;
	font-weight: 700;
	text-align: right;
	font-family: "Zen Maru Gothic", sans-serif;
}
#main .news .newsList .en {
	padding-top: 0.8rem;
	flex: 1;
	color: #eb6200;
	font-weight: 700;
	letter-spacing: 0.025em;
	font-size: 1.984rem;
}
#main .news .newsList .textBox {
	padding: 1rem 2rem;
	width: calc(100% - 26.2rem);
	border-top: 1px solid #000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#main .news .newsList .titleBox {
	width: 100%;
	margin-bottom: 0.3rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#main .news .newsList .title {
	margin-right: 2.6rem;
	font-size: 2.372rem;
	font-weight: 700;
	flex-shrink: 0;
}
#main .news .newsList .tagBox {
	margin-top: 0.2rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.5rem;
}
#main .news .newsList .tagBox .tag {
	padding: 0.5rem 1rem 0.4rem;
	width: fit-content;
	min-width: 12rem;
	font-size: 1.582rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #f05922;
	border-radius: 2rem;
	line-height: 1.2;
	flex-shrink: 0;
}
#main .news .newsList .textBox .text {
	width: 100%;
	font-size: 1.582rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.035em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#main .videoBox {
	padding: 7rem 0 7.7rem;
}
#main .videoBox .content  {
	max-width: 104.2rem;
}
#main .videoBox .video {
	aspect-ratio: 1042/585;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#main .videoBox .video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .videoBox h3 {
	margin-bottom: 2rem;
	font-size: 2.071rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#main .about {
	padding: 7.3rem 0 9.7rem;
	position: relative;
	background: url(../img/index/bg02.png) no-repeat left calc(50% - 66.9rem) top 8.3rem / 90.9rem;
}
#main .about .content {
	max-width: 106rem;
}
#main .about .textBox {
	margin-left: auto;
	width: 62.8rem;
	font-weight: 500;
	line-height: 1.834;
	position: relative;
}
#main .about .photo {
	width: 21.2rem;
	position: absolute;
	right: 2.3rem;
	top: -2.1rem;
}
#main .about .title {
	margin: 3.5rem 0 1.9rem;
	font-weight: 500;
	font-size: 2.268rem;
	line-height: 1.631;
}
#main .about .textList {
	margin-bottom: 1rem;
}
#main .about .textList li {
	padding-left: 0.7rem;
	text-indent: -0.7rem;
}
#main .about .comLink a {
	margin: 6.5rem 0 0;
	min-width: 29.7rem;
}
#main .service {
	padding: 7.3rem 0 13rem;
}
#main .service .headLine03 {
	margin-bottom: 5.5rem;
}
@media all and (min-width: 897px) {
	#main .mainVisual .linkList a:hover {
		opacity: 0.7;
	}
	#main .comCta {
		padding-bottom: 7rem;
	}
	#main .comCta .innerBox {
		width: 70.5rem;
	}
	#main .news .newsList a:hover {
		opacity: 0.7;
	}
	.fixedBtn {
		top: 5.8rem;
		right: 2rem;
		width: 11.2rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 3rem 0 4rem;
	}
	#main .mainVisual .imgBox {
		margin: 0 1rem;
		width: auto;
		flex-direction: column-reverse;
		transform: none;
	}
	#main .mainVisual .pageTitle {
		font-size: 2.4rem;
	}
	#main .mainVisual .linkList {
		gap: 1rem;
		justify-content: center;
	}
	#main .mainVisual .photoBox {
		margin: 0 auto 0 0;
		width: 14rem;
		transform: scaleX(-1);
	}
	#main .mainVisual .linkList a {
		width: 10rem;
	}
	#main .mainVisual .imgBox::after {
		width: 46rem;
		height: auto;
		background-size: 100% 100%;
		aspect-ratio: 978/515;
		transform: translate(-50%,-33%);
	}
	#main .news {
		padding-bottom: 5rem;
	}
	#main .news .newsList {
		margin-top: 3rem;
		width: auto;
	}
	#main .news .newsList a {
		display: block;
	}
	#main .news .newsList .dateBox {
		padding: 1rem;
		width: auto;
	}
	#main .news .newsList .number {
		width: 3rem;
		font-size: 2rem;
	}
	#main .news .newsList .en {
		padding: 0;
	}
	#main .news .newsList .textBox {
		padding: 1.5rem 1rem;
		width: auto;
	}
	#main .news .newsList .titleBox {
		margin-bottom: 0.5rem;
	}
	#main .news .newsList .titleBox .title {
		margin-right: 1rem;
		font-size: 1.7rem;
		flex-shrink: 0;
	}
	#main .news .newsList .titleBox .tagBox {
		margin-top: 0.3rem;
	}
	#main .news .newsList .titleBox .tagBox .tag {
		padding: 0.1rem 0.8rem 0.2rem;
		min-width: 7rem;
		font-size: 1.2rem;
	}
	#main .news .newsList li:last-child .dateBox {
		border-bottom: none;
	}
	#main .news .newsList .textBox .text {
		font-size: 1.3rem;
	}
	#main .videoBox {
		padding: 2rem 0 6rem;
	}
	#main .about {
		padding: 4rem 0 10rem;
		background-size: 53.9rem;
		background-position: right 10rem bottom 1rem;
	}
	#main .about .textBox {
		width: auto;
	}
	#main .about .title {
		margin: 2rem 0 1rem;
		font-size: 1.8rem;
	}
	#main .about .photo {
		margin: -4rem 0 -2rem auto;
		width: 15rem;
		position: initial;
	}
	#main .about .comLink a {
		margin-top: 3rem;
		min-width: 21rem;
	}
	#main .service {
		padding: 4rem 0;
	}
}