@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
body {
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #222;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
.sp,
.sp_03 {
	display: none;
}

main {
	padding-top: 90px;
}

@media screen and (max-width: 1300px) {
	.sp_02 {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
	.sp_02 {
		display: block;
	}
	main {
		padding-top: 60px;
	}
}
@media screen and (max-width: 700px) {
	.pc_03 {
		display: none;
	}
	.sp_03 {
		display: block;
	}
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
h2 {
	text-align: center;
}
h2 span.jp {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-bottom: 23px;
}
h2 span.en {
	font-size: 44px;
	color: #a5031a;
	display: inline-block;
	padding-bottom: 30px;
}

h3 {
	display: flex;
	flex-flow: column;
	gap: 20px;
	margin-bottom: 20px;
}
h3 .jp {
	font-size: 14px;
	font-weight: 400;
}
h3 .en {
	font-size: 44px;
	color: #a5031a;
	letter-spacing: 3px;
}

h4 {
	font-size: 44px;
	color: #a5031a;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
h4 span.jp {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	display: inline-block;
	padding-left: 20px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.btn-red a {
	background: #a5031a;
	color: #fff;
	padding: 21px 140px 21px 30px;
	position: relative;
	transition: background 0.5s;
	transition: all 0.5s ease-in-out;
	width: 250px;
}
.btn-red a:hover {
	background: #fff;
	color: #222;
	transition: background 0.5s ease-in-out;
}
.btn-red a .arrow::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/common/arrow-white.webp");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 40%;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
.btn-red a:hover .arrow::after {
	background-image: url("../images/common/arrow-black.webp");
	right: 25px;
}
/* .btn-red a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
	z-index: -1;
}
.btn-red a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s cubic-bezier(1, 0, 1, 1);
	transition-property: transform;
	z-index: -1;
} */

.view-more a {
	font-size: 14px;
	font-weight: 700;
	padding-right: 20px;
	position: relative;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
.view-more a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("../images/common/arrow-black.webp");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	position: absolute;
	top: 25%;
	right: 0;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
.view-more a:hover {
	color: #a5031a;
}
.view-more a:hover::after {
	background-image: url("../images/common/arrow-red.webp");
	right: -5px;
	transition: all 0.35 cubic-bezier(1, 0, 1, 1);
}
.title-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.date {
	font-size: 14px;
	color: #a5031a;
	font-weight: 600;
}
.btn-White a {
	background: #fff;
	color: #222;
	font-weight: 700;
	padding: 18px 30px;
	position: relative;
	transition: 0.3s ease-in-out;
	width: 100%;
	border: 1px solid #222;
}
.btn-White a span {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}
.btn-White a:hover {
	color: #fff;
	background: #a5031a;
	transition: 0.3 ease-in-out;
	border: 1px solid #a5031a;
}
.btn-White a .arrow::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/arrow-black.webp");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 25%;
	right: 0;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
.btn-White a:hover .arrow::after {
	background-image: url("../images/common/arrow-white.webp");
	right: -5px;
}
.btn-White .button::before,
.btn-White .button::after {
	background: #222;
}
/* .btn-White a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.btn-White a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s cubic-bezier(1, 0, 1, 1);
	transition-property: transform;
} */
.btn-White a .border {
	background-color: #fff;
	position: absolute;
}

.btn-White a span.external {
	display: inline-block;
	position: relative;
	width: auto;
}
.btn-White a span.external::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/new-tab.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 20%;
	right: -20px;
	transition: all 0.3s ease;
}
.btn-White a:hover span.external::after {
	background-image: url("../images/common/new-tab-white.svg");
}
#contact .button {
	padding: 0;
}
#contact .arrow::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/common/arrow-white.webp");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 40%;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
#contact .button:hover .arrow::after {
	background-image: url("../images/common/arrow-black.webp");
	right: 25px;
}

.thumb {
	overflow: hidden;
}
.thumb img {
	transition: transform 1s ease;
}
.thumb:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
	h4 {
		font-size: 28px;
	}
	h2 span.en {
		font-size: 34px;
		padding-bottom: 20px;
	}
	h2 span.jp {
		padding-bottom: 10px;
	}

	h3 {
		gap: 10px;
		margin-bottom: 10px;
	}
	h3 .en {
		font-size: 34px;
		letter-spacing: 2px;
	}
	h4 span.jp {
		margin-top: 5px;
	}
	.btn-White a {
		padding: 20px;
		font-size: 14px;
	}
	.view-more {
		margin-bottom: 20px;
	}
	/* .btn-White a span::after{
		background: url("../images/common/new-tab-red.png");
		background-size: 100%;
    	background-repeat: no-repeat;
	}
	.btn-White a::after{
		background: url("../images/common/arrow-red.png");
		background-size: 100%;
    	background-repeat: no-repeat;
	} */
}

/*------------------------------------------------------------
	Loader
------------------------------------------------------------*/
#loader {
	position: fixed;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 1s ease-in-out;
	visibility: hidden;
	pointer-events: none;
}
#loader::after {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
	transform: translateX(100%);
}

