@charset "utf-8";
/* CSS Document */
/*--------------------------------------

event/detail/archives/

--------------------------------------*/

/*--------------------------------------
コンテンツ内共通設定
--------------------------------------*/
/*タイトル*/
.sub-title {
	font-family: "Inter", serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fe4958;
}

.article-title {
	margin-top: 8px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.event-detail-label {
	display: inline-block;
	width: 90px;
	height: 28px;
	line-height: 28px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 14px;
	background-color: #FE4958;
	color: #fff;
}

.btn-more {
	width: 100%;
	height: 46px;
	margin-top: 40px;
	border: 1px solid #000;
	border-radius: 6px;
	background-color: #fff;
	position: relative;
}

.btn-more::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 14px;
	right: 16px;
	background-image: url(../img/renewal/btn-detail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-more a {
	display: block;
}

.btn-more a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=70)";
}

.btn-more p {
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb_wrapper {
	border-bottom: 1px solid #DDD;
	padding-top: 18px;
	padding-bottom: 18px;
}
.breadcrumb{
	width: 1100px;
	margin: 0 auto;
	font-size:14px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'';
	width: 8px;
	height: 8px;
	margin: 0!important;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: -18px;
}
.breadcrumb li:last-child:after{
	content:'';
	display: none;
}
.breadcrumb li a{
	height: 100%;
	display: block;
}
.breadcrumb li a img{
	width: 20px;
	height: 20px;
}

/*--------------------------------------
メインビジュアル
--------------------------------------*/
section.main-visual {
	width: 100%;
	height: 420px;
	background-image: url(../img/renewal/event/main-visual-bg.png);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-visual-content {
	width: 550px;
	margin: 0 auto;
	padding: 30px 0;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}

.main-visual-content label {
	display: inline-block;
	width: 36px;
	height: 48px;
	line-height: 24px;
	margin: 0!important;
	padding: 16px 22px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -40px;
	left: -40px;
	border-radius: 40px;
	background-color: #FE4958;
}

.main-visual-content img {
	width: 425px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.main-visual-content h2 {
	margin-top: 24px!important;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #222222!important;
}

.main-visual .main-visual-content p {
	margin-top: 16px!important;
	line-height: 1;
	text-align: center;
	color: #FE4958;
}

.main-visual-content .date-text {
	font-family: "Inter", serif;
	font-size: 25px;
	font-weight: bold;
	color: #FE4958;
}

.main-visual-content .date-text .date {
	margin: 0 4px;
	font-family: "Inter", serif;
	font-size: 48px;
}

.main-visual-content .date-text .weekday {
font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
}

.main-visual-content .time-text {
	display: inline-block;
	margin-top: 8px;
	margin-left: 8px;
	font-family: "Inter", serif;
	font-size: 25px;
	font-weight: bold;
	color: #FE4958;
}

/*--------------------------------------
イベントメニュー
--------------------------------------*/
section.event-nav {
	margin: 0 auto;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.event-nav ul {
	width: 1100px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.event-nav li {
	width: calc(100% / 6);
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	text-align: center;
	color: #222222;
	border-right: 1px solid #CCCCCC;
}

.event-nav li:last-child {
	border: none;
}

.event-nav li a {
	display: block;
}

.event-nav li a:hover {
	display: block;
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}

/*--------------------------------------
イベントバナー
--------------------------------------*/
section.event-banner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
}

section.event-banner img {
	width: 100%;
}

/*--------------------------------------
イベントの見どころ
--------------------------------------*/
section.event-pickup {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
}

.event-pickup ul {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

.event-pickup li {
	width: 350px;
	padding: 20px 24px;
	border: #CCCCCC 1px solid;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.event-pickup li .event-pickup-step {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	justify-content: center;
	align-items: center;
}

.event-pickup li .event-pickup-step .step {
	font-size: 38px;
	font-weight: bold;
	color: #FE4958;
}

.event-pickup li .event-pickup-desc {
	height: calc(100% - 59px);
	display: flex;
	flex-direction: column;
}

.event-pickup li .event-pickup-desc h3 {
	margin: 20px 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}

.event-pickup li .event-pickup-desc p {
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	white-space: pre-wrap;
}

.event-pickup li .event-pickup-desc a {
  height: 50px;
  border-radius: 6px;
  line-height: 50px;
	margin-top: auto!important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
  background-color: #5BBCC9;
}

.event-pickup li .event-pickup-desc a span.icon-participation {
  margin-right: 12px;
  display: inline-block;
	mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 34px;
  height: 34px;
	mask-image: url(../img/renewal/event/icon-participant-en.svg);
  background: #fff;
}

.event-pickup-btn {
	width: 740px;
	margin: 0 auto;
}

/*--------------------------------------
イベント開催概要
--------------------------------------*/
section.event-outline {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
}

.event-outline-content {
	width: 100%;
	margin-top: 32px;
	padding: 40px 0;
	padding-bottom: 56px;
	border-radius: 10px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: #FFEEEE;
}

.event-outline-content .event-outline-left,
.event-outline-content .event-outline-right {
	width: 50%;
	text-align: center;
}

.event-outline-content .event-outline-right {
	padding: 0 24px;
}

.event-outline-content .event-outline-left {
	padding-bottom: 8px;
	border-right: 1px solid #FE4958;
}

.event-outline-content .date-text {
	margin-top: 16px;
	font-family: "Inter", serif;
	font-size: 25px;
	font-weight: bold;
	color: #FE4958;
}

.event-outline-content .date-text .date {
	margin: 0 4px;
	font-family: "Inter", serif;
	font-size: 48px;
}

.event-outline-content .date-text .weekday {
font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
}

.event-outline-content .time-text {
	display: inline-block;
	margin-top: 8px;
	font-family: "Inter", serif;
	font-size: 22px;
	font-weight: bold;
	color: #222222;
}

.event-outline-content .time-text .start {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.event-outline-content .place {
	margin-top: 22px;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.event-outline-content .access {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	white-space: pre-wrap;
}

.event-outline-content .access-link {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration-line: underline;
	color: #FE4958;
}

/*--------------------------------------
ムービー
--------------------------------------*/
section.event-movie {
	width: 1100px;
	margin: 0 auto;
	margin-top: 32px;
	display: flex;
	justify-content: center;
}

.event-movie-desc {
	width: 491px;
	margin-right: 70px;
}

.event-movie-desc p {
	font-size: 13px;
	line-height: 28px;
	white-space: pre-wrap;
}

.event-movie-desc p span {
	font-weight: bold;
	color: #FE4958;
}

.event-movie .movie iframe {
	border-radius: 10px;
}

/*--------------------------------------
当日のスケジュール
--------------------------------------*/
section.event-schedule {
	margin-top: 60px;
	background-color: #FFEEEE;
}

.event-schedule-pickup{
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}

.event-schedule-wrap {
	width: 1100px;
	margin: 0 auto;
	/*padding: 60px 0;*/
	padding: 30px 0 60px 0;
}

ul.event-schedule-list {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

ul.event-schedule-list li {
	position: relative;
}

/* スケジュールが3個の場合 */
ul.event-schedule-list li:first-child:nth-last-child(3),
ul.event-schedule-list li:first-child:nth-last-child(3) ~ li {
	width: 348px;
}

ul.event-schedule-list li:first-child:nth-last-child(3)::after,
ul.event-schedule-list li:first-child:nth-last-child(3) ~ li::after {
	right: -38px;
}

/* スケジュールが4個の場合 */
ul.event-schedule-list li:first-child:nth-last-child(4),
ul.event-schedule-list li:first-child:nth-last-child(4) ~ li {
	width: 260px;
}

ul.event-schedule-list li:first-child:nth-last-child(4)::after,
ul.event-schedule-list li:first-child:nth-last-child(4) ~ li::after {
	right: -32px;
}

ul.event-schedule-list li::after {
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../img/renewal/event/event-schedule-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 68px;
	z-index: 100;
}

ul.event-schedule-list li:last-child:after {
	content: '';
	width: 50px;
	height: 50px;
	background: none;
}

ul.event-schedule-list li .event-schedule-thumbnail {
	position: relative;
}

ul.event-schedule-list li .event-schedule-thumbnail label {
	display: inline-block;
	width: auto;
	height: 23px;
	line-height: 23px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 12px;
	background-color: #fff;
	color: #FE4958;
}

ul.event-schedule-list li .event-schedule-thumbnail img {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;
}

ul.event-schedule-list li .event-schedule-desc {
	margin-top: 20px;
}

ul.event-schedule-list li .event-schedule-desc h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #FE4958;
}

ul.event-schedule-list li .event-schedule-desc p {
	margin-top: 16px;
	font-size: 12px;
	line-height: 22px;
	white-space: pre-wrap;
}

/*--------------------------------------
参加ボタン
--------------------------------------*/
section.event-participation {
	width: 1100px;
	margin: 0 auto;
}

section.event-participation ul.participation-btn {
	padding: 50px 0;
	display: flex;
	justify-content: center;
}

section.event-participation ul.participation-btn li {
  width: 354px;
}

section.event-participation ul.participation-btn li a {
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: flex;
	justify-content: center;
	align-items: center;
}

section.event-participation ul.participation-btn li:first-of-type a {
	color: #000;
	border: 1px solid #000;
  background-color: #FFF;
  margin-right: 20px;
}

section.event-participation ul.participation-btn li:first-of-type span.icon-participation {
  margin-right: 12px;
  display: inline-block;
	mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 34px;
  height: 34px;
	mask-image: url(../img/renewal/event/icon-participant-en.svg);
  background: #000;
}

section.event-participation ul.participation-btn li:nth-of-type(2) a {
  background-color: #fe4958;
}

/*--------------------------------------
※学生の皆さんへの注意喚起※
--------------------------------------*/
.attention-wrap{
    width: 60%;
    background: #fff;
	border: 1px solid #F50004;
    border-radius: 5px;
	box-sizing: border-box;
	margin: 30px auto;
    padding-bottom: 20px;
}

.attention-wrap .attention-in{
    width: 80%;
    margin: 0 auto;
}

.attention-wrap strong{
    font-weight: bold;
    color: #0386e6;
    display: block;
    text-align: center;
    margin: 20px auto;
}

.attention-in p{
    font-size: 14px;
    line-height: 25px;
}

/*--------------------------------------
アクセス
--------------------------------------*/
section.event-access {
	width: 100%;
	background-color: #F9F9F9;
	padding-top: 60px;
}

section.event-access .event-access-wrap {
	width: 1100px;
	margin: 0 auto;
}

section.event-access .place-desc-wrap {
	height: 240px;
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
}

section.event-access .place-desc {
	display: flex;
	align-items: center;
}

section.event-access .place-desc .place-desc-content {
	padding: 32px 0;
	padding-right: 24px;
}

section.event-access .place-desc img {
	width: 140px;
	height: 140px;
	margin-left: 40px;
	margin-right: 24px;
	border-radius: 50%;
}

section.event-access .place-desc h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

section.event-access .place-desc p.address {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
}

section.event-access .place-desc .access {
	margin-top: 8px;
	display: flex;
	align-items: center;
}

section.event-access .place-desc .access span {
  margin-right: 8px;
  display: inline-block;
	mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 15px;
  height: 20px;
	mask-image: url(../img/renewal/event/icon-access.svg);
  background: #fe4958;
}

section.event-access .place-desc .access p {
	font-size: 14px;
	line-height: 1.5;
	white-space: pre-wrap;
	flex: 1;
}

section.event-access .map iframe {
	width: 480px;
	height: 100%;
	border-radius: 0 10px 10px 0;
}

section.event-access .movie {
  overflow: hidden;     /* float のクリア */
  margin-top: 50px;
}

section.event-access .video {
  float: left;
  width: calc(40% - 10px);  /* 2つ並べて余白を調整 */
  margin-right: 20px;
}

section.event-access .video:last-child {
  margin-right: 0;
}

section.event-access .video p {
  margin-bottom: 8px;
}

/*--------------------------------------
FAQ
--------------------------------------*/
section.event-faq {
	padding-top: 60px;
	padding-bottom: 150px;
	background-color: #F9F9F9;
}

section.event-faq .event-faq-wrap {
	width: 1100px;
	margin: 0 auto;
}

section.event-faq .event-faq-list {
	margin-top: 32px;
}

section.event-faq .event-faq-list .event-faq-q {
	height: 80px;
	margin-top: 10px;
	padding-left: 16px;
	padding-right: 24px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

section.event-faq .event-faq-list .event-faq-q label.faq-q {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-right: 16px;
	font-family: "Inter", serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #FE4958;
}

section.event-faq .event-faq-list .event-faq-q p {
	flex: 1;
}

section.event-faq .event-faq-list .event-faq-q span.icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	mask-image: url(../img/renewal/accordion-plus.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: #000;
}

section.event-faq .event-faq-list .event-faq-q-open span.icon {
	mask-image: url(../img/renewal/accordion-minus.svg)!important;
}

section.event-faq .event-faq-list .event-faq-answer-content {
	display: none;
}

section.event-faq .event-faq-list .event-faq-answer-open {
	display: block;
}

section.event-faq .event-faq-list .event-faq-answer-list li {
	margin-top: 10px;
	margin-left: 50px;
	padding: 24px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
}

section.event-faq .event-faq-list .event-faq-answer-list li label.faq-a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-right: 16px;
	font-family: "Inter", serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #32BBDC;
}

section.event-faq .event-faq-list .event-faq-answer-list li p {
	font-size: 14px;
	line-height: 26px;
	color: #222222;
	flex: 1;
}

.event-faq-btn .btn-more {
	width: 740px;
	margin: 0 auto;
	margin-top: 80px;
}

.event-faq-btn .btn-more::before {
	right: 0!important;
  left: 16px!important;
  background-image: url(../img/renewal/btn-back.png) !important;
}

/*--------------------------------------
来場者の声
--------------------------------------*/
section.event-reviews {
	width: 100%;
	padding-bottom: 0;
	background-color: #fff;
}

section.event-reviews .event-reviews-wrap {
	width: 1100px;
	margin: 0 auto;
}

section.event-reviews .reviews-list {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

section.event-reviews .review-card {
	width: calc((100% - 48px) / 3);
	padding: 16px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.event-reviews .review-header {
	display: flex;
	align-items: center;
}

section.event-reviews .review-icon {
	width: 58px;
	height: 58px;
	margin-right: 16px;
	flex-shrink: 0;
}

section.event-reviews .review-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

section.event-reviews .review-user {
	flex: 1;
}

section.event-reviews .user-info {
	font-size: 12px;
	line-height: 1.5;
	color: #222222;
	margin-bottom: 4px;
}

section.event-reviews .review-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

section.event-reviews .stars {
	display: flex;
	gap: 2px;
	align-items: center;
}

section.event-reviews .star {
	width: 30px;
	height: 30px;
	display: block;
}

section.event-reviews .star-half {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
}

section.event-reviews .star-half .star-bg {
	width: 30px;
	height: 30px;
	display: block;
}

section.event-reviews .star-half .star-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	clip-path: inset(0 50% 0 0);
}

section.event-reviews .rating-score {
	font-family: "Inter", serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

section.event-reviews .review-content {
	margin-top: 20px;
}

section.event-reviews .review-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #FE4958;
	margin-bottom: 12px;
}

section.event-reviews .review-text {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

/*--------------------------------------
フローティングボタン
--------------------------------------*/
section.event-floating-btn {
	width: 100%;
	height: 92px;
	padding: 16px 0;
	text-align: center;
	background-color: #FFFFFFB2;
	position: fixed;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 101;
}

section.event-floating-btn ul.participation-btn {
	display: flex;
	justify-content: center;
}

section.event-floating-btn ul.participation-btn li {
  width: 354px;
}

section.event-floating-btn ul.participation-btn li a {
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fe4958;
}

section.event-floating-btn ul.participation-btn li:first-of-type a {
	color: #000;
	border: 1px solid #000;
  background-color: #FFF;
  margin-right: 10px;
}
