@charset "UTF-8";


/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp{font-family:monospace;font-size:108%;line-height:100%;}
figure{padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {outline-offset: -2px;}


/* base ---------------------------------------*/

*{box-sizing:border-box;}

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Zen Old Mincho", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #233344;
}

a{
	text-decoration: none;
	color:inherit;
	transition: all .25s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover{opacity: 0.5;}

img{
	vertical-align: top;
	line-height: 1;
	max-width:100%;
	height:auto;
}

.font-en {font-family: "EB Garamond", serif;}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h{overflow: hidden;}

.fc-orange {color: #ff9149;}
.fc-white {color: #fff;}
.fc-black {color: #000;}


/* common ---------------------------------------*/
.bodywrapper {
	overflow: clip;
}
.wrapper {

}

.inner{
	max-width:1200px;
	margin:0 auto;
}

.archive-inner {
	max-width: 1000px;
}

.overlay{display: none;}

.d-block {display: block;}
.d-none {display: none;}

.text-link {text-decoration: underline;}
.text-link:hover {text-decoration: none;}

.section-title {
	padding: 0 min(calc(4 / 1240 * 100vw), 4px) min(calc(4 / 1240 * 100vw), 4px);
	font-size: min(calc(36 / 1240 * 100vw), 36px);
	line-height: 1.1;
	letter-spacing: 0.1em;
}


/* タイトルグラデーション（JSアニメーション用フォールバック・下層ページ共通）
----------------------------------------------- */
.company-grad-anim {
	width: fit-content;
	background: radial-gradient(40% 40% at 8.93% -31.77%, rgba(10, 22, 51, 0.85), transparent),
	            radial-gradient(40% 40% at 93.94% 144.52%, rgba(10, 22, 51, 0.70), transparent),
	            rgb(35, 51, 68);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}


/* subpage KV（下層ページ共通・全幅）
----------------------------------------------- */
.subpage-kv {
	padding: 0 40px;
}

.subpage-kv-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 80px 0 60px;
	border-bottom: 1px solid rgba(44, 42, 38, 0.12);
}

.subpage-kv-title {
	padding: 0 calc(var(--page-hero-size) / 10) calc(var(--page-hero-size) / 10);
	font-size: var(--page-hero-size);
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.subpage-kv { padding: 0 16px; }
	.subpage-kv-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 80px 0 36px;
	}
}


/* breadcrumb
----------------------------------------------- */
.breadcrumb-list {
	display: flex;
	align-items: center;
	gap: 0;
	font-size: 13px;
}

.breadcrumb-list > li {
	color: rgba(44, 42, 38, 0.45);
}

.breadcrumb-list > li a {
	color: rgba(44, 42, 38, 0.45);
}

.breadcrumb-list > li a:hover {
	opacity: 0.7;
}

.breadcrumb-list > li + li::before {
	content: '／';
	margin: 0 8px;
	color: rgba(44, 42, 38, 0.3);
}

/* ========================================
   下層ページ共通フォントサイズ変数
   （company.css / 将来の各下層CSS で使用）
   ======================================== */
:root {
	--page-hero-size:    min(calc(100 / 1440 * 100vw), 100px); /* ページHEROタイトル */
	--page-section-size: min(calc(36 / 1440 * 100vw), 36px);   /* セクション見出し（section-titleと同値） */
	--page-cta-size:     min(calc(36 / 1440 * 100vw), 36px);   /* CTA見出し（RECRUIT / CONTACTなど） */
}

@media screen and (max-width: 767px) {
	:root {
		--page-hero-size:    calc(56 / 375 * 100vw);
		--page-section-size: calc(24 / 375 * 100vw);
		--page-cta-size:     calc(24 / 375 * 100vw);
	}
}

/* icon ---------------------------------------*/
.icon-calendar {
	display: inline-block;
	-webkit-mask-image: url('../img/common/icon_calendar.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url('../img/common/icon_calendar.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}

.icon-x {
	display: inline-block;
	-webkit-mask: url('../img/common/icon_x.svg') no-repeat center center / contain;
	mask: url('../img/common/icon_x.svg') no-repeat center center / contain;
	width: 25px;
	height: 24px;
	background: #233344;
}

.icon-line {
	display: inline-block;
	-webkit-mask: url('../img/common/icon_line.svg') no-repeat center center / contain;
	mask: url('../img/common/icon_line.svg') no-repeat center center / contain;
	width: 21px;
	height: 26px;
	background: #233344;
}


.icon-arrow {
	display: inline-block;
	width: 26px;
	height: 18px;
	background: #fff;
	transition: all 0.25s ease;
}

.icon-arrow.icon-arrow-prev {
	-webkit-mask-image: url(../img/common/icon_arrow_left.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/common/icon_arrow_left.svg);
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}

.icon-arrow.icon-arrow-next,
.icon-arrow.icon-arrow-down {
	-webkit-mask-image: url(../img/common/icon_arrow_right.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/common/icon_arrow_right.svg);
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}

.icon-arrow.icon-arrow-down {
	width: 20px;
	height: 13px;
}

/* bgvideo ---------------------------------------*/
.bgvideo {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.bgvideo-inner {
	width: 100%;
	height: 100%;
}

.bgvideo-inner video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* header ---------------------------------------*/

header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 102;
	padding: 0 40px;
	width: 100%;
}

.pageheader {
	background: rgba(255, 255, 255, 0);
}

.header-inner {
	position: relative;
	height: 100px;
	margin: 0 auto;
	width: 100%;
}

.header-inner::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #233344;
	content: '';
}

.header-logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 110;
	transform: translateY(-50%);
	width: min(calc(170 / 1440 * 100vw), 170px);
}

.header-logo img {
	width: 100%;
}

#openmenu {display:none;}

/* gnav ---------------------------------------*/

.gnav {
	display: flex;
	align-items: center;
	gap: min(calc(32 / 1440 * 100vw), 32px);
	position:absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: fit-content;
}

.gnav-list {
	display: flex;
	gap: min(calc(32 / 1440 * 100vw), 32px);
	font-size: 0px;
}

.gnav-list > li {
	position: relative;
}

/* gnav dropdown submenu
----------------------------------------------- */

/* liとサブメニューの間の隙間でhoverが途切れて閉じてしまわないよう、
   透明な当たり判定でブリッジする */
.gnav-list > li::after,
.fixedheadergnav-list > li::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 200px;
	height: 12px;
}

