@charset "UTF-8";

html .main_title,
html .main_title * {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 16px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 16px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	opacity: 0 !important;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-text h2 span,
html .main_title .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-text h2 span em {
	opacity: 1 !important;
}

html .main_title .swiper-container {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
	background: #fff;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
	width: 100%;
	padding: 0;
	height: 44vw;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
	text-align: center;
	color: #294c69;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	white-space: nowrap;
	letter-spacing: -0.06em;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span {
	display: block;
	font-size: 4.25vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
	display: block;
	font-weight: 600;
	font-size: 9.5vw;
	line-height: 1.45;
	letter-spacing: -0.06em;
	white-space: nowrap;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
	display: none;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span+span {
	margin-top: 0.5em;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text02 span em {
	font-size: 6.5vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text03 span em {
	font-size: 7.25vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text04 span em {
	font-size: 6.85vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text05 span em {
	font-size: 6.25vw;
}

@media screen and (max-width: 336px) {
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
		padding: 0 15px;
		height: 272px;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
		line-height: 1.7;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
		display: block;
	}
}

html .main_title .swiper-container .swiper-pagination {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0px;
	line-height: 1;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 0 10px;
	background: none;
	border: 1px solid #047b94;
	opacity: 1;
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	border-radius: 50%;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #047b94;
}

@media screen and (min-width: 769px) {
	html .main_title {
		position: relative;
		padding-bottom: 0;
	}

	html .main_title .swiper-container {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide {
		width: 100%;
		height: 508px;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		position: relative;
		background: #f1f4f5;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide figure {
		flex-shrink: 0;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide figure img {
		width: auto;
		height: 508px;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
		position: absolute;
		left: 0;
		top: 0;
		width: calc(100% - 750px);
		min-width: 500px;
		padding: 0;
		height: 100%;
		background: #f1f4f5;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
		text-align: center;
		color: #294c69;
		font-family: "Noto Serif JP", serif;
		line-height: 2;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span {
		display: block;
		font-size: 1.8rem !important;
		font-weight: 500;
		letter-spacing: normal;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
		display: block;
		font-weight: 500;
		font-size: 3rem !important;
		letter-spacing: -0.06em;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span+span {
		margin-top: 1em;
	}

	html .main_title .swiper-container .swiper-pagination {
		width: calc(100% - 750px);
		min-width: 500px;
		bottom: 40px;
	}
}

@media only screen and (min-width: 769px) {
	html .main_title .swiper-container .swiper-wrapper .swiper-slide {
		aspect-ratio: 16/9;
		height: auto;
		display: block;
		position: relative;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide figure {
		position: absolute;
		inset: 0;
		z-index: 1;
		margin: auto;
		width: 100%;
		height: 100%;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
		width: 100%;
		height: 100%;
		inset: 0;
		position: absolute;
		z-index: 2;
		background: transparent;
	}

	html .main_title .swiper-container .swiper-pagination {
		position: absolute;
		inset: 0;
		margin: auto;
		bottom: 5%;
		top: auto;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(7) figure img {
		object-position: center top;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
		font-weight: bold;
	}

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
		transition: opacity 1s ease-in-out, transform 1s ease-in-out !important;
	}
}

@media only screen and (min-width: 641px) {
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
		font-size: min(4.6vw, 50px) !important;
	}
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 16px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 16px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	color: #294c69;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em big {
	font-size: min(140%, 56px);
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide figure {
	margin: 0 !important;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 12px #fff;
	text-align: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

@media only screen and (max-width: 769px) {
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
}



body {
	counter-reset: slidenumber 0;
	/* number のカウンタを 0 にセット */
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
	border: 0;
	background: #294c69;
	font-weight: bold;
	color: white;
	width: 32px;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 9999px;
	transition: all .2s ease-in-out;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	margin: 0 6px;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
	counter-increment: slidenumber 1;
	/* number カウンタの増加数をセット */
	content: counter(slidenumber);
	/* 表示形式を指定 */
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #D24557;
}

html .main_title .swiper-container .swiper-pagination {
	bottom: 6%;
}


@media only screen and (min-width: 641px) {
	html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
		width: 40px;
		margin: 0 10px;
	}

	html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
		font-size: 14px;
	}
}



html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
	font-size: min(4vw, 38px) !important;
}

@media only screen and (min-width: 641px) {

	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
		font-size: min(4vw, 38px) !important;
	}
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide {
	opacity: 0 !important;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text.animation_right h2 {
	transform: translateX(10px) !important;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out !important;
	opacity: 0 !important;
	transition-delay: 1s !important;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-text.animation_right h2 {
	transform: translateX(0) !important;
	opacity: 1 !important;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out !important;
	transition-delay: 1s !important;
}

@media only screen and (max-width: 480px) {
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
		display: block !important;
	}
}

@media only screen and (min-width: 769px) {

	html .main_title .swiper-container .swiper-pagination,
	html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
		/* width: calc(100% - 470px); */
	}

	html .various {
		width: min(100%, 1000px);
	}
}

html body#home .swiper-wrapper {
	padding-bottom: 4em;
}

@media only screen and (min-width: 641px) {
	html body#home .swiper-wrapper {
		padding-bottom: min(7em, 10vw);
	}
}

html .main_title .swiper-container .swiper-pagination {
	bottom: 0;
}

html .main_title .swiper-container img {
	width: 100%;
}

html .main_title {
	width: 100%;
}

html .main_title {
	padding-bottom: clamp(32px, 10vw, 88px);
}

html .main_title .swiper-wrapper {
	margin-bottom: clamp(32px, 10vw, 88px);
}

html .main_title .swiper-wrapper h2 b {
	color: #D24557;
	font-size: 110%;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
	color: #294c69;
}

html .main_title {
	opacity: 0 !important;
	transition: opacity .2s ease-in-out;
}

html .main_title.active {
	opacity: 1 !important;
	transition: opacity .2s ease-in-out;
}

.swiper-wrapper {
	display: flex;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	html .main_title {
		margin-top: 117px;
	}

	html #content {
		margin-top: 0;
	}
}