@charset "utf-8";
/*------------------------------------------------------------
	live_event
------------------------------------------------------------*/
#main {
	margin-bottom: 14rem;
	overflow: visible;
}
#main .content {
	max-width: 110rem;
	width: auto;
}
#main h2 {
	margin-bottom: 6.5rem;
}
#main .midTxt {
	margin-bottom: 10.2rem;
	font-size: 1.6rem;
	line-height: 1.88;
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.12em;
}
#main .midTxt .lineTxt {
	background: url(../img/common/line01.png) repeat-x left bottom/auto 0.9rem;
}
#main .listBox {
	position: relative;
}
#main .listBox .listImg {
	position: absolute;
	left: -8.6rem;
	top: -16.4rem;
	width: 34.8rem;
	z-index: 1;
}
#main .listBox .arrow {
	position: absolute;
	right: 16rem;
	top: -11rem;
	width: 24.3rem;
	pointer-events: none;
	z-index: 4;
}
#main .listBox h3 {
	margin-bottom: 4.8rem;
	font-size: 3.8rem;
	letter-spacing: 0.12em;
}
#main .listBox h3 img {
	margin: 0 auto 1.3rem;
	transform: translateX(3rem);
	display: block;
	width: 25.2rem;
}
#main .eventList li {
	margin-bottom: 7rem;
	position: relative;
}
#main .eventList li:before,
#main .eventList li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 3rem 3rem -3rem rgba(0, 0, 0, 0.05);
	transform: rotate(-2.2deg);
	background-color: #fff;
	content: "";
}
#main .eventList li:before {
	z-index: 1;
}
#main .eventList li:after {
	background: #F4E0F3;
	left: 0.5rem;
	transform: skewX(-4.8deg) rotate(1deg);
}
#main .eventList a {
	padding: 5.5rem 8rem 2.8rem;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
#main .eventList a:hover {
	opacity: 0.7;
}
#main .eventList .status {
	position: absolute;
	min-width: 14rem;
	right: 2.7rem;
	top: 0.3rem;
	padding: 0.3rem 0.2rem 0.4rem;
	color: #8c8885;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.04em;
	background: #EBE7E5;
	border-radius: 1.9rem;
	font-family: 'midashigopr5-mb31';
}
#main .eventList .phoBox {
	margin-right: 4.7rem;
	width: 32.1rem;
	border-radius: 0 0 5rem 0;
	overflow: hidden;
	aspect-ratio: 321 / 234;
}
#main .eventList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .eventList .txtBox {
	flex: 1;
	min-height: 19.4rem;
	position: relative;
}
#main .eventList .txtBox .tagBox {
	margin-bottom: 2.6rem;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#main .eventList .txtBox .tagBox .tag {
	margin-right: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#main .eventList .txtBox .tagBox .tag span {
	padding: 0.2rem 1.5rem 0.4rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	background: #37516E;
	border-radius: 0.8rem;
}
#main .eventList .txtBox .tagBox .date {
	font-size: 1.9rem;
	letter-spacing: 0.03em;
	line-height: 1.2;
	flex: 1;
}
#main .eventList .txtBox .ttl {
	margin-bottom: 3.3rem;
	min-height: 8.84rem;
	display: flex;
	align-items: center;
	font-size: 3.4rem;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
