@charset "utf-8";

/* views */
.spView {
	display: none !important;
}
@media only screen and (max-width:768px) {
	.spView {
			display: block !important;
	}
	.pcView {
			display: none !important;
	}
}


/* header
======================================= */
.header #siteLogo a .subTitle {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(100%) translateY(-50%);
	display: inline-block;
	text-decoration: none;
	font-size: clamp(11px, 1vw, 14px);
	color: #000;
	padding-left: clamp(24px, 2vw, 40px);
	font-family: serif;
}
.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: #000
}
.Language_wrap {
	display: flex;
	column-gap: 20px;
}
.Language_title {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: serif;
	color: #000;
	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: #000;
}
.hum-inner .Language_rink p {
	color: #000;
}
.Language_rink a {
	position: relative;
	font-family: serif;
	color: #000;
	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: #000;
	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: #000;
	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;
	}
}
.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(96, 87, 87, 0.8);
	background-color: rgba(149, 146, 146, 1);
	left: 0;
	opacity: 0; 
	position: absolute;
	top: 100%;
	transition: opacity .3s, visibility .3s; 
	visibility: hidden; 
	width:100%;
	z-index: 1;
}
.drop-menu-item {
	color: #fff;
	padding: 6px 0;
	border-top: 1px solid #fff;
	transition: .4s;
}
#global-nav .global-item .drop-menu-item a {
	color: #fff;
	color: #000;
	font-size: clamp(1rem, -0.234rem + 0.851vw, 1.4rem);
}
.drop-menu-item:hover {
	background-color: rgba(236, 231, 231, 0.5);
	background-color: rgba(77, 70, 70, .5);
}
#global-nav .drop-menu-item a:before {
	content: none;
}
@media only screen and (max-width: 991px) {
	.sub-item_wrap {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}


/* footer
======================================= */
footer {
	width: 100%;
	position: relative
}
footer .footer-company-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: #ccc;
	background-image: url("../common/img/all/footer-company_bg.jpg");
	background-size: cover
}
@media only screen and (max-width: 991px) {
	footer .footer-company-inner {
		flex-direction: column;
		/* margin-bottom: 50px */
	}
}
footer .footer-company-inner .footer-company-flex {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 200px 0 100px 0;
	align-items: center
}
@media only screen and (max-width: 991px) {
	footer .footer-company-inner .footer-company-flex {
		flex-direction: column;
		padding: 100px 0 80px 0
	}
}
footer .footer-company-inner .footer-company-flex .footer-com-text-wrap {
	width: calc(50% - 30px)
}
@media only screen and (max-width: 991px) {
	footer .footer-company-inner .footer-company-flex .footer-com-text-wrap {
		width: 100%;
		margin-top: 50px
	}
}
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
}
@media only screen and (max-width: 991px) {
	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: 991px) {
	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: 0.7;
}
@media only screen and (max-width: 991px) {
	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: 991px) {
	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: 0.6;
}
@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;
	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-top: 2px;
}
footer .footer-news-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
	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: 991px) {
	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: 991px) {
	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: 991px) {
	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: 991px) {
	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: 991px) {
	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;
	flex-wrap: nowrap;
}
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: 991px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main {
		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: 991px) {
	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: 991px) {
	footer .footer-news-inner .footer-news-flex .footer-news-list li a .news-main .news-detail {
		font-size: 14px
	}
}
footer .footer-banner-inner {
	padding-top: 80px;
	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
	}
}
footer .footer-banner-inner .footer-banner-flex a {
	display: inline-block;
	width: calc(25% - 20px)
}
@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
}
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
	}
}
footer .footer-address-inner .footer-address-flex .footer-address {
	display: inline-block;
	width: calc(33.33% - 20px);
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	font-size: 15px;
	color: #fff
}
@media only screen and (max-width: 991px) {
	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;
	transition: .4s;
}
footer .footer-address-inner .footer-address-flex .address-detail .borderBottom:hover {
	opacity: 0.6;
}
footer .footer-inner {
	background-color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 100px 0
}
@media only screen and (max-width: 991px) {
	footer .footer-inner {
		padding: 40px 20px ;
	}
}
footer .footer-inner .site-nav-wrap {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
@media only screen and (max-width: 991px) {
	footer .footer-inner .site-nav-wrap {
		flex-direction: column;
		row-gap: 12px;
	}
}
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: 991px) {
	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 8px 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%)
}
@media only screen and (max-width: 991px) {
	footer .footer-inner .site-nav-wrap .site-nav-link:before {
		display: none
	}
}
footer .footer-inner .site-nav-wrap .site-nav-link:first-child:before {
	display: none
}
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%;
}
footer .footer-inner .site-nav-wrap .site-nav-link .arrow {
	display: none
}
@media only screen and (max-width: 991px) {
	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: 991px) {
	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: 991px) {
	footer .footer-inner .com-nav-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
}
footer .footer-inner .com-nav-wrap .com-nav-link {
	text-decoration: none;
	padding: 0 45px;
	color: #fff;
	font-size: clamp(10px, 0.8vw, 12px);
	position: relative
}
@media only screen and (max-width: 991px) {
	footer .footer-inner .com-nav-wrap .com-nav-link {
		width: calc(50% - 5px);
		padding: 0;
		margin-bottom: 10px
	}
	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: 10px
	}
	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: 991px) {
	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: 991px) {
	footer .footer-inner .com-nav-wrap .com-nav-link:last-child:after {
		display: none
	}
}


  /* 英語サイト用 グロナビ
  ================================================ */
  #global-nav.en {
			padding-top: 80px;
}
	#global-nav.en .global-nav-inner {
			padding: 0 20px;
	}
	#global-nav.en .global-item {
			padding: 0px 14px;
	}
	#global-nav.en .global-item a {
			font-size: 13px;
			padding: 0;
			padding-bottom: 5px;
	}


 /* 英語サイト用 フッター
 ================================================ */
