@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent
}
html {
	font-size: 100%
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none !important
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
dfn {
	font-weight: 400;
	font-style: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, select {
	vertical-align: middle
}
li {
	list-style: none
}
img {	
	max-width: 100%;	
	vertical-align: bottom;	
	}
html {
	overflow-y: scroll;
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	width: 100%
}
body {
	position: relative;
	overflow: clip;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.6;
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	margin: auto;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	font-feature-settings: "kern", "liga", "clig", "calt"
}
#pxBase sup {
	vertical-align: super;
	font-size: .5em
}
#pxBase a:link, #pxBase a:visited, #pxBase a:active, #pxBase a:hover {
	text-decoration: none
}
#pxBase figure {
	position: relative
}
#pxBase img {
	max-width: 100%;
	width: 100%;
	height: auto
}
#pxBase img.object-fit {
	object-fit: cover;
	height: 100%
}
@media only screen and (max-width: 1250px) {
	.visible-pc {
		display: none !important
	}
}
@media only screen and (max-width: 767px) {
	.visible-pctb {
		display: none !important
	}
}
@media only screen and (min-width: 992px) {
	.visible-tbsp {
		display: none !important
	}
}
@media only screen and (min-width: 768px) {
	.visible-sp {
		display: none !important
	}
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
	.visible-xs {
		display: block !important
	}
}
/* views */
.spView {
	display: none !important;
}
@media only screen and (max-width:768px) {
	.spView {
			display: block !important;
	}
	.pcView {
			display: none !important;
	}
}
body {
	font-family: linotype-didot, 'Times New Roman', yu-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-weight: 300
}
.font-roboto {
	font-family: 'Roboto', sans-serif
}
.font-didot {
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal
}
.font-jp {
	font-family: yu-mincho-pr6n, "Yu Mincho", YuMincho, serif
}
.jpsans {
	font-family: "Noto Sans JP", sans-serif
}
[class$="-copy"] {
	font-family: yu-mincho-pr6n, "Yu Mincho", YuMincho, serif
}
figure {
	position: relative
}
figure .imgcap {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
	line-height: 1.2;
	font-size: 1.1rem;
	color: #222
}
figure .imgcap.white {
	color: #fff
}
figure .imgcap.withbg {
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}
header {
	position: fixed;
	top: 40px;
	left: 40px;
	z-index: 10000;
	/* width: 278px;
	height: 52px */
	display: flex;
	align-items: center;
	column-gap: 30px;
}
@media only screen and (max-width: 1250px) {
	header {
		left: 20px;
		top: 20px
	}
}
@media only screen and (max-width: 450px) {
	header {
		top: 10px;
		flex-direction: column;
		row-gap: 8px;
		align-items: start;
	}
}
header img {
	width: 100%
}
header #siteLogo {
	max-width: 278px;
	width: 15vw;
	min-width: 150px;
	position: relative
}
header #siteLogo a {
	display: inline-block;
	position: relative
}
header #siteLogo a img {
	transition: 0.4s ease
}
header #siteLogo a img.nonactive {
	opacity: 0
}
header #siteLogo a img.logo_black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
header #siteLogo a .subTitle {
	position: absolute;
	top: 42%;
	right: 0;
	transform: translateX(100%) translateY(-50%);
	display: inline-block;
	text-decoration: none;
	font-size: clamp(11px, 1vw, 14px);
	color: #fff;
	padding-left: clamp(24px, 2vw, 40px)
}
header #siteLogo a .subTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: clamp(12px, 1vw, 30px);
	transform: translateY(-50%);
	width: 1px;
	height: clamp(9px, 0.75vw, 13px);
	background: #fff
}
.Language_wrap {
	display: flex;
	column-gap: 20px;
}
.Language_title {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	column-gap: 6px;
}
.hum-inner .Language_title {
	color: #000;
}
.icon_en {
	width: 14px;
	display: block;
}
.Language_rink {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.Language_rink p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.hum-inner .Language_rink p {
	color: #000;
}
.Language_rink a {
	position: relative;
	color: #fff;
	padding: 3px 4px;
	font-size: 14px;
	text-decoration: none;
	transition: .4s;
}
.hum-inner .Language_rink a {
	color: #000;
}
.Language_rink .Language_rink_item::before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 80%;
	transform: translate(-50%, 0);
	height: 1px;
	background: #fff;
	display: block;
	transition: 0.4s ease;
}
.hum-inner .Language_rink .Language_rink_item::before {
	background: #000;
}
.Language_rink a::before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 0%;
	transform: translate(-50%, 0);
	height: 1px;
	background: #fff;
	display: block;
	transition: 0.4s ease;
}
.Language_rink a:hover:before {
	width: 80%;
}
@media only screen and (max-width:991px) {
	.hum-inner .Language_wrap {
		justify-content: center;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:450px) {
	.Language_wrap {
		column-gap: 10px;
	}
	.Language_title {
		font-size: 14px;
		column-gap: 6px;
	}
	.Language_rink {
		column-gap: 5px;
	}
	.hum-inner .Language_rink {
		padding-top: 6px;
	}
	.Language_rink p {
		font-size: 10px;
	}
	.Language_rink a {
		padding: 3px 2px;
		font-size: 12px;
	}
}

header .humnav {
	display: none
}

@media only screen and (max-width: 1250px) {
	header .humnav {
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		cursor: pointer;
		z-index: 10000
	}
	header .humnav.white .hum-ttl {
		color: #fff
	}
	header .humnav.white .hum-btn-wrap span {
		background: #fff
	}
	header .humnav.black .hum-ttl {
		color: #373737
	}
	header .humnav.black .hum-btn-wrap span {
		background: #373737
	}
	header .humnav.active .hum-ttl {
		color: #373737 !important
	}
	header .humnav.active .hum-ttl .menu-open {
		display: none
	}
	header .humnav.active .hum-ttl .menu-close {
		display: block
	}
	header .humnav.active .hum-btn-wrap span {
		background: #373737 !important
	}
	header .humnav.active .hum-btn-wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(15deg)
	}
	header .humnav.active .hum-btn-wrap span:nth-of-type(2) {
		opacity: 0
	}
	header .humnav.active .hum-btn-wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-15deg)
	}
	header .humnav.active:hover .hum-btn-wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(0deg)
	}
	header .humnav.active:hover .hum-btn-wrap span:nth-of-type(2) {
		opacity: 0
	}
	header .humnav.active:hover .hum-btn-wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(0deg)
	}
	header .humnav:hover .hum-btn-wrap span:nth-of-type(1) {
		top: 25%
	}
	header .humnav:hover .hum-btn-wrap span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%)
	}
	header .humnav:hover .hum-btn-wrap span:nth-of-type(3) {
		top: 75%
	}
}
header .humnav .hum-btn-wrap {
	transition: 0.4s ease;
	width: 46px;
	height: 20px;
	position: relative
}
header .humnav .hum-btn-wrap span {
	width: 46px;
	height: 1px;
	background: #fff;
	display: inline-block;
	transition: 0.4s ease;
	position: absolute
}
header .humnav .hum-btn-wrap span:nth-of-type(1) {
	top: 0
}
header .humnav .hum-btn-wrap span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%)
}
header .humnav .hum-btn-wrap span:nth-of-type(3) {
	top: 100%
}
header .humnav .hum-ttl {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 120%);
	color: #fff;
	text-align: center
}
header .humnav .hum-ttl .menu-open {
	display: block;
	transition: 0.4s ease
}
header .humnav .hum-ttl .menu-close {
	display: none;
	transition: 0.4s ease
}
/* header .hum-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background: #fff;
	opacity: 0;
	transition: 0.4s ease;
	pointer-events: none;
	user-select: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 120px
} */
header .hum-wrap {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100vh - 80px);
	height: 100vh;
	z-index: 9999;
	background: white;
	opacity: 0;
	transition: 0.4s ease;
	pointer-events: none;
	user-select: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
