body {
	font-family: "";
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* 固定ヘッダー分の余白 */

body {
	padding-top: 5rem;
}

/* アンカーリンクのスクロール位置調整 */

[id] {
	scroll-margin-top: 5rem;
}

/* ドロワーメニュー開閉時のスクロール制御 */

body.is-drawer-active {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

.l-footer {
	background-color: #fff;
	width: 100%;
}

.l-header {
	background-color: #fff;
	border-bottom: 0.0625rem solid #e5e5e5;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-404 {
	padding: 5rem 0 7.5rem;
}

.p-404__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.p-404__content {
	text-align: center;
}

.p-404__text {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
}

.p-404__text + .p-404__text {
	margin-top: 1rem;
}

.p-404__button {
	margin-top: 3rem;
}

.p-404__button .c-btn {
	background-color: #1a1a1a;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding: 1rem 3rem;
	transition: opacity 0.3s;
}

.p-404__button .c-btn:hover {
	opacity: 0.8;
}

.p-about-vision {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 250, 252) 100%);
	padding: 5rem 0;
	width: 100%;
}

.p-about-vision__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-about-vision__header {
	display: flex;
	flex-direction: column;
	gap: -0.625rem;
}

.p-about-vision__label {
	color: #2C6CB3;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	padding-bottom: 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about-vision__label::after {
	background: #0070C9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.6s ease;
	width: 0;
}

.p-about-vision__label.is-animated::after {
	width: 100%;
}

.p-about-vision__label--with-image {
	display: inline-flex;
	flex-direction: column;
	padding-bottom: 0;
	padding-left: 0.625rem;
}

.p-about-vision__label--with-image::after {
	display: none;
}

.p-about-vision__label--with-image img {
	clip-path: inset(0 100% 0 0);
	height: 1.625rem;
	margin-left: -0.625rem;
	margin-top: -0.625rem;
	transition: clip-path 0.6s ease;
	width: 9.6875rem;
}

.p-about-vision__label--with-image.is-animated img {
	clip-path: inset(0 0 0 0);
}

.p-about-vision__content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-about-vision__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-about-vision__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}

.p-about-mission {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 247, 250) 100%);
	padding: 5rem 0;
	width: 100%;
}

.p-about-mission__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-about-mission__header {
	display: flex;
	flex-direction: column;
	gap: -0.625rem;
}

.p-about-mission__label {
	color: #2C6CB3;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	padding-bottom: 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about-mission__label::after {
	background: #0070C9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.6s ease;
	width: 0;
}

.p-about-mission__label.is-animated::after {
	width: 100%;
}

.p-about-mission__label--with-image {
	display: inline-flex;
	flex-direction: column;
	padding-bottom: 0;
	padding-left: 0.625rem;
}

.p-about-mission__label--with-image::after {
	display: none;
}

.p-about-mission__label--with-image img {
	clip-path: inset(0 100% 0 0);
	height: 1.625rem;
	margin-left: -0.625rem;
	margin-top: -0.625rem;
	transition: clip-path 0.6s ease;
	width: 11.125rem;
}

.p-about-mission__label--with-image.is-animated img {
	clip-path: inset(0 0 0 0);
}

.p-about-mission__content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-about-mission__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-about-mission__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}

.p-about-mission__image {
	margin-top: 1.25rem;
}

.p-about-mission__image img {
	height: auto;
	width: 100%;
}

.p-about-value {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 243, 248) 100%);
	padding: 5rem 0;
	width: 100%;
}

.p-about-value__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-about-value__header {
	display: flex;
	flex-direction: column;
	gap: -0.625rem;
}

.p-about-value__label {
	color: #2C6CB3;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	padding-bottom: 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about-value__label::after {
	background: #0070C9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.6s ease;
	width: 0;
}

.p-about-value__label.is-animated::after {
	width: 100%;
}

.p-about-value__label--with-image {
	display: inline-flex;
	flex-direction: column;
	padding-bottom: 0;
	padding-left: 0.625rem;
}

.p-about-value__label--with-image::after {
	display: none;
}

.p-about-value__label--with-image img {
	clip-path: inset(0 100% 0 0);
	height: 1.625rem;
	margin-left: -0.625rem;
	margin-top: -0.625rem;
	transition: clip-path 0.6s ease;
	width: 8.125rem;
}

.p-about-value__label--with-image.is-animated img {
	clip-path: inset(0 0 0 0);
}

.p-about-value__list {
	display: flex;
	flex-direction: column;
}

.p-about-value__item {
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 2.5rem;
}

.p-about-value__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-about-value__item + .p-about-value__item {
	padding-top: 2.5rem;
}

.p-about-value__item-title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-about-value__item-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

.p-about-company {
	background-color: #F5FBFF;
	padding: 5rem 0;
	width: 100%;
}

.p-about-company__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-about-company__header {
	text-align: center;
}

.p-about-company__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

.p-about-company__subtitle {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.5rem;
}

.p-about-company__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 50rem;
	width: 100%;
}

.p-about-company__item {
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	gap: 5rem;
	padding-bottom: 1.25rem;
}

.p-about-company__term {
	color: #333333;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	width: 8.4375rem;
}

.p-about-company__desc {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

.js-fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-about {
	background-color: #fff;
	padding: 5rem 0;
	width: 100%;
}

.p-about__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-about__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-about__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
}

.p-about__image {
	margin: 2.5rem auto 0;
	max-width: 68.75rem;
	width: 100%;
}

.p-about__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-anchor {
	background-color: #E1EEFF;
	padding: 1.25rem 0;
	width: 100%;
}

.p-anchor__inner {
	grid-gap: 0.9375rem 1.25rem;
	display: grid;
	gap: 0.9375rem 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-anchor__row {
	display: contents;
}

.p-anchor__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 2px solid #2C6CB3;
	border-radius: 3.125rem;
	color: #2C6CB3;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.45;
	padding: 1.25rem 2.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.p-anchor__link::after {
	border-bottom: 2px solid #2C6CB3;
	border-right: 2px solid #2C6CB3;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
	width: 0.5rem;
}

.p-anchor__link:hover {
	background-color: #2C6CB3;
	color: #fff;
}

.p-anchor__link:hover::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.p-comparison {
	background-color: rgba(173, 222, 248, 0.3);
	padding: 5rem 0;
	width: 100%;
}

.p-comparison__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-comparison__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-comparison__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-comparison__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	margin-top: 1.25rem;
	text-align: center;
}