#loader.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

#loader.is-active::after {
	transform: translateX(0);
}

#loader > img {
	width: 25%;
	height: auto;
	max-width: 300px;
	min-width: 180px;
	aspect-ratio: 15 / 4;
	flex-shrink: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
	z-index: 10;
	opacity: 0;
}

#loader.is-active > img {
	opacity: 1;
}

html.loading header,
html.loading footer,
html.loading main {
	display: none !important;
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 35px 50px;
	height: 130px;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.5s ease-in-out;
	border-bottom: 1px solid #eeeeee;
}
#gHeader.scrolled {
	height: 90px;
	padding: 15px 50px;
}
.hBox {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
}
.hBox img {
	max-width: 150px;
	max-height: 40px;
}
.hBox #gNavi {
	display: flex;
	align-items: center;
}
.hBox #gNavi ul {
	display: flex;
	column-gap: 25px;
}
.hBox #gNavi ul a {
	position: relative;
}
.hBox #gNavi ul a:hover {
	color: #a5031a;
}
.hBox #gNavi ul a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #a5031a;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.1s ease-in;
	bottom: -10px;
}
.hBox #gNavi ul a:hover::after {
	transform: scale(1, 1);
}
.hBox .hLink a {
	align-items: center;
	background: #a5031a;
	color: #fff;
	padding: 19px 50px 19px 21px;
	margin-left: 50px;
	display: flex;
	position: relative;
	transition: background 0.5s ease;
	transition: all 0.5s ease-in-out;
}
.hBox .hLink a span {
	z-index: 1;
}
.hBox .hLink a:hover {
	transition: background 0.5s ease-in-out;
	color: #222;
	background: #fff;
}
.button {
	position: relative;
	padding: 15px 30px;
	color: #fff;
	overflow: hidden;
	transition: background 0.5s ease;
	border: 1px solid #a5031a;
	display: inline-block;
	text-decoration: none;
}
.button::before,
.button::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	background-color: #fff;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.button::before {
	bottom: 5px;
	left: -65px;
	transform: rotate(45deg);
}
.button::after {
	top: 5px;
	right: -65px;
	transform: rotate(45deg);
}
.button:hover {
	color: #222;
	background: #fff;
	border: 1px solid #222;
}
.button:hover::before {
	transform: translateX(120px) translateY(-20px) rotate(45deg);
	opacity: 0;
}
.button:hover::after {
	transform: translateX(-120px) translateY(20px) rotate(45deg);
	opacity: 0;
}
/* .hBox .hLink a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.hBox .hLink a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s cubic-bezier(1, 0, 1, 1);
	transition-property: transform;
} */
.hBox .hLink a span.en {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-right: 10px;
}
.hBox .hLink a .arrow::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/arrow-white.webp");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 21px;
	top: 40%;
	transition: all 0.3s ease-in-out;
}
.hBox .hLink a:hover .arrow::after {
	background-image: url("../images/common/arrow-black.webp");
	right: 16px;
}
.hBox .hLink a span.en::after {
	display: none;
}
.menu {
	position: relative;
}
.menu::after,
.menu::before {
	bottom: 0;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	left: -55px;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all 0.5s ease;
	display: block;
}
.menu::after {
	content: "MENU";
	opacity: 1;
}
.menu.on::after {
	transform: translateY(-10px);
	opacity: 0;
}
.menu::before {
	content: "CLOSE";
	transform: translateY(10px);
	opacity: 0;
}
.menu.on::before {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 1300px) {
	#gHeader {
		margin: 0;
		padding: 30px;
		width: 100%;
		position: fixed;
		z-index: 1002;
		background: #fff;
	}
	.menuBox {
		position: fixed;
		top: -150%;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		transition: all 0.5s ease; /* スムーズに表示 */
		z-index: 1000;
		opacity: 0.5;
	}
	.menuBox.on {
		top: 0;
		opacity: 1;
	}
	.menu {
		position: fixed;
		top: 20px;
		right: 20px;
		cursor: pointer;
		z-index: 1100;
	}
	/* メニュー開いた時のアイコン変化（×印にする） */
	.menu.on span:nth-child(1) {
		animation: none;
		opacity: 1;
		transform: translateY(6px) rotate(45deg) !important;
	}
	.menu.on span:nth-child(2) {
		animation: none;
		opacity: 0 !important;
	}
	.menu.on span:nth-child(3) {
		animation: none;
		opacity: 1;
		transform: translateY(-6px) rotate(-45deg) !important;
	}
	.menuBox .menuInner {
		padding: 100px 0 0;
		height: 100vh;
	}
	.menuBox .menuUl {
		margin: 30px auto 0;
	}
	.menuBox .menuUl a {
		padding: 15px 40px 15px;
		display: block;
		color: #243538;
		font-size: 24px;
	}
	.hBox img {
		max-width: 120px;
		max-height: 32px;
	}
	.menu > div {
		overflow: hidden;
	}
	.menu span {
		display: block;
		width: 25px;
		height: 1px;
		background: #a5031a;
		margin: 5px 0;
		position: relative;
		opacity: 1;
		transform: translateX(-100%);
		animation: slideLine 1.5s ease-in infinite;
	}
	/* 各ラインに遅延をつけて順番に動かす */
	.menu span:nth-child(1) {
		animation-delay: 0s;
	}
	.menu span:nth-child(2) {
		animation-delay: 0.1s;
	}
	.menu span:nth-child(3) {
		animation-delay: 0.2s;
	}
	/* アニメーション定義：左から右へスライドイン、一定時間表示後、右へスライドアウト */
	@keyframes slideLine {
		0% {
			transform: translateX(-100%);
		}
		15% {
			transform: translateX(0%);
		}
		60% {
			transform: translateX(0%);
		}
		85% {
			transform: translateX(100%);
		}
		100% {
			transform: translateX(100%);
		}
	}
}

