@charset "utf-8";
/*******************************************************
meysen Academy Copyright(c) All Rights Reserved.
*******************************************************/

/*****************************************************
TOP
******************************************************/

#pg-alumni {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/alumni/mainVisual.jpg);
}

.bl-tableData-box {
	display: flex;
	flex-wrap: wrap;
}

.el-officer-wrap {
	display: flex;
	flex-direction: column;
}

.el-officer-wrap span:not(:last-of-type){
	margin-bottom: .5rem;
}

th, td {
	width: auto !important;
	font-weight: normal;
	background: transparent;
	padding-left: 2rem;
}

.el-tableData .hp-weight-bold {
	display: inline-flex;
	margin-right: 2rem;
}

.el-tableData.hp-border-none {
  border: 0px !important;
}

.el-tableData span:not(.hp-weight-bold):last-of-type {
	display: inline-flex;
}

.hp-flex-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.el-contact-title {
	font-size: 2.5rem;
	color: rgb(var(--season-main-color));
}

.el-contact-title-jp {
 font-size: 1.5rem;
	margin-bottom: 2.5rem;
}

.bl-contact-wrap {
	max-width: max-content;
	margin: auto;
	word-break: break-all;
}

.bl-contact-wrap p:not(:first-of-type){
	margin-left: 1rem;
}

.bl-line-section {
	position: relative;
	padding: max(5%, 2rem) 5% max(6%, 2.5rem);
	background: rgb(var(--season-main-color));
	color: #fff;
	overflow: hidden;
	z-index: 10;
}

.el-line-text-wrap {
	position: relative;
	z-index: 10;
}

.el-line-text {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1.8em;
	margin-bottom: 3rem;
}

.el-line-qr-wrap {
	position: relative;
	width: 230px;
	height: 230px;
  margin: 1.5rem auto 15%;
	z-index: -5;
}

.el-line-qr-wrap span{
	position: relative;
	display: flex;
	width: 230px;
	height: 230px;
	padding: 3rem;
	background: #fff;
	border-radius: 50%;
  z-index: 1;
}

.el-line-qr-wrap::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 200%;
	height: 200%;
	background: rgb(var(--season-sub-color));
	border-radius: 50%;
	transform: translate(-25%,-25%);
	z-index: -10;
}

.el-line-qr-wrap::after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 400%;
	height: 400%;
	background: rgba(var(--season-sub-color), .3);
	border-radius: 50%;
	transform: translate(-37.5%,-37.5%);
	z-index: -10;
}

.el-tableData .hp-weight-bold {
	width: 4rem;
}
.bl-tableData-box .hp-weight-bold{
	width: 9.5rem;
}

.el-line-qr-wrap img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}

.hp-btnSolid {
	display: flex;
	margin: auto;
}

/**text space**/
.hp-mt-spacer { margin:60px 0 28px 0 }

@media screen and (max-width : 1200px) {}
@media screen and (max-width : 768px) {
	.bl-tableData-box { 
	 flex-direction: column;
	}
}

@media screen and (max-width : 640px) {
	#pg-alumni {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/alumni/sp-mainVisual.jpg);
	}
		.bl-tableRow .el-tableData {
			padding-bottom: 1.5rem !important;
		}
}
@media (max-width : 480px) {
	.el-contact-title {
		font-size: 2rem;
		margin-bottom: .2rem;
	}
}
@media (max-width : 375px) {
	.el-tableData .hp-weight-bold {
		display: inline;
		margin-right: 1rem;
	}
}