@charset "utf-8";

.en h1.h1ttl {
	letter-spacing: 0.1em;
}
.h3ttl span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0.5em;
	padding: 0 3.3em 0 1.7em;
}
.h3ttl span::after {
	position: absolute;
	display: block;
	content: "";
	border-top: 1px solid #565654;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}
.h3ttl span u {
	position: relative;
	display: block;
	padding: 0 0.4em;
	background-color: hsla(0,0%,100%,1.0);
	text-decoration: none;
	font-size: 0.74em;
	font-weight: bold;
	z-index: 10;
}
.en .h3ttl {
	margin-bottom: 0;
}
.en .h3ttl {
	padding: 0.2em 0 0.9em 0.45em;
	white-space: nowrap;
}
.en .h3ttl span {
	margin: 0 0 0 0.8em;
	padding: 0 2.0em 0 2.0em;
}
.en .h3ttl span u {
	font-size: 0.99em;
}
@media screen and (max-width:1100px) {
	.en .h3ttl span {
		display: block;
		text-align: center;
		margin: 1em auto 1em auto;
		padding: 0 5%;
		width: 90%;
		white-space: normal;
	}
	.en .h3ttl span u {
		padding: 0;
	}
}
@media screen and (max-width:680px) {
	.h3ttl span {
		display: block;
		text-align: center;
		margin: 1em auto 0 auto;
		padding: 0 5%;
		width: 90%;
	}
	.h3ttl span u {
		padding: 0;
	}
}

.box_activity_article dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0.8em 0 0 1.6em;
	font-size: 0.84em;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.box_activity_article dt {
	width: 9.5%;
	margin-bottom: 1.55em;
}
.box_activity_article dd {
	width: 88%;
	margin-bottom: 1.55em;
}
.en .box_activity_article dl {
	margin: 0 0 0 0.65em;
	letter-spacing: 0;
	line-height: 1.2;
}
.en .box_activity_article dt {
	width: 19.5%;
	margin-bottom: 1.0em;
	letter-spacing: 0.05em;
}
.en .box_activity_article dd {
	width: 67%;
	margin-bottom: 1em;
	text-align: justify;
}
@media screen and (max-width:1100px) {
	.en .box_activity_article dt {
		width: 100%;
		margin-bottom: 0.55em;
	}
	.en .box_activity_article dd {
		width: 100%;
	}
}
@media screen and (max-width:680px) {
	.box_activity_article dt {
		width: 100%;
		margin-bottom: 0.55em;
	}
	.box_activity_article dd {
		width: 100%;
	}
}
.box_activity_article p.atten {
	display: block;
	width: 51%;
	margin: 0.2em 0 0 2.4em;
	padding-bottom: 4em;
	font-size: 0.9em;
	color: #E5715D;
	line-height: 1.3;
	letter-spacing: -0.04em;
}
.box_activity_article p.atten::before {
	content: "※";
	margin: 0 0 0 -1em;
}
.en .box_activity_article p.atten {
	width: 98%;
	margin: 0 0 0 1.6em;
	padding-bottom: 1.6em;
	font-size: 0.8em;
	line-height: 1.2;
	letter-spacing: 0.015em;
}
@media screen and (max-width:1100px) {
	.box_activity_article p.atten {
		width: calc(100% - 2.4em);
	}
}

main {
	position: relative;
}
.box_adviser {
	position: absolute;
	bottom: 1.0em;
	right: 12%;
	margin: auto;
	max-width: 320px;
	padding: 0.8em 1.3em;
	border: 1px solid #555;
}
.box_adviser > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.4em;
}
.box_adviser h3 {
	font-size: 1em;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	letter-spacing: -0.05em;
	font-weight: normal;
}
.box_adviser img {
	width: 30%;
	aspect-ratio: 1 / 1;        
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}
.box_adviser p {
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: -0.05em;
}


.en .box_adviser {
	position: relative;
	bottom: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	margin: 0 0 0.5em 0.6em;
	max-width: 100%;
	width: 98%;
	padding: 0.1em 0.8em 0.4em 0.8em;
	border: 1px solid #555;
}
.en .box_adviser img {
	width: 9.5%;
	aspect-ratio: 1 / 1;        
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}
.en .box_adviser > div {
	display: block;
	width: 88.5%;
	margin-bottom: 0;
}
.en .box_adviser h3 {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1.6;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.en .box_adviser p {
	font-size: 0.75em;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-align: justify;
}
@media screen and (max-width:1100px) {
	.box_adviser {
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
	}
}
@media screen and (max-width:680px) {
	.en .box_adviser img {
		width: 17%;
	}
	.en .box_adviser > div {
		width: 80%;
	}
}
@media screen and (max-width:480px) {
	.en .box_adviser img {
		width: 22%;
	}
	.en .box_adviser > div {
		width: 75%;
	}
}