#main .eventList .txtBox .ttl .sub {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main .eventList .txtBox .name {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #999;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
	#main {
		margin-bottom: 5rem;
	}
	#main .content {
		padding: 0 1rem;
	}
	#main h2 {
		margin-bottom: 5rem;
	}
	#main .midTxt {
		margin-bottom: 6.4rem;
		font-size: 1.4rem;
		line-height: 1.86;
	}
	#main .midTxt .lineTxt {
		background-size: auto 0.4rem;
	}
	#main .listBox .arrow {
		right: 0.6rem;
		top: 10.5rem;
		width: 7.9rem;
	}
	#main .listBox h3 {
		margin-bottom: 8.3rem;
		font-size: 3rem;
	}
	#main .listBox h3 img {
		margin-bottom: 0.8rem;
		transform: translateX(2.4rem);
		display: block;
		width: 19.9rem;
	}
	#main .eventList li {
		margin-bottom: 7.3rem;
	}
	#main .eventList li:before,
	#main .eventList li:after {
		box-shadow: none;
		transform: rotate(0);
	}
	#main .eventList li:after {
		left: 50%;
		top: 50%;
		width: 100%;
		height: 100%;
		margin: 1.7rem 0 0 -3rem;
		transform: skewX(0) rotate(5.8deg) translate(-50%, -50%);
	}
	#main .eventList a {
		padding: 3rem 2rem 4rem;
		display: block;
	}
	#main .eventList .status {
		margin: 0.2rem 0 -1rem auto;
    	width: fit-content;
		min-width: 13rem;
		position: static;
		padding: 0.3rem 0.2rem 0.4rem;
		font-size: 1.8rem;
	}
	#main .eventList .phoBox {
		margin: 0 0 3.2rem;
		width: auto;
		overflow: hidden;
	}
	#main .eventList .txtBox {
		padding: 0 0.6rem;
	}
	#main .eventList .txtBox .tagBox {
		margin-bottom: 1.7rem;
	}
	#main .eventList .txtBox .tagBox .tag {
		margin-right: 1rem;
	}
	#main .eventList .txtBox .tagBox .tag span {
		padding: 0.3rem 1.2rem;
		font-size: 1.1rem;
		border-radius: 0.6rem;
	}
	#main .eventList .txtBox .tagBox .date {
		font-size: 1.5rem;
	}
	#main .eventList .txtBox .ttl {
		margin-bottom: 2.5rem;
		min-height: auto;
		display: block;
		font-size: 2.5rem;
		line-height: 1.36;
	}
	#main .eventList .txtBox .ttl .sub {
		-webkit-line-clamp: 3;
	}
	#main .eventList .txtBox .name {
		position: static;
		left: auto;
		bottom: auto;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main .detail {
	max-width: 72rem;
}
#main .detail h3 {
	margin: 0 -0.5rem 3.2rem;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.53;
	letter-spacing: 0.1em;
}
#main .detail .mainPho {
	margin: 0 auto 4.3rem;
	max-width: 57.3rem;
}
#main .detail .mainPho img {
	width: 100%;
}
#main .detail .topTxt {
	padding-bottom: 6.6rem;
	margin-bottom: 6rem;
	text-align: center;
	border-bottom: 2px solid #D6D2D0;
}
#main .detail .topTxt .status {
	width: fit-content;
	margin: 0 auto 1.3rem;
	min-width: 15.6rem;
	padding: 0.3rem 0.2rem 0.4rem;
	color: #8c8885;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.02em;
	background: #EBE7E5;
	border-radius: 1.9rem;
	background: #E8E4E2;
	font-family: 'midashigopr5-mb31';
}
#main .detail .topTxt .date {
	margin-bottom: 0.7rem;
	font-size: 2.9rem;
	letter-spacing: 0.06em;
}
#main .detail .topTxt .date02 {
	color: #ED1C24;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
#main .detail .txtArea {
	font-family: 'Noto Sans JP', sans-serif;
}
#main .detail .txtArea p {
	margin-bottom: 4rem;
	font-size: 1.7rem;
	line-height: 2.1;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-align: justify;
  word-break: break-all;
}
#main .detail .txtArea p:last-child {
	margin-bottom: 0 !important;
}
#main .detail .txtArea p strong {
	font-weight: 900;
}
#main .detail .txtArea p a {
	text-decoration: underline;
}
#main .detail .txtArea .mb0 {
	margin-bottom: 0 !important;
}
#main .detail .txtArea .wp-block-columns {
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap !important;
}
#main .detail .txtArea .wp-block-column {
	width: 48.2%;
}
#main .detail .txtArea .wp-block-column .wp-block-image {
	margin: 0;
}
#main .detail .txtArea .wp-block-columns img {
	width: 100%;
}
#main .detail .txtArea .wp-block-image {
	margin: 5rem 0;
}
#main .detail .txtArea .wp-block-list li {
	font-size: 1.7rem;
	line-height: 2.1;
	letter-spacing: 0.06em;
	font-weight: 500;
}
#main .detail .txtArea .staffBox {
	margin: 7.7rem 0 8rem;
	border-top: 2px solid #D6D2D0;
	padding-top: 6.5rem;
}
#main .detail .txtArea .staffBox p {
	font-size: 1.4rem;
	line-height: 1.86;
	letter-spacing: 0.08em;
}
#main .detail .txtArea .staffBox .ttlBox {
	margin: 0 0 4rem -0.2rem;
	align-items: center;
}
#main .detail .txtArea .staffBox .ttlBox .staffImg {
	margin-right: 2.6rem;
	width: 11rem;
	padding: 0.5rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}
