@charset "utf-8";

:root {
	--mva: 40px;
	--mva2: 30px;
	--mvb: 370px;
	--mvb2: 350px;
	--mvc: 35px;
	--mvc2: 27px;
	--mvd: 40px;
	--mvd2: 35px;
}

/* -----------------------------------------------------------
TOPページ
-------------------------------------------------------------- */
.top-mv-hidden {
	display: none;
}

.top-mv-hidden.top-mv-active {
	display: block;
}

.top-temporary.top-temporary-hidden {
	display: none!important;
}

.mv-swiper-hidden.mv-swiper-open {
	height: auto!important;
}


.scroll-hint-icon {
	z-index: 2;
}



@media screen and (min-width: 769px) {
	.scroll-hint-icon {
		display: none !important;
	}
}

/* -----------------------------------------------------------
loading
-------------------------------------------------------------- */
.loading {
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10000;
	background: #fff;
	height: 100vh;
}

.loading_inner {
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
}

.loading_ani {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.loading_img {
	width: 90px;
	height: 90px;
	margin: 0 auto 0;
	opacity: 0;
	transition: .6s;
}

.loading_img.loading_img-active {
	opacity: 1;
}

.loading_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.loading_ani_catch {
	font-size: 4.5rem;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.3;
	font-feature-settings: "palt";
	letter-spacing: .09em;
}

.loading_ani_catch span {
	color: var(--main);
	margin: 0 8px 0 0;
}

.loading_ani .handwriting {
	width: 420px;
	position: absolute;
	left: 0;
}

#mask-line {
	stroke-dasharray: 2600px;
	animation: h-written 4.5s;
}

@keyframes h-written {
	0% {
		stroke-dashoffset: 2600px;
	}

	100% {
		stroke-dashoffset: 0px;
	}
}

#handwriting_text {
	mask: url(#mask-ani);
}

@media screen and (max-width: 768px) {
	.loading_ani {
		position: relative;
	}

	.loading_ani .handwriting {
		width: 275px !important;
		position: absolute;
		top: 50px;
		left: -5px;
	}

	.loading_ani_catch {
		text-align: center;
		font-size: 2.5rem;
		line-height: 2.2;
		white-space: inherit;
	}

	.loading_ani_catch span {
		font-size: 2.9rem;
	}

	.loading_img {
		width: 60px;
		height: 60px;
		margin: 20px auto 0;
	}
}

/* -----------------------------------------------------------
mv-area
-------------------------------------------------------------- */
.mv-area {
	position: relative;
	padding-top: var(--mva);
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.mv-area {
		padding-top: var(--mva2);
	}
}

.mv-area .top-h1 {
	position: absolute;
	right: 35px;
	top: 40px;
	width: 15%;
}

.mv-area .top-h1 h1 {
	font-weight: 400;
	font-size: 1.2rem;
	color: var(--gray2);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: right;
}

.mv-grad {
	background: #ebf3f5 url(../img/top-mv-bg.png)left top/auto 100% no-repeat;
	padding: 50px 0 0;
	margin-top: -50px;
	height: auto!important;
}

@media screen and (max-width: 768px) {
	.mv-area {
		flex-direction: column;
		display: flex;
		padding: 90px 0 0;
	}

	.mv-area .top-h1 {
		order: 3;
		position: static;
		padding: 12px 0 0;
		width: 100%;
	}

	.mv-area .top-h1 h1 {
		font-size: 1rem;
		width: 40%;
		margin: 0 0 0 auto;
		color: #b6c7cf;
		z-index: 2;
		position: relative;
		padding: 0 20px 0 0;
	}

	.mv-grad {
		background: transparent;
		padding: 0;
		margin-top: 0;
		order: 4;
	}
}

/* -----------------------------------------------------------
mv-swiper 
-------------------------------------------------------------- */
.mv-swiper {
	width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	height: auto!important;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.mv-swiper {
		width: 620px;
	}
}

.mv-swiper.swiper-3d .swiper-slide-shadow {
	background: rgba(255, 255, 255, .7) !important;
}

.mv-swiper .swiper-wrapper {
	height: 100% !important;
}

.mv-swiper .swiper-slide {
	width: 100% !important;
	height: 100% !important;
}

.mv-swiper .swiper-slide.swiper-slide-active {
	overflow: inherit !important;
}

.mv-swiper .swiper-slide .img {
	width: 100% !important;
	height: var(--mvb);
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.mv-swiper .swiper-slide .img {
		height: var(--mvb2);
	}
}

.mv-swiper .swiper-slide img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-thumbnail {
	position: relative;
	padding: var(--mvc) 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.swiper-thumbnail {
		padding: var(--mvc2) 0 0;
	}
}

.swiper-thumbnail .swiper-slide p {
	opacity: 0;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.swiper-thumbnail .swiper-slide p {
		font-size: 3.3rem;
	}
}

