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

/*------------------------------
	▼共通デザイン（モバイル向け）
-------------------------------*/

:root {
	--primary: #C8141E;
	--txt: #555361;
	--base: #FFFFF2;
	--corner: 16px;
	--thumbCorner: 8px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: var(--txt);
	line-height: 1.8;
	background: var(--txt);
}

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

.main {
	background: var(--base);
}

.logo {
	margin: 0 auto;
}

.pc__left_wrapper {
	display: none;
}

.period {
	width: 80%;
    margin: 16px auto;
}

/* common item */

.section {
	padding: 40px 16px;
	background-size: cover;
}

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

.section__title {
	margin: 0 0 24px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: .06em;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 56px;
	margin: 0 auto .4em;
}

.group__titlle {
	margin: 0 0 8px;
	font-size: 1.2em;
	font-weight: bold;
}

.card {
	position: relative;
	margin: 0 0 16px;
	border-radius: var(--corner);
	background: #fff;
}

.card:last-child {
	margin-bottom: 0!important;
}

.card__header {
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: var(--primary);
	color: #fff;
}

.card__inner {
	padding: 24px 16px;
}

.card__title {
	margin: 0 0 8px;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}

.card__important {
	margin: 8px 0 0;
	padding: 8px;
	background: var(--base);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--primary);
	border-radius: 3em;
}

.card__group {
	padding: 12px;
}

.card__group-title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.card__img {
	margin: 8px 0 0 0;
	border-radius: var(--thumbCorner);
}

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

.list__item {
	margin: 0 0 .8em 0;
}

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

.title {
	margin: 8px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.txt_marker {
	display: inline-block;
	margin: 0 .2em 0;
	padding: 0 .2em;
	font-size: 1.2em;
	line-height: 1.6;
	background: var(--primary);
	color: #fff;
}

.txt_highlight {
	font-weight: bold;
	color: var(--primary);
}

.arrow_down {
	margin: 40px 0 0;
	text-align: center;
}

.arrow_down::before {
	content: "";
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 24px solid;
	border-bottom: 0;
}

/* table */

.table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 8px;
}

.table__inner {
	display: inline;
}

.table__headline {
	width: 100px;
	font-size: .8em;
	vertical-align: middle;
	background: var(--primary);
	color: #fff;
}

.table__column {
	text-align: start;
	font-weight: bold;
}

.table-container {
	margin: 0 auto;
}


/* -------- top -------- */

.top {
	position: relative;
	height: 100dvh;
	max-height: 720px;
}

.top .logo {
	max-width: 500px;
	margin: 0 auto;
}

.top__img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	width: 100%;
	max-width: 500px;
	padding: 0 16px;
	pointer-events: none;
}

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


/* -------- about -------- */

.about {
	background-image: url(../images/about_bg.webp);
	background-size: cover;
	text-align: center;
}

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

.about__txt {
	max-width: 360px;
	margin: 8px auto 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
}

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


.about .group__titlle {
	color: var(--primary);
}

.about .table {
	border-top: 2px solid var(--primary);
	border-bottom: 2px solid var(--primary);
}

/* -------- poitn -------- */

.point {
	background: #74C5D0;
}

.point .section__title {
	color: var(--base);
}

.point .section__title::before {
	background-image: url("../images/title_point.webp");
	max-width: 220px;
}

/* -------- flow -------- */

.flow .section__title::before {
	background-image: url("../images/title_flow.webp");
}

.flow .section__title {
	color: #E0A056;
}

.flow .card {
	background: #FAE5BA;
	overflow: hidden;
}

.flow .card__header {
	background: #E0A056;
}

.flow .card__title {
	margin: 0 0 16px;
	padding:  0 0 16px;
	border-bottom: 1px solid;
}

.flow .card__txt {
	text-align: center;
}

/* -------- entry -------- */

.entry {
	background-image: url(../images/entry_bg.webp)
}

.entry .section__title::before {
	background-image: url("../images/title_entry.webp");
}

.entry .card {
	margin: 40px 0 24px;
	border: 2px solid var(--primary);
}

.entry .card__header {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
	background: var(--primary);
	color: #fff;
	border-radius: 3em;
}

.entry .card__inner {
	padding-top: 48px;
}

 .entry .card__group {
	margin: 16px 0 0;
	background: #CAE7EB;
	border-radius: var(--thumbCorner);
 }

/* -------- inc -------- */

.group {
	background: linear-gradient(135deg, #FFF1F1, #FFEDFF) ;
}


.group .section__title::before {
	background-image: url("../images/title_inc.webp");
	max-width: 220px;
}

.group__img {
	 border-radius: var(--thumbCorner);
}

.group__item {
	margin: 0 0 40px;
}

.group__item:last-child {
	margin-bottom: 0;
}


/* -------- company -------- */

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

/* -------- footer -------- */

.footer {
	position: relative;
	padding: 40px 16px 94px;
	background: var(--txt);
	color: #fff;
	text-align: center;
}

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

.footer__scroll-btn::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;
	width: 80%;
	margin: 0 auto 16px;
}

.footer__copyright {
	font-size: 10px;
}


/* -------- form -------- */

.entry-btn {
	position: fixed;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	width: calc(100% - 48px);
	max-width: 360px;
	line-height: 56px;
	background: #39E5AB;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-radius: 3em;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	z-index: 3;
	text-decoration: none;
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px) {
	.pc__top {
		background-image: url("../images/pc_bg.webp");
		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%;
		color: #fff;
		text-align: center;
	}

	.pc__title {
		margin: 0 0 24px;
	}

	.pc__title .period {
		max-width: 60%;
        margin: 24px auto 0;
	}

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

	.qr {
		max-width: 160px;
		margin: 16px auto 0;
		padding: 8px;
		background: #fff;
		border-radius: var(--corner);
	}

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

	.footer {
		padding: 32px 16px;
	}

	.entry-btn {
		display: none;
	}

}