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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

img {
	display: block;
	width: 100%;
}

.pc__left_wrapper {
	display: none;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100vh;
	max-height: 720px;
}

.top__img {
	position: absolute;
	top: 35%;
	width: 100%;
	pointer-events: none;
}

.top__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-logo {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 0 8px;
	margin: auto;
}

.main-detail {
	max-width: 500px;
	padding: 8px 50px;
	margin: auto;
}

/*    ここからAboutの設定   */
.about {
	padding: 40px 10px;
	background-image: url(../images/bg_about.jpg);
	background-size: cover;
}

.about__inner {
	margin: 20px 0 0 0;
	text-align: center;
}

.section__title {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #D99AFF;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto 8px;
}

.about .section__title::before {
	background-image: url("../images/about.png");
	max-width: 150px;
}

.about__img {
	max-width: 260px;
	margin: auto;
}

.about__img-primary {
	margin: 16px auto 0;
	max-width: 160px;
}

.about__img-pickup {
	margin: 8px auto 0;
	max-width: 290px;
}

.about__txt {
	margin: 8px 0;
	font-weight: bold;
	line-height: 2;
}

.about__txt-img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.about__txt_bg {
	background: #D99AFF;
	color: #FFF;
	padding: 2px 8px;
	margin: 0 0 0 2px;
}

.about__txt_dashed {
	border-bottom: dashed 2px #4299D6;
	color: #4299D6;
	font-weight: bold;
}

/*    ここからprofileの設定   */
.profile {
	padding: 40px 16px;
	background-image: url(../images/bg_profile.jpg);
	background-size: cover;
}

.profile .section__title::before {
	background-image: url("../images/profile.png");
	max-width: 192px;
}

.profile__container {
	max-width: 500px;
	margin: 24px auto 0;
}

.card__img {
	border-radius: 10px;
}

.profile__card:first-of-type {
	/* margin: 0 0 40px 0; */
}

.profile__card_name {
	margin: 12px 0;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.profile .card__txt {
	max-inline-size: max-content;
	font-weight: bold;
}

/*    ここからimportantの設定   */
.important {
	background: #D99AFF;
	padding: 40px 16px;
}

.important .section__title {
	color: #FFF;
}

.important .section__title::before {
	background-image: url("../images/works.png");
	max-width: 140px;
}

.important__title_img {
	width: 220px;
	margin: 0 auto;
}

.important__inner {
	margin: 20px 0 0 0;
}

.important__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 10px;
	border: solid 1px #7F19BD;
	background: #FFF;
}

.card__title {
	margin: 0 0 16px 0;
	text-align: center;
	line-height: 1.4;
	color: #8342AA;
	font-size: 20px;
}

.important .card__img {
	margin: 16px 0 0 0;
}

.important__works-title {
	margin: 16px 0 8px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.important__card .detail__list {
	margin: 8px 0 24px;
}

.card__txt_bg {
	padding: 4px 12px;
	margin: 0 0 8px 0;
	background: #F3E4FF;
}

.card__txt-important {
	font-weight: bold;
	color: #8342AA;
}

.important .section__title_second::before {
	background-image: url("../images/point.png");
	max-width: 196px;
	margin: 40px auto 0;
}

.important .list__item {
	margin: 0 0 4px 0;
}

.important__card:last-child {
	margin: 0 auto;
}

/*    ここからSchedule  */
.schedule {
	padding: 40px 16px;
	background: #FFF;
}

.schedule .section__title {
	color: #72D7EA;
}

.schedule .section__title::before {
	background-image: url("../images/flow.png");
	max-width: 137px;
}

.schedule__inner {
	max-width: 500px;
	margin: 20px auto 0;
}

.schedule__card {
	display: flex;
	width: 100%;
	margin: 0 0 16px 0;
	background: #FFF;
	border: solid 1px #72D7EA;
	border-radius: 10px;
	overflow: hidden;
}

.schedule__title {
	display: grid;
	place-items: center;
	width: 120px;
	padding: 12px;
	background: #72D7EA;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

.schedule__day {
	font-size: 16px;
	font-weight: bold;
}

.schedule__day-sub {
	font-size: 12px;
	line-height: 1.4;
}

.schedule__txt {
	flex: 1;
	padding: 12px 0 12px 12px;
	align-content: center;
}

.list__item {
	margin: 0 0 12px 0;
}

.schedule__card:last-child {
	margin: 0;
}

/*     ここから応募条件        */
.detail {
	padding: 40px 16px;
	background: #E9F8FF;
}

.detail .section__title::before {
	background-image: url("../images/entry.png");
	max-width: 159px;
}

.detail__box {
	max-width: 500px;
	background: linear-gradient(to right, #D99AFF, #72D7EA);
	border-radius: 10px;
	padding: 1px;
}

.detail__inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 24px 16px;
	border-radius: 0 0 10px 10px;
	background: #FFFFFF;
}

.detail__box {
	margin: 24px auto;
}

.detail__box:last-of-type {
	margin: 0 auto;
}

.detail__img {
	margin: 16px auto 0;
	max-width: 280px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 10px 0;
	text-align: center;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    background: linear-gradient(90deg, #D99AFF, #72D7EA);
    font-size: 20px;
}

.detail__list {
	position: relative;
	padding: 0 0 0 14px;
}

.list__item_mark::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #424E64;
}

.list__item_margin {
	margin: 0;
}

/*ここからフッター*/
.footer {
	position: relative;
	padding: 24px 0 94px;
	background: #72D7EA;
}

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #72D7EA;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.back-top::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	bottom: 0;
	transform: translateX(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.footer__logo {
	position: relative;
}

.main-logo-small {
	width: 260px;
	padding: 0 16px 16px;
}

.form {
	display: flex;
	position: fixed;
	bottom: 16px;
	width: 100%;
	padding: 0 8px;
	text-align: center;
	justify-content: center;
}

.form__link {
	display: inline-block;
	width: 100%;
	max-width: 343px;
	padding: 16px 0;
	margin: 0 8px;
	border-radius: 28px;
	line-height: 1;
	background: #39E5AB;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px) {
	.pc__top {
		background-image: url("../images/pc_bg.jpg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}

	.pc__top_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 40px;
	}

	.pc__left_wrapper {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		width: 100%;
		max-width: 460px;
		margin: 0 80px 0 0;
		flex: 1;
	}

	.pc__left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.form {
		position: static;
		display: block;
	}

	.form__txt {
		margin: 0 0 12px;
		;
		color: #FFF;
		font-size: 20px;
		font-weight: bold;
	}

	.form__qr {
		max-width: 160px;
		margin: 0 auto;
		padding: 8px;
		background: #FFF;
		border-radius: 6px;
	}

	.pc__right {
		width: 375px;
		background-color: #FFF;
	}

	.pc__main-logo {
		width: 100%;
		padding: 0 0 16px;
	}

	.pc__main-detail {
		max-width: 80%;
		padding: 0 16px 24px;
	}

	.footer {
		padding: 32px 16px;
	}

	.pc__right_form {
		display: none;
	}

}