.swiper-thumbnail .swiper-slide-thumb-active p {
	opacity: 1;
}

.swiper-thumbnail .catch-imortant {
	color: #4d7bb9;
	position: relative;
	font-size: 4rem;
	margin: 0 3px;
	padding: 0 0 2px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.swiper-thumbnail .catch-imortant {
		font-size: 3.6rem;
	}
}

.swiper-thumbnail .catch-imortant::before {
	content: "";
	background: #4d7bb9;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.mv-swiper {
		width: calc(100% - 60px);
		margin: 25px auto 0;
		padding: 0;
		position: relative;
		z-index: 2;
		order: 1;
	}

	.mv-swiper .swiper-slide .img {
		height: 52vw;
	}

	.swiper-thumbnail {
		padding: 0;
		position: absolute;
		top: 30px;
		width: 100%;
		left: 0;
		right: 0;
	}

	.swiper-thumbnail .swiper-slide p {
		color: var(--cmnblack);
		font-size: 2.1rem;
		line-height: 1;
		letter-spacing: 0;
		padding: 0;
	}

	.swiper-thumbnail .swiper-slide span {
		line-height: 1.6;
	}

	.swiper-thumbnail .catch-imortant {
		font-size: 2.2rem;
		width: fit-content;
		margin: 0 auto;
		padding: 0 0 2px;
	}

	.swiper-thumbnail .catch-imortant::before {
		height: 2px;
	}
}

/* -----------------------------------------------------------
mv-slide-txt
-------------------------------------------------------------- */
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.mv-slide-txt-wrap {
	position: absolute;
	top: 160px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.mv-slide-txt-wrap {
		top: 140px;
	}
}

.mv-slide-txt {
	display: flex;
	gap: 50px;
	animation: loop-slide 30s infinite linear 2s both;
}

.mv-slide-txt .txt-wrap {
	display: flex;
	gap: 50px;
	flex-shrink: 0;
}

.mv-slide-txt .txt {
	flex-shrink: 0;
}

.mv-slide-txt .txt::before {
	content: "Rid Reliable Posting";
	font: 700 10.8rem /1 var(--serif);
	color: #dbe6eb;
}

@media screen and (max-width: 768px) {
	.mv-slide-txt-wrap {
		order: 2;
		padding: 17px 0 0;
		position: relative;
		top: auto;
	}

	.mv-slide-txt {
		animation-duration: 20s;
	}

	.mv-slide-txt .txt-wrap {
		gap: 20px;
		padding: 0 0 5px;
	}

	.mv-slide-txt .txt::before {
		color: #cadbe5;
		font-size: 4rem;
	}
}

/* -----------------------------------------------------------
    flame-svg
-------------------------------------------------------------- */
.flame-svg {
	position: relative;
}

.flame-svg svg {
	position: absolute;
	top: -3px;
	left: -3px;
	overflow: visible;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	pointer-events: none;
}

.flame-svg rect {
	transition: .7s;
	stroke-dasharray: 400%;
	stroke-dashoffset: 400%;
}

@media screen and (min-width: 769px) {
	.flame-svg:hover rect {
		stroke-dashoffset: 0;
	}
}

/* -----------------------------------------------------------
    .mv-link
-------------------------------------------------------------- */
.mv-link-catch {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: none !important;
	padding: 30px 0 45px;
	text-align: center;
	letter-spacing: .05em;
	color: #fff;
	background: #678bbb;
	font-feature-settings: 'palt';
}

.mv-link-catch::before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	content: '';
	background: #678bbb;
}

.mv-link-catch .catch1 {
	position: relative;
}

.mv-link-catch .catch1::before {
	position: absolute;
	bottom: -25px;
	left: 10px;
	width: 326px;
	height: 23px;
	content: '';
	opacity: .7;
	background: url(../img/top-mv-catch.svg) center/contain no-repeat;
}

.mv-link-catch .catch2 {
	font-size: 2.8rem;
	margin: 0 7px 0 5px;
}

[data-mvlink="ad"] .mv-link-staff img {
	aspect-ratio: 53/95;
}

[data-mvlink="printing"] .mv-link-staff img {
	aspect-ratio: 53/96;
}

[data-mvlink="other"] .mv-link-staff img {
	aspect-ratio: 53/96;
}

.mv-link-wrap {
	padding: var(--mvd) 0 60px;
}

.mv-link {
	display: flex;
	width: 100%;
	min-width: 1240px;
	height: calc(100vh - 156px - var(--mva) - var(--mva) - var(--mvb) - var(--mvc) - var(--mvd));
	min-height: 210px;
	margin: 0 auto;
	padding: 0 35px;
	gap: 30px;
	justify-content: space-between;
}

.mv-link a:hover .mv-link-ttl .arrow span::before {
	background: #78c6cb;
}

.mv-link-item {
	width: calc((100% - 60px) / 3);
	transition: .5s;
	border: 7px solid #fff;
	border-radius: 9px;
	background: #f3f8f9;
}

