@charset "UTF-8";

#gnavs ul.list li:nth-child(2) a .en { opacity: 0; }
#gnavs ul.list li:nth-child(2) a .jp { opacity: 1; transform: translateY(0); }
#gnavs ul.list li:nth-child(2) a { background-color: #fff; pointer-events: none; opacity: 0.7; color: #466eb4; }

/*==================================================================
	location & access setting
===================================================================*/
.head-block {
	padding: 0 15px;
}
.head-h3 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.head-txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1023px){
	.head-h3 {
		font-size: 2rem;
	}
	.head-txt {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	.head-h3 {
		font-size: 1.6rem;
		letter-spacing: -0.01em;
	}
	.head-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.section:not(:last-child) {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px){
	.section:not(:last-child) {
		margin-bottom: 50px;
	}	
}

.loca-block {
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.loca-block {
		margin-top: 50px;
	}
	.loca-block iframe {
		height: 345px;
	}
}

.box01 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.box01-left {
	width: calc(380 / 1100 * 100%);
}
.box01-right {
	width: calc(690 / 1100 * 100%);
}
@media screen and (max-width: 767px){
	.box01 {
		flex-direction: column;
		gap: 25px;
	}
	.box01-left, .box01-right {
		width: 100%;
	}
}

.box02-ttl {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: -80px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1023px){
	.box02-ttl {
		font-size: 2rem;
		margin-bottom: -60px;
	}
}
@media screen and (max-width: 767px){
	.box02-ttl {
		font-size: 1.4rem;
		margin-bottom: -30px;
	}
}

.box03 {
	display: flex;
	justify-content: space-between;
}
.box03-left {
	margin-bottom: 30px;
	width: calc(590 / 1100 * 100%);
}
.box03-right {
	margin-bottom: 30px;
	width: calc(410 / 1100 * 100%);
}
.box03-ttl {
	border-bottom: 1px solid #333;
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.box03-ttl .icon {
	width: 40px;
}
.box03-bus {
	border: 1px solid #333;
	padding: 8px 16px;
}
.box03-bus .box03-ttl {
	gap: 10px;
	letter-spacing: 0.08em;
	border-bottom: none;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
@media screen and (max-width: 1023px){
	.box03-right {
		width: calc(470 / 1100 * 100%);
	}
}
@media screen and (max-width: 767px){
	.box03 {
		flex-direction: column;
	}
	.box03-left, .box03-right {
		width: 100%;
	}
	.box03-ttl {
		gap: 10px;
	}
	.box03-ttl .icon {
		width: 30px;
	}
}

.box04 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.box04-ttl {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 60px;
}
.box04-left {
	width: calc(380 / 1100 * 100%);
}
.box04-right {
	width: calc(745 / 1100 * 100%);
}
@media screen and (max-width: 1023px){
	.box04-ttl {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px){
	.box04 {
		flex-direction: column;
		gap: 30px;
	}
	.box04-left, .box04-right {
		width: 100%;
	}
	.box04-ttl {
		font-size: 1.4rem;
		margin-top: 0;
		text-align: center;
	}
}