header .hum-wrap.active {
	opacity: 1;
	pointer-events: auto;
	user-select: auto
}
/* header .hum-wrap .hum-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100% - 60px)
} */
header .hum-wrap .hum-inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: calc(100% - 60px);
	height: 100%;
	overflow: scroll;
	padding: 80px 0 100px;
}
header .hum-wrap .hum-inner .main-hum-nav {
	text-decoration: none;
	color: #373737;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	display: inline-block
}
header .hum-wrap .hum-inner .main-hum-nav .arrow {
	display: none
}
@media only screen and (max-width: 1250px) {
	header .hum-wrap .hum-inner .main-hum-nav .arrow {
		font-size: 10px;
		display: inline-block;
		padding-right: 10px
	}
}
header .hum-wrap .hum-inner .sub-hum-wrap {
	margin-top: 40px
}
header .hum-wrap .hum-inner .sub-hum-wrap .sub-hum-nav {
	text-decoration: none;
	color: #373737;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	display: inline-block
}
header .hum-wrap .hum-inner .sub-hum-wrap .sub-hum-nav .arrow {
	display: none
}
@media only screen and (max-width: 1250px) {
	header .hum-wrap .hum-inner .sub-hum-wrap .sub-hum-nav .arrow {
		font-size: 10px;
		display: inline-block;
		padding-right: 10px
	}
}
@media only screen and (max-width: 1250px) {
	.sub-item_wrap {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
.bg-gray {
	background: #434343;
	position: relative
}
.bg-gray:before {
	opacity: 0.4;
	mix-blend-mode: screen;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	user-select: none;
	background: url("../img/noise.png")
}
h2 {
	font-weight: 300
}
footer {
	width: 100%;
	position: relative
}
footer .footer-company-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: #ccc;
	background-image: url("../img/all/footer-company_bg.jpg");
	background-size: cover
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner {
		flex-direction: column;
	}
}
footer .footer-company-inner .footer-company-flex {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 0px 0 50px 0;
	align-items: center
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex {
		flex-direction: column;
		padding: 50px 0 80px 0
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-text-wrap {
	width: calc(50% - 30px)
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex .footer-com-text-wrap {
		width: 100%;
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-logo {
	max-width: 400px;
	width: 80%
}
@media only screen and (max-width: 767px) {
	footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-logo {
		max-width: 212px
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-logo img {
	width: 100%
}
footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-copy {
	font-size: 14px;
	margin-top: 60px;
	color: #000;
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-copy {
		margin-top: 50px
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-copy {
		margin-top: 30px;
		margin: 0 auto
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap {
	width: calc(50% - 30px)
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap {
		width: 100%
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: space-between;
	margin-top: 50px
}
@media only screen and (max-width: 767px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap {
		flex-wrap: wrap
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn {
	display: inline-block;
	width: calc(50% - 15px);
	z-index: 1;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 50px 0;
	background: #06214D;
	text-decoration: none;
	padding: 20px;
	padding-bottom: 30px;
	text-align: left;
	transition: .4s;
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn:hover {
	opacity: .7;
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn {
		padding: 20px
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn {
		width: 100%;
		font-size: 16px
	}
}
@media only screen and (max-width: 400px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn {
		padding: 20px;
		justify-content: flex-start
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .footer-com-btn .arrow {
	font-size: 10px;
	display: inline-block;
	padding-right: 5px
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap figure {
	width: 100%;
	position: relative;
	margin-bottom: 20px
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap figure img {
	width: 100%
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap h2 {
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	font-size: 22px
}
@media only screen and (max-width: 1250px) {
	footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap h2 {
		font-size: 16px
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .btn-copy {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 2
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .com-link-btn {
	font-size: 13px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	position: relative
}
footer .footer-company-inner .footer-company-flex .footer-com-btn-wrap .footer-com-btn-wrap .com-link-btn:before {
	content: "";
	position: absolute;
	top: 45%;
	transform: translate(0, -50%);
	right: -10px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg)
}
footer .footer-contact-inner {
	padding: 60px 0;
	text-align: center;
	background: #ebebeb
}
footer .freeDial_num_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
footer .footer-contact-inner .icon-freeDial {
	padding-bottom: 10px;
}
footer .footer-contact-inner .num {
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 1;
	transition: .4s;
}
footer .footer-contact-inner .num:hover {
	opacity: .6;
}
footer .footer-contact-inner .num a {
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	footer .footer-contact-inner .num {
		font-size: 40px
	}
}
footer .footer-contact-inner .receptionTime {
	font-size: 13px
}
footer .footer-contact-inner .footer-contact-btn-wrap {
	margin: 30px 10px
}
footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex {
	display: flex;
	justify-content: center
}
footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li {
	width: 385px;
	margin: 0 10px
}
footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li a {
	display: block;
	width: 100%;
	padding: 1.4em;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background: #000;
	background: #eb5e00;
	text-decoration: none;
	transition: .3s all
}
footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li a:hover {
	opacity: .8
}
@media only screen and (max-width: 767px) {
	footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li a {
		padding: 1.5em;
		font-size: 14px
	}
}
footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li a img {
	margin-right: 10px;
	margin-bottom: 3px;
}
footer .footer-news-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner {
		flex-direction: column;
		margin-bottom: 50px
	}
}
footer .footer-news-inner .footer-news-flex {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 200px 0 0px 0;
	align-items: flex-start
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex {
		flex-direction: column;
		padding: 100px 0 0px 0
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-ttl {
	width: 40%
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-ttl {
		width: 100%;
		margin-bottom: 40px
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-ttl .sub-ttl {
	font-size: 22px
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-ttl .sub-ttl {
		font-size: 16px
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-ttl .main-ttl {
	font-size: 30px
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-ttl .main-ttl {
		font-size: 24px
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-list {
	width: 60%;
	display: flex;
	flex-direction: column
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list {
		width: 100%;
		row-gap: 10px;
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-list li {
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px
}
footer .footer-news-inner .footer-news-flex .footer-news-list li:nth-last-of-type(1) {
	margin-bottom: 0
}
footer .footer-news-inner .footer-news-flex .footer-news-list li a {
	display: inline-block;
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: start
}
footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-label {
	padding: 5px 15px;
	color: #fff;
	background: #333333;
	font-size: 13px;
	text-align: center;
	width: 18%;
}
footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main {
	display: flex;
	width: 80%
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main {
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		width: 80%
	}
}
@media only screen and (max-width:580px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a {
		flex-direction: column;
		gap: 10px;
	}
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main {
		width: 100%
	}
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-label {
		width: 100%;
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main .news-date {
	color: #14447E;
	font-size: 14px;
	margin-right: 20px
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main .news-date {
		font-size: 13px
	}
}
footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main .news-detail {
	font-size: 16px;
	line-height: 1.5;
	display: inline;
	text-decoration: underline
}
@media only screen and (max-width: 1250px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main .news-detail {
		font-size: 14px
	}
}
footer .footer-banner-inner {
	width: 100%
}
footer .footer-banner-inner .footer-banner-flex {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto
}
@media only screen and (max-width: 767px) {
	footer .footer-banner-inner .footer-banner-flex {
		flex-direction: column;
		row-gap: 10px;
	}
}
footer .footer-banner-inner .footer-banner-flex a {
	display: inline-block;
	width: calc(25% - 20px);
	transition: .4s;
}
footer .footer-banner-inner .footer-banner-flex a:hover {
	opacity: .7;
}
@media only screen and (max-width: 767px) {
	footer .footer-banner-inner .footer-banner-flex a {
		width: 100%
	}
}
footer .footer-banner-inner .footer-banner-flex a figure {
	width: 100%;
	position: relative
}
footer .footer-banner-inner .footer-banner-flex a figure img {
	width: 100%
}
footer .footer-tosite-inner {
	width: 100%;
	padding: 40px 0;
	background: #ebebeb;
	margin-top: 80px
}
footer .footer-tosite-inner .footer-tosite-flex {
	display: flex;
	justify-content: center;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto
}
@media only screen and (max-width: 767px) {
	footer .footer-tosite-inner .footer-tosite-flex {
		flex-direction: column
	}
}
footer .footer-tosite-inner .footer-tosite-flex a {
	display: inline-block;
	max-width: 770px;
	width: 100%;
	color: #fff;
	transition: .4s;
}
footer .footer-tosite-inner .footer-tosite-flex a:hover {
	opacity: .7;
}
footer .footer-tosite-inner .footer-tosite-flex a figure {
	width: 100%;
	position: relative
}
footer .footer-tosite-inner .footer-tosite-flex a figure img {
	width: 100%
}
footer .bg-black {
	background: #000
}
footer .footer-address-inner {
	width: 100%;
	padding: 100px 0 0px 0
}
footer .footer-address-inner .footer-address-flex {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto
}
@media only screen and (max-width: 767px) {
	footer .footer-address-inner .footer-address-flex {
		flex-direction: column
	}
}
@media only screen and (max-width: 1100px) {
	footer .footer-address-inner .footer-address-flex {
        flex-direction: column;
    }
	footer .footer-address-inner .footer-address-flex {
		flex-wrap: wrap;
		max-width: 600px;
	}
	footer .footer-address-inner .footer-address-flex .footer-address {
		margin-bottom: 50px;
	}
}
footer .footer-address-inner .footer-address-flex .footer-address {
	display: inline-block;
	/* width: calc(25% - 5px); */
	/* color: red; */
	/* display: flex; */
	justify-content: flex-start;
	gap: 40px;
	gap: 10px;
	font-size: 15px;
	color: #fff
}
.address-ttl.jpsans	 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 1250px) {
	footer .footer-address-inner .footer-address-flex .footer-address {
		flex-direction: column;
		gap: 20px
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-address-inner .footer-address-flex .footer-address {
		width: 100%;
		margin-bottom: 60px
	}
	footer .footer-address-inner .footer-address-flex .footer-address:nth-last-of-type(1) {
		margin-bottom: 0
	}
}
footer .footer-address-inner .footer-address-flex .address-detail {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 2;
	color: #fff
}
footer .footer-address-inner .footer-address-flex .address-detail .borderBottom {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	transition: .4s;
}
footer .footer-address-inner .footer-address-flex .address-detail .borderBottom a {
	text-decoration: none;
	color: #fff;
}
footer .footer-address-inner .footer-address-flex .address-detail .borderBottom:hover {
	opacity: 0.6;
}
footer .footer-inner {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 100px 0
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner {
		padding: 40px 20px 40px 20px
	}
}
footer .footer-inner .site-nav-wrap {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
footer .footer-inner .site-nav-wrap .site-nav-link.sub {
	display: none;
}
.f_l_k:hover .f_l_k_box {
	display: block;
	opacity: 1;
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .site-nav-wrap {
		flex-direction: column;
		row-gap: 16px;
		border-top: none;
		border-bottom: none;
	}
	footer .footer-inner .site-nav-wrap .site-nav-link.sub {
		display: block;
		padding-left: 17px;
	}
	footer .footer-inner .site-nav-wrap .site-nav-link.sub .arrow {
		display: none;
	}
	.f_l_k:hover .f_l_k_box {
		display: none;
	}
}
footer .footer-inner .site-nav-wrap .site-nav-link {
	text-decoration: none;
	padding: 0 45px;
	color: #fff;
	font-size: clamp(12px, 1vw, 17px);
	display: inline-block;
	position: relative;
	display: flex;
	align-items: center;
	transition: 0.4s ease
}

@media only screen and (max-width: 1440px) {
	footer .footer-inner .site-nav-wrap .site-nav-link {
		padding: 0 30px
	}
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .site-nav-wrap .site-nav-link {
		width: calc(50% - 5px);
		padding-bottom: 10px;
		border-bottom: 1px solid #DDDDDD;
		margin-bottom: 0;
		padding: 0 20px 16px 0
	}
	footer .footer-inner .site-nav-wrap .site-nav-link:nth-last-of-type(2) {
		margin-bottom: 0
	}
	footer .footer-inner .site-nav-wrap .site-nav-link:nth-last-of-type(1) {
		margin-bottom: 0
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-inner .site-nav-wrap .site-nav-link {
		width: 100%;
		font-size: 14px;
	}

}
footer .footer-inner .site-nav-wrap .site-nav-link:before {
	content: "";
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%)
}
footer .footer-inner .site-nav-wrap .site-nav-link::after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transition: .3s;
	transform: translateX(-50%);
}
footer .footer-inner .site-nav-wrap .site-nav-link:hover::after {
 width: 60%;
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .site-nav-wrap .site-nav-link:before {
		display: none
	}
	footer .footer-inner .site-nav-wrap .site-nav-link:hover::after {
		content: none;
	}
}
footer .footer-inner .site-nav-wrap .site-nav-link:first-child:before {
	display: none
}

footer .footer-inner .site-nav-wrap .site-nav-link .arrow {
	display: none
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .site-nav-wrap .site-nav-link .arrow {
		font-size: 14px;
		display: inline-block;
		padding-right: 10px
	}
}
footer .footer-inner .site-nav-wrap .site-nav-link p {
	position: relative;
	color: fff
}
footer .footer-inner .site-nav-wrap .site-nav-link p:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	transform: translate(-50%, 0);
	height: 1px;
	background: #fff;
	display: block;
	transition: 0.4s ease
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .site-nav-wrap .site-nav-link p:before {
		display: none !important
	}
}
footer .footer-inner .site-nav-wrap .site-nav-link p:hover {
	opacity: 0.6
}
footer .footer-inner .site-nav-wrap .site-nav-link p:hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 0);
	height: 1px;
	background: #fff;
	display: block
}
footer .footer-inner .com-nav-wrap {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	background: #000
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .com-nav-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
		display: block;
	}
}
footer .footer-inner .com-nav-wrap .com-nav-link {
	text-decoration: none;
	padding: 10px 45px;
	color: #fff;
	font-size: clamp(10px, 0.8vw, 12px);
	position: relative
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .com-nav-wrap .com-nav-link {
		width: calc(50% - 5px);
		padding: 0;
		margin-bottom: 20px;
		display: block;
		width: fit-content!important;
	}
	footer .footer-inner .com-nav-wrap .com-nav-link:nth-last-of-type(2) {
		/* margin-bottom: 0 */
	}
	footer .footer-inner .com-nav-wrap .com-nav-link:nth-last-of-type(1) {
		/* margin-bottom: 0 */
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-inner .com-nav-wrap .com-nav-link {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		font-size: 13px;
	}
	/* footer .footer-inner .com-nav-wrap .com-nav-link:nth-last-of-type(2) {
		margin-bottom: 10px
	}
	footer .footer-inner .com-nav-wrap .com-nav-link:nth-last-of-type(1) {
		margin-bottom: 0
	} */
}
footer .footer-inner .com-nav-wrap .com-nav-link:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%)
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .com-nav-wrap .com-nav-link:before {
		display: none
	}
}
footer .footer-inner .com-nav-wrap .com-nav-link:first-child:before {
	display: none
}
footer .footer-inner .com-nav-wrap .com-nav-link:last-child:after {
	content: "";
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%)
}
@media only screen and (max-width: 1250px) {
	footer .footer-inner .com-nav-wrap .com-nav-link:last-child:after {
		display: none
	}
}
.global-item:hover .drop-menu-list {
	opacity: 1; 
	transition: opacity .3s, visibility .3s; 
	visibility: visible; 
}
.drop-menu {
	position: relative;
}
.drop-menu-list {
	background-color: rgba(149, 146, 146, .5); 
	left: 0;
	opacity: 0; 
	position: absolute;
	top: 100%;
	transition: opacity .3s, visibility .3s; 
	visibility: hidden; 
	width:100%;
	z-index: 1;
}
.drop-menu-item {
	padding: 12px 0;
	border-top: 1px solid #fff;
	transition: .4s;
}
#global-nav .global-item .drop-menu-item a {
	font-size: clamp(1rem, -0.234rem + 0.851vw, 1.4rem);
	padding-bottom: 0px;
}
.drop-menu-item:hover {
	background-color: rgba(77, 70, 70, .5);
}

/*
* ありがとうの声等の「。」がかけるの対応
*/

.grid-intro-sec .grid-intro-inner h2.js-inview span{
    will-change:filter;
}
.thanks-sec .thanks-inner h2.js-inview span{
    will-change:filter;
}
.logo-scroll-sec .logo-scroll-inner h2.js-inview span{
    will-change:filter;
}


.debug {
	font-size: 30px;
	color: white;
}
 /* 英語サイト用
 ================================================ */
	footer.en .footer-inner .site-nav-wrap {
		display: flex;
		justify-content: center;
		padding: 40px 0;
	}
	footer.en .footer-inner .site-nav-wrap .site-nav-link {
		text-decoration: none;
		padding: 0 14px;
	}
	@media only screen and (max-width: 1440px) {
		footer.en .footer-inner .site-nav-wrap .site-nav-link {
			padding: 0 14px
		}
	}





.sec-pickup-img {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.sec-pickup-img .hide {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120%;
	transition-duration: 1s;
	max-width: 120%;
}
/* .sec-pickup-img:hover .hide {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 1;
} */

.sec-pickup-img-box {
	position: relative;
	max-width: 24%;
	overflow: hidden;
}
.sec-pickup-img-box a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.sec-pickup-img img {
	width: 100%;
}
.sec-pickup-img-box.box4 .hide.n4 {
	/* width: 90%; */
}
.sec-pickup-img-box.box1:hover .hide.n1 {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 1;
}
.sec-pickup-img-box.box2:hover .hide.n2 {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 1;
}
.sec-pickup-img-box.box3:hover .hide.n3 {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 1;
}
.sec-pickup-img-box.box4:hover .hide.n4 {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.05) !important;
	opacity: 1;
}

.btn-arrow-viewall .arrowlink p {
	left: 11px;
}

@media only screen and (max-width: 1290px) {
	.sec-pickup-img {
		flex-wrap: wrap;
		width: 80%;
	}
	.sec-pickup-img-box {
		max-width: 46%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 900px) {
	.sp_only {
		display: none;
	}
	.btn-arrow-viewall .arrowlink p {
		font-size: 22px;
		font-size: 26px;
		font-size: unset;
	}
}
@media only screen and (max-width: 500px) {
	.sec-pickup-img {
		flex-wrap: wrap;
		padding-bottom: 0;
		width: 100%;
	}
	.sec-pickup-img:last-child {
		padding-bottom: 0;
	}
	.sec-pickup-img-box {
		max-width: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	.sec-pickup-img {
		max-width: calc(100% - 60px);
	}
}

footer .footer-inner .site-nav-wrap .site-nav-link {
	color: white;
}
.f_l_k {
	position: relative;
}
.f_l_k_box {
	position: absolute;
	top: 50%;
	left: 50%;
	/* display: none; */
	opacity: 0;
	min-width: 140px;
	transform: translate(-50%, 18px);
	transition-duration: .3s;
	background-color: rgba(149, 146, 146, 1);
}
.f_l_k_box a {
	display: block;
	text-align: center;
	padding: 10px 4px;
	background-color: rgba(149, 146, 146, 1);
	transition-duration: .3s;
}
.f_l_k_box a:hover {
	background-color: rgba(77, 70, 70, .5);
}
.site-nav-link a {
	color: white;
	text-decoration: none;
}