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

*,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-feature-settings: 'palt';
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
	image-rendering: auto;
	height: auto;
}

/* ----------------------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
	font-size: min(calc(100vw * 16 / 390), 16px);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #0071c1;
}

.all_wrap {
	overflow-x: hidden;
}

section {
	position: relative;
}

.c-lh {
	line-height: 2;
}
.c-center {
	text-align: center;
}
.c-right {
	text-align: right;
}
.c-justify {
	text-align: justify;
}

.d_flex {
	display: flex;
	align-items: start;
	justify-content: start;
}

.bold {
	font-weight: 800;
}

.sp-none {
	display: none;
}

.indent1em {
	text-indent: -1em;
	padding-left: 1em;
}
.indent2em {
	text-indent: -2.5em;
	padding-left: 2.5em;
}

.notes {
	font-size: 0.9rem;
	letter-spacing: normal;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin-inline: auto;
}

.section_heading {
	padding-bottom: 20px;
}

/* --------------------------------------------------------------------
MARK: header nav mv
----------------------------------------------------------------------- */

.header {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 200;
}

.logo {
	display: inline-block;
	width: 4rem;
	line-height: 0;
}

.top-mv {
	position: relative;
	padding-block: 0;
	background-image: url(../images/mv_bg_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.top-mv .container {
	max-width: 1350px;
}

.mv {
	padding-block: 20% 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#point {
	padding-block: 50px 0;
}

#point h3 {
	display: flex;
	justify-content: center;
}

#point .d_flex {
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 30px;
}

#point .d_flex li {
	flex-basis: 50%;
	padding-inline: 10px;
}

#campaign {
	position: relative;
	background: #d1eeff url(../images/bg_radial.png);
	background-repeat: no-repeat;
	/* background-size: auto 150vw; */
	background-size: cover;
	background-position: center;
	padding-block: 100px;
}

#campaign::before {
	content: '';
	position: absolute;
	height: 60px;
	width: 100%;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	background-color: #fff;
	left: 0;
	top: 0;
}

.campaign-ttl {
	width: 100%;
	max-width: 750px;
	margin-inline: auto;
}

.campaign-lead {
	font-size: clamp(18px, calc(10.5px + 1.875vw), 30px);
	font-weight: 500;
	margin-block: 1.5em;
}

.campaign-lead .marker {
	padding: 0 0.25em;
	background-image: linear-gradient(0deg, #feef03 0.45em, transparent 0.45em);
}

.price {
	width: 100%;
	max-width: 918px;
	margin-inline: auto;
}

.period {
	margin-block: 10px 4em;
	margin-inline: auto;
	max-width: 882px;
}

.btn-wrap {
	gap: 25px;
	justify-content: space-between;
	flex-direction: column;
}

.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	border-radius: 50em;
	box-shadow: 0px 4px #005793;
	background: #0071bf;
	padding: 1em 15px;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
}

#area {
	background: #0071c0;
}

#area .inner {
	border: 5px solid #0071c0;
	border-radius: 15px;
	background-color: #fff;
	transform: translateY(-10%);
	margin-bottom: -4%;
	padding: 20px 20px;
}

#area .inner h3 {
	font-size: clamp(30px, calc(17.5px + 3.125vw), 50px);
	font-weight: 600;
}

.area-wrap {
	font-weight: 500;
	margin-top: 2.2em;
}

.area-name {
	position: relative;
	font-size: clamp(22px, calc(17px + 1.25vw), 30px);
	line-height: 1;
	letter-spacing: 0.1em;
}

.area-name span {
	position: relative;
	display: inline-block;
	background: #fff;
	padding-right: 5px;
	z-index: 1;
}

.area-name::after {
	content: '';
	display: block;
	height: 2px;
	width: 90%;
	background: #0071c0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 0;
}

.area-wrap ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.area-wrap li {
	display: flex;
	align-items: start;
	gap: 10px;
	font-size: clamp(16px, calc(10.375px + 1.40625vw), 25px);
	min-width: 20%;
}

.area-wrap li::before {
	content: '';
	display: block;
	background: url(../images/list_icon.svg) no-repeat;
	width: 0.9em;
	height: 0.9em;
	background-size: contain;
	margin-top: 0.4em;
}

#contact {
	background-size: 100%;
	background-position: top center;
	padding-bottom: 60px;
}

.notice {
	margin-top: 10px;
	margin-inline: auto;
	width: min(100%, 628px);
	font-size: 12px;
	font-weight: 500;
}

#flow {
	background: #faf9f4;
	padding-block: 70px 90px;
}

#flow h3 {
	font-size: clamp(32px, calc(20.75px + 2.8125vw), 50px);
	font-weight: 700;
	letter-spacing: 0.1em;
}
#flow .lead {
	font-weight: 500;
	font-size: clamp(18px, calc(10.5px + 1.875vw), 30px);
	margin-block: 20px 40px;
}

.flow-item {
	overflow-x: auto;
}

.flow-item img {
	max-width: 998px;
}

#contact {
	padding-block: 100px 80px;
}

#contact h3 {
	font-size: clamp(32px, calc(20.75px + 2.8125vw), 50px);
	font-weight: 700;
	letter-spacing: 0.1em;
}

#contact p.c-center {
	color: #535353;
	font-size: clamp(16px, calc(13.5px + 0.625vw), 20px);
}

#contact .iframe {
	border: 1px solid #535353;
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
}

/* --------------------------------------------------------------------
Footer
----------------------------------------------------------------------- */
footer {
	background-color: #d1eeff;
}

.footer_inner {
	padding-block: 30px 15px;
}

.footer_logo {
	margin-inline: auto;
	width: min(100%, 370px);
}

.copyright {
	color: #0071c1;
	text-align: center;
	font-size: 12px;
	padding-bottom: 50px;
}

/* --------------------------------------------------------------------
MARK: PC
----------------------------------------------------------------------- */

@media (min-width: 780px) {
	body {
		width: 100vw;
	}

	a {
		transition: all 0.3s;
	}

	a:hover,
	a:active {
		opacity: 0.7;
	}

	.sp-none {
		display: block;
	}

	.pc-none {
		display: none !important;
	}

	.header {
		top: 30px;
	}

	.header_inner {
		position: relative;
		width: 100%;
	}

	.logo {
		width: 158px;
	}

	.top-mv {
		padding-block: min(10%, 140px) min(9%, 120px);
	}

	.mv {
		padding-block: 0 40px;
	}

	#point {
		padding-block: 100px 0;
	}

	#point h3 {
		margin-bottom: 70px;
	}

	#point .d_flex {
		gap: 30px;
		flex-direction: row;
	}

	#point .d_flex li {
		flex-basis: 31%;
	}

	#campaign {
		padding-block: 230px 240px;
	}

	#campaign::before {
		height: 120px;
	}

	.btn-wrap {
		flex-direction: row;
	}

	#area .inner {
		padding: 20px min(11%, 110px) 50px;
		transform: translateY(-23%);
		margin-bottom: -8%;
	}

	.notice {
		margin-top: 40px;
	}

	#flow {
		padding-block: 90px 120px;
	}

	#flow .lead {
		margin-block: 20px 60px;
	}
}
