@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: linear-gradient(89.82deg, rgba(208, 232, 232, 1) 0%, rgba(236, 255, 255, 1) 52.8%, rgba(206, 232, 232, 1) 100%);
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#container::before {
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100%;
	height: 83rem;
	background: url(../img/common/main_bg.png) no-repeat center top / 185.3rem;
	content: '';
	opacity: 0.9;
}
#container::after {
	position: absolute;
	top: 81.3rem;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../img/common/bg01.png) repeat-y left calc(50% - 1.3rem) top / 185.2rem;
	content: '';
	opacity: 0.9;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::before {
		top: 1.7rem;
		left: 0;
		width: 100%;
		height: 145vw;
		background: url(../img/common/main_bg_sp.png) no-repeat center top / 100% auto;
	}
	#container::after {
		top: 158.1vw;
		background: url(../img/common/bg01_sp.png) repeat-y center top / 100%;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.old {
	font-family: "Zen Old Mincho", serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gNavi {
	padding: 5rem 1rem;
	text-align: center;
}
#gNavi li {
	margin: 0 1.4rem;
	display: inline-block;
}
#gNavi li a {
	display: block;
	height: 3.1rem;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li a img {
	height: 100%;
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 1.5rem 1rem;
	}
	#gNavi li {
		margin: 0 0.5rem;
	}
	#gNavi li a {
		height: 1.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 18rem;
	position: relative;
	z-index: 5;
}
#gFooter .fLogo {
	margin: 0 auto 3.9rem;
	max-width: 22.8rem;
}
#gFooter address {
	font-size: 1.7rem;
	font-weight: 900;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.7rem 0 7.2rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.3rem;
		max-width: 12.3rem;
	}
	#gFooter address {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 100.6rem;
	box-sizing: content-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		padding: 0 2.2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.parallax {
	--y: 0px;
	--distance: 0px;
	overflow: hidden;
	transform: translateY(var(--y)) translateZ(0);
}
.parallax img {
	/* transform: translateY(calc(0px - var(--y))) translateZ(0); */
	isolation: isolate;
}
#main {
	position: relative;
	z-index: 5;
}
#main .mainVisual {
	margin-bottom: 9.2rem;
	height: 100vh;
	min-height: 50rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