.mv-link-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 15px 16px 8px;
}

.mv-link-ttl {
	display: flex;
	height: 34%;
	align-items: center;
	justify-content: center;
}

.mv-link-ttl .name {
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding: 0 35px 0 0;
	color: var(--cmnblack);
}

.mv-link-ttl .honor {
	font-size: 2.3rem;
	margin: 0 0 0 5px;
}

.mv-link-ttl .arrow {
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mv-link-ttl .arrow span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}

.mv-link-ttl .arrow span::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	transition: .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: var(--sub2);
}

.mv-link-ttl .arrow span::after {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url('../img/cmn-arrow-w.svg') center/contain no-repeat;
}

.mv-link-btm {
	display: flex;
	height: 66%;
	gap: 3%;
	justify-content: center;
}

.mv-link-btm .img {
	overflow: hidden;
	width: 45%;
	max-width: 280px;
	height: 100%;
	border-radius: 6px;
	flex-shrink: 0;
	flex-grow: 1;
}

.mv-link-btm .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-link-staff {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	justify-content: center;
}

.mv-link-staff figure {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	padding: 0 60px 0 0;
	text-align: center;
	align-items: center;
	gap: 7px;
}

.mv-link-staff img {
	position: absolute;
	top: -20px;
	right: 0;
	width: 53px;
}

.mv-link-staff figcaption {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--gray);
	flex-shrink: 0;
}

.mv-link-staff .catch {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	max-width: 230px;
	padding: 15px 20px 12px;
	text-align: center;
	letter-spacing: 0;
	color: #48acb3;
	border: 2px solid;
	border-radius: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.mv-link-wrap {
		padding-top: var(--mvd2);
	}

	.mv-link {
		height: auto;
		gap: 20px;
	}

	.mv-link-item {
		width: calc((100% - 40px) / 3);
	}

	.mv-link-item a {
		padding: 0 8px 16px;
	}

	.mv-link-ttl .name {
		font-size: 2.8rem;
		padding: 0 30px 0 0;
		letter-spacing: .03em;
	}

	.mv-link-ttl .honor {
		margin: 0 0 0 2px;
	}

	.mv-link-staff .catch {
		font-size: 1.5rem;
		padding: 12px;
	}
}

@media screen and (min-width: 769px) {
	.mv-link-item:hover {
		border-color: transparent;
	}
}

@media screen and (max-width: 768px) {
	.mv-link-catch {
		line-height: 1.5;
		padding: 35px 0 0;
		background: transparent;
		order: 1;
	}

	.mv-link-catch .catch1 {
		font-size: 2.6rem;
		color: #5989ca;
	}

	.mv-link-catch .catch1::before {
		bottom: -18px;
		left: 5px;
		width: 248px;
		height: 20px;
		opacity: 1;
		background: url(../img/top-mv-catch-sp.svg) center/contain no-repeat;
	}

	.mv-link-catch .catch2 {
		font-size: 1.9rem;
		color: var(--cmnblack);
	}

	.mv-link-catch .catch3 {
		font-size: 2.9rem;
		color: var(--cmnblack);
	}

	.mv-link-wrap {
		margin-top: -120px;
		padding: 140px 20px 50px;
		background: #e6f0f2 url(../img/top-mv-bg-sp.png) left top/100% auto no-repeat;
	}

	.mv-link {
		flex-direction: column;
		min-width: unset;
		height: auto;
		min-height: unset;
		padding: 0;
		gap: 25px;
	}

	.mv-link-item {
		width: 100%;
		padding: 19px 10px 13px;
		border-width: 4px;
		border-radius: 6px;
		background: #eff4f6;
		background: #f5f9fa;
	}

	.mv-link-item a {
		padding: 0;
		gap: 15px;
	}

	.mv-link-ttl {
		height: auto;
		padding: 0 0 0 10px;
	}

	.mv-link-ttl .name {
		font-size: 2.5rem;
		padding: 0 30px 0 0;
		letter-spacing: .03em;
	}

	.mv-link-ttl .honor {
		font-size: 2rem;
		margin: 0 0 0 2px;
	}

	.mv-link-ttl .arrow {
		top: 50%;
	}

	.mv-link-btm {
		height: auto;
	}

	.mv-link-btm .img {
		width: 40%;
		max-width: unset;
		height: 145px;
		border-radius: 4px;
	}

	.mv-link-staff {
		width: 57%;
		height: auto;
		gap: 10px;
	}

	.mv-link-staff figure {
		width: 125px;
		flex-shrink: 0;
		gap: 5px;
	}

	.mv-link-staff img {
		width: 40px;
		margin: 0;
	}

	.mv-link-staff figcaption {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.mv-link-staff .catch {
		font-size: 1.5rem;
		font-weight: 600;
		padding: 12px 8px;
		border-radius: 4px;
	}
}