@media (max-width: 1100px) {
	#gHeader {
		height: 60px;
		padding: 15px 20px;
		top: 0;
	}
	.hBox #gNavi {
		display: none;
	}
	.hBox {
		display: block;
		padding: 0;
		height: auto;
		align-items: unset;
	}
	.menuBox .menuInner {
		padding: 60px 0;
	}
	.menuBox .menuUl {
		display: flex;
		flex-flow: column;
		gap: 12px;
		margin: 20px;
		height: calc(95vh - 60px);
		overflow: hidden;
	}
	.menuBox .menuUl li {
		flex: calc((100vh - 60px) / 7);
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transform: translate3d(0, -20%, 0);
		transition: all 0.5s ease;
		scale: 0.95;
	}
	.menuBox.on .menuUl li {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		scale: 1;
	}
	.menuBox.on .menuUl li:nth-child(1) {
		transition-delay: 0.1s;
	}
	.menuBox.on .menuUl li:nth-child(2) {
		transition-delay: 0.2s;
	}
	.menuBox.on .menuUl li:nth-child(3) {
		transition-delay: 0.3s;
	}
	.menuBox.on .menuUl li:nth-child(4) {
		transition-delay: 0.4s;
	}
	.menuBox.on .menuUl li:nth-child(5) {
		transition-delay: 0.5s;
	}
	.menuBox.on .menuUl li:nth-child(6) {
		transition-delay: 0.6s;
	}
	.menuBox.on .menuUl li:nth-child(7) {
		transition-delay: 0.7s;
	}
	.menuBox .menuUl a {
		color: #243538;
		background: #f5f5f5;
		font-size: 18px;
		font-weight: 700;
		position: relative;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.menuBox .menuUl a::after {
		content: "";
		display: inline-block;
		background-image: url("../images/common/arrow-black.webp");
		background-size: 12px 12px;
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 30px;
		top: 43%;
	}
	.menuBox .menuUl li:last-child a {
		background: #222222;
		color: #fff;
	}
	.menuBox .menuUl li:last-child a::after {
		background-image: url("../images/common/arrow-white.webp");
	}
	#gHeader.scrolled {
		padding: 16px 20px;
		height: 60px;
	}
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .fLink a {
	background: #243538;
	border: 1px solid #243538;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 36px 80px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 80px;
	transition: all 0.5s ease-in-out;
}
#gFooter .fLink a:hover {
	background: #fff;
	color: #243538;
}
#gFooter .fLink .button::before,
#gFooter .fLink .button::after {
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	width: 300px;
}
#gFooter .fLink .button::before {
	bottom: 50px;
	left: -175px;
}
#gFooter .fLink .button::after {
	top: 50px;
	right: -175px;
}
#gFooter .fLink .button:hover::before {
	transform: translateX(200%) translateY(-20px) rotate(45deg);
}
#gFooter .fLink .button:hover::after {
	transform: translateX(-200%) translateY(20px) rotate(45deg);
}
/* #gFooter .fLink a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
#gFooter .fLink a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s cubic-bezier(1, 0, 1, 1);
	transition-property: transform;
} */
#gFooter .fLink a .arrow::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/arrow-white.webp");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 80px;
	top: 45%;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
