@charset "UTF-8";
*,
:before,
:after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}
:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}
:where(:root) {
	cursor: default;
	line-height: 1.5;
	overflow-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}
:where(body) {
	margin: 0;
}
:where(h1) {
	font-size: 2em;
	margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
	margin: 0;
}
:where(hr) {
	color: inherit;
	height: 0;
}
:where(nav) :where(ol, ul) {
	list-style-type: none;
	padding: 0;
}
:where(nav li):before {
	content: '​';
	float: left;
}
:where(pre) {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
}
:where(abbr[title]) {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
:where(b, strong) {
	font-weight: bolder;
}
:where(code, kbd, samp) {
	font-family: monospace, monospace;
	font-size: 1em;
}
:where(small) {
	font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
	vertical-align: middle;
}
:where(iframe) {
	border-style: none;
}
:where(svg:not([fill])) {
	fill: currentColor;
}
:where(table) {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
:where(button, input, select) {
	margin: 0;
}
:where(button, [type='button' i], [type='reset' i], [type='submit' i]) {
	-webkit-appearance: button;
}
:where(fieldset) {
	border: 1px solid #a0a0a0;
}
:where(progress) {
	vertical-align: baseline;
}
:where(textarea) {
	margin: 0;
	resize: vertical;
}
:where([type='search' i]) {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
:where(dialog) {
	background-color: #fff;
	border: solid;
	color: #000;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}
:where(dialog:not([open])) {
	display: none;
}
:where(details > summary:first-of-type) {
	display: list-item;
}
:where([aria-busy='true' i]) {
	cursor: progress;
}
:where([aria-controls]) {
	cursor: pointer;
}
:where([aria-disabled='true' i], [disabled]) {
	cursor: not-allowed;
}
:where([aria-hidden='false' i][hidden]) {
	display: initial;
}
:where([aria-hidden='false' i][hidden]:not(:focus)) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
:where(iframe, img, input, video, select, textarea) {
	height: auto;
	max-width: 100%;
}
:where(button, input, select, textarea) {
	background-color: transparent;
	border: 1px solid WindowFrame;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	padding: 0.25em 0.375em;
}
:where(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
	border-radius: 0;
	padding-right: 1em;
}
:where(select[multiple]) {
	background-image: none;
}
:where([type='color' i], [type='range' i]) {
	border-width: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	--c-blue: #1d50a2;
	--c-yellow: #fff760;
	-webkit-tap-highlight-color: revert;
	cursor: revert;
	min-width: 375px;
	font-size: 62.5%;
	font-family:
		Noto Sans JP,
		sans-serif;
	line-break: normal;
	overflow-wrap: anywhere;
}
@media (min-width: 48em) {
	html {
		min-width: 1280px;
	}
}
body {
	position: relative;
	font-size: 1.6rem;
}
li {
	list-style-type: none;
}
th {
	font-weight: inherit;
}
address {
	font-style: inherit;
}
fieldset {
	border: 0;
	min-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1 {
	margin: 0;
}
cite,
dfn,
em,
i,
var {
	font-style: inherit;
}
small {
	font-size: inherit;
}
a {
	color: currentColor;
	text-decoration: none;
}
button,
input,
select,
textarea {
	border: 0;
	padding: 0;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
	cursor: not-allowed;
}
button {
	touch-action: manipulation;
}
button:not(:disabled, [aria-disabled='true']) {
	cursor: pointer;
}
[hidden][hidden] {
	display: none !important;
}
img,
svg {
	display: block;
	width: 100%;
	height: auto;
}
.u-d-none {
	display: none !important;
}
.u-d-inline {
	display: inline !important;
}
.u-d-inline-block {
	display: inline-block !important;
}
.u-d-block {
	display: block !important;
}
.u-d-grid {
	display: grid !important;
}
.u-d-table {
	display: table !important;
}
.u-d-table-row {
	display: table-row !important;
}
.u-d-table-cell {
	display: table-cell !important;
}
.u-d-flex {
	display: flex !important;
}
.u-d-inline-flex {
	display: inline-flex !important;
}
@media (min-width: 48em) {
	.u-d-md-none {
		display: none !important;
	}
	.u-d-md-inline {
		display: inline !important;
	}
	.u-d-md-inline-block {
		display: inline-block !important;
	}
	.u-d-md-block {
		display: block !important;
	}
	.u-d-md-grid {
		display: grid !important;
	}
	.u-d-md-table {
		display: table !important;
	}
	.u-d-md-table-row {
		display: table-row !important;
	}
	.u-d-md-table-cell {
		display: table-cell !important;
	}
	.u-d-md-flex {
		display: flex !important;
	}
	.u-d-md-inline-flex {
		display: inline-flex !important;
	}
}
.u-visually-hidden-focusable:not(:focus, :focus-within) {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
.u-visually-hidden {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
.c-cta {
	padding-bottom: 30px;
	color: #fff;
	background-image: linear-gradient(to bottom, #004fce, #2f97ff);
}
@media (min-width: 48em) {
	.c-cta {
		display: flex;
		width: 1200px;
		padding-bottom: 0;
		margin-inline: auto;
	}
}
@media (min-width: 48em) {
	.c-cta__img {
		order: 2;
		flex-shrink: 0;
		width: 450px;
	}
}
.c-cta__content {
	margin-top: 18px;
}
@media (min-width: 48em) {
	.c-cta__content {
		order: 1;
		flex-shrink: 0;
		padding-top: 64px;
		padding-left: 84px;
		margin-top: 0;
		margin-left: 0;
		margin-right: auto;
	}
}
.c-cta__title {
	font-weight: 700;
	text-align: center;
}
@media (min-width: 48em) {
	.c-cta__title {
		text-align: left;
	}
}
.c-cta__title-line1 {
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media (min-width: 48em) {
	.c-cta__title-line1 {
		font-size: 2.8rem;
	}
}
.c-cta__title-line2 {
	display: block;
	font-size: 2.6rem;
}
@media (min-width: 48em) {
	.c-cta__title-line2 {
		font-size: 4.2rem;
	}
}
.c-cta__btn {
	position: relative;
	display: grid;
	grid-template-columns: auto 20px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: calc(100% - 40px);
	min-height: 56px;
	padding-left: 8px;
	margin: 48px auto 0;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff;
	background-color: #00cca3;
	border-radius: 12px;
	box-shadow: 2px 2px #006268;
	transform: translate(-2px, -2px);
}
@media (min-width: 48em) {
	.c-cta__btn {
		grid-template-columns: auto 38px;
		gap: 18px;
		width: -moz-fit-content;
		width: fit-content;
		min-height: 87px;
		padding-right: 48px;
		padding-left: 62px;
		margin: 76px 0 0;
		border: 2px solid #00cca3;
		font-size: 3rem;
		box-shadow: 3px 3px #006268;
		border-radius: 20px;
		transition-property: color, background-color, box-shadow, transform;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.c-cta__btn:hover {
		color: #00cca3;
		background-color: #fff;
		box-shadow: 0 0 #006268;
		transform: translate(3px, 3px);
	}
	.c-cta__btn:hover .c-cta__fukidasi {
		--color: #fff;
		--bg: #00cca3;
	}
}
.c-cta__fukidasi {
	--color: #00cca3;
	--bg: #fff;
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
	width: calc(100% - 40px);
	padding-block: 4px;
	margin-inline: auto;
	font-size: 1.5rem;
	text-align: center;
	color: var(--color);
	background-color: var(--bg);
	border-radius: 9999px;
	filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.2));
}
@media (min-width: 48em) {
	.c-cta__fukidasi {
		top: -36px;
		width: -moz-fit-content;
		width: fit-content;
		padding: 8px 33px 7px 40px;
		font-size: 2rem;
		filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.2));
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
}
.c-cta__fukidasi:before {
	content: '';
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	width: 20px;
	height: 9px;
	background-color: var(--bg);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transform: translate(-50%);
}
@media (min-width: 48em) {
	.c-cta__fukidasi:before {
		width: 28px;
		height: 12px;
		transition: background-color 0.3s ease;
	}
}
.c-footer {
	display: grid;
	place-items: center;
	height: 60px;
	color: #fff;
	background-color: #000;
	padding-bottom: 72px;
	box-sizing: content-box;
}
@media (min-width: 48em) {
	.c-footer {
		height: 100px;
		padding-bottom: 0;
	}
}
.c-footer__copyright {
	font-family: Roboto, sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
}
@media (min-width: 48em) {
	.c-footer__copyright {
		font-size: 1.2rem;
	}
}
.c-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: background-color 0.4s ease;
}
@media (min-width: 48em) {
	.c-header {
		position: fixed;
		display: flex;
		padding: 15px 15px 15px 40px;
	}
	.c-header.is-active {
		background-color: #fffc;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
}
.c-header__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding-top: 22px;
	padding-bottom: 15px;
}
@media (min-width: 48em) {
	.c-header__title {
		gap: 28px;
		padding-top: 4px;
		padding-bottom: 0;
	}
}
.c-header__logo {
	display: block;
	width: 78px;
}
@media (min-width: 48em) {
	.c-header__logo {
		width: 95px;
	}
}
.c-header__title-text {
	font-size: 1.1rem;
}
@media (min-width: 48em) {
	.c-header__title-text {
		font-size: 1.6rem;
	}
}
.c-header__btn {
	display: none;
}
@media (min-width: 48em) {
	.c-header__btn {
		display: grid;
		grid-template-columns: auto 22px;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: -moz-fit-content;
		width: fit-content;
		min-height: 50px;
		padding-right: 30px;
		padding-left: 32px;
		margin-right: 0;
		margin-left: auto;
		font-size: 1.8rem;
		font-weight: 800;
		color: #fff;
		background-color: #00cca3;
		border: 2px solid #00cca3;
		border-radius: 10px;
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.c-header__btn:hover {
		color: #00cca3;
		background-color: #fff;
	}
}
.c-section-title {
	position: relative;
	padding-bottom: 13px;
	font-size: 2.8rem;
	font-weight: 800;
	text-align: center;
	color: var(--c-blue);
}
@media (min-width: 48em) {
	.c-section-title {
		font-size: 4.2rem;
		padding-bottom: 20px;
	}
}
.c-section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 62px;
	height: 4px;
	background-image: linear-gradient(to right, #2f97ff, #004fce);
	transform: translate(-50%);
}
@media (min-width: 48em) {
	.c-section-title:before {
		width: 90px;
		height: 6px;
	}
}
.c-sticky-cta {
	position: fixed;
	right: 0;
	bottom: 16px;
	left: 0;
	margin-inline: auto;
	z-index: 100;
	display: grid;
	grid-template-columns: auto 20px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: calc(100% - 40px);
	min-height: 56px;
	padding-left: 8px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff;
	background-color: #00cca3;
	border-radius: 12px;
	box-shadow: 2px 2px #006268;
	transform: translate(-2px, -2px);
	opacity: 0;
	transition: opacity 0.3s ease;
}
@media (min-width: 48em) {
	.c-sticky-cta {
		display: none;
	}
}
.c-sticky-cta.is-active {
	opacity: 1;
}
.js-trigger {
	position: absolute;
	top: 0;
	height: 1px;
	pointer-events: none;
	visibility: hidden;
}
