@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	overflow-y: scroll;
}

body.scrollLock {
	position: fixed;
	left: 0;
	width: 100%;
}

body.noscroll {
	overflow-y: hidden!important;
}

#container {
	position: relative;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}


/* テキスト調整 */
.serif {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fontEn {
	font-family: "Josefin Sans", sans-serif;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textBold {
	font-weight: 700;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

/* 共通パーツ */
.inner {
	width: 1280px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

/* ボタン */
.btn {
	min-width: 190px;
	padding: 18px 45px;
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	background: #000000 url(./img/common/icon_btn_arrow_white.svg) no-repeat right 14px center / 26px 14px;
	border: 1px solid #000000;
	border-radius: 40px;
}

.btn.btnLight {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(./img/common/icon_btn_arrow_black.svg);
	border-color: #FFFFFF;
}

/* 見出し */
.heading {
	margin-bottom: 30px;
	line-height: 1.2;
	color: #000000;
}

.headingMain {
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.035em;
}

.headingSub {
	display: block;
	font-size: 1.5rem;
	color: #777777;
}

/* 1文字ずつ出現するアニメーション */
.eachTextAnime span{
	opacity: 0;
	position: relative;
	top: 20px;
}

/* コンテンツがフェードインするアニメーション */
.jsFadeIn {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s, transform 0.5s;
}
.jsFadeIn.inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
}

/* テーブル */
.table {
	width: 100%;
	table-layout: fixed;
}

.table th,
.table td {
	padding: 20px 0;
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: left;
}

.table th {
	width: 260px;
	font-weight: 700;
	border-bottom: 1px solid #1B1B1B;
	vertical-align: middle;
}

.table td {
	padding-right: 60px;
	padding-left: 60px;
	border-bottom: 1px solid #D8D6D6;
}



/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	mix-blend-mode: exclusion;
	position: relative;
	z-index: 10;
}

#headerLogo {
	width: 41px;
	height: 53px;
	position: fixed;
	top: 45px;
	left: 45px;
	overflow: hidden;
	background: url(./img/common/logo_header.png) no-repeat center center / contain;
}

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
}

#headerLogo span {
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	opacity: 0;
}

#headerNavBtn {
	width: 156px;
	height: 142px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 21;
	mix-blend-mode: exclusion;
}

#hamburger {
	width: 65px;
	height: 40px;
	padding: 0;
	position: relative;
	background: transparent;
	border: none;
	appearance: none;
	outline: none;
	cursor: pointer;
}

#hamburger span {
	width: 100%;
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #ffffff;
	transition: all 0.3s ease 0s;
}

#hamburger span:nth-child(1) {
	top: 0;
}
#hamburger span:nth-child(2) {
	top: 18px;
}
#hamburger span:nth-child(3) {
	top: 36px;
}

#headerNavBtn.is-open {
	mix-blend-mode: normal;
	background-color: #000000;
}

#headerNavBtn.is-open span:nth-child(1) {
	top: 18px;
	transform: rotate(30deg);
}
#headerNavBtn.is-open span:nth-child(2) {
	opacity: 0;
}
#headerNavBtn.is-open span:nth-child(3) {
	top: 18px;
	transform: rotate(-30deg);
}

/* メニューの中身 */
#headerMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}

#headerMenuBg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: -1;
}

#headerMenuInner {
	height: 100%;
}

#headerMenuList {
	width: 100%;
	padding: 200px 0 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 150px 0;
}

.headerMenuListItem a {
	display: block;
	color: #ffffff;
}

.headerMenuListEn {
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.035em;
	line-height: 1.3;
}

.headerMenuListJa {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	color: #ffffff;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #EEEEEE;
}

#footerInner {
	display: flex;
	justify-content: space-between;
}

.footerNavList li {
	margin-bottom: 1em;
}

.footerNavList li.current::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: 2px;
	background-color: #333333;
	border-radius: 50%;
}

.footerNavList a {
	font-size: 1.6rem;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05em;
}

#footerLogo {
	margin-bottom: 20px;
}

#footerLogo img {
	width: 219px;
}

#footerAddress {
	margin-bottom: 25px;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: calc(22 / 14);
}

#footerCopyright {
	display: block;
	font-size: 1.4rem;
	text-align: right;
	opacity: 0.4;
}