#gFooter .fLink a:hover .arrow::after {
	background-image: url("../images/common/arrow-black.webp");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	right: 65px;
	transition: all 0.3s cubic-bezier(1, 0, 1, 1);
}
#gFooter .fLink a p {
	position: relative;
}
#gFooter .fLink .title {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	margin-bottom: 5px;
}
#gFooter .fLink .title .jp {
	font-size: 16px;
	display: inline-block;
}
#gFooter .fBox {
	padding-top: 80px;
}
#gFooter .fBox .inner {
	background: #a5031a;
	color: #fff;
	padding: 110px 130px 50px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fBox .inner a {
	color: #fff;
}
#gFooter .rBox .fNavi li a {
	position: relative;
}
#gFooter .rBox .fNavi li a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.1s ease-in;
	bottom: -10px;
}
#gFooter .rBox .fNavi li a:hover::after {
	transform: scale(1, 1);
}
/* #gFooter .fBox .inner a.address:hover::after{
	background-image: url("../images/common/address-black.png");
} */
#gFooter .fBox .inner img {
	max-width: 150px;
	max-height: 40px;
	margin-bottom: 15px;
}
#gFooter .fBox .inner .name {
	font-weight: 700;
	margin-bottom: 5px;
}
#gFooter .fBox .inner .address {
	font-size: 14px;
	position: relative;
	padding-right: 22px;
	line-height: 21px;
	transition: all 0.3s ease-in-out;
	border: transparent;
}
#gFooter .fBox .inner .address:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#gFooter .fBox .inner .address::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/address.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 12px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 1px;
}
#gFooter .fBox .inner .contact {
	display: flex;
	gap: 15px;
	margin-top: 7px;
}
#gFooter .fBox .inner .contact a {
	position: relative;
	padding-left: 20px;
}
#gFooter .fBox .inner .contact a:before {
	content: "";
	display: inline-block;
	background-image: url("../images/common/tell.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 15px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 2px;
}
#gFooter .fBox .inner .contact p {
	position: relative;
	padding-left: 21px;
}
#gFooter .fBox .inner .contact p::before {
	content: "";
	display: inline-block;
	background-image: url("../images/common/fax.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 2px;
}
#gFooter .rBox {
	position: relative;
}
#gFooter .rBox .fNavi {
	display: flex;
	gap: 30px;
	font-size: 14px;
}
#gFooter .rBox p {
	position: absolute;
	font-size: 13px;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1100px) {
	#gFooter {
		margin-top: 30px;
	}
	#gFooter .fLink a {
		padding: 24px 30px;
		display: block;
	}
	#gFooter .fLink a .arrow::after {
		display: none;
	}
	#gFooter .fLink .title {
		font-size: 28px;
		padding-bottom: 10px;
		position: relative;
	}
	#gFooter .fLink .title::after {
		content: "";
		display: inline-block;
		background-image: url("../images/common/arrow-white.webp");
		background-repeat: no-repeat;
		background-size: 14px 14px;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 0;
		top: 30%;
	}
	#gFooter .rBox p {
		font-size: 16px;
	}
	/* #gFooter .fLink a::after{
		display: none;
	} */
	#gFooter .fBox .inner {
		padding: 110px 20px 30px;
		display: block;
		text-align: center;
	}
	#gFooter .rBox p {
		position: unset;
	}
	#gFooter .rBox .address {
		font-size: 14px;
		margin: 5px 0 10px;
	}
	#gFooter .fBox .inner .contact {
		justify-content: center;
	}
	#gFooter .fBox .copyright {
		font-size: 13px;
		margin-top: 50px;
	}
	#gFooter .fBox .inner .address::after {
		display: none;
	}
}