#main .detail .txtArea .staffBox .ttlBox .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .detail .txtArea .staffBox .ttlBox .ttl {
	margin-bottom: 0;
	flex: 1;
	font-size: 3.2rem;
	line-height: 1.3;
	letter-spacing: 0.07em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}
#main .detail .txtArea .staffBox .ttlBox .ttl .sml {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.04em;
	color: #808080;
	opacity: 0.8;
}
#main .detail .txtArea .bgTxt {
	padding: 2rem;
	background: #E5E1DF;
	border-radius: 2rem;
}
#main .detail .txtArea .bgTxt p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}
#main .detail .txtArea {
	margin-bottom: 5.5rem;
}
#main .detail .linkBox {
	margin-bottom: 14.5rem;
	text-align: center;
}
#main .detail .linkBox .ttl {
	margin-bottom: 2.2rem;
	color: #EA7AAA;
	font-size: 3.2rem;
	letter-spacing: 0.15em;
}
#main .detail .linkBox .ttl img {
	margin-right: 1.5rem;
	width: 27.4rem;
	vertical-align: -0.1rem;
}
#main .detail .linkBox .comBtn01 {
	margin-bottom: 2.9rem;
}
#main .detail .linkBox .comBtn01 a {
	margin: 0 auto;
	width: 48rem;
	height: 7.6rem;
	font-size: 2.2rem;
	border-radius: 3.8rem;
}
#main .detail .linkBox .txt {
	font-size: 2.2rem;
	letter-spacing: 0.14em;
}
#main .detail .linkBox .txt img {
	margin-right: 1.5rem;
	width: 18.5rem;
	vertical-align: -0.1rem;
}
#main .detail .linkBox .txt a {
	text-decoration: underline;
}
#main .detail .btnBack {
	margin-right: 2rem;
	text-align: center;
}
#main .detail .btnBack a {
	padding-left: 6rem;
	display: inline-flex;
	height: 3.9rem;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	background: url(../img/common/icon10.png) no-repeat left top/3.9rem auto;
}
@media all and (min-width: 768px) {
	#main .detail .txtArea p a:hover, #main .detail .linkBox .txt a:hover {
		text-decoration: none;
	}
	#main .detail .linkBox .comBtn01 a:hover {
		border-radius: 3rem;
	}
	#main .detail .btnBack a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .detail {
		padding: 0 2.9rem;
		max-width: inherit;
	}
	#main .detail h2 {
		margin-bottom: 4.5rem;
	}
	#main .detail h3 {
		margin: 0 0 2rem;
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
	#main .detail .mainPho {
		margin-bottom: 2.6rem;
		max-width: inherit;
	}
	#main .detail .topTxt {
		padding-bottom: 5.7rem;
		margin-bottom: 5.2rem;
	}
	#main .detail .topTxt .status {
		margin-bottom: 0.8rem;
		min-width: 8.5rem;
		padding: 0.3rem 0.2rem;
		font-size: 1.3rem;
	}
	#main .detail .topTxt .date {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .detail .topTxt .date02 {
		font-size: 1.2rem;
	}
	#main .detail .txtArea p {
		margin-bottom: 5rem;
		font-size: 1.4rem;
		line-height: 2.2;
	}
	#main .detail .txtArea .wp-block-columns {
		display: block;
	}
	#main .detail .txtArea .wp-block-column {
		margin-bottom: 2.7rem;
		width: auto;
	}
	#main .detail .txtArea .wp-block-list li {
		font-size: 1.4rem;
		line-height: 2.57;
	}
	#main .detail .txtArea .staffBox {
		margin: 6rem 0 5.5rem;
		padding-top: 5.6rem;
	}
	#main .detail .txtArea .staffBox .ttlBox {
		margin: 0 0 2.5rem;
		align-items: center;
	}
	#main .detail .txtArea .staffBox .ttlBox .staffImg {
		margin-right: 2.4rem;
		width: 9.4rem;
	}
	#main .detail .txtArea .staffBox .ttlBox .ttl {
		font-size: 2.7rem;
	}
	#main .detail .txtArea .staffBox .ttlBox .ttl .sml {
		font-size: 1.4rem;
	}
	#main .detail .txtArea .bgTxt {
		margin: 0 -1.5rem;
		padding: 2.2rem;
		border-radius: 1.5rem;
	}
	#main .detail .txtArea .bgTxt p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#main .detail .txtArea {
		margin-bottom: 5.2rem;
	}
	#main .detail .linkBox {
		margin-bottom: 6rem;
	}
	#main .detail .linkBox .ttl {
		font-size: 2.2rem;
	}
	#main .detail .linkBox .ttl img {
		margin-right: 1.3rem;
		width: 18.7rem;
	}
	#main .detail .linkBox .comBtn01 {
		margin-bottom: 2.4rem;
	}
	#main .detail .linkBox .comBtn01 a {
		width: 31.5rem;
		height: 5.8rem;
		font-size: 1.5rem;
	}
	#main .detail .linkBox .txt {
		font-size: 1.3rem;
		letter-spacing: 0.08em;
	}
	#main .detail .linkBox .txt img {
		width: 10.8rem;
		margin-right: 0.8rem;
	}
	#main .detail .btnBack {
		margin-right: 1.8rem;
	}
	#main .detail .btnBack a {
		padding-left: 5.2rem;
		font-size: 2.06rem;
		min-height: 3.4rem;
		background-size: 3.4rem auto;
	}
}
/*------------------------------------------------------------
	corporate_training
------------------------------------------------------------*/
#main .txtInner {
	position: relative;
	z-index: 1;
}
#main .txtInner .listImg {
	margin: -15.1rem -7.5rem -24rem -7rem;
	width: 39.1rem;
}
#main .listBox02 .arrow {
	width: 10rem;
	right: 13.7rem;
  	top: -10rem;
}
#main .trainingList li:after {
	background: #CFEEE7;
}
#main .trainingList .txtBox .ttl {
	min-height: auto;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main .trainingList .txtBox .txt {
	line-height: 1.43;
	margin-bottom: 3rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .detail .topTxt .dateList {
	margin-top: 2.6rem;
}
#main .detail .topTxt .dateList li {
	font-size: 2.2rem;
	letter-spacing: 0.03em;
}
@media all and (min-width: 768px) {
	#main .txtInner .midTxt {
		margin-bottom: 0;
		flex: 1;
	}
	#main .trainingList li:not(:last-child) {
		margin-bottom: 6.5rem;
	}
	#main .trainingList a {
		padding: 6.5rem 8rem 4.4rem;
		align-items: flex-start;
	}
	#main .trainingList .phoBox {
		margin-right: 4.2rem;
	}
	#main .trainingList .txtBox {
		min-height: 23.4rem;
	}
	#main .trainingList .txtBox .tagBox {
		margin-bottom: 1.5rem;
	}
	#main .trainingList .txtBox .tagBox .tag span {
		padding: 0.2rem 1rem 0.4rem;
	}
	#main .trainingList .txtBox .tagBox .date {
		font-size: 1.8rem;
	}
	#main .trainingList .txtBox .ttl {
		margin-bottom: 1.2rem;
		line-height: 1.24;
	}
}
@media all and (max-width: 767px) {
	#main .listBox02 .arrow {
		right: 0.6rem;
		top: -8.5rem;
		width: 7.9rem;
	}
	#main .txtInner {
		display: block;
	}
	#main .trainingList .txtBox .ttl {
		-webkit-line-clamp: 3;
	}
	#main .trainingList .txtBox .txt {
		margin-bottom: 2rem;
	}
	#main .detail .topTxt .dateList {
		margin-top: 1.6rem;
	}
	#main .detail .topTxt .dateList li {
		font-size: 1.5rem;
	}
}