@charset "UTF-8";
/* ------------------------
    ヘッダー
------------------------ */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: transparent;
	transition: .3s;
	font-family: "EB Garamond", serif;
}
.header.js-scroll {
	background-color: rgba(7, 48, 88, 1);
}
.header__inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 140px;
	transition: .3s;
	position: relative;
}
.header.js-scroll .header__inner {
	height: 80px;
}
.header__logo {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	display: block;
	width: 120px;
	height: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(./img/logo.svg) no-repeat center/contain;
}
.header .global-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
}
.header .global-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	height: 100%;
}
.header .global-nav__item {
	position: relative;
	padding: 15px 0;
}
.header .global-nav__link {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 0;
    line-height: 1.4em;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 0 #fff, 0 1.4em #fff;
}
.header .global-nav__link:hover {
    text-shadow: 0 -1.4em #fff, 0 0 #fff;
}
.header__instagram {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 160px;
	height: 44px;
	border: 1px solid #073058;
	color: transparent;
	background-color: #073058;
	border-radius: 9999px;
	font-size: 2rem;
	letter-spacing: 1px;
}
.header__instagram:hover {
	background-color: #fff;
	border-color: #fff;
}
.header__instagram span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	overflow: hidden;
    text-shadow: 0 0 #fff, 0 1.4em #fff;
	line-height: 1.4em;
	transition: .3s;
}
.header__instagram:hover span {
    text-shadow: 0 -1.4em #073058, 0 0 #073058;
	transition: .3s;
}
.header__instagram span::before {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(./img/instagram.svg) no-repeat center / cover;
	transition: .3s;
}
.header__instagram:hover span::before {
	background: url(./img/instagram-b.svg) no-repeat center / cover;
	transition: .3s;
}
.header.js-scroll .header__instagram {
	border-color: #fff;
}
@media only screen and (max-width: 960px) {
	.header.js-open {
		background-color: rgba(7, 48, 88, 1);
	}
	.header__inner {
		height: 70px;
		padding-right: 0;
	}
	.header.header.js-scroll .header__inner {
		height: 70px;
	}
	.header__logo {
		background-image: url(./img/logo.svg);
		width: 90px;
		height: 36.5px;
		left: 15px;
	}
	.header .global-nav {
		width: 100vw;
		height: calc(100vh - 70px);
		border-left: 0 none;
		position: absolute;
		top: 70px;
		left: 50%;
		/* transform: translateY(calc(-100% - 70px)) translateX(-50%); */
		transform: translateY(0) translateX(-50%);
		transition: .3s;
		opacity: 0;
		pointer-events: none;
	}
	.header.js-open .global-nav {
		transform: translateY(0) translateX(-50%);
		transition: .3s;
		opacity: 1;
		pointer-events: all;
	}
	.header .global-nav__list {
		display: block;
		height: auto;
		padding: 30px 15px;
		background-color: #073058;
		height: 100%;
		overflow: scroll;
	}
	.header .global-nav__item {
		margin-right: 0;
		padding: 0;
	}
	.header .global-nav__link {
		display: block;
		position: relative;
		text-decoration: none;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 15px 0;
		line-height: 1.4em;
		overflow: hidden;
		color: #fff;
		text-shadow: none;
		text-align: center;
	}
	.header .global-nav__link:hover {
		text-shadow: none;
	}
	.header.js-scroll .global-nav__link {
		color: #fff;
	}
	.header__instagram {
		display: none;
	}
}

