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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'kozuka-gothic-pr6n', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	font-feature-settings: "palt";
	letter-spacing: .05em
}

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

.pc__left_wrapper {
	display: none;
}

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

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

@media screen and (min-width:426px) and ( max-width: 768px) {
	.top__img {
		top: 15px;
	}
}

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

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

.main-detail {
	max-width: 500px;
	padding: 16px 60px;
	margin: auto;
}

/*    ここからaboutの設定   */
.about {
	padding: 40px 16px;
	background-color: #ECD6FF;
}

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

.section__title {
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

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

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

.section__title::before {
	transform: translateX(12px);
}

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

.about__important {
	font-size: 20px;
	font-weight: bold;
}

.about__txt-inversion {
	padding: 4px;
	background-color: #000;
	color: #fff;
}

.about__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 5px;
	background: #fff;
	text-align: left;
}

.about__card.bg_gray {
	background: #666;
}

/*    ここからprojectの設定   */
.project {
	background-color: #FFD6F0;
	padding: 40px 16px 24px;
}

.project__title {
	color: #000;
}

.project .section__title::before {
	background-image: url("../img/project.png");
	max-width: 170px;
}

.project__inner {
	margin: 24px 0 0 0;
}

.project__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 5px;
	background: #fff;
}

.card__title span {
	font-size: 74%;
}

/*    ここからworkの設定   */
.work {
	background-color: #DAFFD6;
	padding: 40px 16px 24px;
}

.work__title {
	color: #000;
}

.work .section__title::before {
	background-image: url("../img/work.png");
	max-width: 144px;
}

.work__inner {
	margin: 24px 0 0 0;
}

.work__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 5px;
	background: #fff;
}

.work__card .detail__list {
	margin-top: 16px;
}

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

.important__title {
	color: #000;
}

.important .section__title::before {
	background-image: url("../img/merit.png");
	max-width: 144px;
}

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

.important__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 5px;
	background: #fff;
}

.card__title {
	text-align: center;
	line-height: 1.4;
	color: #000;
	font-size: 20px;
}

.card__txt {
	max-inline-size: max-content;
	margin: 16px auto 0;
}

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

.card__img {
	margin: 16px 0 0 0;
	border-radius: 6px;
}

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

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

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

.schedule__card {
	display: flex;
	width: 100%;
	margin: 0 0 16px 0;
	background: #FFD6D7;
	border-radius: 5px;
	border: 2px solid #FFB0A0;
	overflow: hidden;
}

.schedule__title {
	display: grid;
	place-items: center;
	padding: 24px;
	background: #FFB0A0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.schedule__day {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.schedule__txt {
	flex: 1;
	padding: 12px;
}

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

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

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

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

.detail__box {
	position: relative;
	max-width: 500px;
	margin: 0 auto 45px;
	padding: 50px 16px 32px 24px;
	border-radius: 5px;
	background: #FFFFFF;
}

.detail__box:first-of-type {
	margin: 45px auto;
}

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

.title__box {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 284px;
	padding: 0 24px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 16px 0;
	border-radius: 30px;
	background: #6B85AA;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1;
}

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

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

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

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #000;
	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: 280px;
	padding: 0 16px;
}

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

.form__link {
	display: inline-block;
	width: 100%;
	border-radius: 34px;
}

.line {
	background: #10db9e;
}

.instagram {
	background-image: linear-gradient(90deg, rgba(205, 120, 238, 1), rgba(229, 90, 100, 1) 50%, rgba(255, 161, 81, 1));
}

.buttom__txt {
	margin: 16px auto;
}

.buttom__line {
	width: 173px;
}

.buttom__instagram {
	width: 117px;
}

.footer__copyright {
	margin: 8px 0 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px) {
	.pc__top {
		background-image: url("../img/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: #ff3366;
		font-size: 20px;
		font-weight: bold;
	}

	.form__txt-explain {
		font-size: 16px;
		line-height: 1.2;
	}

	.form__qr {
		display: inline;
		max-width: 160px;
		padding: 8px;
		background: #fff;
		border-radius: 6px;
		text-align: center;
	}

	.form__txt-qr {
		margin: 0 8px;
	}

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

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

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

	.footer {
		padding: 32px 16px;
	}

	.pc__right_form {
		display: none;
	}

	.form__wrap-qr {
		display: flex;
		justify-content: space-around;
	}

}