.gnav-submenu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	background: rgba(244, 241, 234, 0.97);
	min-width: 200px;
	padding: 8px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	z-index: 102;
}

.gnav-list > li:hover .gnav-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.gnav-submenu > li > a {
	display: block;
	font-size: 13px !important;
	padding: 10px 20px;
	color: rgba(44, 42, 38, 0.75) !important;
	letter-spacing: 0.06em;
	transition: color 0.2s ease, background 0.2s ease;
	text-shadow: none !important;
}

.gnav-submenu > li > a:hover {
	color: #2c2a26 !important;
	background: rgba(44, 42, 38, 0.06);
	opacity: 1;
}

/* SPのみで使用するサブメニュー開閉ボタン（PCでは非表示） */
.gnav-submenu-toggle {
	display: none;
}


.gnav-list > li a {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);;
}

.gnav-snslist {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 0px;
}

.gnav-snslist > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #233344;
}

header.is-notfound {display: none;}


/* fixedheader ---------------------------------------*/
header.fixedheader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.6s ease;
	transform: translate(0,-100%);
	z-index: 110;
	padding: 0 40px;
}

header.fixedheader.is-active {
	transform: translate(0,0);
}

.fixedheader-inner {
	height: 75px;
	margin:0 auto;
	position:relative;
	width: 100%;
}

.fixedheader-logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	max-width: min(calc(170 / 1440 * 100vw), 170px);
	width: 100%;
}

.fixedheader-logo img {
	width: 100%;
}


/* fixedheadergnav ---------------------------------------*/
.fixedheadergnav {
	display: flex;
	align-items: center;
	gap: min(calc(32 / 1440 * 100vw), 32px);
	position:absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: fit-content;
}

.fixedheadergnav-list {
	display: flex;
	gap: min(calc(32 / 1440 * 100vw), 32px);
	font-size: 0px;
}

.fixedheadergnav-list > li {
	position: relative;
}

.fixedheadergnav-list > li:hover .gnav-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.fixedheadergnav-list > li a {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.08em;
}

.fixedheadergnav-snslist {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 0px;
}

.fixedheadergnav-snslist > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #233344;
}


/* common ---------------------------------------*/