/* ------------------------
    スマホナビ
------------------------ */
@media only screen and (max-width: 960px) {
	.header__hamburger {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
		background-color: transparent;
		transition: .3s;
	}
	.header__hamburger span {
		background-color: transparent;
		width: 35px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		transition: .3s;
	}
	.header__hamburger span::before,
	.header__hamburger span::after {
		content: '';
		background-color: #fff;
		width: 35px;
		height: 2px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: .3s;
	}
	.header__hamburger span::before {
		top: -4px;
	}
	.header__hamburger span::after {
		bottom: -4px;
	}
	.header.js-open .header__hamburger span {
		background-color: transparent;
		transition: .3s;
	}
	.header.js-open .header__hamburger span::before {
		top: 1px;
		transition: .3s;
		transform: translateX(-50%) rotate(45deg);
	}
	.header.js-open .header__hamburger span::after {
		bottom: -1px;
		transition: .3s;
		transform: translateX(-50%) rotate(-45deg);
	}
}

/* ------------------------
    フッター
------------------------ */
.index-link__content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 120px 0;
}
.index-link__grid {
	display: flex;
	gap: 30px;
}
.index-link__item {
	width: calc(50% - 15px);
}
.index-link__link {
	position: relative;
	display: block;
}
.index-link__link::before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.index-link__link::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .6s;
}
.index-link__link:hover::after {
	transition: .6s;
	background-color: rgba(0, 0, 0, 0.6);
}
.index-link__link:hover img {
	transition: .6s;
	transform: scale(1.1);
}
.index-link__ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
}
.index-link__ttl .en {
	font-family: "EB Garamond", serif;
	font-size: 4.4rem;
	letter-spacing: 5px;
	font-weight: 400;
}
.index-link__ttl h3 {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 20px;
}
.index-link__img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.index-link__img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .6s;
}
.footer {
	position: relative;
	color: #fff;
}
.footer::before {
    content: '';
	background-color: #073058;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.footer::after {
    content: '';
    background: url(./img/pattern.png) repeat center / auto;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.footer__contact {
	position: relative;
}
.footer__contact figure {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 27.5%;
}
.footer__contact figure img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer__contact .text {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #073058;
	padding: 50px 80px 0;
	white-space: nowrap;
}
.footer__contact .text::before {
	content: '';
	background-color: #073058;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.footer__contact .text::after {
    content: '';
    background: url(./img/pattern.png) repeat center / auto;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.footer__contact .text .ttl {
	color: #fff;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: 500;
}
.footer__contact .text p {
	margin-top: 20px;
}
.footer__btn {
	display: block;
	position: relative;
	width: 300px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	color: #164B76;
	padding: 0 30px;
	margin: 40px auto 0;
	font-family: "EB Garamond", serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .5px;
}
.footer__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 33px;
	height: 9px;
	background: url(./img/arrow.svg) no-repeat center / cover;
	transition: .3s;
}
.footer__btn:hover {
	background-color: #333;
	color: #fff;
}
.footer__btn:hover::after {
	background: url(./img/arrow-w.svg) no-repeat center / cover;
	transition: .3s;
}
.footer__area {
	padding-top: 80px;
	text-align: center;
	font-size: 1.8rem;
}
.footer__area .ttl {
	display: inline-block;
	padding: 5px 20px 8px;
	background-color: #333;
	line-height: 1;
}
.footer__area p {
	margin-top: 20px;
}
.footer__info {
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #333;
	text-align: center;
	padding: 80px 0 30px;
	margin-top: 80px;
}
.footer__info .logo {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: auto;
}
.footer__info .address {
	margin-top: 20px;
}
.footer__info .copy {
	margin-top: 60px;
	font-size: 1.4rem;
	color: #808080;
}
@media only screen and (max-width: 768px) {
	.index-link__content {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		padding: 60px 20px;
	}
	.index-link__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.index-link__item {
		width: 100%;
	}
	.index-link__link {
		position: relative;
		display: block;
	}
	.index-link__link::before {
		content: '';
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	.index-link__link::after {
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .6s;
	}
	.index-link__link:hover::after {
		transition: .6s;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.index-link__link:hover img {
		transition: .6s;
		transform: scale(1.1);
	}
	.index-link__ttl {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		color: #fff;
	}
	.index-link__ttl .en {
		font-family: "EB Garamond", serif;
		font-size: 3.2rem;
		letter-spacing: 3px;
		font-weight: 400;
	}
	.index-link__ttl h3 {
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 15px;
	}
	.index-link__img {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 55%;
	}
	.index-link__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: .6s;
	}
	.footer {
		position: relative;
		color: #fff;
	}
	.footer::before {
		content: '';
		background-color: #073058;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.footer::after {
		content: '';
		background: url(./img/pattern.png) repeat center / auto;
		opacity: .1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.footer__contact {
		position: relative;
	}
	.footer__contact figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 60%;
	}
	.footer__contact figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.footer__contact .text {
		text-align: center;
		position: relative;
		bottom: unset;
		left: unset;
		transform: unset;
		background-color: transparent;
		padding: 40px 20px 0;
		white-space: wrap;
	}
	.footer__contact .text::before {
		content: '';
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.footer__contact .text::after {
		content: '';
		background: url(./img/pattern.png) repeat center / auto;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.footer__contact .text .ttl {
		color: #fff;
		font-size: 2.7rem;
		line-height: 1.6;
		font-weight: 500;
	}
	.footer__contact .text p {
		margin-top: 30px;
		text-align: left;
	}
	.footer__btn {
		display: block;
		position: relative;
		width: 300px;
		height: 70px;
		line-height: 70px;
		background-color: #fff;
		color: #164B76;
		padding: 0 30px;
		margin: 40px auto 0;
		font-family: "EB Garamond", serif;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: .5px;
	}
	.footer__btn::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 33px;
		height: 9px;
		background: url(./img/arrow.svg) no-repeat center / cover;
		transition: .3s;
	}
	.footer__btn:hover {
		background-color: #333;
		color: #fff;
	}
	.footer__btn:hover::after {
		background: url(./img/arrow-w.svg) no-repeat center / cover;
		transition: .3s;
	}
	.footer__area {
		padding: 60px 20px 0;
		text-align: center;
		font-size: 1.8rem;
	}
	.footer__area .ttl {
		display: inline-block;
		padding: 5px 20px 8px;
		background-color: #333;
		line-height: 1;
	}
	.footer__area p {
		margin-top: 20px;
		font-size: 1.5rem;
	}
	.footer__info {
		font-family: "Zen Kaku Gothic New", sans-serif;
		background-color: #333;
		text-align: center;
		padding: 60px 0 20px;
		margin-top: 60px;
	}
	.footer__info .logo {
		display: block;
		width: 100%;
		max-width: 260px;
		margin: auto;
	}
	.footer__info .address {
		margin-top: 20px;
	}
	.footer__info .copy {
		margin-top: 40px;
		font-size: 1.4rem;
		color: #808080;
	}
}








.hero-dots {
	position: absolute;
	bottom: 50px;
	left: 60px;
}
.hero-dots .slick-dots {
	position: static;
	display: flex;
	align-items: center;
	gap: 25px;
}
.hero-dots .slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0;
}
.hero-dots .slick-dots li button {
	display: none;
}
.hero-dots .dot {
	position: relative;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.hero-dots .dot svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
}
.hero-dots .dot-bg {
	fill: none;
	stroke: #fff;
	stroke-width: 4px;
	opacity: .3;
}
.hero-dots .dot-progress {
	fill: none;
	stroke: #fff;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-dasharray: 283;
	stroke-dashoffset: 283;
	opacity: 0; /* ←通常は非表示 */
}
.hero-dots .slick-dots li.slick-active {
	width: 40px;
	height: 40px;
}
.hero-dots .slick-dots li.slick-active .dot {
	background-color: transparent;
	width: 40px;
	height: 40px;
}
.hero-dots .slick-dots li.slick-active .dot-progress {
	opacity: 1;
}
.hero-dots .slick-dots li.slick-active .dot-bg {
	opacity: 0.3;
}
@media only screen and (max-width: 768px) {
	.hero-dots {
		display: none;
	}
}