@media screen and (max-width: 896px) {
	#gFooter .fLink .title .jp {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
#popupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}
#popupContentWrapper {
	background: #fff;
	width: 80%;
	height: 80vh;
	margin: 10vh auto;
	padding: 50px;
	position: relative;
}
#closePopup {
	position: absolute;
	top: 2px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}
.popup-content {
	display: none; /* 事前に非表示にしておく */
}
.popup-hidden {
	display: none;
}
#popupContentInner .title {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 30px;
}
#popupContentInner .title span {
	font-size: 30px;
	color: #fff;
	padding: 10px 20px;
	background: #a5031a;
	font-weight: 700;
	display: inline-block;
}
#popupContentInner .flexBox {
	display: flex;
	gap: 40px;
}
#popupContentInner p.question {
	color: #a5031a;
	font-weight: 600;
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}
#popupContentInner p.answer {
	line-height: 28.8px;
	margin-bottom: 30px;
}
#popupContentInner .lBox {
	overflow: auto;
	height: 68vh;
	width: 50%;
}
#popupContentInner .rBox {
	width: 50%;
}
#popupContentInner .rBox img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
#popupContentInner .rBox .name {
	display: flex;
	flex-flow: column;
	text-align: right;
	gap: 7px;
	margin-top: 20px;
}
#popupContentInner .rBox .name span:first-child {
	font-size: 14px;
}
#popupContentInner .rBox .name span:last-child {
	font-size: 22px;
}
.slick-next,
.slick-prev {
	display: none !important;
}