/* footer ---------------------------------------*/
.footer {
	position: relative;
	z-index: 10;
	padding: 100px 20px 20px;
	background: #233344;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-block {
	display: flex;
	gap: calc(100 / 1200 * 100%);
}

.footer-summary {
	width: calc(392 / 1200 * 100%);
}

.footer-logo {
	display: block;
	margin-bottom: 60px;
	width: 100%;
}

.footer-snslist {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 0px;
}

.footer-snslist > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid #fff;
}

.footer-snslist > li > a .icon-x,
.footer-snslist > li > a .icon-line {
	background: #fff;
}

.footer-nav {
	flex: 1;
}

.footer-nav-list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.footer-nav-list > li {
	width: calc(50% - 8px);
}

.footer-nav-list > li a {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	color: #fff;
}

.footer-copyright {
	margin-top: 60px;
	text-align: center;
}

.footer-copyright .copyright{
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

/* fixedbtn ---------------------------------------*/
.fixedbtn {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 102;
	transform: translateY(-50%);
}

.fixedbtn > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255, 0.3);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.fixedbtn > a .icon-calendar {
	display: block;
	margin-bottom: 4px;
	width: 25px;
	height: 26px;
	background: #233344;
}

.fixedbtn > a > b {
	display: block;
	margin-bottom: 4px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #233344;
}

.fixedbtn > a > small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #233344;
}


/* btn ---------------------------------------*/



