@charset "utf-8";
/* ===========================================================

	Title: other.css
	Created: 2017-11-7

=========================================================== */

/* ====================
sponsors
======================= */

.contents {
	text-align: left;
	padding: 250px 0 40px;
	max-width: 1240px;
	margin: 0 auto;
}

.title {
	background-color: var(--beige);
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	min-width: 1240px;
	height: 200px;
	text-align: center;
}

.title h1 {
	display: flex;
	flex-direction: column-reverse;
	line-height: 40px;
	height: 200px;
	justify-content: center;
	position: relative;
}

.title h1::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: var(--red);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}

.title h1 span {
	font-size: 16px;
	font-weight: bold;
	color: var(--black);
}

.title h1 small {
	color: var(--red);
	font-weight: bold;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
}

.company-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
	.company-header {
		justify-content: center;
	}
}

.company-logo {
	width: 326px;
}

.company-logo img {
	width: 100%;
	vertical-align: bottom;
}

.company-info {
	display: flex;
	align-items: center;
}

.company-info .type,
.company-info .season {
	padding: 15px 20px;
	width: 200px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin-top: auto;
}

.canadian-type {
	font-size: 13px !important;
	text-align: center;
}

.company-info .type {
	border: 2px solid var(--red);
	background-color: #FFF0F0;
	color: var(--red);
}

.company-info .season {
	border: 2px solid var(--deepGrey);
	margin-left: 20px;
	background-color: #F1F1F1;
	color: var(--deepGrey);
}

.company-info .code {
	margin-left: 20px;
}

.company-info .code p {
	margin-bottom: 10px;
	border: 1px solid var(--lightGrey);
	width: fit-content;
	padding: 3px 15px;
	border-radius: 50px;
	font-size: 14px;
	margin-left: auto;
}

.company-info .code p span {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding-left: 5px;
}

.company-info .code a {
	text-decoration: underline;
	padding-right: 15px;
}

.company-intro {
	padding: 30px 0;
}

.company-intro p {
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	margin-bottom: 0;
	line-height: 36px;
}

.intro-text {
	font-weight: 600 !important;
}

.company-intro-wrap {
	padding: 30px 0 40px;
	border-bottom: 1px solid #ddd;
	display: flex;
}

.company-intro-text {
	padding-right: 30px;
}

.company-intro-text p {
	line-height: 32px;
	margin-bottom: 15px;
}

.company-intro-item-pic {
	width: calc(70% - 50px)
}

.company-intro-item-pic img {
	width: 100%;
	vertical-align: bottom;
}

.company-intro-text {
	width: calc(70% - 30px)
}

.company-intro-detail,
.company-intro-ceo-pic {
	width: 30%;
}

.company-intro-detail {
	margin-left: 20px;
}

