@charset "UTF-8";

.about-content .section-title {
	text-align: center;
}

.about-message,
.about-president,
.about-profile {
	margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
	.about-message,
	.about-president,
	.about-profile {
		margin-bottom: 4rem;
	}
}

.img-about {
	margin-bottom: 5rem;
	border-radius: 5rem;
	overflow: hidden;
}
@media screen and (max-width: 767.98px) {
	.img-about {
		margin-bottom: 2rem;
		border-radius: 2rem;
	}
}

.about-message h2 {
	margin-bottom: 1rem;
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	.about-message h2 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
}

.about-message .about-message__sub {
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	.about-message .about-message__sub {
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
}

.about-message p {
	font-size: 1.8rem;
}

@media screen and (max-width: 767.98px) {
	.about-message p {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.about-sign {
	width: 50rem;
	margin: 10rem auto;
}

@media screen and (max-width: 767.98px) {
	.about-sign {
		width: 24rem;
		margin: 5rem auto;
	}
}

.about-president {
	display: flex;
	align-items: flex-start;
	gap: 5rem;
}

@media screen and (max-width: 767.98px) {
	.about-president {
		display: block;
	}
}

.about-president__image {
	margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
	.about-president__image {
		margin-bottom: 3rem;
	}
}

.about-president__image figure {
	width: 53rem;
	border-radius: 3rem;
	overflow: hidden;
}

@media screen and (max-width: 767.98px) {
	.about-president__image figure {
		width: 100%;
		border-radius: 2rem;
	}
}

.about-president__image .btnyoutube {
	margin-top: 1rem;
	text-align: right;
}
@media screen and (max-width: 767.98px) {
	.about-president__image .btnyoutube {
		text-align: center;
	}
}

.about-president__image .btnyoutube a {
	position: relative;
	display: inline-block;
	padding-right: 4rem;
	text-decoration: underline;
	font-weight: 500;
}

@media screen and (max-width: 767.98px) {
	.about-president__image .btnyoutube a {
		padding-right: 2.5rem;
		font-size: 1.2rem;
	}
}

.about-president__image .btnyoutube a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 3.1rem;
	height: 2.1rem;
	background:
		url("../img/common/icon_youtube.svg")
		center center / contain no-repeat;
	transform: translateY(-50%);
}

@media screen and (max-width: 767.98px) {
	.about-president__image .btnyoutube a::after {
		width: 1.8rem;
		height: 1.3rem;
	}
}

.about-president__table th,
.about-president__table td {
	padding: .3rem 0;
	vertical-align: top;
}

@media screen and (max-width: 767.98px) {
	.about-president__table th,
	.about-president__table td {
		padding: .25rem 0;
	}
}

.about-president__table th {
	width: 8rem;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 767.98px) {
	.about-president__table th {
		width: 6.5rem;
	}
}

.about-map {
	margin-top: 6rem;
	overflow: hidden;
}
@media screen and (max-width: 767.98px) {
	.about-map {
		margin-top: 3rem;
	}
}

.about-map iframe {
	display: block;
	width: 100%;
	height: 48rem;
}
@media screen and (max-width: 767.98px) {
	.about-map iframe {
		height: 20rem;
	}
}

.about-table {
	width: 100%;
}

.about-table tr {
	border-bottom: 1px solid #D8D8D8;
}

.about-table th,
.about-table td {
	padding: 1.4rem 0;
	vertical-align: top;
}

@media screen and (max-width: 767.98px) {
	.about-table th,
	.about-table td {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.about-table th {
	width: 14rem;
	font-weight: 400;
}

@media screen and (max-width: 767.98px) {
	.about-table th {
		width: 100%;
		padding-top: 1.4rem;
		margin-bottom: .4rem;
	}
}

.about-table td {
	padding-left: 3rem;
}

@media screen and (max-width: 767.98px) {
	.about-table td {
		padding-left: 0;
		padding-bottom: 1.4rem;
	}
}

.about-history .img-history {
	margin-bottom: 5rem;
	border-radius: 5rem;
	overflow: hidden;
}

@media screen and (max-width: 767.98px) {
	.about-history .img-history {
		margin-bottom: 2rem;
		border-radius: 2rem;
	}
}