/* animation ---------------------------------------*/
.animation-sticky {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

[data-fade] { opacity: 0; }

.animation {
	transition: all 0.8s ease;
	opacity:0;
}

.animation.on {
	opacity:1;
}

/* animation-left, animation-right */
.animation.animation-left {transform:translate(50px,0);}
.animation.animation-right {transform:translate(-50px,0);}
.animation.animation-left.on,
.animation.animation-right.on {transform:translate(0, 0);}


/* animation-slide-left, animation-slide-right */
.animation.animation-slide-left,
.animation.animation-slide-right {
	transform:translate(0,0);
	transition: all 0.8s ease;
}
.animation.animation-slide-left {clip-path:inset(0 0 0 100%);}
.animation.animation-slide-right {clip-path:inset(0 100% 0 0);}
.animation.animation-slide-left.on,
.animation.animation-slide-right.on {clip-path:inset(0);}

.animation-floating {
	animation: floating 2.2s infinite alternate ease-in-out;
}
@keyframes floating {
	0% {transform: translate(0, 8px);}
	100% {transform: translate(0, -8px);}
}


.animation-gradation {
	width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	/* white-space: nowrap;
	width: 350px;
	height: 100px; */
}

/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px){
	header,
	header.fixedheader {
		padding: 0 20px;
	}

	.header-logo,
	.fixedheader-logo {
		width: calc(110 / 1240 * 100vw);
	}

	.gnav,
	.fixedheadergnav {
		gap: 12px;
	}

	.gnav-list,
	.fixedheadergnav-list {
		gap: 16px;
	}

	.gnav-list > li a,
	.fixedheadergnav-list > li a {
		font-size: 14px;
	}

	.gnav-snslist,
	.fixedheadergnav-snslist {
		gap: 8px;
	}

	.gnav-snslist > li > a,
	.fixedheadergnav-snslist > li > a {
		width: 36px;
		height: 36px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px){
	header,
	header.fixedheader {
		padding: 0 12px;
	}

	.header-logo,
	.fixedheader-logo {
		width: calc(80 / 924 * 100vw);
	}

	.gnav,
	.fixedheadergnav {
		gap: 12px;
	}

	.gnav-list,
	.fixedheadergnav-list {
		gap: 14px;
	}

	.gnav-list > li a,
	.fixedheadergnav-list > li a {
		font-size: 12px;
	}

	.gnav-snslist > li > a,
	.fixedheadergnav-snslist > li > a {
		width: 28px;
		height: 28px;
	}

	.gnav-snslist > li > a .icon-x,
	.fixedheadergnav-snslist > li > a .icon-x {
    width: 18px;
    height: 16px;
	}

	.gnav-snslist > li > a .icon-line,
	.fixedheadergnav-snslist > li > a .icon-line {
    width: 16px;
    height: 19px;
	}

}

/* pc only */
@media screen and (min-width: 768px){
	.sp{display: none !important;}
	.spbr{display: none;}
}

/* sp only */

/* PC/SP ナビ出し分け
----------------------------------------------- */
.gnav-list-sp,
.fixedheadergnav-list-sp { display: none; }

@media screen and (max-width: 767px) {
	.gnav-list-pc,
	.fixedheadergnav-list-pc { display: none; }
	.gnav-list-sp,
	.fixedheadergnav-list-sp { display: flex; }
}

@media screen and (max-width: 767px){
	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	/* icon ---------------------------------------*/
	.icon-arrow {
		width: 16px;
		height: 11px;
	}

	/* layout ---------------------------------------*/
	.inner,
	.wrapper{
		min-width: 0;
		width: 100%;
	}

	.inner {
		max-width: 500px;
	}

	.img-marker-03 { 
		padding-bottom: 5px;
	}

	/* icon ---------------------------------------*/
	.icon-x {
		width: 20px;
		height: 19px;
	}
	
	.icon-line {
		width: 18px;
		height: 22px;
	}


	/* header ---------------------------------------*/
	header {
		position: fixed;
		transition: all .25s ease;
		padding: 0;
	}

	.header-inner {
		height:50px;
	}

	.header-inner::after {
		left: 16px;
		width: calc(100% - 32px);
		transition: all .25s ease;
	}

	.header-inner.is-open::after {
		background: #fff;
	}

	.header-logo {
		left: 16px;
		width: 96px;
	}

	.header-logo::after {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-mask: url(../img/common/logo_header.svg) no-repeat center center / contain;
		mask: url(../img/common/logo_header.svg) no-repeat center center / contain;
		background: #fff;
		width: 100%;
		height: 100%;
		content: '';
		transition: all .25s ease;
		opacity: 0;
	}

	.header-logo img {transition: all .25s ease;}

	#openmenu {
		display:block;
		width:62px;
		height:50px;
		text-indent: -99em;
		overflow: hidden;
		position:absolute;
		right: 0;
		top: 0;
		z-index: 110;
		transition: all .25s ease;
	}

	#openmenu span {
		content:'';
		display: block;
		width:30px;
		height:1px;
		background: #233344;
		border-radius: 2px;
		position: absolute;
		left:16px;
		transition: all .25s ease;
	}
	#openmenu span:nth-child(1) {top:18px;}
	#openmenu span:nth-child(2) {top:27px;}

	#openmenu.is-open span {
		top: 24px;
		left: 16px;
		background: #fff;
	}
	#openmenu.is-open span:nth-child(1) {transform:rotate(45deg);}
	#openmenu.is-open span:nth-child(2) {transform:rotate(-45deg);}

	.header-inner.is-open .header-logo::after {opacity: 1;}
	.header-inner.is-open .header-logo img {opacity: 0;}
	header.is-active,
	header.is-notfound {
		display: block;
		background: rgba(255, 255, 255, 0.8);
	}
	header.is-active .header-inner::after {opacity: 0;}
	header.is-active .header-inner.is-open::after {opacity: 1;}
	header.is-active #openmenu span,
	header.is-notfound #openmenu span {background: #233344;}
	header.is-active #openmenu.is-open span,
	header.is-notfound #openmenu.is-open span {background: #fff;}


	/* gnav ---------------------------------------*/
	.gnav {
		display: block;
		z-index:100;
		right:0;
		top:0;
		transform:translate3d(100%,0,0);
		padding: 80px 32px;
		width:100%;
		min-width: 151px;
		max-width: unset;
		height: 100dvh;
		background: #233344;
		overflow:auto;
		transition: all .25s ease;
	}

	.gnav.is-active {
		position: fixed;
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-list-sp {
		display: block;
	}

	.gnav-list > li + li {
		margin-top: 30px;
	}

	.gnav-list > li a {
		display: inline;
		font-size: 18px;
		color: #fff;
		text-shadow: unset;
	}

	.gnav-list > li a:hover {
		opacity: 1;
	}

	/* SPサブメニュー：ホバーではなくクリックで開閉
	----------------------------------------------- */
	.gnav-list > li.has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.gnav-submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
	}

	.gnav-submenu-toggle span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 1px;
		background: #fff;
		transform: translate(-50%, -50%);
		transition: transform 0.25s ease;
	}

	.gnav-submenu-toggle span:nth-child(2) {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.gnav-list > li.is-open .gnav-submenu-toggle span:nth-child(2) {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.gnav-list .gnav-submenu {
		position: static !important;
		transform: none !important;
		background: transparent !important;
		min-width: 0 !important;
		padding: 0 !important;
		flex: 1 0 100%;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.gnav-list > li.is-open .gnav-submenu {
		max-height: 300px;
		margin-top: 16px;
	}

	.gnav-list .gnav-submenu > li > a {
		display: inline-block !important;
		font-size: 15px !important;
		color: rgba(255, 255, 255, 0.75) !important;
		padding: 0 !important;
	}

	.gnav-list .gnav-submenu > li + li {
		margin-top: 14px;
	}

	.gnav-snslist {
		position: absolute;
		bottom: 80px;
		left: 32px;
		gap: 14px;
	}

	.gnav-snslist > li > a {
		width: 42px;
		height: 42px;
		border: 1px solid #fff;
	}

	.gnav-snslist > li > a .icon-x,
	.gnav-snslist > li > a .icon-line {
		background: #fff;
	}


	/* fixedheader ---------------------------------------*/
	header.fixedheader {
		display: none;
	}

	.bodyfixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* common ---------------------------------------*/
	.section-title {
	padding: 0 min(calc(3 / 375 * 100vw), 3px) min(calc(3 / 375 * 100vw), 3px);
		font-size: calc(24 / 375 * 100vw);
	}


	/* footer ---------------------------------------*/
	.footer {
		padding: 70px 20px 65px;
	}

	.footer-inner {
		max-width: 500px;
	}
	
	.footer-block {
		display: block;
	}

	.footer-summary {
		margin: 0 auto 40px;
		width: 100%;
	}

	.footer-logo {
		margin: 0 auto 30px;
		width: calc(200 / 375 * 100vw);
	}

	.footer-snslist {
		justify-content: center;
	}
	
	.footer-snslist > li > a {
		width: 42px;
		height: 42px;
	}

	.footer-nav-list {
		justify-content: center;
		gap: 12px 20px;
	}

	.footer-nav-list > li {
		width: fit-content;
	}

	.footer-nav-list > li a {
		font-size: 14px;
	}
	
	.footer-copyright {
		margin-top: 40px;
	}
	
	.footer-copyright .copyright{
		font-size: 10px;
	}


	/* fixedbtn ---------------------------------------*/
	.fixedbtn {
		bottom: 0;
		transform: unset;
	}

	.fixedbtn > a {
		flex-direction: row;
		gap: 14px;
		width: 230px;
		height: 45px;
		background: rgba(255, 255, 255, 0.7);
	}

	.fixedbtn > a b {
		font-size: 16px;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}


	/* btn ---------------------------------------*/



}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}

/* contact cta（共通テンプレートパーツ / template-parts/cta-contact.php）
----------------------------------------------- */
.contact-cta {
	position: relative;
	background: #233344;
	padding: 100px 40px;
	border-bottom: 1px solid rgba(244, 241, 234, 0.2);
}

.contact-cta-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contact-cta-title {
	font-size: var(--page-cta-size);
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #f4f1ea;
	margin-bottom: 20px;
}

.contact-cta-lead {
	font-size: 14px;
	line-height: 2;
	color: rgba(244, 241, 234, 0.75);
	letter-spacing: 0.04em;
	margin-bottom: 60px;
}

.contact-cta-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	text-align: left;
}

.contact-cta-item {
	background: #fff;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
}

.contact-cta-item.is-main {
	background: transparent;
	border: 1px solid rgba(244, 241, 234, 0.4);
}

.contact-cta-item-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	color: #233344;
}

.contact-cta-item.is-main .contact-cta-item-title {
	color: #f4f1ea;
}

.contact-cta-item-text {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: rgba(44, 42, 38, 0.65);
	margin-bottom: 24px;
	flex: 1;
}

.contact-cta-item.is-main .contact-cta-item-text {
	color: rgba(244, 241, 234, 0.7);
}

.contact-cta-item-btn {
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #233344;
	border: 1px solid #233344;
	transition: opacity 0.2s ease;
}

.contact-cta-item-btn.is-main {
	color: #233344;
	background: #f4f1ea;
	border-color: #f4f1ea;
}

.contact-cta-item-btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.contact-cta {
		padding: 60px 16px;
	}

	.contact-cta-lead {
		margin-bottom: 40px;
	}

	.contact-cta-list {
		grid-template-columns: 1fr;
	}
}