@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
style.css
* * * * * * * * * * * * * * * * * */
.top {
	font-family: 'Zen Old Mincho', sans-serif;
}

.top .content-inner {
	width: calc(1024px - (2em * 2));
}

/* .mv
--------------------------------- */
.mv {
	margin-bottom: 50px;
}
.mv__image {
	height: calc(80vh - 65px);
	width: 100%;
    background-image: url(/assets/img/top/mv.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.mv__image img {
	width: 100%;
}
.mv__title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #000;
	position: absolute;
	left: 50%;
	bottom: 1em;
	transform: translateX(-50%);
}
.mv__title>span {
	display: inline-block;
	margin: 0 2em;
	padding: 0.5em 1.7em;
	background-color: #fff;
	font-size: 1.7em;
}
.mv__text {
	margin-top: 1em;
}
@media screen and (max-width: 656px) {
	.mv__image {
		height: calc(80vh - 50px);
}
	.mv__text {
		margin-top: auto;
		height: calc(20vh - 50px);
		min-height: 6em;
		max-height: 8em;
	}
	.mv__title>span {
		margin: 3vw;
		padding: 0.5em 6vw;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 450px) {
	.mv__text {
		max-height: auto;
	}
}
@media screen and (max-width: 340px) {
	.mv__text {
		min-height: 8em;
	}
}

/* title
--------------------------------- */
.service__title {
	width: calc(20% - .75em);
	margin-bottom: 1em;
	writing-mode: vertical-rl;
	font-size: 1.7em;
	font-weight: 800;
	color: #000;
}
.flex--opp .service__title {
	writing-mode: vertical-lr;
}
.service__image {
	width: 80%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
	line-height: 1;
}
.service__image>img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}
.service__text {
	margin-top: 1em;
}
.service__button {
	display: block;
	padding: 0.7em 2.5em;
	background-color: #ccc;
	text-align: center;
	font-size: .9em;
	color: #000;
	font-weight: bold;
	position: relative;
}
.service__button::after {
	content: "＞";
	width: 1em;
	height: 1em;
	line-height: 1;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 656px) {
	.service__title {
		width: calc(25% - .75em);
	}
	.service__image {
		width: 75%;
		aspect-ratio: 5 / 4;
	}
}

/*
--------------------------------- */

/*
--------------------------------- */

/*
--------------------------------- */

/*
--------------------------------- */




/* end */