.p-comparison__table-outer {
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-comparison__scroll-hint {
	animation: scroll-hint-animation 1.5s infinite ease;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0.5rem;
	color: #fff;
	display: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	left: 50%;
	padding: 0.625rem 1.25rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.p-comparison__scroll-hint.is-show {
	display: block;
}

.p-comparison__table-wrapper {
	position: relative;
	width: 100%;
}

.p-comparison__table {
	max-width: 68.75rem;
	width: 100%;
}

.p-comparison__table img {
	display: block;
	height: auto;
	width: 100%;
}

.p-comparison__badges {
	bottom: 0.8125rem;
	display: flex;
	gap: 1.9375rem;
	justify-content: center;
	left: 51%;
	position: absolute;
	transform: translateX(-50%) translateY(50%);
}

.p-comparison__badge {
	width: 6.875rem;
}

.p-comparison__badge img {
	display: block;
	height: auto;
	width: 100%;
}

.p-comparison__note {
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	justify-content: flex-end;
	line-height: 1.2;
	margin-top: 0.625rem;
	text-align: left;
}

.p-comparison__ecosystem {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 6.25rem;
}

.p-comparison__ecosystem-banner {
	align-items: center;
	background-color: #0095D8;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: flex;
	height: 8.5rem;
	justify-content: center;
	max-width: 68.75rem;
	position: relative;
	width: 100%;
}

.p-comparison__ecosystem-banner-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
	text-align: center;
	white-space: nowrap;
}

.p-comparison__ecosystem-message {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}

.p-comparison__ecosystem-lead {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
}

.p-comparison__ecosystem-highlight {
	align-items: flex-end;
	display: flex;
	font-style: italic;
	justify-content: center;
}

.p-comparison__ecosystem-win {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.125rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.21;
}

.p-comparison__ecosystem-suffix {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	padding-bottom: 0.5rem;
}

.p-comparison__cards {
	margin-top: 1.875rem;
	max-width: 50.1875rem;
	width: 100%;
}

.p-comparison__cards img {
	display: block;
	height: auto;
	width: 100%;
}

.p-contact {
	padding: 5rem 0;
	width: 100%;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-contact__intro {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-contact__note {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 3.125rem;
	text-align: center;
}

.p-contact__form {
	background-color: #f8f8f8;
	border-radius: 0.625rem;
	padding: 3.125rem;
}

.wpcf7-form label {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.p-contact__form-label {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.p-contact__form-label .required {
	color: #e53935;
	font-size: 0.75rem;
	margin-left: 0.5rem;
}

.p-contact__form-label .optional {
	color: #888888;
	font-size: 0.75rem;
	margin-left: 0.5rem;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.625rem;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-select {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.3125rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	padding: 0.875rem 1rem;
	transition: border-color 0.3s;
	width: 100%;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
	border-color: #2C6CB3;
	outline: none;
}

.wpcf7-text::-moz-placeholder,
.wpcf7-email::-moz-placeholder,
.wpcf7-tel::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder,
.wpcf7-select::-moz-placeholder {
	color: #aaaaaa;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-textarea::placeholder,
.wpcf7-select::placeholder {
	color: #aaaaaa;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-position: right 1rem center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 2.5rem;
}

.wpcf7-textarea {
	min-height: 12.5rem;
	resize: vertical;
}

.wpcf7-submit {
	background-color: #2C6CB3;
	border: none;
	border-radius: 3.125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 2.5rem auto 0;
	max-width: 18.75rem;
	padding: 1.125rem 2.5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.wpcf7-submit:hover {
	opacity: 0.8;
}

.wpcf7-not-valid-tip {
	color: #e53935;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.wpcf7-response-output {
	border-radius: 0.3125rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	margin-top: 1.25rem;
	padding: 0.9375rem;
	text-align: center;
}

.wpcf7-mail-sent-ok {
	background-color: #e8f5e9;
	border: 1px solid #a5d6a7;
	color: #2e7d32;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
	background-color: #ffebee;
	border: 1px solid #ef9a9a;
	color: #c62828;
}

.p-cta {
	background: linear-gradient(180deg, #2778BE 0%, #4A9FD8 100%);
	padding: 5rem 0;
	width: 100%;
}

.p-cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-cta__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-cta__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-cta__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
}

.p-cta__buttons {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

.p-cta__button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 3.125rem;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.45;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-cta__button--primary {
	background: linear-gradient(0deg, #0085D8 0%, #12A3E4 100%);
	border: 2px solid #fff;
	color: #fff;
}

.p-cta__button--primary:hover {
	box-shadow: 0 6px 16px rgba(0, 133, 216, 0.35);
	transform: scale(1.02);
}

.p-cta__button--secondary {
	background-color: #fff;
	border: 2px solid #0085D8;
	color: #0085D8;
}

.p-cta__button--secondary:hover {
	box-shadow: 0 6px 16px rgba(0, 133, 216, 0.25);
	transform: scale(1.02);
}

.p-cta__button-icon {
	flex-shrink: 0;
	height: 1.4375rem;
	width: 1.4375rem;
}

.p-faq {
	background-color: #fff;
	padding: 5rem 0;
	width: 100%;
}

.p-faq__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-faq__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-faq__tabs {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 2.5rem;
	max-width: 52.625rem;
	width: 100%;
}

.p-faq__tab {
	align-items: center;
	background-color: #fff;
	border: 2px solid #0095D8;
	border-radius: 3.125rem;
	color: #0095D8;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.45;
	padding: 1.25rem 2.5rem;
	transition: background-color 0.3s, color 0.3s;
	width: 16.25rem;
}

.p-faq__tab:hover {
	background-color: #0095D8;
	color: #fff;
}

.p-faq__tab.is-active {
	background-color: #0095D8;
	color: #fff;
}

.p-faq__contents {
	margin-top: 2.5rem;
	width: 100%;
}

.p-faq__content {
	display: none;
}

.p-faq__content.is-active {
	display: block;
}

.p-faq__categories {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-faq__category {
	width: 100%;
}

.p-faq__category + .p-faq__category {
	margin-top: 2.5rem;
}

.p-faq__category-header {
	align-items: center;
	background-color: #0095D8;
	cursor: pointer;
	display: flex;
	height: 2.625rem;
	padding: 0 0.625rem;
	position: relative;
	transition: opacity 0.3s;
	width: 100%;
}

.p-faq__category-header:hover {
	opacity: 0.9;
}

.p-faq__category-header::after {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.3s;
	width: 0.875rem;
}

.p-faq__category-header.is-open::after {
	transform: translateY(-30%) rotate(-135deg);
}

.p-faq__category-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-faq__list {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.p-faq__list.is-open {
	max-height: 2000px;
}

.p-faq__item {
	border-bottom: 1px solid #BCCAD2;
	padding: 1rem;
}

.p-faq__question {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.p-faq__question-icon {
	color: #0095D8;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-faq__question-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.p-faq__answer {
	margin-top: 0.625rem;
}

.p-faq__answer-inner {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.p-faq__answer-icon {
	color: #0095D8;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-faq__answer-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.p-flow {
	background-color: #fff;
	padding: 5rem 0;
	width: 100%;
}

.p-flow__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-flow__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-flow__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-flow__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	margin-top: 1.25rem;
	text-align: center;
}

.p-flow__diagram {
	margin-top: 2.5rem;
	max-width: 68.75rem;
	width: 100%;
}

.p-flow__diagram img {
	display: block;
	height: auto;
	width: 100%;
}

.p-flow__diagram-cards--sp {
	display: none;
}

.p-flow__diagram-card {
	width: 100%;
}

.p-flow__diagram-card img {
	display: block;
	height: auto;
	width: 100%;
}

.p-flow__middle {
	align-items: center;
	background-color: #0095D8;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: flex;
	height: 8.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	max-width: 68.75rem;
	position: relative;
	width: 100%;
}

.p-flow__middle-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-flow__comparison {
	margin-top: 2.5rem;
	max-width: 48.5rem;
	position: relative;
	width: 100%;
}

.p-flow__comparison img {
	display: block;
	height: auto;
	width: 100%;
}

.p-flow__bottom {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	padding: 0 1.25rem;
}

.p-flow__bottom-text {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.p-flow__bottom-underline {
	background-image: url("../images/common/flow-underline.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	padding-bottom: 1rem;
}

.p-flow__bottom-text--sp {
	align-items: center;
	display: none;
	flex-direction: column;
	gap: 0.5rem;
}

.p-flow__bottom-line {
	background-image: url("../images/common/flow-underline.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	padding-bottom: 0.5rem;
}

.p-footer__main {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 5rem 2.5rem 2.5rem;
}

.p-footer__logo {
	-webkit-text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-footer__logo:hover {
	opacity: 0.7;
}

.p-footer__logo-text {
	color: #63676B;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.21;
	text-align: center;
}

.p-footer__logo-image {
	height: auto;
	width: 22.25rem;
}

.p-footer__logo-image img {
	height: auto;
	width: 100%;
}

.p-footer__nav {
	display: flex;
	gap: 2.5rem;
}

.p-footer__nav-group {
	display: flex;
	gap: 2.5rem;
}

.p-footer__nav-group--service {
	align-items: flex-end;
}

.p-footer__nav-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-footer__nav-title {
	-webkit-text-decoration: none;
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.21;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-footer__nav-title:hover {
	color: #0070C9;
}

.p-footer__nav-link {
	-webkit-text-decoration: none;
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.21;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-footer__nav-link:hover {
	color: #0070C9;
}

.p-footer__copyright {
	align-items: center;
	color: #000000;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.21;
	padding: 0.625rem 0;
}

.p-fv {
	background: linear-gradient(180deg, #12A3E4 0%, #2BA5DF 29.55%, #2BA5DF 64.85%, #AED9F0 100%);
	padding: 6.25rem 0 8.125rem;
	width: 100%;
}

.p-fv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-fv__hero {
	align-items: center;
	display: flex;
	gap: 0;
}

.p-fv__content {
	flex: 1;
	max-width: 43.875rem;
}

.p-fv__badge {
	background-color: #2C6CB3;
	border-radius: 0.3125rem;
	display: inline-flex;
	padding: 0.3125rem 1.25rem 0.5rem;
}

.p-fv__badge-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-fv__title {
	margin-top: 1.25rem;
}

.p-fv__title-main {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-fv__title-sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.375rem;
	font-weight: 700;
	line-height: 1.185;
	margin-top: 0;
}

.p-fv__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 1.25rem;
}

.p-fv__image {
	flex-shrink: 0;
	width: 24.875rem;
}

.p-fv__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-fv__solution {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 9.375rem;
}

.p-fv__solution-image {
	width: 46.875rem;
}

.p-fv__solution-image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-fv__solution-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-fv__solution-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-fv__solution-arrow {
	background: #C0E9FF;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	height: 3.8125rem;
	width: 17.125rem;
}

.p-fv__solution-video {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.p-fv__video-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-fv__video-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-fv__video-subtitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-fv__video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 57.27%;
	position: relative;
	width: 61.875rem;
}

.p-fv__video-container iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv__trial {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 9.375rem;
	max-width: 53.125rem;
	width: 100%;
}

.p-fv__trial-subtitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-fv__trial-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
}

.p-fv__trial-highlight {
	color: #FFE162;
	font-size: 3.375rem;
}

.p-fv__trial-badge {
	align-items: center;
	background-color: #B0DC7E;
	border-radius: 0.3125rem;
	display: flex;
	justify-content: center;
	padding: 0.1875rem 1.25rem 0.1875rem;
	width: 100%;
}

.p-fv__trial-badge-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.41;
	text-align: center;
}

.p-fv__trial-features {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
	width: 100%;
}

.p-fv__trial-feature {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	position: relative;
}

.p-fv__trial-feature-circle {
	background-color: #FFE162;
	border-radius: 50%;
	height: 9.375rem;
	width: 9.375rem;
}

.p-fv__trial-feature-text {
	color: #1C63B8;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-fv__trial-note {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.625rem;
	text-align: center;
}

.p-fv__trial-cta {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-fv__trial-cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 3.125rem;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.45;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-fv__trial-cta-button:first-child {
	background: linear-gradient(0deg, #0085D8 0%, #12A3E4 100%);
	border: 2px solid #fff;
	color: #fff;
}

.p-fv__trial-cta-button:first-child:hover {
	box-shadow: 0 6px 16px rgba(0, 133, 216, 0.35);
	transform: scale(1.02);
}

.p-fv__trial-cta-button:last-child {
	background-color: #fff;
	border: 2px solid #0085D8;
	color: #0085D8;
}

.p-fv__trial-cta-button:last-child:hover {
	box-shadow: 0 6px 16px rgba(0, 133, 216, 0.25);
	transform: scale(1.02);
}

.p-fv__trial-cta-icon {
	flex-shrink: 0;
	height: 1.4375rem;
	width: 1.4375rem;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 5rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 90rem;
	padding: 0 5rem;
	position: relative;
	width: 100%;
}

.p-header__logo {
	flex-shrink: 0;
	line-height: 0;
	z-index: 1001;
}

.p-header__logo a {
	display: inline-block;
	line-height: 0;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: 1.75rem;
	object-fit: contain;
	width: 8.875rem;
}

.p-header__nav {
	align-items: center;
	display: flex;
}

.p-header__nav-menu {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-header__nav-item {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.p-header__nav-item a {
	-webkit-text-decoration: none;
	color: #111;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.21;
	padding: 0.5rem 0;
	position: relative;
	text-decoration: none;
}

.p-header__nav-item a::after {
	background: #0070C9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-header__nav-item a:hover::after {
	width: 100%;
}

.p-header__hamburger {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 3rem;
	z-index: 1001;
}

.p-header__hamburger span {
	background-color: #111;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	width: 1.5rem;
}

.p-header__hamburger span:nth-child(1) {
	top: 0.875rem;
}

.p-header__hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-header__hamburger span:nth-child(3) {
	bottom: 0.875rem;
}

.p-header__hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-active span:nth-child(3) {
	bottom: 50%;
	transform: translate(-50%, 50%) rotate(-45deg);
}

.p-header__drawer {
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.p-header__drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.p-header__drawer-nav {
	padding: 6.25rem 1.5rem 2.5rem;
}

.p-header__drawer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-header__drawer-item {
	border-bottom: 0.0625rem solid #e5e5e5;
	margin: 0;
	padding: 0;
}

.p-header__drawer-item a {
	-webkit-text-decoration: none;
	color: #111;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.p-header__drawer-item a:hover {
	opacity: 0.7;
}

.p-merit {
	background-color: rgba(173, 222, 248, 0.3);
	padding: 5rem 0;
	width: 100%;
}

.p-merit__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-merit__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-merit__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-merit__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
}

.p-merit__scene {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.p-merit__scene-label {
	align-items: center;
	background-color: #0095D8;
	display: flex;
	justify-content: center;
	padding: 0.3125rem 0;
	width: 100%;
}

.p-merit__scene-label-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-merit__scene-image {
	max-width: 68.75rem;
	width: 100%;
}

.p-merit__scene-image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-merit__scene-cards--sp {
	display: none;
}

.p-merit__scene-cards--sp .p-merit__scene-card {
	background: none;
	border: none;
	min-height: auto;
	padding: 0;
	width: 100%;
}

.p-merit__scene-cards--sp .p-merit__scene-card img {
	display: block;
	height: auto;
	max-width: 100%;
	min-height: auto;
	width: 100%;
}

.p-merit__scene-card-title {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 1.0625rem;
	text-align: center;
}

.p-merit__scene-card-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.875rem;
	text-align: center;
}

.p-merit__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	width: 100%;
}

.p-merit__bottom-badge {
	align-items: center;
	background-color: #0095D8;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: flex;
	height: 8.5rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-merit__bottom-badge-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-merit__bottom-image {
	max-width: 42.9375rem;
	width: 100%;
}

.p-merit__bottom-image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-merit__bottom-message {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-merit__bottom-message-text {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.45;
	position: relative;
	text-align: center;
}

.p-merit__bottom-message-text::after {
	background-image: url("../images/common/merit-underline.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.3125rem;
	content: "";
	height: 0.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-merit__bottom-message-text--sp::after {
	display: none;
}

.p-merit__bottom-message-line {
	display: inline-block;
	position: relative;
}

.p-merit__bottom-message-line::after {
	background-image: url("../images/common/merit-underline.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.1875rem;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-news {
	background-color: rgba(173, 222, 248, 0.3);
	padding: 5rem 0;
	width: 100%;
}

.p-news__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-news__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-news__list {
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
	padding: 1.875rem;
	width: 100%;
}

.p-news__item {
	border-bottom: 1px solid #BCCAD2;
	display: flex;
	gap: 1.25rem;
	padding-bottom: 1.875rem;
}

.p-news__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-news__date {
	color: #000000;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.p-news__meta {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.625rem;
	margin-top: 0;
	width: 11.6875rem;
}

.p-news__category {
	align-items: center;
	background-color: #0095D8;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 2.29;
	padding: 0 0.625rem;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-news__item-title {
	color: #333333;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0;
}

.p-news__link {
	-webkit-text-decoration: none;
	display: flex;
	gap: 1.25rem;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
}

.p-news__link:hover {
	opacity: 0.7;
}

.p-page-fv {
	background: linear-gradient(0deg, rgb(18, 163, 228) 0%, rgb(76, 141, 203) 100%);
	padding: 3.75rem 0;
	width: 100%;
}

.p-page-fv__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-page-fv__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-page-fv__subtitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-privacy {
	padding: 5rem 0;
	width: 100%;
}

.p-privacy__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-privacy__content {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-privacy__content p {
	margin-bottom: 1rem;
}

.p-privacy__content a {
	-webkit-text-decoration: underline;
	color: #0095D8;
	text-decoration: underline;
}

.p-privacy__intro {
	margin-bottom: 2.5rem;
}

.p-privacy__section {
	margin-bottom: 2.5rem;
}

.p-privacy__heading {
	border-bottom: 2px solid #2C6CB3;
	color: #2C6CB3;
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
	padding-bottom: 0.625rem;
}

.p-privacy__subheading {
	color: #333333;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	margin-top: 1.5rem;
}

.p-privacy__subsubheading {
	color: #555555;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	margin-top: 1rem;
}

.p-privacy__list {
	margin: 1rem 0;
}

.p-privacy__list-item {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	gap: 1rem;
	padding: 0.75rem 0;
}

.p-privacy__list-item dt {
	color: #555555;
	flex-shrink: 0;
	font-weight: 700;
	width: 7.5rem;
}

.p-privacy__list-item dd {
	flex: 1;
}

.p-privacy__bullet-list {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.p-privacy__bullet-list li {
	margin-bottom: 0.5rem;
	position: relative;
}

.p-privacy__bullet-list li::marker {
	color: #2C6CB3;
}

.p-privacy__outro {
	margin-top: 3.125rem;
	padding-top: 1.875rem;
	text-align: center;
}

.js-fv-item {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fv-item.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fv-image {
	opacity: 0;
	transform: translateX(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fv-image.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.p-fv .js-fadein,
.p-about .js-fadein,
.p-merit .js-fadein,
.p-flow .js-fadein,
.p-comparison .js-fadein,
.p-task .js-fadein,
.p-support .js-fadein,
.p-faq .js-fadein,
.p-news .js-fadein,
.p-cta .js-fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-fv .js-fadein.is-visible,
.p-about .js-fadein.is-visible,
.p-merit .js-fadein.is-visible,
.p-flow .js-fadein.is-visible,
.p-comparison .js-fadein.is-visible,
.p-task .js-fadein.is-visible,
.p-support .js-fadein.is-visible,
.p-faq .js-fadein.is-visible,
.p-news .js-fadein.is-visible,
.p-cta .js-fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-slide-in {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-slide-in.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-stagger-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.js-stagger-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-stagger-item:nth-child(1) {
	transition-delay: 0s;
}

.js-stagger-item:nth-child(2) {
	transition-delay: 0.1s;
}

.js-stagger-item:nth-child(3) {
	transition-delay: 0.2s;
}

.js-stagger-item:nth-child(4) {
	transition-delay: 0.3s;
}

.js-stagger-item:nth-child(5) {
	transition-delay: 0.4s;
}

.p-single {
	padding: 5rem 0;
	width: 100%;
}

.p-single__inner {
	margin: 0 auto;
	max-width: 50rem;
	padding: 0 1.25rem;
}

.p-single__header {
	margin-bottom: 2.5rem;
}

.p-single__meta {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 1.25rem;
}

.p-single__date {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-single__category {
	align-items: center;
	background-color: #0095D8;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 2.29;
	padding: 0 0.625rem;
	white-space: nowrap;
}

.p-single__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-single__content {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.p-single__content p {
	margin-bottom: 1.5rem;
}

.p-single__content h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 2.5rem 0 1.25rem;
}

.p-single__content h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 1.875rem 0 0.9375rem;
}

.p-single__content ul,
.p-single__content ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.p-single__content li {
	margin-bottom: 0.5rem;
}

.p-single__content img {
	height: auto;
	margin: 1.5rem 0;
	max-width: 100%;
}

.p-single__content a {
	-webkit-text-decoration: underline;
	color: #0095D8;
	text-decoration: underline;
}

.p-single__nav {
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
	padding-top: 2.5rem;
}

.p-single__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #2C6CB3;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-single__nav-link:hover {
	opacity: 0.7;
}

.p-single__nav-link--prev::before {
	border-bottom: 2px solid #2C6CB3;
	border-left: 2px solid #2C6CB3;
	content: "";
	height: 0.5rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.p-single__nav-link--next {
	margin-left: auto;
}

.p-single__nav-link--next::after {
	border-right: 2px solid #2C6CB3;
	border-top: 2px solid #2C6CB3;
	content: "";
	height: 0.5rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.p-support {
	background-color: rgba(173, 222, 248, 0.17);
	padding: 5rem 0;
	width: 100%;
}

.p-support__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-support__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-support__title {
	color: #2C6CB3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-support__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	margin-top: 1.25rem;
	text-align: center;
}

.p-support__steps {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.125rem;
	max-width: 68.75rem;
	width: 100%;
}

.p-support__step {
	align-items: flex-start;
	background-color: #fff;
	display: flex;
	min-height: 8.625rem;
	width: 100%;
}

.p-support__step-arrow {
	flex-shrink: 0;
	margin-bottom: -1.5625rem;
	margin-left: 1.4375rem;
	min-height: 8.625rem;
	position: relative;
	width: 20.5rem;
}

.p-support__step-arrow img {
	-o-object-fit: contain;
	height: 100%;
	height: 11.8125rem;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
}

.p-support__step:last-child .p-support__step-arrow img {
	height: 8.625rem;
}

.p-support__step:last-child .p-support__step-title {
	top: 55%;
}

.p-support__step-number {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 5rem;
	justify-content: space-between;
	left: 1.25rem;
	position: absolute;
	top: 1.3125rem;
}

.p-support__step-label {
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.67;
}

.p-support__step-num {
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 0.625;
}

.p-support__step-title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	left: 5.375rem;
	line-height: 1.67;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.p-support__step-text {
	color: #333333;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.67;
	padding: 1.8125rem 2rem;
}

.p-task {
	background-color: #fff;
	padding: 5rem 0;
	width: 100%;
}

.p-task__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
}

.p-task__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-task__title {
	color: #0085D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-task__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	margin-top: 1.25rem;
	text-align: center;
}

.p-task__cards {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
	max-width: 68.75rem;
	position: relative;
	width: 100%;
}

.p-task__card {
	border: 0.1875rem solid #0095D8;
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	padding: 0.625rem 1rem;
}

.p-task__card-icon {
	height: 5.125rem;
	margin: 0 auto;
	width: 5.125rem;
}

.p-task__card-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-task__card-title {
	color: #0095D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 0.625rem;
	text-align: center;
}

.p-task__card-list {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0.625rem;
}

.p-task__card-list li::before {
	content: "・";
}

.p-task__balloon {
	bottom: 0;
	height: 15.5rem;
	position: absolute;
	right: 0;
	width: 17.5625rem;
}

.p-task__balloon-arrow {
	border-bottom: 6.4375rem solid #0095D8;
	border-left: 3.1875rem solid transparent;
	border-right: 3.1875rem solid transparent;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(67deg);
	width: 0;
}

.p-task__balloon-body {
	align-items: center;
	background-color: #0095D8;
	border-radius: 50%;
	display: flex;
	height: 14.1875rem;
	justify-content: center;
	left: -1rem;
	position: absolute;
	top: 0;
	width: 16.5625rem;
}

.p-task__balloon-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {

.js-fadein,
.js-slide-in,
.js-stagger-item,
.js-fv-item,
.js-fv-image {
	opacity: 1;
	transform: none;
	transition: none;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

body {
	padding-top: 4.375rem;
}

[id] {
	scroll-margin-top: 4.375rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-404 {
	padding: 3.75rem 0 6.25rem;
}

.p-about-vision {
	padding: 3.125rem 0;
}

.p-about-vision__inner {
	gap: 1.5rem;
	padding: 0 1.25rem;
}

.p-about-vision__label {
	font-size: 1.5rem;
}

.p-about-vision__label--with-image img {
	height: 1.0625rem;
	margin-top: -0.4375rem;
	width: 6.3125rem;
}

.p-about-vision__content {
	gap: 1.25rem;
}

.p-about-vision__title {
	font-size: 1.375rem;
}

.p-about-vision__text {
	font-size: 0.875rem;
}

.p-about-vision__text br {
	display: none;
}

.p-about-mission {
	padding: 3.125rem 0;
}

.p-about-mission__inner {
	gap: 1.5rem;
	padding: 0 1.25rem;
}

.p-about-mission__label {
	font-size: 1.5rem;
}

.p-about-mission__label--with-image img {
	height: 1.0625rem;
	margin-top: -0.4375rem;
	width: 7.25rem;
}

.p-about-mission__content {
	gap: 1.25rem;
}

.p-about-mission__title {
	font-size: 1.375rem;
}

.p-about-mission__text {
	font-size: 0.875rem;
}

.p-about-mission__text br {
	display: none;
}

.p-about-mission__image {
	margin-top: 0.625rem;
}

.p-about-value {
	padding: 3.125rem 0;
}

.p-about-value__inner {
	gap: 1.5rem;
	padding: 0 1.25rem;
}

.p-about-value__label {
	font-size: 1.5rem;
}

.p-about-value__label--with-image img {
	height: 1.0625rem;
	margin-top: -0.4375rem;
	width: 5.9375rem;
}

.p-about-value__item {
	gap: 1rem;
	padding-bottom: 1.875rem;
}

.p-about-value__item + .p-about-value__item {
	padding-top: 1.875rem;
}

.p-about-value__item-title {
	font-size: 1.25rem;
}

.p-about-value__item-text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.p-about-company {
	padding: 3.125rem 0;
}

.p-about-company__inner {
	gap: 1.875rem;
	padding: 0 1.25rem;
}

.p-about-company__title {
	font-size: 1.75rem;
}

.p-about-company__subtitle {
	font-size: 0.875rem;
}

.p-about-company__list {
	gap: 1rem;
}

.p-about-company__item {
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 1rem;
}

.p-about-company__term {
	font-size: 0.875rem;
	width: auto;
}

.p-about-company__desc {
	font-size: 0.875rem;
	line-height: 1.6;
}

.p-about {
	padding: 3.125rem 0;
}

.p-about__inner {
	gap: 0.9375rem;
}

.p-about__title {
	font-size: 1.5rem;
}

.p-about__text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-about__image {
	margin-top: 1.875rem;
}

.p-anchor__inner {
	gap: 0.625rem 0.5rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 0.625rem;
}

.p-anchor__link {
	border-radius: 1.5625rem;
	border-width: 1px;
	font-size: 0.5rem;
	padding: 0.5rem 0.25rem;
}

.p-anchor__link::after {
	border-width: 1px;
	height: 0.3125rem;
	right: 0.3125rem;
	width: 0.3125rem;
}

.p-comparison {
	padding: 3.125rem 0;
}

.p-comparison__inner {
	padding: 0 0.9375rem;
}

.p-comparison__title {
	font-size: 1.5rem;
}

.p-comparison__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-comparison__table-outer {
	-webkit-overflow-scrolling: touch;
	margin-top: 1.875rem;
	overflow-x: auto;
}

.p-comparison__table-wrapper {
	min-width: 47.5rem;
	padding-bottom: 2rem;
}

.p-comparison__badges {
	bottom: 3.25rem;
	gap: 2rem;
}

.p-comparison__badge {
	width: 4.375rem;
}

.p-comparison__note {
	font-size: 0.625rem;
}

.p-comparison__ecosystem {
	margin-top: 1.875rem;
}

.p-comparison__ecosystem-banner {
	height: 4rem;
}

.p-comparison__ecosystem-banner-text {
	font-size: 0.875rem;
	margin-bottom: 2.25rem;
}

.p-comparison__ecosystem-message {
	margin-top: 1.25rem;
}

.p-comparison__ecosystem-lead {
	font-size: 1.125rem;
}

.p-comparison__ecosystem-highlight {
	align-items: center;
	flex-direction: column;
}

.p-comparison__ecosystem-win {
	font-size: 2.25rem;
}

.p-comparison__ecosystem-suffix {
	font-size: 1.125rem;
	padding-bottom: 0.25rem;
}

.p-comparison__cards {
	margin-top: 1.25rem;
}

.p-contact {
	padding: 3.125rem 0;
}

.p-contact__inner {
	padding: 0 1.25rem;
}

.p-contact__intro {
	font-size: 0.875rem;
	text-align: left;
}

.p-contact__note {
	font-size: 0.75rem;
	margin-bottom: 1.875rem;
	text-align: left;
}

.p-contact__form {
	padding: 1.875rem 1.25rem;
}

.wpcf7-form label {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}

.p-contact__form-label {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

.wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-select {
	font-size: 0.875rem;
	padding: 0.75rem 0.875rem;
}

.wpcf7-textarea {
	min-height: 9.375rem;
}

.wpcf7-submit {
	font-size: 1rem;
	margin-top: 1.875rem;
	padding: 1rem 1.875rem;
}

.p-cta {
	padding: 3.125rem 0;
}

.p-cta__inner {
	gap: 2.5rem;
	padding: 0 0.9375rem;
}

.p-cta__title {
	font-size: 1.375rem;
}

.p-cta__text {
	font-size: 0.875rem;
}

.p-cta__buttons {
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.p-cta__button {
	font-size: 1rem;
	max-width: 15.625rem;
	padding: 0.9375rem 1.875rem;
	width: 100%;
}

.p-faq {
	padding: 3.125rem 0;
}

.p-faq__inner {
	padding: 0 0.9375rem;
}

.p-faq__title {
	font-size: 1.5rem;
}

.p-faq__tabs {
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.p-faq__tab {
	font-size: 0.75rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.p-faq__contents {
	margin-top: 1.875rem;
}

.p-faq__category-header::after {
	height: 0.625rem;
	right: 0.9375rem;
	width: 0.625rem;
}

.p-faq__category-title {
	font-size: 1rem;
}

.p-faq__question-icon {
	font-size: 1rem;
}

.p-faq__question-text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-faq__answer-icon {
	font-size: 1rem;
}

.p-faq__answer-text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-flow {
	padding: 3.125rem 0;
}

.p-flow__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.p-flow__title {
	font-size: 1.5rem;
}

.p-flow__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-flow__diagram {
	margin-top: 1.875rem;
}

.p-flow__diagram--pc {
	display: none;
}

.p-flow__diagram-cards--sp {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
	width: 100%;
}

.p-flow__middle {
	height: 4rem;
	margin-top: 1.875rem;
}

.p-flow__middle-text {
	font-size: 0.875rem;
	margin-bottom: 2.25rem;
}

.p-flow__comparison {
	margin-top: 1.875rem;
}

.p-flow__bottom {
	margin-top: 1.875rem;
}

.p-flow__bottom-text {
	font-size: 1.125rem;
}

.p-flow__bottom-underline {
	padding-bottom: 0.625rem;
}

.p-flow__bottom-text--sp {
	display: flex;
}

.p-flow__bottom-line {
	padding-bottom: 0.375rem;
}

.p-footer__main {
	flex-direction: column;
	gap: 1.875rem;
	padding: 1.875rem 0.9375rem;
}

.p-footer__logo-text {
	font-size: 0.875rem;
	text-align: left;
}

.p-footer__logo-image {
	width: 12.5rem;
}

.p-footer__nav {
	flex-wrap: wrap;
	gap: 1.875rem 1.25rem;
}

.p-footer__nav-group {
	gap: 1.25rem;
}

.p-footer__nav-group--service {
	align-items: flex-end;
}

.p-footer__nav-title {
	font-size: 0.875rem;
}

.p-footer__nav-link {
	font-size: 0.875rem;
}

.p-footer__copyright {
	font-size: 0.75rem;
}

.p-fv {
	padding: 2.5rem 0 3.75rem;
}

.p-fv__hero {
	flex-direction: column;
	gap: 1.875rem;
	padding: 0;
}

.p-fv__content {
	text-align: center;
}

.p-fv__badge-text {
	font-size: 0.875rem;
}

.p-fv__title-main {
	font-size: 1.375rem;
}

.p-fv__title-sub {
	font-size: 1.5625rem;
}

.p-fv__text {
	font-size: 1rem;
	line-height: 1.7;
}

.p-fv__image {
	max-width: 18.75rem;
	width: 100%;
}

.p-fv__solution {
	gap: 1.875rem;
	margin-top: 6.25rem;
}

.p-fv__solution-image {
	width: 100%;
}

.p-fv__solution-title {
	font-size: 1.5rem;
}

.p-fv__solution-arrow {
	height: 2.25rem;
	width: 10rem;
}

.p-fv__video-title {
	font-size: 1.25rem;
}

.p-fv__video-subtitle {
	font-size: 1rem;
}

.p-fv__video-container {
	width: 100%;
}

.p-fv__trial {
	gap: 0.9375rem;
	margin-top: 5rem;
}

.p-fv__trial-subtitle {
	font-size: 0.875rem;
}

.p-fv__trial-title {
	font-size: 1.25rem;
}

.p-fv__trial-highlight {
	font-size: 2rem;
}

.p-fv__trial-badge-text {
	font-size: 1.25rem;
}

.p-fv__trial-features {
	flex-wrap: wrap;
	gap: 0.9375rem;
	margin-top: 1.25rem;
}

.p-fv__trial-feature {
	flex: 0 0 23%;
}

.p-fv__trial-feature-circle {
	height: 6.25rem;
	width: 6.25rem;
}

.p-fv__trial-feature-text {
	font-size: 0.875rem;
}

.p-fv__trial-note {
	font-size: 0.75rem;
}

.p-fv__trial-cta {
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.875rem;
}

.p-fv__trial-cta-button {
	font-size: 1rem;
	padding: 1rem 2rem;
	width: 100%;
}

.p-fv__trial-cta-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.p-header__inner {
	height: 4.375rem;
	padding: 0 1rem;
}

.p-header__logo img {
	height: 1.375rem;
	width: 6.875rem;
}

.p-header__nav {
	display: none;
}

.p-header__hamburger {
	display: flex;
}

.p-header__drawer {
	display: block;
}

.p-merit {
	padding: 3.125rem 0;
}

.p-merit__inner {
	gap: 1.875rem;
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.p-merit__header {
	gap: 0.9375rem;
}

.p-merit__title {
	font-size: 1.5rem;
}

.p-merit__text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-merit__scene {
	gap: 0.9375rem;
}

.p-merit__scene-label-text {
	font-size: 0.875rem;
}

.p-merit__scene-image--pc {
	display: none;
}

.p-merit__scene-cards--sp {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.p-merit__scene-card-title {
	font-size: 0.75rem;
	margin-bottom: 0.3125rem;
}

.p-merit__scene-card-text {
	font-size: 0.625rem;
}

.p-merit__bottom {
	gap: 1.875rem;
}

.p-merit__bottom-badge {
	height: 4rem;
}

.p-merit__bottom-badge-text {
	font-size: 0.875rem;
	margin-bottom: 2.25rem;
}

.p-merit__bottom-image {
	max-width: 100%;
}

.p-merit__bottom-message-text--sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	gap: 0.625rem;
}

.p-news {
	padding: 3.125rem 0;
}

.p-news__inner {
	padding: 0 0.9375rem;
}

.p-news__title {
	font-size: 1.5rem;
}

.p-news__list {
	gap: 1.25rem;
	margin-top: 1.875rem;
	padding: 1.25rem 0.9375rem;
}

.p-news__item {
	flex-direction: column;
	gap: 0.625rem;
	padding-bottom: 1.25rem;
}

.p-news__date {
	font-size: 0.875rem;
}

.p-news__meta {
	width: auto;
}

.p-news__category {
	font-size: 0.75rem;
	padding: 0 0.5rem;
}

.p-news__item-title {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-news__link {
	flex-direction: column;
	gap: 0.625rem;
}

.p-page-fv {
	padding: 2.5rem 0;
}

.p-page-fv__inner {
	padding: 0 1.25rem;
}

.p-page-fv__title {
	font-size: 1.75rem;
}

.p-page-fv__subtitle {
	font-size: 1rem;
}

.p-privacy {
	padding: 3.125rem 0;
}

.p-privacy__inner {
	padding: 0 1.25rem;
}

.p-privacy__content {
	font-size: 0.875rem;
}

.p-privacy__content p {
	margin-bottom: 0.75rem;
}

.p-privacy__intro {
	margin-bottom: 1.875rem;
}

.p-privacy__section {
	margin-bottom: 1.875rem;
}

.p-privacy__heading {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.5rem;
}

.p-privacy__subheading {
	font-size: 1rem;
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
}

.p-privacy__subsubheading {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.p-privacy__list-item {
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.625rem 0;
}

.p-privacy__list-item dt {
	width: auto;
}

.p-privacy__outro {
	margin-top: 1.875rem;
	padding-top: 1.25rem;
}

.p-single {
	padding: 3.125rem 0;
}

.p-single__inner {
	padding: 0 0.9375rem;
}

.p-single__header {
	margin-bottom: 1.875rem;
}

.p-single__meta {
	gap: 0.625rem;
	margin-bottom: 0.9375rem;
}

.p-single__date {
	font-size: 0.75rem;
}

.p-single__category {
	font-size: 0.75rem;
	padding: 0 0.5rem;
}

.p-single__title {
	font-size: 1.25rem;
}

.p-single__content {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-single__content p {
	margin-bottom: 1rem;
}

.p-single__content h2 {
	font-size: 1.125rem;
	margin: 1.875rem 0 0.9375rem;
}

.p-single__content h3 {
	font-size: 1rem;
	margin: 1.5rem 0 0.75rem;
}

.p-single__content ul,
.p-single__content ol {
	margin-bottom: 1rem;
}

.p-single__content img {
	margin: 1rem 0;
}

.p-single__nav {
	margin-top: 2.5rem;
	padding-top: 1.875rem;
}

.p-single__nav-link {
	font-size: 0.875rem;
}

.p-support {
	padding: 3.125rem 0;
}

.p-support__inner {
	padding: 0 0.9375rem;
}

.p-support__title {
	font-size: 1.5rem;
}

.p-support__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-support__steps {
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.p-support__step {
	flex-direction: column;
	min-height: auto;
	padding: 6.5625rem 0.9375rem 0.9375rem;
	position: relative;
}

.p-support__step-arrow {
	left: 0.625rem;
	margin: 0;
	min-height: auto;
	position: absolute;
	top: 0;
	width: 10rem;
}

.p-support__step-arrow img {
	height: 100%;
	position: static;
}

.p-support__step:last-child .p-support__step-arrow img {
	height: auto;
}

.p-support__step:last-child .p-support__step-title {
	top: 50%;
}

.p-support__step-number {
	flex-direction: row;
	gap: 0.3125rem;
	height: auto;
	left: 50%;
	top: 14%;
	transform: translateX(-50%);
}

.p-support__step-label {
	font-size: 0.875rem;
}

.p-support__step-num {
	font-size: 2rem;
}

.p-support__step-title {
	font-size: 1rem;
	left: 50%;
	text-align: center;
	top: 42%;
	transform: translateX(-50%);
}

.p-support__step-text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0;
	padding: 0;
}

.p-task {
	padding: 3.125rem 0;
}

.p-task__inner {
	max-width: 28.125rem;
	padding: 0 0.9375rem;
}

.p-task__title {
	font-size: 1.5rem;
}

.p-task__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-task__cards {
	gap: 0.9375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.p-task__card {
	border: 0.125rem solid #0095D8;
	padding: 0.625rem 0.3125rem;
}

.p-task__card-icon {
	height: 3.125rem;
	width: 3.125rem;
}

.p-task__card-title {
	flex-grow: 1;
	font-size: 0.8125rem;
}

.p-task__card-list {
	font-size: 0.75rem;
}

.p-task__balloon {
	grid-column: 1/-1;
	height: 10rem;
	max-width: 11.25rem;
	right: calc(50% - min(46vw, 13rem));
	width: calc(50% - 0.46875rem);
}

.p-task__balloon-arrow {
	border-bottom: 3.75rem solid #0095D8;
	border-left: 1.875rem solid transparent;
	border-right: 1.875rem solid transparent;
	left: 1rem;
	top: 0;
}

.p-task__balloon-body {
	height: 8.75rem;
	left: 50%;
	max-width: 11rem;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-task__balloon-text {
	font-size: 0.875rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scroll-hint-animation {

0% {
	transform: translate(-50%, -50%);
}

50% {
	transform: translate(-40%, -50%);
}

100% {
	transform: translate(-50%, -50%);
}

}


/*# sourceMappingURL=style.css.map */