/* ------------------------------------ */
/* 下層ページ共通 */
/* ------------------------------------ */
/* ページタイトル
------------------------------------ */
#pageHead {
	padding-top: 150px;
}

#pageTitle {
	padding-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	color: #777777;
	position: relative;
	animation: pageTitleSlideIn 1s ease forwards;
}

@keyframes pageTitleSlideIn {
    0% {
        opacity: 0;
		transform: translateY(20px);
    }
    100% {
		opacity: 1;
		transform: translateY(0px);
    }
}

#pageTitle::before {
	content: attr(data-en);
	display: block;
	font-size: 5.8rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.035em;
	line-height: 1.2;
	color: #000000;
}

#pageTitle::after {
    content: '';
    width: 0;
    height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
    background-color: #000;
	animation: underline 0.5s ease 0.3s forwards;
}

/* 下線が伸びるアニメーション */
@keyframes underline {
    0% {
		width: 0;
    }
    100% {
		width: 100%;
    }
}

/* ページコンテンツ
------------------------------------ */
#pageContent {
	padding-top: 80px;
	padding-bottom: 100px;
}

/* パンくずリスト
------------------------------------ */
#bcWrap {
	padding-top: 90px;
	padding-bottom: 20px;
	text-align: right;
}

#bc {
	display: inline-flex;
	align-items: center;
}

#bc li {
	font-size: 1.3rem;
	letter-spacing: 0.075em;
}

#bc li:not(:first-child)::before {
	content: "/";
	margin: 0 0.6em;
}

#bc li img {
	display: inline-block;
	vertical-align: -2px;
}

/* ------------------------------------ */
/* 共通のお問い合わせボタン */
/* ------------------------------------ */
.contactBtn {
	height: 270px;
	display: block;
	position: relative;
}

.contactBtn::before,
.contactBtn::after {
	content:"";
	position: absolute;
	background:#000000;
	width: 0;
	height:2px;
	transition: all 0.2s linear;
}

.contactBtn::before {
	right: 0;
	bottom: 0;
}

.contactBtn::after {
	left: 0;
	top: 0;
}

.contactBtnInner {
	height: 100%;
}

.contactBtnInner::before,
.contactBtnInner::after {
	content:"";
	position: absolute;
	background: #000000;
	width: 2px;
	height: 0;
	transition: all 0.2s linear;
}

.contactBtnInner::before {
  left: 0;
  bottom: 0;
}

.contactBtnInner::after {
  right: 0;
  top: 0;
}

.contactBtnText {
	height: 100%;
	padding: 0 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(./img/common/icon_btn_arrow_black.svg) no-repeat right 44px center / 84px;
	opacity: 0;
}

.jsContactBtn.inview::before,
.jsContactBtn.inview::after {
  width: 100%;
}

.jsContactBtn.inview::after {
  transition-delay: 0.5s;
}

.jsContactBtn.inview::before {
  transition-delay: 0.9s;
}

.jsContactBtn.inview .contactBtnInner::before,
.jsContactBtn.inview .contactBtnInner::after {
  height: 100%;
}

.jsContactBtn.inview .contactBtnInner::before {
  transition-delay: 1.1s;
}

.jsContactBtn.inview .contactBtnInner::after {
  transition-delay: 0.7s;
}