#main .mainVisual .inner {
	padding-bottom: 2rem;
	position: relative;
	z-index: 5;
}
#main .mainVisual h1 {
	margin: 0 auto 10.8rem;
	width: 50.7rem;
	transform: scale(0);
	opacity: 0;
	transition: all ease 1s;
}
#main .mainVisual h1.on {
	transform: none;
	opacity: 1;
}
#main .mainVisual .logoImg {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 139.3rem;
	box-sizing: content-box;
}
@media all and (min-width: 897px) and (max-height: 950px) {
	#main .mainVisual h1 {
		margin-bottom: max(2rem,4vh);
		width: max(20.8rem,42vh);
	}
	#main .mainVisual .logoImg {
		width: max(73.3rem,146.6vh);
	}
}
#main .topPhotoArea {
	margin: 0 auto 12.2rem;
	padding: 0 2rem;
	max-width: 142.8rem;
	box-sizing: content-box;
	position: relative;
}
#main .topPhotoArea .hTitle {
	margin-bottom: 4.7rem;
	font-size: 3.9rem;
	font-weight: 900;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.75;
}
#main .topPhotoArea .textBox {
	margin-bottom: 6.4rem;
}
#main .topPhotoArea .textBox .text {
	margin-bottom: 4.4rem;
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.12em;
	line-height: 1.92;
}
#main .topPhotoArea .textBox .text:last-child {
	margin-bottom: 0;
}
#main .topPhotoArea .title {
	margin-bottom: 8.4rem;
	font-size: 3rem;
	font-weight: 900;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.83;
}
#main .topPhotoArea .logo {
	margin: 0 auto;
	width: 18.8rem;
}
#main .topPhotoArea .photo {
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1 /1;
}
#main .topPhotoArea .photo img {
	width: 100%;
	/* height: calc(100% + var(--distance)); */
	height: 100%;
	object-fit: cover;
}
#main .topPhotoArea .photo01 {
	top: -0.3rem;
	left: 6.2rem;
	width: 23.8rem;
}
#main .topPhotoArea .photo02 {
	top: 9.3rem;
	right: 13.4rem;
	width: 24.8rem;
}
#main .topPhotoArea .photo03 {
	top: 37.8rem;
	left: 13.9rem;
	width: 21.9rem;
}
#main .topPhotoArea .photo04 {
	top: 44.2rem;
	right: 16.2rem;
	width: 23.4rem;
}
#main .topPhotoArea .photo05 {
	left: 0;
	bottom: 3.1rem;
	width: 33.9rem;
}
#main .topPhotoArea .photo06 {
	right: 6.3rem;
	bottom: 1.6rem;
	width: 29.1rem;
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	#main .topPhotoArea .hTitle {
		font-size: max(3.3rem,2.6vw);
	}
	#main .topPhotoArea .textBox .text {
		font-size: max(1.9rem,1.53vw);
	}
	#main .topPhotoArea .title {
		font-size: max(2.6rem,2vw);
	}
	#main .topPhotoArea .photo01 {
		top: max(-3px,-0.2vw);
		left: max(5.2rem,4.1vw);
		width: max(20.2rem,15.8vw);
	}
	#main .topPhotoArea .photo02 {
		top: max(8rem,6.2vw);
		right: max(11.4rem,8.9vw);
		width: max(21.1rem,16.5vw);
	}
	#main .topPhotoArea .photo03 {
		top: max(32.2rem,25.2vw);
		left: max(11.7rem,9.2vw);
		width: max(18.6rem,14.6vw);
	}
	#main .topPhotoArea .photo04 {
		top: max(37.6rem,29.4vw);
		right: max(13.8rem,10.8vw);
		width: max(19.9rem,15.6vw);
	}
	#main .topPhotoArea .photo05 {
		left: 1rem;
		bottom: max(2.5rem,2vw);
		width: max(28.9rem,22.6vw);
	}
	#main .topPhotoArea .photo06 {
		right: max(5.4rem,4.2vw);
		bottom: max(1.3rem,1vw);
		width: max(24.8rem,19.4vw);
	}
}
#main .news {
	margin-bottom: 16.6rem;
}
#main .news .hTitle {
	margin: 0 auto 5rem;
	max-width: 19.2rem;
}
#main .news .newsList {
	display: flex;
	flex-wrap: wrap;
}
#main .news .newsList.noFlex {
	display: block;
}
#main .news .newsList .slick-slide > div {
	margin: 0 3.2rem 0 0;
	width: 31.4rem;
}
@media all and (min-width: 897px) {
	#main .news .newsList li {
		margin: 0 3.2rem 0 0;
		width: 31.4rem;
	}
	#main .news .newsList li:nth-child(3) {
		margin-right: 0;
	}
}
#main .news .newsList li a {
	display: block;
}
#main .news .newsList li a.nolink {
	pointer-events: none;
}
#main .news .newsList li a:hover {
	opacity: 0.7;
}
#main .news .newsList li .photo {
	margin-bottom: 2.1rem;
	aspect-ratio: 314 / 206;
}
#main .news .newsList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}
#main .news .newsList li .text {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .news .newsList li .text .color {
	color: #ff0000;
}
#main .news .inner {
	margin-top: 8.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main .news .inner .arrow {
	width: 2.9rem;
	cursor: pointer;
	display: none;
}
#main .news .inner .arrow.show {
	display: block;
}
#main .news .inner .dot .slick-dots {
	margin: 0 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .news .inner .dot .slick-dots li {
	margin: 0 1.3rem;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0.3rem solid #000;
	box-sizing: border-box;
}
#main .news .inner .dot .slick-dots li.slick-active {
	transform: scale(1.25);
	background: transparent;
}
#main .news .inner .dot .slick-dots li button {
	display: none;
}
@media all and (min-width: 897px) {
	#main .news .inner .arrow:hover {
		opacity: 0.7;
	}
}
#main .lineup h2 {
	margin: 0 auto 7.2rem;
	max-width: 23.7rem;
}
#main .lineup .photoList {
	gap: 1.5rem;
}
#main .lineup .photoList li {
	padding: 2rem 3.7rem 2.2rem;
	width: calc((100% - 3rem) / 3);
	background: #FFF;
	border-radius: 1.2rem;
}
#main .lineup .photoList li .subBox {
	margin-bottom: 1.6rem;
}
#main .lineup .photoList li .topText {
	margin: 0 -1rem -0.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #0071a7;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.72;
}
#main .lineup .photoList li .photo {
	margin: 0 auto -0.8rem;
	width: 15.7rem;
}
#main .lineup .photoList li .photo.width01 {
	width: 25.6rem;
}
#main .lineup .photoList li .photo.width02 {
	width: 14.2rem;
}
#main .lineup .photoList li .photo.width03 {
	width: 14.8rem;
}
#main .lineup .photoList li .photo.mb01 {
	margin-bottom: 0rem;
}
#main .lineup .photoList li .title {
	margin: 0 -1rem 1.5rem;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.05;
}
#main .lineup .photoList li .text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.375;
	text-align: justify;
}
#main .lineup .photoList li .text sup {
	font-size: 1rem;
}
#main .lineup .photoList li .link {
	margin: 0 auto;
	width: 17.1rem;
}
#main .lineup .photoList li .link a {
	display: block;
	min-height: 4.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	border-radius: 2rem;
	background: #0071a7 url(../img/common/icon01.png) no-repeat right 0.9rem top calc(50% + 0.1rem) / 0.8rem;
}
#main .lineup .photoList li .link a:hover {
	opacity: 0.7;
}
#main .lineup .outLink {
	margin: 4.3rem auto 0;
	width: 52.6rem;
}
#main .lineup .outLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#container {
		overflow: clip;
	}
	#main .mainVisual {
		margin-bottom: 2.8rem;
		min-height: 50rem;
	}
	#main .mainVisual h1 {
		margin: 0 auto 4.8rem;
		width: 20.7rem;
	}
	#main .mainVisual .logoImg {
		margin: 0 auto;
		padding: 0 2rem;
		max-width: 31.6rem;
	}
	@media all and (max-width: 896px) and (max-height: 550px) {
		#main .mainVisual h1 {
			margin-bottom: 2rem;
		}
	}
	@media all and (max-width: 896px) and (min-height: 650px) {
		#main .mainVisual {
			align-items: center;
		}
	}
	#main .topPhotoArea {
		margin: 0 auto;
		padding-bottom: 84.2vw;
		max-width: inherit;
	}
	#main .topPhotoArea .hTitle {
		margin-bottom: 2.6rem;
		font-size: 2.2rem;
	}
	#main .topPhotoArea .textBox {
		margin-bottom: 3.5rem;
	}
	#main .topPhotoArea .textBox .text {
		margin-bottom: 1.9rem;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#main .topPhotoArea .title {
		margin-bottom: 3.5rem;
		font-size: 1.5rem;
		line-height: 1.71;
	}
	#main .topPhotoArea .logo {
		width: 10.2rem;
	}
	#main .topPhotoArea .photoBox {
		position: relative;
	}
	#main .topPhotoArea .photo01 {
		top: -2.1vw;
		left: -7.5vw;
		width: 31.5vw;
	}
	#main .topPhotoArea .photo02 {
		top: -9.7vw;
		right: -2vw;
		width: 26.3vw;
	}
	#main .topPhotoArea .photo03 {
		display: none;
	}
	#main .topPhotoArea .photo04 {
		top: 12.7vw;
		right: 30.2vw;
		width: 28.3vw;
	}
	#main .topPhotoArea .photo05 {
		display: none;
	}
	#main .topPhotoArea .photo06 {
		right: auto;
		left: 4.3vw;
		bottom: auto;
		top: 37.4vw;
		width: 30.8vw;
	}
	#main .topPhotoArea .photo07 {
		top: 29.4vw;
		right: -8.9vw;
		width: 36vw;
	}
	#main .news {
		margin-bottom: 7.8rem;
	}
	#main .news .hTitle {
		margin: 0 auto 2.9rem;
		max-width: 10.2rem;
	}
	#main .news .subArea {
		margin: 0 -2rem;
		position: relative;
	}
	#main .news .newsList {
		position: relative;
		z-index: 5;
	}
	#main .news .newsList .slick-list {
		padding: 0 4.8rem !important;
	}
	#main .news .newsList .slick-slide > div {
		margin: 0 1.6rem;
		width: auto;
	}
	#main .news .newsList li .photo {
		margin-bottom: 1.6rem;
		aspect-ratio: 314 / 207;
	}
	#main .news .newsList li .text {
		font-size: 1.7rem;
		line-height: 1.52;
		letter-spacing: 0.12em;
	}
	#main .news .subArea .arrow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#main .news .subArea .arrow li {
		position: absolute;
		top: 18.7vw;
		left: 3.7rem;
		width: 1.8rem;
		z-index: 6;
		top: calc((100vw - 4.8rem * 2 - 1.6rem * 2) * 207 / 314 * 0.5 - 2.9rem * 0.5);
	}
	#main .news .subArea .arrow li.next {
		left: auto;
		right: 3.7rem;
	}
	#main .news .inner {
		margin-top: 5rem;
	}
	#main .news .inner .arrow {
		width: 1.7rem;
	}
	#main .news .inner .dot .slick-dots {
		margin: 0 1rem;
	}
	#main .news .inner .dot .slick-dots li {
		margin: 0 0.7rem;
		width: 0.8rem;
		height: 0.8rem;
		border: 0.2rem solid #000;
	}
	#main .news .inner .dot .slick-dots li.slick-active {
		transform: scale(1.2);
	}
	#main .lineup h2 {
		margin: 0 auto 2.8rem;
		max-width: 14.3rem;
	}
	#main .lineup .photoList {
		gap: 0.6rem 0;
		justify-content: space-between;
	}
	#main .lineup .photoList li {
		padding: 1.5rem 1.5rem 1.9rem;
		width: calc((100% - 0.7rem) / 2);
		border-radius: 0.7rem;
		box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.15);
	}
	#main .lineup .photoList li .subBox {
		margin-bottom: 1rem;
	}
	#main .lineup .photoList li .topText {
		margin: 0 -1.4rem 0.4rem;
		font-size: 1.3rem;
		line-height: 1.38;
	}
	#main .lineup .photoList li .photo {
		margin: 0 auto 0.2rem;
		width: 7.6rem;
	}
	#main .lineup .photoList li .photo.width01 {
		width: 11.6rem;
	}
	#main .lineup .photoList li .photo.width02 {
		width: 6.8rem;
	}
	#main .lineup .photoList li .photo.width03 {
		width: 7.6rem;
	}
	#main .lineup .photoList li .photo.mb01 {
		margin-bottom: 0.1rem;
	}
	#main .lineup .photoList li .photo.mb02 {
		margin-bottom: -1.1rem;
	}
	#main .lineup .photoList li .photo.style01 {
		margin: -0.6rem auto;
	}
	#main .lineup .photoList li .title {
		margin: 0 -1rem 0.5rem;
		font-size: 1.2rem;
		line-height: 1.54;
	}
	#main .lineup .photoList li .title.style01 {
		font-size: 1.2rem;
		line-height: 1.54;
	}
	#main .lineup .photoList li .text {
		font-size: 1.15rem;
		line-height: 1.48;
	}
	#main .lineup .photoList li .link {
		margin: 0 auto;
		width: 10.5rem;
	}
	#main .lineup .photoList li .link a {
		min-height: 2.5rem;
		font-size: 1.1rem;
		background: #0071a7 url(../img/common/icon01.png) no-repeat right 0.5rem center / 0.5rem;
	}
	#main .lineup .outLink {
		margin: 5rem auto 0;
		width: 29.8rem;
	}
}
#main .js-spanize {
	opacity: 0;
	position: relative;
}
#main .js-spanize img {
	display: inline-block;
	vertical-align: top;
	transform: translateY(20px);
	opacity: 0;
	transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s,transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
	--delay: 0.05s;
}
#main .js-spanize img:nth-of-type(1) {
	transition-delay: calc(var(--delay) * 1);
}
#main .js-spanize img:nth-of-type(2) {
	transition-delay: calc(var(--delay) * 2);
}
#main .js-spanize img:nth-of-type(3) {
	transition-delay: calc(var(--delay) * 3);
}
#main .js-spanize img:nth-of-type(4) {
	transition-delay: calc(var(--delay) * 4);
}
#main .js-spanize img:nth-of-type(5) {
	transition-delay: calc(var(--delay) * 5);
}
#main .js-spanize img:nth-of-type(6) {
	transition-delay: calc(var(--delay) * 6);
}
#main .js-spanize img + img {
	position: absolute;
	left: 0;
	top: 0;
}
#main .js-spanize.on {
	opacity: 1;
}
#main .js-spanize.on img {
	opacity: 1;
	transform: none;
}

#main .fadeInUp {
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
	transform: translateY(20px);
	opacity: 0;
}
#main .fadeInUp.on {
	opacity: 1;
	transform: none;
}
#main .fadeIn {
	transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
	opacity: 0;
}
#main .fadeIn.on {
	opacity: 1;
}