
/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/

@media (max-width: 1199px) {
	.front-page {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.front-page {
		padding-top: 60px;
	}
}

/*--------------------------------------------------*/
/* .fv */
/*--------------------------------------------------*/

.front-page .fv {
	position: relative;
}
.front-page .fv .mv-img {
	position: relative;
	height: 640px;
	overflow: hidden;
}
.front-page .fv .mv-img::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
}
.front-page .fv .mv-img::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 220px;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	opacity: 0.5;
}
.front-page .fv .mv-img img {
	object-fit: cover;
	object-position: 50% 75%;
	width: 100%;
	height: 100%;
}
.front-page .fv .mv-txt {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	text-align: center;
}
.front-page .fv .mv-txt .title {
	font-size: min(7vw, 32px);
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin: 0;
	text-shadow: 0 0 30px #ffffff;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	.front-page .fv .mv-img {
		height: calc(100svh - 60px);
		min-height: 500px;
	}
	.front-page .fv .mv-img::after {
		height: 50%;
	}
	.front-page .fv .mv-txt {
		top: 20%;
		padding-left: 1em;
	}
}

/*--------------------------------------------------*/
/* .page-main */
/*--------------------------------------------------*/

.front-page .section {
	font-size: 16px;
	line-height: 1.8;
	padding: 100px 0;
}
@media (max-width: 767px) {
	.front-page .section {
		font-size: 14px;
		padding: 70px 0;
	}
}

/* .title-wrap */
.front-page .section .title-wrap {
	text-align: center;
	margin-bottom: 50px;
}
.front-page .section .title-wrap .en {
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.front-page .section .title-wrap .title {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
}
@media (max-width: 767px) {
	.front-page .section .btn-bnr .title-wrap .en {
		font-size: 26px;
	}
	.front-page .section .btn-bnr .title-wrap .title {
		font-size: 14px;
		font-weight: 500;
		margin: 0;
	}
}

/* .btn */
@media (min-width: 768px) {
	.front-page .btn {
		font-size: 16px;
	}
}

/*--------------------------------------------------*/
/* .news */
/*--------------------------------------------------*/

.front-page .news {
	font-size: 14px;
}
.front-page .news .news-list {
	max-width: 700px;
	margin: -15px auto 0 auto;
}
.front-page .news .news-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.front-page .news .news-list ul li {
	border-bottom: 1px dotted #070707;
}
.front-page .news .news-list ul li > * {
	display: flex;
	align-items: center;
	line-height: 1.6;
	padding: 15px 0;
}
.front-page .news .news-list ul li .date {
	width: 100px;
}
.front-page .news .news-list ul li .category {
	width: 120px;
	color: #ffffff;
	background-color: #666666;
	font-size: 12px;
	text-align: center;
}
.front-page .news .news-list ul li .title {
	font-size: 14px;
	margin: 0;
}
.front-page .news .news-list .to-news {
	text-align: right;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.front-page .news .news-list ul li > *:hover {
		opacity: 0.5;
	}
	.front-page .news .news-list ul li .title {
		flex: 1;
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.front-page .news .news-list ul li > * {
		flex-wrap: wrap;
	}
	.front-page .news .news-list ul li .date {
		width: 90px;
	}
	.front-page .news .news-list ul li .title {
		width: 100%;
		margin-top: 7px;
	}
}

/*--------------------------------------------------*/
/* .cases */
/*--------------------------------------------------*/

.front-page .cases {
	background-color: #F2F2F2;
}
@media (min-width: 992px) {
	.front-page .cases .lower-page-list ul li.col-wide a {
		aspect-ratio: auto;
		height: 120px;
	}
	.front-page .cases .lower-page-list ul li.col-wide a dl {
		display: flex;
		align-items: center;
	}
	.front-page .cases .lower-page-list ul li.col-wide a dl dt {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 767px) {
	.front-page .cases .lower-page-list ul li.col-wide a {
		aspect-ratio: 2 / 1;
	}
}

/*--------------------------------------------------*/
/* .about */
/*--------------------------------------------------*/

.front-page .about {
	padding-bottom: 0;
}
.front-page .about ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.front-page .about .row-img a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 300px;
}
.front-page .about .row-img a::after {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 28px;
	height: 28px;
	background-color: #999999;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: "Material Symbols Sharp";
	content: "\e5e1";
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	padding-left: 3px;
}
.front-page .about .row-img a .img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.front-page .about .row-img a .img-wrap::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
.front-page .about .row-img a .img-wrap img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.front-page .about .row-img a dl {
	position: relative;
	z-index: 1;
}
.front-page .about .row-img a dl dt .title {
	font-size: min(5vw, 24px);
	color: #ffffff;
	margin: 0 0 0.2em 0;
}
.front-page .about .row-img a dl dd {
	font-size: min(3.5vw, 14px);
	color: #ffffff;
}
.front-page .about .simple-title {
	font-size: 24px;
	text-align: center;
	margin: 70px 0 20px 0;
}
.front-page .about .row-btn {
	margin: 0 -10px;
}
.front-page .about .row-btn > * {
	padding: 0 10px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.front-page .about .row-img a:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.front-page .about .row-img a {
		aspect-ratio: 1 /1;
		height: auto;
	}
	.front-page .about .row-img a::after {
		right: 10px;
		bottom: 10px;
	}
	.front-page .about .simple-title {
		font-size: 20px;
		margin: 50px 0 15px 0;
	}
	.front-page .about .row-btn > * {
		margin-top: 15px;
	}
}

/*--------------------------------------------------*/
/* .download */
/*--------------------------------------------------*/

.front-page .download .btn {
	justify-content: center;
	height: 120px;
}
.front-page .download .btn::after {
	content: "\e5e1";
	font-size: 120%;
}
.front-page .download .btn dl {
	display: flex;
	align-items: center;
}
.front-page .download .btn dl dt {
	margin: 0 15px 0 0;
}
.front-page .download .btn .material-symbols-sharp {
	font-size: 60px;
	font-weight: 200;
	color: var(--green);
}
@media (max-width: 767px) {
	.front-page .download .btn {
		font-size: 16px;
	}
}

/*--------------------------------------------------*/
/* .profile */
/*--------------------------------------------------*/

.front-page .profile {
	padding: 0;
}
.front-page .profile .row a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	color: #ffffff;
	background-color: var(--green);
	min-height: 280px;
	padding: 20px;
}
.front-page .profile .row > *:nth-child(2) a {
	background-color: #38643A;
}
.front-page .profile .material-symbols-sharp {
	font-size: 56px;
	font-weight: 100;
}
.front-page .profile dd.title-wrap {
	margin: 10px 0 0 0;
}
@media (min-width: 768px) {
	.front-page .profile .row a:hover {
		opacity: 0.8;
	}
}
@media (max-width: 767px) {
	.front-page .profile .row a {
		min-height: 240px;
	}
}

/*--------------------------------------------------*/
/* .bnr */
/*--------------------------------------------------*/

.front-page .bnr {
	padding: 70px 0;
}
.front-page .bnr .inner {
	max-width: 760px;
	margin: 0 auto;
}
.front-page .row-bnr {
	margin: 0 -10px;
}
.front-page .row-bnr > * {
	padding: 0 10px;
}
.front-page .bnr p {
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0 0 0;
}
@media (min-width: 768px) {
	.front-page .bnr a:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.front-page .bnr .inner {
		max-width: 370px;
	}
	.front-page .row-bnr > * + * {
		margin-top: 30px;
	}
}