.jsContactBtn.inview .contactBtnText {
	animation-name: fadeUp;
	animation-delay: 1.4s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

@keyframes fadeUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.contactBtnTextMain {
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05em;
}

.contactBtnTextSub {
	font-size: 1.8rem;
}

/* 文字と枠線が白 */
.contactBtn.contactBtnWhite::before,
.contactBtn.contactBtnWhite::after,
.contactBtn.contactBtnWhite .contactBtnInner::before,
.contactBtn.contactBtnWhite .contactBtnInner::after {
	background-color: #FFFFFF;
}

.contactBtn.contactBtnWhite .contactBtnText {
	color: #FFFFFF;
	background-image: url(./img/common/icon_btn_arrow_white.svg);
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.btn {
		transition: all 0.3s;
	}
	.btn:hover {
		color: #000000;
		background-color: #FFFFFF;
		background-image: url(./img/common/icon_btn_arrow_black.svg);
		border-color: #000000;
	}
	.btn.btnLight:hover {
		color: #FFFFFF;
		background-color: #000000;
		background-image: url(./img/common/icon_btn_arrow_white.svg);
		border-color: #FFFFFF;
	}

	.contactBtn,
	.contactBtnText {
		transition: color 0.3s, background-color 0.3s;
	}

	.contactBtn:hover {
		background-color: #000000;
	}

	.contactBtn:hover .contactBtnText {
		color: #FFFFFF;
		background-image: url(./img/common/icon_btn_arrow_white.svg);
	}

	.contactBtn.contactBtnWhite:hover {
		background-color: #FFFFFF;
	}

	.contactBtn.contactBtnWhite:hover .contactBtnText {
		color: #000000;
		background-image: url(./img/common/icon_btn_arrow_black.svg);
	}

	.headerMenuListItem a {
		transition: all 0.3s ease 0s;
	}

	.headerMenuListItem a:hover {
		opacity: 0.7;
	}

	.footerNavList a {
		transition: all 0.3s ease 0s;
	}

	.footerNavList a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.inner {
		padding: 0 30px;
	}

	.pcbr {
		display: none;
	}

	#headerMenuList {
		grid-template-columns: repeat(2, auto);
		gap: 40px 100px;
		justify-content: center;
	}

	.headerMenuListEn {
		font-size: 4rem;
	}

	.table th {
		width: 180px;
	}

	.table td {
		padding-right: 40px;
		padding-left: 40px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tabbr {
		display: block;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.spbr {
		display: block;
	}

	.hiddenSp {
		display: none;
	}

	.inner {
		padding: 0 20px;
	}

	/* 見出し */
	.headingMain {
		font-size: 3.2rem;
	}

	.headingSub {
		font-size: 1.3rem;
	}

	/* テーブル */
	.table th,
	.table td {
		width: 100%;
		display: block;
		font-size: 1.4rem;
	}

	.table th {
		padding-top: 15px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.table td {
		padding: 5px 0 15px;
		position: relative;
	}

	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerLogo {
		width: 30px;
		height: 40px;
		top: 20px;
		left: 20px;
	}

	#headerNavBtn {
		width: 80px;
		height: 80px;
	}
	
	#hamburger {
		width: 30px;
		height: 28px;
	}

	#hamburger span:nth-child(2) {
		top: 12px;
	}
	#hamburger span:nth-child(3) {
		top: 24px;
	}

	#headerNavBtn.is-open span:nth-child(1) {
		top: 12px;
	}
	#headerNavBtn.is-open span:nth-child(3) {
		top: 12px;
	}

	/* メニューの中身 */
	#headerMenuInner {
		height: 100%;
		display: flex;
		align-items: center;
	}

	#headerMenuList {
		width: auto;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 120px;
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		text-align: left;
	}

	.headerMenuListEn {
		font-size: 2.4rem;
	}

	.headerMenuListJa {
		font-size: 1.3rem;
	}

	/* ------------------------------------ */
	/* フッター */
	/* ------------------------------------ */
	#footer {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	
	#footerInner {
		flex-direction: column;
		gap: 40px;
	}

	#footerNav {
		display: flex;
	}

	.footerNavList {
		flex: 1;
	}

	/* ------------------------------------ */
	/* 下層ページ共通 */
	/* ------------------------------------ */
	/* ページタイトル
	------------------------------------ */
	#pageHead {
		padding-top: 80px;
	}

	#pageTitle {
		padding-bottom: 20px;
		font-size: 1.5rem;
	}

	#pageTitle::before {
		font-size: 3.5rem;
	}

	/* ページコンテンツ
	------------------------------------ */
	#pageContent {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	/* パンくずリスト
	------------------------------------ */
	#bcWrap {
		padding-top: 60px;
	}

	/* ------------------------------------ */
	/* ページ下部のお問い合わせボタン */
	/* ------------------------------------ */
	.contactBtn {
		height: 180px;
	}

	.contactBtnText {
		padding: 20px;
		background-position: right 30px bottom 30px;
		background-size: 72px;
	}

	.contactBtnTextMain {
		font-size: 3.2rem;
	}

	.contactBtnTextSub {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