footer.en  {
	font-family: linotype-didot, 'Times New Roman', yu-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	font-feature-settings: "kern", "liga", "clig", "calt";
}
footer.en .footer-company-inner .footer-company-flex .footer-com-text-wrap .footer-com-copy {
	font-family: yu-mincho-pr6n, "Yu Mincho", YuMincho, serif;
}
footer.en .footer-contact-inner .num {
	font-family: yu-mincho-pr6n, "Yu Mincho", YuMincho, serif;
}
footer.en .footer-address-inner .jpsans {
	font-family: "Noto Sans JP", sans-serif;
}
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
	}
}

 /* 英語サイト用 コンセプトトーク
 ================================================ */
#contentsStart.en .interview-contents .interview-contents-inner section {
	width: 70%;
}
@media only screen and (max-width:640px) {
	#contentsStart.en .interview-contents .interview-contents-inner section {
		width: 90%;
	}
}
#contentsStart #profile.en p {
	position: absolute;
	padding-top: 100px;
	width: 40%;
	padding-left: 30px;
	height: 100%;
}
@media only screen and (max-width:640px) {

	#contentsStart #profile.en p {
		position: relative;
		padding-top: 30px;
		margin-left: 8.33333333%;
		width: 83.33333333%;
		padding-left: 0;
}
}

@media only screen and (max-width: 1100px) {
    footer .footer-address-inner .footer-address-flex {
        flex-wrap: wrap;
        max-width: 600px;
    }
	footer .footer-address-inner .footer-address-flex .footer-address {
		width: unset;
		display: block;
		margin-bottom: 50px;
	}
	footer .footer-address-inner .footer-address-flex {
		flex-direction: column;
	}
	
}
footer .footer-address-inner .footer-address-flex .footer-address {
	width: unset;
	display: block;
}
.address-ttl.jpsans {
    margin-bottom: 10px;
}
.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
	}
}
#sectionFooter ul li.talk {
    background-position: 96% 0;
}



footer .footer-inner .site-nav-wrap .site-nav-link {
	color: white;
}
.f_l_k {
	position: relative;
}
.f_l_k:hover .f_l_k_box {
	display: block;
	opacity: 1;
}
.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;
}


footer .footer-contact-inner .footer-contact-btn-wrap .footer-contact-btn-flex li a {
	background-color: #eb5e00;
}