.company-intro-detail h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.company-intro-detail ul li {
	border-bottom: 1px solid var(--lightGrey);
	padding: 25px 0 5px 0px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.company-intro-detail ul li p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.portfolio {
	display: inline-block;
}

.company-intro-detail .date {
	padding-left: 5px;
	font-size: 14px;
}

.company-intro-detail ul li p .number {
	color: var(--red);
	font-weight: bold;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
}

.company-intro-ceo-pic {
	width: 394px;
}

.company-intro-ceo-pic img {
	width: 100%;
	vertical-align: bottom;
}

.company-intro-item-pic figcaption,
.company-intro-ceo-pic figcaption {
	text-align: right;
	margin-top: 5px;
	margin-left: -1px;
}

.sponsor-area {
	padding: 50px 0 0 0;
}

.sponsor-area-wrap,
.sponsor-area-wrap-multi {
	max-width: 1240px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.sponsor-area-wrap {
	justify-content: center;
}

.sponsor-area-wrap-multi {
	justify-content: flex-start;
}

.sponsor-area-wrap-multi span {
	display: block;
	padding-bottom: 5px;
}

.sponsor-area-wrap li {
	margin-right: 30px;
}

.sponsor-area-wrap li:last-child {
	margin-right: 0;
}

.sponsor-area-wrap-multi li {
	position: relative;
	padding: 20px 8px 20px 0;
}

.sponsor-area-wrap li {
	position: relative;
	padding: 20px 0;
}

.sponsor-area-wrap li em,
.sponsor-area-wrap-multi li em {
	position: absolute;
	top: -5px;
	left: 0;
	display: inline-block;
	border-left: solid 4px var(--grey);
	height: 12px;
	line-height: 12px;
	font-size: 16px;
	padding: 0 0 15px 10px;
	color: var(--grey);
}

.company-list {
	background-color: var(--beige);
	width: 100%;
	padding: 1px 0 20px 0;
}

.company-list .section-button a {
	padding: 20px 54px;
}

@media (820px < width < 1168px) {
	.company-intro-detail .date {
		display: block;
	}
}

@media screen and (max-width: 820px) {
	.contents {
		text-align: left;
		padding: 256px 0 40px;
		width: auto;
		margin: 0 auto;
	}

	.title {
		background-color: var(--beige);
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
		min-width: auto;
		height: 200px;
		text-align: center;
	}

	.title h1 {
		line-height: 30px;
	}

	.title h1 span {
		font-size: 1.5rem;
	}

	.title h1 small {
		font-size: 3rem;
		margin-top: 0;
	}

	.company-header {
		display: flex;
		flex-direction: column;
		padding-bottom: 40px;
	}

	.company-logo {
		margin: auto;
	}

	.company-info {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.season {
		margin-left: 0;
		padding-left: 0;
	}

	.company-info .code {
		width: 100%;
		text-align: center;
		margin-left: 0;

	}

	.company-info .type,
	.company-info .season {
		width: 150px;
		font-size: 1.5rem;
	}

	.canadian-type {
		font-size: 1.2rem !important;
	}

	.company-info .code p {
		margin: 0 auto 10px;
		display: inline-block;
		margin-right: 10px;
	}

	.intro-text {
		margin-bottom: 20px !important;
	}

	.company-intro-wrap {
		flex-direction: column;
		border-bottom: none;
		padding-top: 0;
	}

	.company-intro-text {
		padding-right: 0;
	}

	.company-intro-item-pic {
		width: 100%;
		text-align: center;
	}

	.company-intro-item-pic img {
		width: 100%;
		vertical-align: bottom;
	}

	.company-intro-item-pic>.sp {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	.company-intro-text {
		width: 100%;
	}

	.company-intro-detail,
	.company-intro-ceo-pic {
		width: auto;
	}

	.company-intro-ceo-pic {
		padding-top: 20px;
	}

	.company-intro-detail {
		margin-left: 0;
	}

	.company-intro-detail h2 {
		margin-top: 40px;
	}

	.sponsor-area-wrap {
		flex-direction: row;
		justify-content: space-between;
	}

	.sponsor-area-wrap li:first-child {
		margin-right: 0;
	}

	.sponsor-area-wrap li {
		/* width: 80%; */
		width: calc(50% - 5px);
	}

	.sponsor-area-wrap li a img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.sponsor-area-wrap-multi {
		flex-direction: row;
		/* align-items: center; */
		justify-content: space-between;
	}

	.sponsor-area-wrap-multi li:first-child {
		margin-right: 0;
	}

	.sponsor-area-wrap-multi li {
		/* width: 80%; */
		width: calc(50% - 5px);
		padding: 20px 0 0 0;
	}

	.sponsor-area-wrap-multi li:nth-child(9) {
		padding: 20px 0 20px 0;
	}

	.sponsor-area-wrap-multi li a img {
		/* width: auto; */
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.company-list {
		padding: 1px 0 35px 0;
	}

	.sp-size {
		width: 60%;
		margin: 0 auto;
	}

	.comforia-margin {
		margin-bottom: 20px;
	}
}

/* @media (390px < width < 820px ) {
	.sponsor-area-wrap li a img,
	.sponsor-area-wrap-multi li a img{
		width: auto;
		}
	} */
@media screen and (max-width: 490px) {
	.company-info .code p {
		display: block;
		margin: 0 auto 10px;
	}
}

/* ====================
about
======================= */

.intro {
	display: flex;
	justify-content: space-between;
}

.intro p {
	margin-bottom: 30px;
}

.intro-logo {
	margin-left: 40px;
	min-width: 254px;
}

.intro-logo img {
	width: 100%;
	vertical-align: bottom;
}

.about-title {
	position: relative;
	border-left: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}

.about-title:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(228, 17, 28, 0.3);
}

.about-title p {
	font-size: 16px;
	color: var(--white);
	background-color: var(--red);
	width: fit-content;
	padding: 2px 20px;
	border-radius: 5px;
	margin-bottom: 0;
}

.about-title span {
	font-size: 24px;
	padding-left: 10px;
}

.profile-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	margin-top: 40px;
	justify-content: space-between;
}

.profile-card {
	display: flex;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 40px 30px;
	width: calc(50% - 20px);
	border-radius: 5px;
	margin-bottom: 40px;
}

.profile-card-photo {
	margin-right: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profile-card-photo span {
	background-color: var(--black);
	color: var(--white);
	padding: 4px 20px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 7px;
	width: 120px;
	text-align: center;
}

.profile-card-photo img {
	width: 100%;
	vertical-align: bottom;
}

.profile-card-text {
	display: flex;
	flex-direction: column;
	width: 1200px;
}

.profile-card-text .duties {
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.profile-card-text h3 {
	border-bottom: none;
	font-size: 24px;
	margin-bottom: 5px;
}

.profile-card-text h3 em {
	font-size: 16px;
	margin-left: 5px;
}

.profile-card-text p {
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 28px;
}

.notice {
	font-size: 13px;
}

.sp {
	display: none;
}

/* @media screen and (max-width: 1266px) {
	main{
		margin: 0 20px;
	}
} */

@media (820px < width < 1300px) {
	.title {
		/* width: auto; */
		width: 100%;
		min-width: auto;
	}

	.title h1 {
		width: auto;
	}

	main {
		width: auto;
		margin: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.profile-card {
		flex-direction: column;
	}

	.profile-card-text {
		width: auto;
	}

	.profile-card-photo {
		max-width: 150px;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 820px) {
	.intro {
		flex-direction: column;
	}

	.intro-logo {
		width: 254px;
		margin: auto;
	}

	.intro-logo img {
		width: 100%;
	}

	.about-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.about-title p {
		margin-bottom: 0;
	}

	.about-title span {
		font-size: 2rem;
		padding-left: 0;
		padding-top: 5px;
	}

	.about-title:after {
		bottom: -3px;
	}

	.profile-wrap {
		margin-top: 40px;
		margin-bottom: 40px;
		justify-content: center;
	}

	.profile-card {
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
		max-width: 600px;
	}

	.profile-card-photo {
		max-width: 250px;
		/* margin-right: 0; */
		margin-bottom: 10px;
	}

	.profile-card-photo span {
		width: 150px;
		text-align: center;
		font-size: 1.6rem;
	}

	.profile-card:first-child {
		margin-right: 0;
	}

	.profile-card-text {
		width: 100%;
	}

	.sp {
		display: block;
	}

	.profile-card-text .duties {
		margin-bottom: 0;
	}

	.profile-card-text h3 {
		margin-bottom: 10px;
	}

	.quo-margin {
		padding-top: 0;
	}
}

@media screen and (max-width: 490px) {
	.profile-card-photo {
		width: 60%;
	}
}

/* ====================
sponsors
======================= */
.sponsors-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.sponsors-card {
	width: 392px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	margin-bottom: 32px;
	transition: all .2s ease-in-out;
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
}

.sponsors-card:hover {
	filter: brightness(0.95);
}

.sponsors-card a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.sponsors-info-logo .code {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid var(--lightGrey);
	width: fit-content;
	padding: 3px 15px;
	border-radius: 50px;
	font-size: 14px;
	margin-left: auto;
	z-index: 1;
}

.sponsors-info-logo .code p {
	display: inline-block;
	margin-bottom: 0;
}

.sponsors-info-logo .code span {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding-left: 5px;
}

.sponsors-info-logo {
	background-color: var(--white);
	padding: 20px 20px 0 20px;
	border-radius: 20px 20px 0 0;
	position: relative;
}

.sponsors-info-logo img {
	width: 100%;
	vertical-align: bottom;
}

.sponsors-text {
	padding: 40px 30px;
	background-color: var(--beige);
	border-radius: 0 0 20px 20px;
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	flex-grow: 1;
}

@media (866px < width < 1300px) {
	.sponsors-wrap {
		justify-content: space-between;
		width: 824px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 866px) {
	.sponsors-wrap {
		justify-content: center;
	}
}

@media (840px < width < 1300px) {
	.sponsors-text {
		height: 152px;
	}
}

@media screen and (max-width: 820px) {
	.sponsors-wrap {
		justify-content: center;
	}

	.sponsors-card {
		/* width: 358px; */
		width: 332px;
	}
}

/* ====================
schedule
======================= */
.seminar-onhold {
	position: relative;
	color: var(--red);
	font-weight: bold;
	font-size: 20px;
}

.seminar-onhold:after {
	content: "";
	position: absolute;
	width: 78%;
	height: 1px;
	background-color: #FBDADA;
	top: 50%;
	margin-left: 10px;
}

.seminar-event {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px 30px 30px 30px;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 5px;
}

.seminar-detail {
	display: flex;
	flex-direction: column;
}

.seminar-title {
	display: flex;
}

.seminar-title>p {
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}

.seminar-place {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.place-tag {
	background-color: var(--grey);
	color: var(--white);
	padding: 3px 15px;
	font-size: 16px;
	border-radius: 3px;
	margin-right: 10px;
	white-space: nowrap;
}

.address {
	font-size: 20px;
	margin-right: 10px;
}

.address-small {
	font-size: 12px;
	/*display: block;*/
}

.seminar-place-map {
	background-image: url(/assets/img/common/map-icon.png);
	width: 54px;
	height: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: auto;
}

.seminar-place-map.side {
	display: inline-block;
	margin-left: 10px;
}

.seminar-place-map a {
	display: block;
	width: 54px;
	height: 20px;
}

.seminar-event .seminar-button {
	margin-top: 0;
}

.seminar-button {
	display: flex;
	flex-direction: column;
}

.seminar-button p {
	font-size: 12px;
}

/*ボタン 非アクティブ*/
.seminar-event .seminar-button.button-inactive .top-topic-link {
	background-color: var(--grey);
}

.seminar-event .seminar-button.button-inactive .top-topic-link a {
	pointer-events: none;
}

.seminar-event .seminar-button.button-inactive .top-topic-link:hover {
	opacity: 1;
}

.seminar-event .seminar-button.button-inactive .top-topic-link a:before {
	color: var(--grey);
}

.personality-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.personality-item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: calc(25% - 40px);
	border-radius: 5px;
	margin: 0 20px 40px;
	padding: 20px;
	transition: all .2s ease-in-out;
}

.personality-item:hover {
	filter: brightness(0.95);
}

.personality-item img {
	width: 100%;
	vertical-align: bottom;
}

.personality-box p img,
.personality-box figure img {
	width: 100%;
	vertical-align: bottom;
}

.personality-item .personality-txt {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
}

.personality-item .personality-txt strong {
	font-size: 18px;
}

.sponsors-company .sponsors-company-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sponsors-company .sponsors-company-item+.sponsors-company-item {
	margin-top: 20px;
}

.sponsors-company .sponsors-company-item .sponsors-company-img {
	width: 20.16%;
	margin-right: 40px;
}

.sponsors-company .sponsors-company-item .sponsors-company-img img {
	width: 100%;
}

.sponsors-company .sponsors-company-item .sponsors-company-txt {
	width: calc(100% - 20.16% - 40px);
}

.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-logo {
	margin-bottom: 5px;
	max-width: 320px;
}

.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-logo img {
	width: 100%;
}

.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-name {
	font-size: 14px;
	font-weight: 400;
}

.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-name strong {
	font-size: 22px;
}

@media (820px < width < 1120px) {
	.seminar-event {
		width: auto;
		max-width: 700px;
		flex-direction: column;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 40px;
		align-items: center;
	}

	.seminar-detail {
		flex-direction: column;
		align-items: center;
	}

	.seminar-event .seminar-button {
		margin-top: 20px;
	}

	.seminar-button p {
		margin-bottom: 10px;
	}

	.seminar-event .top-topic-link {
		margin-top: 0;
	}

	.personality-item {
		width: calc(25% - 20px);
		margin: 0 10px 20px;
		padding: 15px;
	}
}

@media screen and (max-width: 820px) {
	.seminar-onhold {
		margin-top: 30px;
		font-size: 1.6rem;
	}

	.seminar-onhold:after {
		top: 100%;
		left: 0;
		margin-left: 0px;
	}

	.seminar-event {
		flex-direction: column;
		margin-top: 20px;
	}

	.seminar-title {
		flex-direction: column;
		align-items: center;
	}

	.seminar-title .seminar-date .number {
		font-size: 3rem;
	}

	.seminar-date {
		font-size: 1.7rem !important;
	}

	.address-small {
		display: block;	
	}

	.seminar-title>p {
		margin-right: 0;
		margin-bottom: 0px;
	}

	.seminar-place {
		margin-top: 20px;
	}

	.place-tag {
		font-size: 1.3rem;
		padding: 3px 10px;
	}

	.seminar-event .seminar-button {
		margin-top: 20px;
	}

	.seminar-button p {
		margin-bottom: 0;
	}

	.top-topic-link p {
		font-size: 1.5rem !important;
		margin-left: 20px;
	}

	.top-topic-link span {
		margin-left: 20px;
	}

	.top-topic-link p small {
		font-size: 1.2rem;
	}

	.top-topic-link a {
		padding: 10px 33px !important;
	}

	#schedule .top-topic-link a:before {
		display: block;
		width: 45px;
		height: 45px;
		top: 11px;
		line-height: 45px;
	}

	.personality-box {
		justify-content: space-between;
		margin-right: -15px;
		margin-left: -15px;
	}

	.personality-item {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
		padding: 15px;
	}

	.personality-item .personality-txt {
		font-size: 12px;
	}

	.personality-item .personality-txt strong {
		font-size: 16px;
	}

	.sponsors-company .sponsors-company-item .sponsors-company-img {
		width: 60%;
		margin: 0 auto 20px;
	}

	.sponsors-company .sponsors-company-item .sponsors-company-txt {
		width: 100%;
	}

	.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-logo {
		max-width: 200px;
	}

	.sponsors-company .sponsors-company-item .sponsors-company-txt .sponsors-company-logo img {
		width: 100%;
	}
}

.seminar-title-internal-link {
	position: relative;
	padding-left: 30px;
	color: var(--red);
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 20px;
}

.seminar-title-internal-link small {
	font-size: 18px;
	font-size: 1.8rem;
	color: #111;
}

.seminar-title-internal-link:before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 20px;
	border-top: solid 2px var(--red);
	content: "";
}

@media screen and (max-width: 820px) {
	.seminar-title-internal-link {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 25px;
	}

	.seminar-title-internal-link small {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.internal-link {
	display: flex;
	justify-content: center;
}

.internal-link-btn {
	display: flex;
	justify-content: center;
	margin-right: 2em;
	border-radius: 50px;
	background-color: var(--white);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: all .2s ease-in-out;
}

.internal-link-btn:last-child {
	margin-right: 0;
}

.internal-link-btn:hover {
	opacity: .8;
}

.internal-link-btn a {
	position: relative;
	display: block;
	padding: 20px 70px;
	color: var(--black);
	text-decoration: none;
	font-size: 16px;
}

.internal-link-btn a:after {
	position: absolute;
	top: 50%;
	left: 15%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border: 0;
	border-right: solid 2px var(--red);
	border-bottom: solid 2px var(--red);
	content: "";
	transition: all .2s ease-in-out;
	transform: rotate(45deg) translate(-25%, 0%);
}

.internal-link-btn a:hover:after {
	top: 55%;
}

@media screen and (max-width: 820px) {
	.internal-link {
		flex-direction: column;
	}

	.internal-link-btn {
		margin-right: .8em;
		width: 100%;
	}

	.internal-link-btn a {
		font-size: 1.6rem;
	}
}

#schedule .seminar-program img {
	width: 100%;
	min-width: 1240px;
}

@media screen and (max-width: 820px) {
#schedule .seminar-program img {
	width: 100%;
	min-width: 800px;
}
}

/* ====================
broadcast
======================= */
#broadcast .seminar-list {
	text-align: center;
}

/* .movie{
	width: 392px;
}
.movie img{
	width: 100%;
	vertical-align: bottom;

} */

/* ====================
archives
======================= */
#archive h2 {
	border-left: none;
	padding-left: 0;
}

#archive p {
	margin-bottom: 0;
}

#archive .seminar-onhold:after {
	width: 95%;
}

.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content: space-between;
	margin: 30px 0 40px 0;
}

.archive-card {
	display: block;
	width: calc(50% - 20px);
	min-width: 300px;
	background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.archive-card:hover {
	filter: brightness(0.95);
}

.archive-card a {
	text-decoration: none;
}

.archive-inner {
	background-color: #F1F1F1;
	padding: 15px 0;
	height: 128px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
}

.archive-title {
	padding: 15px 0 0 0;
	color: var(--red);
	font-size: 24px !important;
	font-weight: bold;
}

.update {
	text-align: right;
	font-size: 14px !important;
	color: var(--grey);
	margin-top: 3px;
}

/* .seminar-2022{
	height: 170px; 
	margin-top: 20px;
} */
@media screen and (max-width: 820px) {
	.archive-wrap {
		flex-wrap: wrap;
	}

	.archive-card {
		width: 100%;
	}

	.archive-card:first-child {
		margin-bottom: 20px;
	}

	.archive-text {
		font-size: 1.4rem !important;
	}
}

/* ====================
archives_2023
======================= */
.archives_2023_text {
	line-height: 36px;
}