@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
:root {
	interpolate-size: allow-keywords;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	letter-spacing: 0.0625em;
}

:where([hidden]:not([hidden=until-found])) {
	display: none !important;
}

:where(html) {
	font-size: 18px;
}
@media only screen and (max-width: 800px) {
	:where(html) {
		font-size: 16px;
	}
}
:where(html) {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@supports not (min-block-size: 100vh) {
	:where(html) {
		block-size: 100%;
	}
}
@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}
:where(body) {
	block-size: 100%;
	block-size: 100vh;
	overflow-x: clip;
	line-height: 1.75;
	font-family: "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
	cursor: pointer;
}

summary {
	list-style: none;
}
summary::-webkit-details-marker {
	display: none;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border: none;
	background: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

:where(a) {
	text-decoration: none;
	outline: none;
	color: #021c43;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

iframe {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th,
td {
	vertical-align: top;
	border: solid 0px;
	font-weight: normal;
	text-align: left;
}

:where(img, picture, svg) {
	width: 100%;
	block-size: auto;
	image-rendering: -webkit-optimize-contrast;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	color: #021c43;
	font-size: 1rem;
	font-weight: normal;
}

:where(h1, h2, h3) {
	font-size: 1rem;
	font-weight: normal;
}

:where(hr) {
	border: none;
	-webkit-border-before: 1px solid;
	        border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
	margin: 0;
	padding: 0;
}

:where(:focus-visible) {
	outline: 2px solid var(#00ac97, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}

::-webkit-input-placeholder {
	font-family: "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #96a0af;
	font-size: 16px;
	letter-spacing: 0.04em;
}

:-ms-input-placeholder {
	font-family: "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #96a0af;
	font-size: 16px;
	letter-spacing: 0.04em;
}

::-moz-placeholder {
	font-family: "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #96a0af;
	font-size: 16px;
	letter-spacing: 0.04em;
}

::-moz-selection {
	background: #00ac97; /* 選択色 */
	color: #fff; /*文字色*/
}

::selection {
	background: #00ac97; /* 選択色 */
	color: #fff; /*文字色*/
}

::-moz-selection {
	background: #00ac97; /* 選択色 */
	color: #fff; /*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
textarea,
select {
	width: 100%;
	line-height: 1.75;
	letter-spacing: 1px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: bottom;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

select::-ms-expand {
	display: none;
}

.grecaptcha-badge {
	display: none !important;
	pointer-events: none !important;
}

@view-transition {
	navigation: auto;
}
::view-transition-old(*) {
	height: 100%;
	-o-object-fit: none;
	   object-fit: none;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

::view-transition-new(*) {
	height: 100%;
	-o-object-fit: none;
	   object-fit: none;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

::view-transition-group(*) {
	-webkit-animation-duration: 0.35s;
	        animation-duration: 0.35s;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: 9999;
}
@media only screen and (max-width: 800px) {
	.l-header {
		display: none;
	}
}

.l-header-visible_pc {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6px);
	padding: 26px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 2rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.l-header:hover .l-header-visible_pc, .l-header.is-scroll-up .l-header-visible_pc, .l-header.is-visible .l-header-visible_pc {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
@media only screen and (max-width: 1100px) {
	.l-header-visible_pc {
		padding: 32px;
	}
}
@media only screen and (max-width: 800px) {
	.l-header-visible_pc {
		display: none;
	}
}
.l-header-visible_pc .logo {
	max-width: 132px;
	width: 100%;
}
.l-header-visible_pc .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 48px;
}
@media only screen and (max-width: 1100px) {
	.l-header-visible_pc .list {
		gap: 32px;
	}
}
.l-header-visible_pc .btn-text .text {
	color: #021c43;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}
.l-header-visible_pc .btn-text .text::after {
	content: "";
	display: block;
	width: 103%;
	height: 2px;
	background: #00ac97;
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.l-header-visible_pc .btn-text:hover .text::after {
		opacity: 1;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}

.l-header-visible_sp {
	width: 100%;
	display: none;
}
@media only screen and (max-width: 800px) {
	.l-header-visible_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.l-header-visible_sp .contents {
	width: 100%;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
.l-header-visible_sp .logo {
	max-width: 84px;
	width: 100%;
}
.l-header-visible_sp .list {
	width: 135.88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.l-header-visible_sp .c-btn-hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 150;
}

.l-header-hidden-nav {
	width: 225px;
	height: 100svh;
	background: #effbfa;
	padding: 90px 20px;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	z-index: 100;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: none;
}
@media only screen and (max-width: 800px) {
	.l-header-hidden-nav {
		display: block;
	}
}
.l-header-hidden-nav.is-on {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.l-header-hidden-nav .btn-text {
	border-bottom: 1px solid #bfebe6;
	padding: 27px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.l-header-hidden-nav .btn-text:first-of-type {
	border-top: 1px solid #bfebe6;
}
.l-header-hidden-nav .btn-text .text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}
.l-header-hidden-nav .btn-text .arrow {
	min-width: 32px;
	width: 32px;
	aspect-ratio: 1/1;
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}
.l-header-hidden-nav .c-btn {
	max-width: 187px;
	width: 100%;
	padding: 18px;
	margin: 54px auto 0;
}
.l-header-hidden-nav .c-btn .text {
	font-size: 1rem;
	text-align: center;
}
.l-header-hidden-nav .logo {
	max-width: 100px;
	width: 100%;
	margin: 54px 0 0 auto;
}

.l-footer {
	background: #021c43;
	padding: 54px 0 60px;
}
@media only screen and (max-width: 580px) {
	.l-footer {
		padding: 64px 0 60px;
	}
}
.l-footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 2rem;
}
@media only screen and (max-width: 580px) {
	.l-footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 21px;
	}
}
.l-footer .box01 .logo {
	max-width: 232px;
	width: 100%;
	margin-bottom: 33px;
}
@media only screen and (max-width: 800px) {
	.l-footer .box01 .logo {
		max-width: 130px;
		margin-bottom: 24px;
	}
}
@media only screen and (max-width: 580px) {
	.l-footer .box01 .logo {
		margin-bottom: 0;
	}
}
.l-footer .copyright {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 580px) {
	.l-footer .box02 {
		margin-bottom: 10px;
	}
}
.l-footer .box02 .text {
	color: #ffffff;
	line-height: 1.6;
}
.l-footer .box02 .text:first-of-type {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
@media only screen and (max-width: 800px) {
	.l-footer .box02 .text:first-of-type {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 580px) {
	.l-footer .box02 .text:first-of-type {
		margin-bottom: 10px;
	}
}
.l-footer .box02 .text:last-of-type {
	font-size: 16px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 800px) {
	.l-footer .box02 .text:last-of-type {
		font-size: 12px;
	}
}

body {
	scroll-behavior: smooth;
}

.l-main-root-wrap {
	width: 100%;
	overflow: clip;
}

.l-main-inner {
	max-width: calc(1100px + 2.5rem);
	width: 100%;
	padding: 0 1.25rem;
	margin: 0 auto;
}

html,
body,
.l-main-root-wrap {
	min-height: 100svh;
}

footer {
	position: sticky;
	top: 100svh;
}

.c-btn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ac97), to(#0fcba9));
	background: linear-gradient(#00ac97 0%, #0fcba9 100%);
	border-radius: 100px;
	padding: 20px 40px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(150, 160, 175, 0.6);
	        box-shadow: 0px 0px 8px 0px rgba(150, 160, 175, 0.6);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
@media only screen and (max-width: 800px) {
	.c-btn {
		padding: 10px 15.5px;
	}
}
.c-btn .text {
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	white-space: nowrap;
	display: block;
}
@media only screen and (max-width: 800px) {
	.c-btn .text {
		font-size: 12px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.c-btn:hover {
		opacity: 0.8;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}
.c-btn._variations-color_01 {
	background: #021c43;
}
@media (hover: hover) and (pointer: fine) {
	.c-btn._variations-color_01:hover {
		background: #354969;
	}
}
.c-btn._variations-color_02 {
	background: #ffffff;
	border: 1px solid #021c43;
}
.c-btn._variations-color_02 .text {
	color: #021c43;
}
@media (hover: hover) and (pointer: fine) {
	.c-btn._variations-color_02:hover {
		background: #e6e8ec;
	}
}

.c-btn-hamburger {
	display: block;
	width: 16px;
	height: 8px;
	position: relative;
}
.c-btn-hamburger .bar {
	width: 100%;
	height: 1px;
	background: #021c43;
	position: absolute;
	left: 0;
}
.c-btn-hamburger .bar:first-of-type {
	top: 0;
}
.c-btn-hamburger .bar:last-of-type {
	bottom: 0;
}
.c-btn-hamburger.is-on .bar {
	width: 22px;
	top: 50%;
	left: 50%;
}
.c-btn-hamburger.is-on .bar:first-of-type {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-hamburger.is-on .bar:last-of-type {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.c-card-news {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 18px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.c-card-news button {
	display: block;
	width: 100%;
}
.c-card-news .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 34px 34px 34px 48px;
}
@media only screen and (max-width: 1100px) {
	.c-card-news .inner {
		gap: 16px;
	}
}
@media only screen and (max-width: 800px) {
	.c-card-news .inner {
		padding: 27px 7px 26px 20px;
	}
}
.c-card-news .information {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 64px;
}
@media only screen and (max-width: 1100px) {
	.c-card-news .information {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 12px;
	}
}
@media only screen and (max-width: 800px) {
	.c-card-news .information {
		gap: 15px;
	}
}
.c-card-news .date {
	font-size: 14px;
	color: #96a0af;
	line-height: 1;
	letter-spacing: 0.04em;
	max-width: 102px;
	width: 100%;
}
@media only screen and (max-width: 800px) {
	.c-card-news .date {
		font-size: 12px;
	}
}
.c-card-news .ttl {
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	max-width: 820px;
	width: 100%;
	text-align: left;
}
@media only screen and (max-width: 1100px) {
	.c-card-news .ttl {
		max-width: none;
	}
}
.c-card-news .arrow {
	width: 32px;
	min-width: 32px;
	aspect-ratio: 1/1;
	background: url(../../img/top/common/arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
	.c-card-news:hover {
		border: 1px solid #00ac97;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.c-card-news:hover .ttl {
		color: #00ac97;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.c-card-news:hover .arrow {
		background: url(../../img/top/common/arrow_02.svg) no-repeat;
		background-position: center;
		background-size: contain;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.c-card-features {
	max-width: 340px;
	width: 100%;
	border-radius: 20px;
	background: linear-gradient(45deg, #99ded5 0%, #c6ffd6 100%);
	padding: 42px 39px 40px;
}
@media only screen and (max-width: 1100px) {
	.c-card-features {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 3rem;
	}
}
@media only screen and (max-width: 800px) {
	.c-card-features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 14px;
		padding: 34px 24px 16px;
	}
}
@media only screen and (max-width: 1100px) {
	.c-card-features .wrap {
		min-width: 265px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 28px;
	}
}
.c-card-features .num {
	font-size: 50px;
	color: #00ac97;
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 1100px) {
	.c-card-features .num {
		margin: 0;
	}
}
@media only screen and (max-width: 800px) {
	.c-card-features .num {
		gap: 3px;
	}
}
.c-card-features .num::after {
	content: "";
	display: block;
	width: 58px;
	height: 6px;
	-webkit-transform: translateX(-1px);
	        transform: translateX(-1px);
	background: #ffffff;
}
.c-card-features .ttl {
	line-height: 1;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 19px;
	margin-bottom: 27px;
}
@media only screen and (max-width: 1100px) {
	.c-card-features .ttl {
		margin: 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.c-card-features .ttl .sub {
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 800px) {
	.c-card-features .ttl .sub {
		font-size: 18px;
	}
}
.c-card-features .ttl .main {
	font-size: 26px;
	letter-spacing: 0.2em;
}
.c-card-features .ttl .parentheses {
	font-weight: 400;
}
.c-card-features .text {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2;
}

.c-card-faq {
	background: #f6f8fc;
	border: 1px solid #f6f8fc;
	border-radius: 20px;
}
.c-card-faq .container {
	padding: 0 39px 0 51px;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .container {
		padding: 0 7px 0 14px;
	}
}
.c-card-faq .question {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
	padding: 32px 0;
	cursor: pointer;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .question {
		padding: 30px 0;
	}
}
.c-card-faq .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .wrap {
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		gap: 12px;
	}
}
.c-card-faq .icon {
	width: 73px;
	min-width: 73px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #00ac97;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .icon {
		width: 36px;
		min-width: 36px;
	}
}
.c-card-faq .icon span {
	font-size: 32px;
	color: #ffffff;
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .icon span {
		font-size: 17px;
	}
}
.c-card-faq .ttl {
	color: #021c43;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: start;
	max-width: 820px;
	width: 100%;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .ttl {
		line-height: 2;
	}
}
.c-card-faq .arrow {
	width: 32px;
	min-width: 32px;
	aspect-ratio: 1/1;
	background: url(../../img/top/common/arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.c-card-faq .answer {
	padding: 39px 0 56px;
	border-top: 1px solid #00ac97;
}
@media only screen and (max-width: 800px) {
	.c-card-faq .answer {
		padding: 22px 0;
	}
}
.c-card-faq .answer .text {
	color: #5273a4;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateX(15px);
	        transform: translateX(15px);
}
@media only screen and (max-width: 800px) {
	.c-card-faq .answer .text {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		padding: 0 13px;
	}
}
.c-card-faq .answer {
	display: none;
}
.c-card-faq.is-on {
	background: #ffffff;
	border: 1px solid #00ac97;
}
.c-card-faq.is-on .arrow {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button,
textarea,
select {
	color: #021c43;
}

input[type=submit] {
	color: #00ac97;
}

.c-form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 800px) {
	.c-form-field {
		gap: 8px;
	}
}
.c-form-field .form-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
}
@media only screen and (max-width: 800px) {
	.c-form-field .form-ttl {
		gap: 7px;
	}
}
.c-form-field label {
	color: #021c43;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.c-form-field .form-contents {
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #ffffff;
	overflow: hidden;
}
.c-form-field .form-contents:has(._error) {
	background: #fff2ed;
	border: 1px solid #f98b68;
	position: relative;
}
.c-form-field .form-contents:has(._error)::before {
	content: "";
	display: block;
	width: 200px;
	aspect-ratio: 200/56;
	background: url(../../img/top/contact/error.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
	.c-form-field .form-contents:has(._error)::before {
		width: 153px;
		top: -34px;
		left: inherit;
		right: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.c-form-field .form-contents.c-form-select {
	border: 1px solid #00ac97;
}
.c-form-field textarea {
	resize: none;
	min-height: 200px;
}

.c-form-tag {
	width: 66px;
	height: 30px;
	background: #00ac97;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width: 800px) {
	.c-form-tag {
		width: 60px;
		height: 27px;
	}
}
.c-form-tag .text {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
}
@media only screen and (max-width: 800px) {
	.c-form-tag .text {
		font-size: 14px;
	}
}

.c-form-column {
	font-size: 16px;
	letter-spacing: 0.04em;
	padding: 18px 32px;
}
@media only screen and (max-width: 800px) {
	.c-form-column {
		padding: 18px 20px;
	}
}

.c-form-select {
	position: relative;
}
.c-form-select::after {
	content: "";
	display: block;
	width: 32px;
	aspect-ratio: 1/1;
	background: url(../../img/top/common/arrow_03.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 24px;
	pointer-events: none;
}

.c-form-check {
	font-size: 16px;
	color: #021c43;
	letter-spacing: 0;
	line-height: 2;
	position: relative;
}
.c-form-check::before, .c-form-check::after {
	content: "";
	display: block;
	position: absolute;
}
.c-form-check::before {
	width: 30px;
	aspect-ratio: 1/1;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid #00ac97;
	top: -1px;
	left: -42px;
}
.c-form-check::after {
	width: 14px;
	aspect-ratio: 14.01/9.41;
	background: url(../../img/top/contact/check.svg) no-repeat;
	background-position: center;
	background-size: contain;
	top: 9px;
	left: -34px;
	opacity: 0;
}
.c-form-check a {
	color: #00ac97;
	letter-spacing: 0;
	font-weight: 500;
	position: relative;
}
.c-form-check a::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #00ac97;
	position: absolute;
	bottom: 0;
	left: 0;
}

.agree-checkbox:checked + .c-form-check::before {
	background: #0070c0;
}

.agree-checkbox:checked + .c-form-check::after {
	opacity: 1;
}

.c-heading-section {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 1;
	position: relative;
	margin: 0 auto;
}
.c-heading-section .text {
	font-size: 36px;
	font-weight: bold;
	color: #021c43;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 18px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	.c-heading-section .text {
		font-size: 22px;
		gap: 10px;
	}
}
.c-heading-section .text::before {
	content: attr(data-en);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #00ac97;
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 800px) {
	.c-heading-section .text::before {
		font-size: 10px;
	}
}
.c-heading-section::before {
	content: "";
	display: block;
	max-width: 154px;
	width: 100%;
	aspect-ratio: 154/96;
	background: url(../../img/top/common/check.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -54px;
	right: -35px;
}
@media only screen and (max-width: 800px) {
	.c-heading-section::before {
		max-width: 95px;
		top: -33px;
		right: -23px;
	}
}
.c-heading-section._variations-02 .text {
	color: #ffffff;
}
.c-heading-section._variations-02 .text::before {
	color: #021c43;
}
.c-heading-section._variations-02::before {
	background: url(../../img/top/common/check_02.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.c-heading-section._variations-03::before {
	background: url(../../img/top/common/check_03.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.c-list-common {
	width: 100%;
}
.c-list-common-item {
	width: 100%;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #000;
}
.c-list-common-item:last-child {
	margin-bottom: 0;
}

.c-list-name {
	width: 100%;
}
.c-list-name-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #000;
}
.c-list-name-item:last-child {
	margin-bottom: 0;
}
.c-list-name-title {
	width: 180px;
	color: #000;
}
@media only screen and (max-width: 800px) {
	.c-list-name-title {
		width: 100%;
		font-size: 0.9rem;
	}
}
.c-list-name-detail {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media only screen and (max-width: 800px) {
	.c-list-name-detail {
		width: 100%;
	}
}

.c-list-sns-share .item {
	cursor: pointer;
	margin-right: 1rem;
}

.l-main-root-wrap {
	opacity: 1;
}
.l-main-root-wrap.is-loading {
	opacity: 0;
}

.c-loading {
	width: 100%;
	height: 100svh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	pointer-events: none;
}

.c-loading.is-loaded {
	opacity: 0;
	pointer-events: none;
}

@media only screen and (max-width: 580px) {
	.c-md-sp-none {
		display: none;
	}
}

.c-md-sp-only {
	display: none;
}
@media only screen and (max-width: 580px) {
	.c-md-sp-only {
		display: block;
	}
}

.c-md-bg {
	width: 100%;
	height: 100svh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	display: none;
}
@media only screen and (max-width: 800px) {
	.c-md-bg {
		display: block;
	}
}
.c-md-bg.is-on {
	opacity: 1;
	pointer-events: auto;
}

.c-modal {
	position: relative;
}
.c-modal-wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	opacity: 0;
	background: rgba(0, 0, 0, 0.85);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	overflow-y: scroll;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
	-webkit-overscroll-behavior: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.c-modal-wrap::-webkit-scrollbar {
	display: none;
}
.c-modal-wrap-inner {
	min-height: 100vh;
	position: relative;
	padding: 80px 20px;
}
.c-modal-wrap.is-open {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.c-modal-body {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	background: #ffffff;
	border-radius: 20px;
	padding: 77px 20px 80px;
	z-index: 20;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.c-modal-body {
		padding: 30px 20px 40px;
	}
}
.c-modal-body-inner {
	width: min(860px, 100%);
	margin: auto;
}
.c-modal-body-contents .contents {
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.c-modal-body-contents .contents {
		margin-bottom: 27px;
	}
}
.c-modal-body-contents .c-btn {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 800px) {
	.c-modal-body-contents .c-btn {
		padding: 18px 15.5px;
	}
}
@media only screen and (max-width: 800px) {
	.c-modal-body-contents .c-btn .text {
		font-size: 16px;
	}
}
.c-modal-body-btn-close {
	display: block;
	width: 24px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -41px;
}
@media only screen and (max-width: 1250px) {
	.c-modal-body-btn-close {
		width: 60px;
		background: #021c43;
		top: -8px;
		right: -8px;
	}
}
@media only screen and (max-width: 800px) {
	.c-modal-body-btn-close {
		width: 38px;
	}
}
.c-modal-body-btn-close .inner {
	height: 100%;
	position: relative;
}
.c-modal-body-btn-close .bar {
	width: 38px;
	height: 2px;
	background: #ffffff;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}
@media only screen and (max-width: 800px) {
	.c-modal-body-btn-close .bar {
		width: 20px;
	}
}
.c-modal-body-btn-close .bar:first-of-type {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-body-btn-close .bar:last-of-type {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-close-ovl {
	cursor: pointer;
	margin: auto;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.c-pagination-btn[href=""] {
	opacity: 0;
	pointer-events: none;
}
.c-pagination .c-form-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-top-hero {
	padding: 180px 0 92px;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 1100px) {
	.p-top-hero {
		padding: 140px 0 92px;
	}
}
@media only screen and (max-width: 800px) {
	.p-top-hero {
		padding: 98px 0 55px;
	}
}
.p-top-hero .img-speech_bubble {
	width: 100%;
}
@media only screen and (max-width: 800px) {
	.p-top-hero .img-speech_bubble {
		width: 200px;
	}
}
.p-top-hero .img-speech_bubble.pc-only {
	max-width: 317px;
	margin-bottom: -8px;
}
.p-top-hero .img-speech_bubble.pc-none {
	max-width: 317px;
	margin-bottom: 27px;
}
.p-top-hero .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
}
@media only screen and (max-width: 1100px) {
	.p-top-hero .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 65px;
	}
}
@media only screen and (max-width: 800px) {
	.p-top-hero .wrap {
		gap: 32px;
	}
}
@media only screen and (max-width: 1100px) {
	.p-top-hero .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-top-hero .logo {
	max-width: 386px;
	width: 100%;
	margin-bottom: 43px;
}
@media only screen and (max-width: 800px) {
	.p-top-hero .logo {
		max-width: none;
		width: 245px;
		margin-bottom: 30px;
	}
}
.p-top-hero .text {
	white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
	.p-top-hero .text {
		text-align: center;
	}
}
@media only screen and (max-width: 800px) {
	.p-top-hero .text {
		-webkit-transform: translateX(8px);
		        transform: translateX(8px);
	}
}
.p-top-hero .text span {
	font-weight: bold;
	display: inline-block;
}
.p-top-hero .text .normal {
	font-size: 28px;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 800px) {
	.p-top-hero .text .normal {
		font-size: 18px;
	}
}
.p-top-hero .text .big {
	font-size: 36px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 800px) {
	.p-top-hero .text .big {
		font-size: 23px;
	}
}
.p-top-hero .img {
	max-width: 546px;
	width: 100%;
	-webkit-transform: translateY(21px);
	        transform: translateY(21px);
}
@media only screen and (max-width: 800px) {
	.p-top-hero .img {
		width: 270px;
		max-width: none;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.p-top-hero .img-bg {
	width: 110vw;
	max-width: 1584px;
	position: absolute;
	top: -9.02vw;
	left: -3.26vw;
	z-index: -1;
}
@media only screen and (max-width: 1100px) {
	.p-top-hero .img-bg {
		width: 139vw;
		top: 50%;
		left: -8.26vw;
		-webkit-transform: translateY(-59%);
		        transform: translateY(-59%);
	}
}
@media only screen and (min-width: 1101px) {
	.p-top-hero .pc-none {
		display: none;
	}
}
.p-top-hero .pc-only {
	display: block;
}
@media only screen and (max-width: 1100px) {
	.p-top-hero .pc-only {
		display: none;
	}
}

.p-top-news {
	background: #effbfa;
	padding: 130px 0 80px;
}
@media only screen and (max-width: 800px) {
	.p-top-news {
		padding: 98px 0 63px;
	}
}
.p-top-news .c-heading-section {
	margin-bottom: 75px;
}
@media only screen and (max-width: 800px) {
	.p-top-news .c-heading-section {
		margin-bottom: 50px;
	}
}
.p-top-news .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.p-top-about {
	padding: 74px 0 120px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.p-top-about {
		padding: 57px 0 55px;
	}
}
.p-top-about .ttl {
	font-size: 36px;
	font-weight: bold;
	color: #00ac97;
	letter-spacing: 0;
	line-height: 1.85;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 27px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.p-top-about .ttl {
		font-size: 22px;
		gap: 20px;
		margin-bottom: 18px;
	}
}
.p-top-about .ttl::before {
	content: "";
	display: block;
	background: url(../../img/top/about/speech_bubble.svg) no-repeat;
	background-position: center;
	background-size: contain;
	max-width: 130px;
	width: 100%;
	aspect-ratio: 130.5/47.93;
}
@media only screen and (max-width: 800px) {
	.p-top-about .ttl::before {
		max-width: 100px;
	}
}
.p-top-about .text {
	line-height: 2;
	letter-spacing: 0;
	text-align: center;
}
@media only screen and (max-width: 800px) {
	.p-top-about .text {
		text-align: left;
	}
}
.p-top-about .img-bg {
	width: 54vw;
	position: absolute;
	top: -3vw;
	right: -1.3vw;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.p-top-about .img-bg {
		width: 92vw;
		top: inherit;
		bottom: -0.8vw;
		right: -9vw;
	}
}

.p-top-features {
	background: #00ac97;
	padding: 130px 0 120px;
}
@media only screen and (max-width: 800px) {
	.p-top-features {
		padding: 100px 0 60px;
	}
}
.p-top-features .c-heading-section {
	margin: 0 auto 90px;
}
@media only screen and (max-width: 800px) {
	.p-top-features .c-heading-section {
		margin-bottom: 48px;
	}
}
.p-top-features .c-heading-section::before {
	top: -45px;
	right: -19px;
}
@media only screen and (max-width: 800px) {
	.p-top-features .c-heading-section::before {
		top: -33px;
		right: -12px;
	}
}
.p-top-features .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
	margin-bottom: 70px;
}
@media only screen and (max-width: 1100px) {
	.p-top-features .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 48px;
	}
}
.p-top-features .youtube {
	aspect-ratio: 1100/618.75;
}

.p-top-faq {
	padding: 130px 0 80px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.p-top-faq {
		padding: 98px 0 63px;
	}
}
.p-top-faq .c-heading-section {
	margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
	.p-top-faq .c-heading-section {
		margin-bottom: 53px;
	}
}
.p-top-faq .c-heading-section::before {
	right: 5px;
}
@media only screen and (max-width: 800px) {
	.p-top-faq .c-heading-section::before {
		background: url(../../img/top/common/check.svg) no-repeat;
		background-position: center;
		background-size: contain;
	}
}
.p-top-faq .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 38px;
}
@media only screen and (max-width: 800px) {
	.p-top-faq .list {
		gap: 1rem;
	}
}
.p-top-faq .img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.p-top-faq .img {
		width: 159vw;
	}
}

.p-top-contact {
	background: #effbfa;
	padding: 133px 0 80px;
}
@media only screen and (max-width: 800px) {
	.p-top-contact {
		padding: 98px 0 62px;
	}
}
.p-top-contact .l-main-inner {
	max-width: calc(660px + 2.5rem);
}
.p-top-contact .c-heading-section {
	margin-bottom: 44px;
}
.p-top-contact .c-heading-section::before {
	top: -54px;
	right: 2px;
}
@media only screen and (max-width: 800px) {
	.p-top-contact .c-heading-section::before {
		top: -30px;
		right: 14px;
	}
}
.p-top-contact .text-intro {
	text-align: center;
	margin-bottom: 57px;
	letter-spacing: 0;
}
@media only screen and (max-width: 800px) {
	.p-top-contact .text-intro {
		margin-bottom: 42px;
	}
}
@media only screen and (max-width: 580px) {
	.p-top-contact .text-intro {
		text-align: left;
	}
}
.p-top-contact .c-btn {
	padding: 30px 130px;
	margin: 0 auto;
}
@media only screen and (max-width: 580px) {
	.p-top-contact .c-btn {
		width: 100%;
		padding: 24px 1rem;
	}
}

.p-single-contents {
	width: 100%;
	margin: auto;
}

.p-single-contents-page-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 34px;
}
@media only screen and (max-width: 800px) {
	.p-single-contents-page-title {
		font-size: 20px;
		margin-bottom: 26px;
	}
}

.p-single-contents-date {
	font-size: 16px;
	letter-spacing: 0.04em;
	color: #96a0af;
	margin-bottom: 38px;
	display: block;
}
@media only screen and (max-width: 800px) {
	.p-single-contents-date {
		font-size: 14px;
		margin-bottom: 30px;
	}
}

.p-single-table-of-contents {
	margin: 8rem 0;
}
.p-single-table-of-contents-list-item {
	counter-increment: number 1;
}
.p-single-table-of-contents-list-item-link .number {
	width: 45px;
	display: inline-block;
}
.p-single-table-of-contents-list-item-link .number::after {
	content: counter(number, decimal-leading-zero) ".";
}
.p-single-table-of-contents-list-item-link .text {
	display: inline-block;
}

.p-single-accent {
	color: #fff;
	background: #000;
}

.p-single-bold {
	font-weight: 700;
}

.p-single-size-l {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-single-size-s {
	font-size: 0.9rem;
}

.p-single-contents .p-single-se-list,
.p-single-contents .p-single-se-table,
.p-single-contents .p-single-se-youtube,
.p-single-contents .p-single-se-link-button,
.p-single-contents .p-single-se-file {
	margin-bottom: 4rem;
}

.p-single-se-grid {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 40px;
}
@media only screen and (max-width: 800px) {
	.p-single-se-grid {
		margin-bottom: 24px;
		gap: 24px;
		margin-bottom: 30px;
	}
}
.p-single-se-grid:last-of-type {
	margin-bottom: 0;
}
.p-single-se-grid .grid {
	width: 100%;
}
.p-single-se-grid._2col .grid {
	width: calc((100% - 4rem * 1) / 2);
}
@media only screen and (max-width: 800px) {
	.p-single-se-grid._2col .grid {
		width: 100%;
	}
}
.p-single-se-grid._3col .grid {
	width: calc((100% - 4rem * 2) / 3);
}
@media only screen and (max-width: 800px) {
	.p-single-se-grid._3col .grid {
		width: 100%;
	}
}

.p-single-se-page-title {
	font-size: 2rem;
	line-height: 1.5;
}

.p-single-se-heading-big {
	font-size: 24px;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
@media only screen and (max-width: 800px) {
	.p-single-se-heading-big {
		font-size: 22px;
		margin-bottom: 1rem;
	}
}

.p-single-se-heading-small {
	font-size: 20px;
	margin-bottom: 1rem;
	font-weight: 500;
}
@media only screen and (max-width: 800px) {
	.p-single-se-heading-small {
		font-size: 18px;
		margin-bottom: 0.5rem;
	}
}

.p-single-se-grid-img-wrap + .p-single-se-grid-text {
	margin-top: 1rem;
}

.p-single-se-grid-caption {
	text-align: justify;
	word-break: break-all;
	font-size: 0.9rem;
	font-style: italic;
	color: #aaa;
}

.p-single-se-grid-text {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2;
}

.p-single-se-link-text {
	color: #000;
	margin: 0 0.25rem;
}
.p-single-se-link-text::after {
	font-family: "Material Icons";
	content: "\e89e";
	vertical-align: bottom;
	margin-left: 0.15rem;
}

.p-single-se-youtube {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.p-single-se-youtube iframe {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0 auto auto 0;
}

.p-single-se-table table {
	width: 100%;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1300px) {
	.p-single-se-table table {
		overflow-x: scroll;
	}
}
.p-single-se-table table th {
	padding: 1rem;
	background: #aaa;
	border-right: 1px solid #000;
	color: #fff;
}
.p-single-se-table table tr {
	padding: 1rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.p-single-se-table table td {
	max-width: 200px;
	padding: 1rem;
	border-right: 1px solid #000;
}

.p-single-se-file,
.p-single-se-link-button {
	text-align: center;
}
/*# sourceMappingURL=main.css.map */