@media screen and (max-width: 1100px) {
	#popupContentWrapper {
		padding: 20px;
		width: 90%;
		height: 94vh;
		margin: 3vh auto;
	}
	#popupContentInner .flexBox {
		display: block;
	}
	#popupContentInner .title span {
		font-size: 24px;
	}
	#popupContentInner .lBox,
	#popupContentInner .rBox {
		width: 100%;
	}
	#popupContentInner .title {
		margin-bottom: 15px;
	}
	#popupContentInner .lBox {
		height: 91vh;
	}
	#popupContentInner .rBox .name {
		display: block;
		margin: 10px 0 15px;
	}
	#popupContentInner .rBox .name span:first-child {
		font-size: 13px;
	}
	#popupContentInner .rBox .name span:last-child {
		font-size: 16px;
		font-weight: 600;
	}
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.c-page-mv__breadcrumbs {
	color: #1f3134;
	position: relative;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	min-width: 100%;
	height: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 50px;
	padding-bottom: 2px;
	font-size: 13px;
	letter-spacing: 1.1px;
	white-space: nowrap;
	border-bottom: solid 1px #e7e7e7;
}
.c-page-mv__breadcrumbs li a:hover {
	color: #a5031a;
}
.c-page-mv__breadcrumbs__items:nth-child(1),
.c-page-mv__breadcrumbs__arrow:nth-child(1) {
	-webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.3s 0.2s ease-out;
	transition: opacity 0.2s 0.2s, -webkit-transform 0.3s 0.2s ease-out;
	transition: transform 0.3s 0.2s ease-out, opacity 0.2s 0.2s;
	transition: transform 0.3s 0.2s ease-out, opacity 0.2s 0.2s, -webkit-transform 0.3s 0.2s ease-out;
}
.c-page-mv__breadcrumbs__items:nth-child(2),
.c-page-mv__breadcrumbs__arrow:nth-child(2) {
	-webkit-transition: opacity 0.2s 0.4s, -webkit-transform 0.3s 0.4s ease-out;
	transition: opacity 0.2s 0.4s, -webkit-transform 0.3s 0.4s ease-out;
	transition: transform 0.3s 0.4s ease-out, opacity 0.2s 0.4s;
	transition: transform 0.3s 0.4s ease-out, opacity 0.2s 0.4s, -webkit-transform 0.3s 0.4s ease-out;
}
.c-page-mv__breadcrumbs__items:nth-child(3),
.c-page-mv__breadcrumbs__arrow:nth-child(3) {
	-webkit-transition: opacity 0.2s 0.6s, -webkit-transform 0.3s 0.6s ease-out;
	transition: opacity 0.2s 0.6s, -webkit-transform 0.3s 0.6s ease-out;
	transition: transform 0.3s 0.6s ease-out, opacity 0.2s 0.6s;
	transition: transform 0.3s 0.6s ease-out, opacity 0.2s 0.6s, -webkit-transform 0.3s 0.6s ease-out;
}
.c-page-mv__breadcrumbs__arrow {
	position: relative;
	margin-top: 3px;
	width: 4px;
	height: 9px;
	margin-right: 11px;
}
.c-page-mv__breadcrumbs__arrow:before,
.c-page-mv__breadcrumbs__arrow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 1px;
	background: #1f3134;
	opacity: 0.4;
	-webkit-transform-origin: right;
	transform-origin: right;
}
.c-page-mv__breadcrumbs__arrow:before {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.c-page-mv__breadcrumbs__arrow:after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.c-page-mv__breadcrumbs__items:not(:last-child) {
	opacity: 4;
}
.c-page-mv__breadcrumbs__items {
	margin-right: 8px;
}

.pageTitle {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.pageTitle .heading {
	font-size: 22px;
}
.pageTitle .wrapper,
.pageTitle .target {
	position: relative;
	width: 50%;
}
.pageTitle .target {
	transition-delay: 0.4s;
}
.pageTitle .wrapper {
	padding-left: 80px;
}
.pageTitle .wrapper .en-min {
	font-size: 18px;
}
.pageTitle .gray {
	position: absolute;
	right: 0;
	transition-delay: 0s;
	z-index: -1;
}

@media screen and (max-width: 1100px) {
	.pageTitle {
		display: block;
		margin: 50px 0;
	}
	.pageTitle .heading {
		font-size: 20px;
	}
	.pageTitle .wrapper {
		padding-left: 20px;
		margin-bottom: 50px;
	}
	.pageTitle .wrapper,
	.pageTitle .target,
	.pageTitle img {
		width: 100%;
	}
	.c-page-mv__breadcrumbs {
		padding-left: 20px;
	}
}

/*------------------------------------------------------------
	ANIMATION
------------------------------------------------------------*/
/*ボタンアニメーション*/
.border-animation {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
/* ボーダー */
.border {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	background-color: #222;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
/* 上ボーダー */
.border.top {
	width: 100%;
	top: 0;
	left: 0;
	transform: translate3d(-100%, 0, 0);
}
/* 右ボーダー */
.border.right {
	height: 100%;
	top: 0;
	right: 0;
	transform: translate3d(0, -100%, 0);
}
/* 下ボーダー */
.border.bottom {
	width: 100%;
	right: 0;
	bottom: 0;
	transform: translate3d(100%, 0, 0);
}
/* 左ボーダー */
.border.left {
	height: 100%;
	bottom: 0;
	left: 0;
	transform: translate3d(0, 100%, 0);
}
/* マウスオーバー */
.border-animation:hover .border {
	transform: translate3d(0, 0, 0);
}

/*見出しアニメーション*/
@keyframes showTextFromBottom {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0px);
	}
}
.textanimation span {
	animation: showText 1s backwards;
	display: inline-block;
}
.textanimation > span {
	overflow: hidden;
}
.textanimation > span > span {
	animation: showTextFromBottom 0.5s backwards;
}

/*見出し(スクロール)*/
.anime-up.displayed span {
	animation: showText 1s backwards;
	display: inline-block;
}
.anime-up.displayed > span {
	line-height: 1.2;
	overflow: hidden;
}
.anime-up.displayed > span > span {
	animation: showTextFromBottom 0.5s backwards;
}

/*画像*/
.target {
	transition: clip-path 0.6s cubic-bezier(0.9, 0, 1, 0.8); /*0.5秒でクリップマスクを動かす*/
	overflow: hidden;
}
.target img {
	transform: scale(1.2);
	transition: all 1s ease;
	width: 100%;
}
.target.gray {
	transition: clip-path 0.5s cubic-bezier(1, 0, 1, 1); /*0.5秒でクリップマスクを動かす*/
}
.target-top {
	transition: clip-path 0.6s cubic-bezier(0.9, 0, 1, 0.8); /*0.5秒でクリップマスクを動かす*/
}
.target-top img {
	width: 100%;
}
.animeLeft {
	clip-path: inset(0 100% 0 0); /*左から右へ動くクリップマスク*/
}
.animeRight {
	clip-path: inset(0 0 0 100%); /*右から左へ動くクリップマスク*/
}
/*要素が見えたときの見え方*/
.show {
	clip-path: inset(0 0 0 0); /*クリップマスクを広げる*/
}
.show img {
	transform: scale(1);
}

/*文字の表示*/
/* 初期状態 */
.text-up {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
/* 表示時にアニメーションを適用 */
.text-up.displayed {
	opacity: 1;
	transform: translateY(0);
}

/*文字の表示*/
/* 初期状態 */
.text-right {
	opacity: 0;
	transform: translateX(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
/* 表示時にアニメーションを適用 */
.text-right.displayed {
	opacity: 1;
	transform: translateY(0);
}

/*文字の表示*/
/* 初期状態 */
.text-left {
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
/* 表示時にアニメーションを適用 */
.text-left.displayed {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 1100px) {
	.pageTitle .target {
		transition-delay: 0s;
	}
	.target.gray {
		display: none;
	}
}
/*------------------------------------------------------------
	BLOG
------------------------------------------------------------*/
.wp-block-details{
 margin: 0 0 50px;
}
.wp-block-details summary{
 color: #a5031a;
 font-weight: 600;
 background: #f5f5f5;
 padding: 15px;
 margin-bottom: 15px;
 position: relative;
 line-height: 1;
 letter-spacing: 0.2rem;
}
.wp-block-details summary:after{
 position: absolute;
 content: "▼"
}
details.wp-block-details[open] summary:after{
 transform: rotate(-180deg);
 transition: transform 0.3s ease;
}
ul.wp-block-list{
 text-align: left;
 padding: 0 0 0 20px;
 font-weight: bold;
 line-height: 1.7;
 list-style: disc;
}
#single-blog h2{
 font-size: 1.5em;
 text-align: left;
 margin: 0 0 20px;
}
.wp-block-separator{
 border-color: #ccc;
}
#single-blog h3{
 display: block;
 text-align: left;
 font-size: 1.17em;
}