/* ============================ */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================ */

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* カラーパレット */

/* 基本カラー */

/* グレー系 */

/* メイン */

/* アクセント・サブ */

/* グラデーション */

/* テキスト */

/* ボタン */

/* ハンバーガー */

/* 背景色 */

/* ============================ */

/* ============================ */

/* ============================
header
 ========================= */

.l-header {
	height: 5.125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease;
	z-index: 100;
}

.l-header.is-colored {
	background-color: #fff;
}

.l-header__inner {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: flex;
	height: 4.5rem;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 84rem;
	padding-inline: 1rem;
	width: 100%;
}

.l-header__logo {
	align-items: center;
	display: flex;
	width: clamp(12.25rem, 12.5580985915rem + -1.3145539906vw, 11.375rem);
}

.l-header__logo-link {
	font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 130%;
}

.l-header__drawer-button {
	display: none;
	height: 1rem;
	position: relative;
	width: 1.5rem;
	z-index: 1;
}

.l-header__drawer-bar {
	background-color: #0E72C6;
	height: 0.09375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.l-header__drawer-bar.--top {
	top: 0;
}

.l-header__drawer-bar.--middle {
	display: block;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-header__drawer-bar.--bottom {
	bottom: 0;
}

.l-header__drawer-bar.is-active.--top {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header__drawer-bar.is-active.--middle {
	display: none;
}

.l-header__drawer-bar.is-active.--bottom {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.l-header__content {
	-moz-column-gap: clamp(0.5rem, -2.509394572rem + 5.0104384134vw, 2rem);
	align-items: center;
	column-gap: clamp(0.5rem, -2.509394572rem + 5.0104384134vw, 2rem);
	display: flex;
}

.l-header__nav {
	flex-shrink: 0;
}

.l-header__nav-list {
	-moz-column-gap: clamp(0.5rem, -2.509394572rem + 5.0104384134vw, 2rem);
	align-items: center;
	column-gap: clamp(0.5rem, -2.509394572rem + 5.0104384134vw, 2rem);
	display: flex;
	justify-content: space-between;
}

.l-header__nav-item {
	text-align: center;
	width: 100%;
}

.l-header__nav-link {
	color: #333;
	cursor: pointer;
	font-size: clamp(0.875rem, 0.624217119rem + 0.4175365344vw, 1rem);
	font-weight: 700;
	line-height: 150%;
	transition: opacity 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	white-space: nowrap;
}

.l-header__nav-link:hover {
	opacity: 0.7;
}

.l-header__button {
	-moz-column-gap: 1rem;
	border-radius: 0.5rem;
	column-gap: 1rem;
	display: flex;
}

.l-jheader__button-title {
	font-size: 1rem;
	font-weight: 600;
}

/* ============================ */

/* ============================
main
 ========================= */

.l-main {
	font-feature-settings: "palt";
}

/* inner1040px */

.l-main__inner {
	margin: 0 auto;
	max-width: 66.875rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

/* ============================ */

/* ============================
footer
 ========================= */

.l-footer {
	padding: clamp(3rem, 2.6478873239rem + 1.5023474178vw, 4rem) 0.9375rem 1rem;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 64.875rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

.l-footer__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
}

.l-footer__add-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.l-footer__item-logo {
	width: clamp(16.75rem, 16.661971831rem + 0.3755868545vw, 17rem);
}

.l-footer__item-address address {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 160%;
}

.l-footer__item-address-tel {
	align-items: center;
	display: flex;
}

.l-footer__item-address-tel img {
	width: clamp(2.1875rem, 1.9674295775rem + 0.9389671362vw, 2.8125rem);
}

.l-footer__item-address-tel a {
	font-size: clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
	line-height: 150%;
}

.l-footer__item-address-time {
	font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	letter-spacing: 0.6px;
	line-height: 160%;
	text-align: center;
}

.l-footer__nav {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
}

.l-footer__nav-list {
	display: flex;
	flex-direction: column;
	row-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.l-footer__nav-item a {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 160%;
}

.l-footer__sns-wrap-list {
	-moz-column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	display: flex;
}

.l-footer__sns-wrap-item {
	width: 2.5rem;
}

.l-footer__bottom-list {
	display: flex;
	flex-direction: column;
	row-gap: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

.l-footer__bottom-item {
	letter-spacing: 0.42px;
	text-align: center;
}

.l-footer__bottom-item-privacy {
	font-size: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
	text-decoration-line: underline;
}

/*/* ============================ */

/* ============================ */

/* ============================
ボタン
 ========================= */

.c-button {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	flex: 1;
	position: relative;
	z-index: 0;
}

.c-button.--orange .c-button__inner {
	background: linear-gradient(341deg, #E16900 15.07%, #F09A29 53.34%, #FECA52 89.42%);
	border-radius: 0.625rem;
	position: relative;
	z-index: 1;
}

.c-button.--orange::after {
	background: linear-gradient(341deg, #E16900 15.07%, #F09A29 53.34%, #FECA52 89.42%);
	border-radius: 0.625rem;
	content: "";
	height: calc(100% + 0.1875rem + 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.1875rem + 0.1875rem);
	z-index: -1;
}

.c-button.--orange:hover {
	border-color: transparent;
}

.c-button.--orange:hover::after {
	opacity: 1;
}

.c-button.--orange:hover .c-button__inner {
	background: #fff;
}

.c-button.--orange:hover .c-button__link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(91deg, #FECA52 -5.71%, #FF9000 57.82%, #E16900 104.89%);
	background-clip: text;
}

.c-button.--orange .c-button__copy {
	color: #ED811A;
}

.c-button.--blue .c-button__inner {
	background: linear-gradient(340deg, #0E72C6 23.76%, #359EE3 57.86%, #5BCAFF 104.44%);
	border-radius: 0.625rem;
	position: relative;
	z-index: 1;
}

.c-button.--blue .c-button__copy {
	color: #0E72C6;
}

.c-button.--blue::after {
	background: linear-gradient(340deg, #0E72C6 23.76%, #359EE3 57.86%, #5BCAFF 104.44%);
	border-radius: 0.625rem;
	content: "";
	height: calc(100% + 0.1875rem + 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.1875rem + 0.1875rem);
	z-index: -1;
}

.c-button.--blue:hover {
	border-color: transparent;
}

.c-button.--blue:hover::after {
	opacity: 1;
}

.c-button.--blue:hover .c-button__inner {
	background: #fff;
}

.c-button.--blue:hover .c-button__link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #5BCAFF 0%, #359EE3 35.58%, #0E72C6 100%);
	background-clip: text;
}

.c-button__inner {
	border: 0.1875rem solid #fff;
	border-radius: 0.625rem;
	transition: all 0.3s 0s ease-in-out;
}

.c-button__copy {
	background-color: #fff;
	border-radius: 1.875rem;
	font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.6px;
	line-height: 160%;
	padding: 0.25rem 1.25rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -80%);
	white-space: nowrap;
}

.c-button__link {
	font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 120%;
	padding: 1.5rem 5rem;
}

.c-button__link:hover {
	opacity: 1;
}

/* ============================ */

/* ============================
c-heading_セクションタイトル
 ========================= */

.c-heading {
	color: #6cb32a;
	font-size: clamp(1.4375rem, 0.9533450704rem + 2.0657276995vw, 2.8125rem);
	margin-bottom: clamp(1.0625rem, 0.4022887324rem + 2.8169014085vw, 2.9375rem);
	padding-bottom: clamp(0.9375rem, 0.4533450704rem + 2.0657276995vw, 2.3125rem);
	position: relative;
	text-align: center;
}

.c-heading::after {
	background-color: #6cb32a;
	border-radius: 0.625rem;
	bottom: 0;
	content: "";
	height: clamp(0.125rem, 0.0589788732rem + 0.2816901408vw, 0.3125rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(1.9375rem, 1.4093309859rem + 2.2535211268vw, 3.4375rem);
}

/* ============================ */

/* ============================
アコーディオン
 ========================= */

.c-accordion {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 54.625rem;
	row-gap: 2rem;
	width: 100%;
}

.c-accordion .--icon {
	font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
	line-height: 100%;
}

.c-accordion__title {
	-moz-column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	background-color: #D5E4F2;
	column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	cursor: pointer;
	display: flex;
	font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
	letter-spacing: 0.9px;
	line-height: 170%;
	padding: 0.75rem 1rem;
	position: relative;
}

.c-accordion__title::before {
	background: #333;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
	width: 0.9375rem;
}

.c-accordion__title::after {
	background: #333;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 0.9375rem;
}

.c-accordion__title.open:before {
	transform: rotate(180deg);
}

.c-accordion__title.open:after {
	opacity: 0;
}

.c-accordion__text {
	background-color: #F1F0F0;
	display: none;
	padding: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem) 1rem;
}

.c-accordion__text p {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 1.28px;
	line-height: 180%;
	max-width: 47.5rem;
	width: 100%;
}

.c-accordion__text__inner {
	-moz-column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	column-gap: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
	display: flex;
}

.c-accordion__text__inner p {
	font-weight: 500;
}

/* ============================ */

/* ============================
c-cta
 ========================= */

.c-cta {
	background: #013B84;
	padding: 2rem 0;
}

.c-cta__wrap {
	color: #fff;
	text-align: center;
}

.c-cta__content-heading {
	-moz-column-gap: clamp(0.25rem, -0.1901408451rem + 1.8779342723vw, 1.5rem);
	align-items: center;
	column-gap: clamp(0.25rem, -0.1901408451rem + 1.8779342723vw, 1.5rem);
	display: flex;
	justify-content: center;
	margin-bottom: clamp(3rem, 2.6478873239rem + 1.5023474178vw, 4rem);
}

.c-cta__content-heading img {
	width: clamp(1.75rem, 0.9577464789rem + 3.3802816901vw, 4rem);
}

.c-cta__content-heading img:last-of-type {
	transform: scale(-1, 1);
}

.c-cta__content-heading-text {
	font-size: clamp(1.125rem, 0.6408450704rem + 2.0657276995vw, 2.5rem);
	font-weight: 500;
	letter-spacing: 3.2px;
	line-height: 160%;
}

.c-cta__content-heading-text.--small {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	line-height: 180%;
}

.c-cta__content-heading-text .--big {
	font-size: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

.c-cta__button-wrap {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
	margin: 0 auto 2rem;
	max-width: 47.75rem;
	width: 100%;
}

.c-cta__text {
	color: #fff;
	font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 150%;
	text-align: center;
}

/* ============================ */

/* ============================ */

/* ============================
p-fv
 ========================= */

.p-fv {
	position: relative;
}

.p-fv__inner {
	margin: 0 auto;
	max-width: 81.875rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

.p-fv__content {
	left: 5rem;
	max-width: 47.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-fv__content-sub-title {
	color: #fff;
	font-size: clamp(1.125rem, 0.8169014085rem + 1.3145539906vw, 2rem);
	margin-bottom: 1.5rem;
}

.p-fv__content-title {
	font-feature-settings: "palt";
	font-size: clamp(1.875rem, 1.3028169014rem + 2.441314554vw, 3.5rem);
	letter-spacing: 0.175rem;
	line-height: 130%;
	margin-bottom: 1rem;
}

.p-fv__content-text {
	font-size: clamp(0.875rem, 0.698943662rem + 0.7511737089vw, 1.375rem);
	letter-spacing: 0.04125rem;
	line-height: 150%;
	margin-bottom: 2.875rem;
}

.p-fv__list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	max-width: 40.5rem;
	width: 100%;
}

.p-fv__list-item {
	align-items: center;
	background: linear-gradient(295deg, #E6E6E6 0.47%, #FFF 55.38%, #E6E6E6 96.72%);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	padding: 2rem 0.5rem;
	position: relative;
	width: calc(33.3% - 1rem);
}

.p-fv__list-item-icon {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: clamp(1.5625rem, 1.1223591549rem + 1.8779342723vw, 2.8125rem);
}

.p-fv__list-item-text {
	font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
	line-height: 150%;
	text-align: center;
}

.p-fv__list-item-text span {
	display: block;
	line-height: 120%;
	margin-bottom: 0.25rem;
}

/* ============================
p-worry
 ========================= */

.p-worry {
	background: url(../img/bg/worry-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0 2.5rem;
}

.p-worry__heading-sub {
	margin: 0 auto clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
	max-width: clamp(17.25rem, 15.0933098592rem + 9.2018779343vw, 23.375rem);
	width: 100%;
}

.p-worry__heading {
	font-feature-settings: "palt";
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 0.1rem;
	line-height: 150%;
	margin-bottom: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
	text-align: center;
}

.p-worry__heading span {
	position: relative;
}

.p-worry__heading span::after {
	background: url(../img/svg/approach06.svg) no-repeat center center/cover;
	bottom: -0.25rem;
	content: "";
	height: clamp(0.375rem, 0.3309859155rem + 0.1877934272vw, 0.5rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(9.9375rem, 8.2209507042rem + 7.323943662vw, 14.8125rem);
}

.p-worry__content {
	align-items: flex-end;
	display: flex;
	margin-bottom: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
}

.p-worry__list {
	background-color: #fff;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	padding: 2rem 2.5rem 2.5rem;
}

.p-worry__item {
	-moz-column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	align-items: center;
	border-bottom: 0.0625rem solid rgba(48, 157, 211, 0.5);
	column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	display: flex;
	line-height: 160%;
	padding: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem) 0;
}

.p-worry__item-icon {
	flex-shrink: 0;
	width: 1.5625rem;
}

.p-worry__item-text {
	font-feature-settings: "palt";
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.05rem;
}

.p-worry__item-text .--big {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}

.p-worry__content-img {
	margin-left: -3rem;
	max-width: clamp(11.5625rem, 10.8582746479rem + 3.0046948357vw, 13.5625rem);
	width: 100%;
}

.p-worry__bottom img {
	display: block;
	margin: 0 auto;
	max-width: 41.6875rem;
	width: 100%;
}

.p-worry__bottom-text {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 1.6px;
	line-height: 150%;
	text-align: center;
}

/* ============================
p-chance
 ========================= */

.p-chance {
	background: url(../img/bg/chance-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-chance__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-chance__sub-heading {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	letter-spacing: 0.9px;
	line-height: 170%;
	padding: clamp(0.125rem, 0.0809859155rem + 0.1877934272vw, 0.25rem) clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.p-chance_heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 1.6px;
	padding: clamp(0.125rem, 0.0809859155rem + 0.1877934272vw, 0.25rem) clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

/* ============================
p-thought
 ========================= */

.p-thought {
	background: url(../img/bg/thought-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(2.5rem, 2.323943662rem + 0.7511737089vw, 3rem) 0 clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem);
}

.p-thought__top-arrow {
	margin: 0 auto clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
	width: 15.625rem;
}

.p-thought__heading {
	font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
	letter-spacing: 0.72px;
	margin: 0 auto clamp(1.5rem, 1.2799295775rem + 0.9389671362vw, 2.125rem);
}

.p-thought__heading-text .--big {
	letter-spacing: 2px;
}

.p-thought__sub-heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 2.4px;
	line-height: 170%;
	margin-bottom: clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
	text-align: center;
}

.p-thought___content {
	-moz-column-gap: clamp(1rem, -3.5842026826rem + 9.5380029806vw, 5rem);
	align-items: center;
	column-gap: clamp(1rem, -3.5842026826rem + 9.5380029806vw, 5rem);
	display: flex;
}

.p-thought___content-img {
	max-width: 27.8125rem;
	width: 100%;
}

.p-thought___content-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.48px;
	line-height: 180%;
}

.p-thought___content-text p:not(:last-of-type) {
	margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

/* ============================
p-benefit
 ========================= */

.p-benefit {
	background: url(../img/bg/benefit-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-benefit__heading {
	-moz-column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	align-items: center;
	column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	display: flex;
	justify-content: center;
	margin-bottom: clamp(3.5rem, 3.323943662rem + 0.7511737089vw, 4rem);
}

.p-benefit__heading-text {
	color: #fff;
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 2.4px;
	text-align: center;
}

.p-benefit__heading-img {
	width: clamp(2.75rem, 2.5079225352rem + 1.0328638498vw, 3.4375rem);
}

.p-benefit__heading-img.--second {
	transform: scale(-1, 1);
}

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

.p-benefit__list.--top {
	margin-bottom: 2.5rem;
}

.p-benefit__item {
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	padding: 3.5rem 1.6875rem 2rem;
	position: relative;
}

.p-benefit__item.--top {
	width: calc(33.3% - 1.6666666667rem);
}

.p-benefit__item.--top .p-benefit__item-icon {
	width: 3.75rem;
}

.p-benefit__item.--top .p-benefit__item-heading::after {
	width: 14.75rem;
}

.p-benefit__item.--bottom {
	width: calc(50% - 1.25rem);
}

.p-benefit__item.--bottom .p-benefit__item-icon {
	width: 4.375rem;
}

.p-benefit__item.--bottom .p-benefit__item-heading::after {
	width: 25rem;
}

.p-benefit__item-number {
	background-color: #013B84;
	color: #FFF;
	font-size: 2rem;
	left: 50%;
	line-height: 100%;
	padding: 0.625rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-benefit__item-icon {
	margin-bottom: 0.75rem;
}

.p-benefit__item-heading {
	font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.p-benefit__item-heading::after {
	background-image: linear-gradient(to right, #996014, #B1841A, #FFF4D8, #B1841A, #996014);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-benefit__item-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.8px;
	line-height: 160%;
}

.p-benefit__item-text span {
	font-weight: 700;
}

/* ============================
p-achievement
 ========================= */

.p-achievement {
	background: url(../img/bg/achievement-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-achievement__sub-heading {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 150%;
	margin: 0 auto;
	margin-bottom: clamp(1.125rem, 0.6188380282rem + 2.1596244131vw, 2.5625rem);
	padding-bottom: 0.9375rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-achievement__sub-heading::after {
	background: url(../img/svg/approach05.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(14.5625rem, 13.0440140845rem + 6.4788732394vw, 18.875rem);
}

.p-achievement__heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 1.6px;
	line-height: 150%;
	margin-bottom: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
	text-align: center;
}

.p-achievement__heading .--bg {
	display: inline-block;
	line-height: 140%;
	margin: 0 clamp(0.375rem, 0.1549295775rem + 0.9389671362vw, 1rem);
	padding: clamp(0.125rem, 0.036971831rem + 0.3755868545vw, 0.375rem) clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-achievement__heading .--bg .--text {
	position: relative;
	z-index: 1;
}

.p-achievement__heading .--bg .--text::after {
	background: url(../img/svg/approach03.svg) no-repeat center center/cover;
	content: "";
	height: clamp(4.0625rem, 3.1161971831rem + 4.0375586854vw, 6.75rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: clamp(5rem, 3.8336267606rem + 4.9765258216vw, 8.3125rem);
	z-index: -1;
}

.p-achievement__wrap {
	display: flex;
	flex-direction: column;
	row-gap: 2.5rem;
}

.p-achievement-item {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(136, 136, 136, 0.3);
	padding: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem) clamp(0.78125rem, -0.3851232394rem + 4.9765258216vw, 4.09375rem);
}

.p-achievement-item__heading {
	font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	letter-spacing: 2px;
	margin: 0 auto clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
}

.p-achievement-top__content {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
}

.p-achievement-top__content-img {
	max-width: 21.875rem;
	width: 100%;
}

.p-achievement-top__content-img-name {
	font-size: clamp(0.75rem, 0.6067436662rem + 0.2980625931vw, 0.875rem);
	font-weight: 500;
	line-height: 180%;
	margin-top: 0.5rem;
	text-align: center;
}

.p-achievement-top__content-img-name .--big {
	font-size: clamp(0.875rem, 0.7317436662rem + 0.2980625931vw, 1rem);
}

.p-achievement-top__content-text {
	flex: 1;
}

.p-achievement-top__content-text p {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 180%;
}

.p-achievement-top__content-text p:not(:last-of-type) {
	margin-bottom: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-achievement-top__content-text p span {
	display: block;
}

.p-achievement-media {
	padding: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem) clamp(0.78125rem, 0.7262323944rem + 0.234741784vw, 0.9375rem);
}

.p-achievement-media__content {
	font-weight: 500;
}

.p-achievement-media__content-text {
	letter-spacing: 0.72px;
	text-align: center;
}

.p-achievement-media__content-text.--24 {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	letter-spacing: 0.78px;
	line-height: 150%;
}

.p-achievement-media__content-text.--24 .--big {
	font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
}

.p-achievement-media__content-text.--16 {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.8px;
	line-height: 160%;
}

.p-achievement-media__content-text.--top {
	margin-bottom: 0.25rem;
}

.p-achievement-media__content-text.--middle {
	margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

.p-achievement-media__content-text.--bottom {
	margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

.p-achievement-media__top-video {
	margin: 0 auto 3rem;
	max-width: 50rem;
	width: 100%;
}

.p-achievement-media__top-video-youtube {
	aspect-ratio: 16/9;
	background-color: #000;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.p-achievement-media__top-video-thumbnail {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-achievement-media__list {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: flex;
}

.p-achievement-media__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 1.875rem clamp(0.125rem, -1.1643070045rem + 2.6825633383vw, 1.25rem);
	row-gap: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
	width: calc(33.3% - 0.4166666667rem);
}

.p-achievement-media__item-heading {
	font-size: clamp(1.125rem, 0.6952309985rem + 0.8941877794vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 150%;
	text-align: center;
}

.p-achievement-media__item-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 160%;
}

.p-achievement-produce {
	padding: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem) clamp(0.78125rem, 0.264084507rem + 2.20657277vw, 2.25rem);
}

.p-achievement-produce__text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 180%;
	margin-bottom: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	text-align: center;
}

.p-achievement-produce__list {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	justify-content: center;
}

.p-achievement-produce__item {
	background: url(../img/bg/achievement-produce-bg_pc.webp) no-repeat center center/cover;
	border-radius: 1.25rem;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 2rem;
	row-gap: 1rem;
	width: calc(50% - 1.25rem);
}

.p-achievement-produce__item-heading {
	font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	letter-spacing: 1px;
	line-height: 150%;
}

.p-achievement-produce__item-text {
	font-feature-settings: normal;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 180%;
}

.p-achievement-produce__item-text .--big {
	font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
	line-height: 180%;
}

.p-achievement-message {
	background: url(../img/bg/achievement-message-bg_pc.webp) no-repeat center center/cover;
}

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

.p-achievement-message__content-img {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
	flex-shrink: 0;
	max-width: 21.875rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-achievement-message__content-text {
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
	flex-shrink: 0;
	margin-left: -1rem;
	max-width: 37.75rem;
	padding: 2.5rem clamp(0.9375rem, 0.3873239437rem + 2.3474178404vw, 2.5rem) clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	width: 100%;
}

.p-achievement-message__content-text-inner {
	background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, rgb(100, 100, 100) 100%);
	background-repeat: repeat-y;
	background-size: 100% 2.4em;
	line-height: 2.4;
}

.p-achievement-message__content-text-inner p {
	font-size: 1rem;
	letter-spacing: 1.28px;
	margin-bottom: 2.4em;
}

.p-achievement-message__content-text-bottom {
	font-size: 0.875rem;
	text-align: right;
}

.p-achievement-message__content-text-bottom .--big {
	font-size: 1rem;
}

/* ============================
p-point
 ========================= */

.p-point {
	background: url(../img/bg/point-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-point__sub-heading {
	-moz-column-gap: clamp(0.25rem, -0.014084507rem + 1.1267605634vw, 1rem);
	align-items: center;
	column-gap: clamp(0.25rem, -0.014084507rem + 1.1267605634vw, 1rem);
	display: flex;
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	justify-content: center;
	margin-bottom: clamp(0.5rem, 0.1478873239rem + 1.5023474178vw, 1.5rem);
}

.p-point__sub-heading .--line {
	display: block;
	height: clamp(1.75rem, 1.5299295775rem + 0.9389671362vw, 2.375rem);
	position: relative;
	width: clamp(1.25rem, 1.0959507042rem + 0.6572769953vw, 1.6875rem);
}

.p-point__sub-heading .--line::after {
	background-color: #013B84;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.1875rem;
}

.p-point__sub-heading .--line.--line-01::after {
	transform: translate(-50%, -50%) rotate(-30deg);
}

.p-point__sub-heading .--line.--line-02::after {
	transform: translate(-50%, -50%) rotate(30deg);
}

.p-point__sub-heading-text {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	text-align: center;
}

.p-point__heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	line-height: 240%;
	margin-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
	text-align: center;
}

.p-point__heading .u-bg--white {
	display: inline-block;
	margin: 0 clamp(0.375rem, 0.1549295775rem + 0.9389671362vw, 1rem);
}

.p-point__heading .--text {
	display: inline-block;
	line-height: 140%;
	padding: clamp(0.125rem, 0.036971831rem + 0.3755868545vw, 0.375rem) clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	position: relative;
	z-index: 1;
}

.p-point__heading .--text::after {
	background: url(../img/svg/approach02.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: clamp(0.75rem, 0.6399647887rem + 0.4694835681vw, 1.0625rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(6.25rem, 5.3697183099rem + 3.7558685446vw, 8.75rem);
	z-index: -1;
}

.p-point__text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 160%;
	margin: 0 auto;
	margin-bottom: clamp(3rem, 2.6478873239rem + 1.5023474178vw, 4rem);
	max-width: 50rem;
	width: 100%;
}

.p-point__list {
	-moz-column-gap: clamp(1rem, -2.8679210134rem + 8.0476900149vw, 4.375rem);
	column-gap: clamp(1rem, -2.8679210134rem + 8.0476900149vw, 4.375rem);
	display: flex;
	justify-content: center;
}

.p-point__item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(33.3% - 2.9166666667rem);
}

.p-point__item:nth-of-type(2) .p-point__item-heading,
.p-point__item:nth-of-type(3) .p-point__item-heading {
	padding: 1.125rem 0;
}

.p-point__item-number {
	background-color: #0E72C6;
	color: #FFF;
	font-size: 1rem;
	left: 50%;
	padding: 0.625rem 1.5rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-point__item-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.75rem;
}

.p-point__item-heading {
	font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
	line-height: 150%;
	text-align: center;
}

.p-point__item-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.48px;
	letter-spacing: 0.9px;
	line-height: 160%;
	line-height: 170%;
}

.p-point__item-text .--big {
	font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
}

/* ============================

 ========================= */

.p-offer {
	background: url(../img/bg/offer-bg_pc.webp) no-repeat center top/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-offer__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-offer__heading .--top {
	background-image: radial-gradient(circle at center, #013B84 20%, transparent 20%);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 0.6em 0.6em;
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 150%;
	margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
	padding: 0 0.375rem 0.75rem;
}

.p-offer__heading .--bottom {
	-moz-column-gap: clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
	align-items: baseline;
	column-gap: clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
	display: flex;
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 2.4px;
	width: 100%;
}

.p-offer__heading .--bottom .--bottom-text {
	-moz-column-gap: clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
	align-items: baseline;
	column-gap: clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
	display: flex;
}

.p-offer__heading .--bottom .--text {
	display: block;
	padding: clamp(0.375rem, 0.3309859155rem + 0.1877934272vw, 0.5rem) clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	position: relative;
	position: relative;
	z-index: 1;
}

.p-offer__heading .--bottom .--text::after {
	background: url(../img/svg/approach02.svg) no-repeat center center/cover;
	bottom: 0.125rem;
	content: "";
	height: clamp(0.875rem, 0.6769366197rem + 0.8450704225vw, 1.4375rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(13.125rem, 11.1443661972rem + 8.4507042254vw, 18.75rem);
	z-index: -1;
}

.p-offer__text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 160%;
	margin-bottom: 4rem;
	text-align: center;
}

.p-offer__list.--top {
	display: flex;
	flex-direction: column;
	margin-bottom: clamp(5.8125rem, 4.8221830986rem + 4.2253521127vw, 8.625rem);
	row-gap: 5rem;
}

.p-offer__list.--top .p-offer__item {
	display: flex;
}

.p-offer__list.--top .p-offer__item-img {
	max-width: 31.25rem;
	width: 100%;
}

.p-offer__list.--top .p-offer__item-content {
	margin-top: 4.375rem;
	max-width: 36.25rem;
	padding-left: clamp(2.1875rem, 0.9771126761rem + 5.1643192488vw, 5.625rem);
	padding-right: clamp(2.1875rem, 0.9771126761rem + 5.1643192488vw, 5.625rem);
	width: 100%;
}

.p-offer__list.--top .p-offer__item-content.--right {
	margin-left: -2.5rem;
}

.p-offer__list.--top .p-offer__item-content.--left {
	margin-right: -2.5rem;
}

.p-offer__list.--bottom {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(5.8125rem, 4.8221830986rem + 4.2253521127vw, 8.625rem) 3rem;
}

.p-offer__list.--bottom .p-offer__item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 1.5rem);
}

.p-offer__list.--bottom .p-offer__item-img {
	margin-left: auto;
	margin-top: -4.25rem;
	max-width: 25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-offer__list.--bottom .p-offer__item-content {
	margin-right: auto;
	max-width: 28.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.p-offer__list.--bottom .p-offer__item-content.--left {
	margin-right: -2.5rem;
}

.p-offer__list.--bottom .p-offer__item-text {
	height: 6.5rem;
}

.p-offer__item {
	display: flex;
}

.p-offer__item-img {
	position: relative;
	z-index: 1;
}

.p-offer__item-content {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(1, 59, 132, 0.15);
	display: flex;
	flex-direction: column;
	height: 20rem;
	justify-content: center;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
	row-gap: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
}

.p-offer__item-number {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
	z-index: 3;
}

.p-offer__item-heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 1.6px;
	line-height: 150%;
	text-align: center;
}

.p-offer__item-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 160%;
}

/* ============================
p-faq
 ========================= */

.p-faq {
	background: url(../img/bg/faq-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-faq__sub-heading {
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	margin: 0 auto 1rem;
	padding-bottom: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-faq__sub-heading::after {
	background: url(../img/svg/approach05.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-faq__heading {
	font-size: clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
	margin-bottom: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
	text-align: center;
}

/* ============================
p-step
 ========================= */

.p-step {
	background: url(../img/bg/step-bg_pc.webp) no-repeat center top/cover;
	padding: clamp(4rem, 2.7676056338rem + 5.2582159624vw, 7.5rem) 0 clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem);
}

.p-step__inner {
	margin: 0 auto;
	max-width: 79.375rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

.p-step__heading {
	align-items: baseline;
	display: flex;
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	justify-content: center;
	letter-spacing: 2px;
	line-height: 150%;
	margin: 0 auto clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-step__heading::before {
	aspect-ratio: 9/2;
	background: url(../img/svg/step-sub-heading.svg) no-repeat center center/cover;
	content: "";
	left: -0.5rem;
	position: absolute;
	top: -0.375rem;
	transform: translate(-50%, -100%) rotate(-26deg);
	width: clamp(5.4375rem, 5.0853873239rem + 1.5023474178vw, 6.4375rem);
}

.p-step__heading .u-bg--white {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.p-step__heading .--text {
	display: block;
	letter-spacing: 2.4px;
	line-height: 150%;
	padding: clamp(0.375rem, 0.3309859155rem + 0.1877934272vw, 0.5rem) clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-step__heading .--text::after {
	background: url(../img/svg/approach02.svg) no-repeat center center/cover;
	bottom: 0.375rem;
	content: "";
	height: clamp(1.0625rem, 0.9304577465rem + 0.5633802817vw, 1.4375rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(15rem, 13.6795774648rem + 5.6338028169vw, 18.75rem);
	z-index: -1;
}

.p-step-flow {
	margin-bottom: 2.5rem;
}

.p-step__item {
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	padding: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem) clamp(0.78125rem, -5.4862146051rem + 13.0402384501vw, 6.25rem);
}

.p-step__item-sub-heading {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.48px;
	line-height: 160%;
	margin: 0 auto 1rem;
	padding: clamp(0.125rem, 0.0809859155rem + 0.1877934272vw, 0.25rem) 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-step__item-heading {
	font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	letter-spacing: 2px;
	line-height: 150%;
	margin-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
	text-align: center;
}

.p-step-flow__list {
	display: flex;
}

.p-step-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: clamp(1.875rem, 1.3248239437rem + 2.3474178404vw, 3.4375rem) clamp(1rem, 0.9889964789rem + 0.0469483568vw, 1.03125rem) clamp(1.5rem, 1.2799295775rem + 0.9389671362vw, 2.125rem);
	position: relative;
	width: 25%;
}

.p-step-flow__arrow {
	left: -1.4375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(2.375rem, 1.515461997rem + 1.7883755589vw, 3.125rem);
	z-index: 2;
}

.p-step-flow__item-number {
	font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
	left: 50%;
	letter-spacing: 0.72px;
	line-height: 150%;
	padding: clamp(0.375rem, 0.286971831rem + 0.3755868545vw, 0.625rem) clamp(0.5rem, 0.4559859155rem + 0.1877934272vw, 0.625rem);
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.p-step-flow__icon {
	width: clamp(2.5rem, 2.2799295775rem + 0.9389671362vw, 3.125rem);
}

.p-step-flow__item-text {
	font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center;
}

.p-step-flow__item-text.--small {
	font-size: 1rem;
}

/* 料金体系 */

.p-step-price__heading {
	margin-bottom: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
}

.p-step-price__list {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.p-step-price__item {
	align-items: center;
	background: linear-gradient(93deg, #F6F6F6 9.8%, #FFF 30.48%, #FFF 54.83%, #F6F6F6 86.98%);
	border: 0.3125rem solid #209EDB;
	display: flex;
	gap: clamp(1rem, -0.0563380282rem + 4.5070422535vw, 4rem);
	padding: clamp(2rem, 1.6038732394rem + 1.6901408451vw, 3.125rem) clamp(0.9375rem, -0.5809859155rem + 6.4788732394vw, 5.25rem);
}

.p-step-price__item-img {
	width: clamp(5rem, -0.0139716841rem + 10.4321907601vw, 9.375rem);
}

.p-step-price__item-content {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 0.4718309859rem + 2.2535211268vw, 2.5rem);
}

.p-step-price__item-heading {
	flex: 1;
	font-size: clamp(1.25rem, 0.9634873323rem + 0.5961251863vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 150%;
}

.p-step-price__item-text {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 160%;
	max-width: 22.75rem;
}

/* ============================
p-form
 ========================= */

.p-form {
	background: url(../img/bg/contact-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(4rem, 3.6478873239rem + 1.5023474178vw, 5rem) 0;
}

.p-form.--thanks {
	background: url(../img/bg/thanks-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem) 0;
}

.p-form__inner {
	margin: 0 auto;
	max-width: 64.5rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-form__sub-heading {
	display: block;
	font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 150%;
	margin: 0 auto clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__sub-heading .--text {
	padding: clamp(0.125rem, 0.0809859155rem + 0.1877934272vw, 0.25rem) clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.p-form__heading {
	font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	letter-spacing: 1.6px;
	line-height: 150%;
	margin: 0 auto clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__heading .--text {
	padding: 0.375rem clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem) 0.25rem;
}

.p-form__text {
	color: #fff;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.8px;
	line-height: 160%;
	margin-bottom: 4rem;
	text-align: center;
}

.p-form__wrap {
	background-color: #E6EBF1;
	padding: clamp(3rem, 2.6478873239rem + 1.5023474178vw, 4rem) 0.78125rem;
}

.p-form__content {
	margin: 0 auto;
	max-width: 38.4375rem;
	width: 100%;
}

.p-form__field {
	margin-bottom: 1.5625rem;
}

.p-form__field:last-of-type {
	margin-bottom: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}

.p-form__label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.875rem;
}

.p-form__label label {
	-moz-column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	align-items: center;
	column-gap: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
	display: flex;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.42px;
	line-height: 160%;
}

.p-form__enter.--flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}

.p-form__enter.--check {
	margin-left: clamp(0.5rem, -0.0281690141rem + 2.2535211268vw, 2rem);
}

input,
textarea {
	caret-color: #1D2087;
}

.p-form__required,
.p-form__free {
	background: #EC0000;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
	letter-spacing: 0.42px;
	line-height: 160%;
	padding: 0 0.625rem;
	text-align: center;
	vertical-align: bottom;
}

.p-form__free {
	background-color: #888;
}

::-moz-placeholder {
	color: #B8B8B8;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 400;
}

::placeholder {
	color: #B8B8B8;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 400;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 0.0625rem solid #B8B8B8;
	border-radius: 0.25rem;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	padding: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	border: 1px solid #1D2087;
	outline: none;
}

textarea {
	min-height: 182px; /* 高さの最小値 */
	resize: none; /* 手動リサイズを禁止 */
	width: 100%;
}

/* ============================ */

.p-form__radio {
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: flex;
}

.p-form__radio-span {
	display: inline-block;
	line-height: 150%;
	padding-left: 2rem;
	position: relative;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

input[type=radio] + .p-form__radio-span::before {
	background: #fff;
	border: 0.125rem solid #B8B8B8;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

input[type=radio] + .p-form__radio-span::after {
	background: #0E72C6;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 0.3125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 0.875rem;
	z-index: 1;
}

input[type=radio]:focus + .p-form__radio-span::before {
	box-shadow: 0 0 2px 2px rgba(29, 32, 135, 0.2);
}

input[type=radio]:checked + .p-form__radio-span::after {
	opacity: 1;
}

/* ============================ */

.p-form__checkbox {
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: flex;
}

.p-form__checkbox-label {
	cursor: pointer;
	font-size: clamp(1.375rem, 1.3309859155rem + 0.1877934272vw, 1.5rem);
	font-weight: 400;
	width: 30%;
}

.p-form__checkbox-span {
	display: inline-block;
	padding-left: 1.375rem;
	position: relative;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + .p-form__checkbox-span::before {
	background: #fff;
	border: 0.0625rem solid #B8B8B8;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	left: 0;
	margin-right: 0.875rem;
	position: absolute;
	top: 0.375rem;
	width: 0.9375rem;
}

input[type=checkbox] + .p-form__checkbox-span::after {
	border-bottom: 0.125rem solid #0E72C6;
	border-right: 0.125rem solid #0E72C6;
	content: "";
	height: 0.625rem;
	left: 0.28125rem;
	opacity: 0;
	position: absolute;
	top: 0.4375rem;
	transform: rotate(45deg);
	transition: all 0.3s;
	width: 0.375rem;
	z-index: 1;
}

input[type=checkbox]:focus + .p-form__checkbox-span::before {
	box-shadow: 0 0 2px 2px rgba(29, 32, 135, 0.2);
}

input[type=checkbox]:checked + .p-form__checkbox-span::after {
	opacity: 1;
}

/* ============================ */

/* 送信ボタン */

.p-form__button {
	background-color: #0E72C6;
	border-radius: 0.625rem;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: block;
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 160%;
	margin: 0 auto;
	padding: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem) clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem);
	text-align: center;
	transition: all 0.3s 0s ease-in-out;
}

.p-form__button:hover {
	background-color: #013B84;
}

.p-form__button.--thanks {
	background: linear-gradient(90deg, #5BCAFF 0%, #359EE3 48.56%, #0E72C6 100%);
}

/* プラポリ */

.p-form__privacy-wrap {
	margin: 0 auto clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__checkbox-span {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.8px;
	line-height: 160%;
}

.p-form__checkbox-span a {
	color: #0E72C6;
	display: inline;
	text-decoration: underline;
}

.p-form__error-text {
	color: #FF0000;
	display: none;
	font-size: 0.875rem;
	font-weight: bold;
	font-weight: 400;
	line-height: 150%;
}

.p-form__error-text.--mt {
	margin-top: 0.5rem;
}

.js-error {
	border-color: #FF0000 !important;
}

.js-error input[type=radio] + .p-form__radio-span::before {
	border-color: #FF0000 !important;
}

.js-error input[type=checkbox] + .p-form__checkbox-span::before {
	border-color: #FF0000 !important;
}

.button-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1.5rem;
}

.p-thanks__text {
	font-size: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
	line-height: 130%;
	margin-bottom: 2rem;
	text-align: center;
}

.p-thanks__text p:first-of-type {
	margin-bottom: 0.625rem;
}

/* ============================
アニメーション
 ========================= */

.is-animation {
	opacity: 0;
}

.is-animation.is-active {
	animation: fadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}

/* ========================================== */

/* ============================
p-fixed-cta
 ========================= */

.p-fixed-cta {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	row-gap: 1rem;
	top: 5.125rem;
	z-index: 999;
}

.p-fixed-cta__button {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 999;
}

.p-fixed-cta__button span {
	color: #fff;
	font-size: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 4.5px;
	line-height: 120%;
	padding: clamp(0.625rem, 0.1408450704rem + 2.0657276995vw, 2rem) clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
	position: relative;
	text-align: center;
	writing-mode: vertical-rl;
	z-index: 999;
}

.p-fixed-cta__button:hover {
	opacity: 1;
}

.p-fixed-cta__button:hover.--orange span {
	color: #ED811A;
}

.p-fixed-cta__button:hover.--orange::after {
	opacity: 1;
}

.p-fixed-cta__button:hover.--blue span {
	color: #0E72C6;
}

.p-fixed-cta__button:hover.--blue::after {
	opacity: 1;
}

.p-fixed-cta__button.--orange {
	background: linear-gradient(354deg, #E16900 11.74%, #FF9000 65.2%, #FECA52 118.65%);
	border-radius: 0.625rem 0px 0px 0.625rem;
}

.p-fixed-cta__button.--orange::after {
	background: #fff;
	border-radius: 0.625rem 0px 0px 0.625rem;
	content: "";
	display: block;
	height: calc(100% - 0.1875rem - 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s 0s ease-in-out;
	width: calc(100% - 0.1875rem - 0.1875rem);
	z-index: 1;
}

.p-fixed-cta__button.--blue {
	background: linear-gradient(350deg, #0E72C6 14.81%, #5BCAFF 100.9%);
	border-radius: 0.625rem 0px 0px 0.625rem;
}

.p-fixed-cta__button.--blue::after {
	background: #fff;
	border-radius: 0.625rem 0px 0px 0.625rem;
	content: "";
	display: block;
	height: calc(100% - 0.1875rem - 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s 0s ease-in-out;
	width: calc(100% - 0.1875rem - 0.1875rem);
	z-index: 1;
}

/* ========================================== */

.p-thanks__wrap {
	background: #E6EBF1;
	display: flex;
	flex-direction: column;
	padding: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem) 0.9375rem;
	row-gap: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
}

.p-thanks__wrap-heading {
	font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	letter-spacing: 2px;
	line-height: 150%;
	text-align: center;
}

.p-thanks__wrap-text {
	font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
	letter-spacing: 0.9px;
	line-height: 170%;
	text-align: center;
}

/* ============================ */

/* ============================ */

/* ============================
u-font
 ========================= */

.u-font--base {
	font-size: clamp(0.875rem, 0.6769366197rem + 0.8450704225vw, 1.4375rem);
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.u-font--blue {
	color: #0E72C6;
}

.u-font--Dblue {
	color: #013B84;
}

.u-font--orange {
	color: #ED811A;
}

.u-font--white {
	color: #fff;
}

.u-font--yellow {
	color: #FFEA00;
}

.u-font--Gorange {
	-webkit-background-clip: text;
	background: linear-gradient(91deg, #FECA52 33.89%, #FF9000 99.27%, #E16900 100%);
	background-clip: text;
	color: transparent;
}

.u-font--Gblue {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #013B84 -9.41%, #116DAF 34.03%, #209EDB 100.19%);
	background-clip: text;
}

.u-font--marker {
	background: linear-gradient(transparent 60%, #FFEA00 60%);
	display: inline;
	font-weight: 700;
}

.u-font--marker-blue {
	background: linear-gradient(transparent 60%, #D5E4F2 60%);
	display: inline;
	font-weight: 700;
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #013B84 12%, transparent 12%); /* 点の色とサイズ調整 */
	background-position: top left; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1.03em 0.6em; /* 点の間隔とサイズ調整 */
	padding-top: 0.75rem; /* 縦方向の位置調整 */
}

.u-font--bold {
	font-weight: 700;
}

.u-font--48 {
	font-size: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
}

/* ============================ */

/* ============================
u-font
 ========================= */

.u-bg { /* 背景斜め */
}

.u-bg--italicize {
	color: #fff;
	display: block;
	padding: 0.5rem 2rem 0.75rem;
	transform: skew(-20deg);
	width: -moz-fit-content;
	width: fit-content;
}

.u-bg--italicize:nth-of-type(n+2) {
	margin-top: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.u-bg--italicize.--center {
	margin-left: auto;
	margin-right: auto;
}

.u-bg--italicize-text {
	display: block;
	transform: skew(20deg);
}

.u-bg--Gblue {
	background: linear-gradient(270deg, #013B84 0.69%, #116DAF 65.33%, #209EDB 100.47%);
}

.u-bg--Gorange {
	background: linear-gradient(270deg, #E16900 0.69%, #FF9000 65.33%, #FECA52 100.47%);
}

.u-bg--blue {
	background: #0E72C6;
}

.u-bg--Dblue {
	background: #013B84;
}

.u-bg--white {
	background: #FFF;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1440px) and (min-width: 768px) {

html {
	font-size: max(1.1111111111vw, 14px);
}

}

@media screen and (min-width: 1441px) {

html {
	font-size: 1.1111111111vw;
}

}

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

.p-fv__content {
	transform: translateY(-50%) scale(0.9);
	transform-origin: center left;
}

}

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

.l-header__drawer-button {
	display: block;
}

.l-header__content {
	background: #F5FAFF;
	flex-direction: column;
	height: 100svh;
	left: 0;
	padding: 6.5rem 1rem 0;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.l-header__content.is-visible {
	overflow-x: scroll;
	transform: translateX(0);
}

.l-header__nav {
	width: 100%;
}

.l-header__nav-list {
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 2rem;
	row-gap: 1.5rem;
}

.l-header__nav-link {
	font-size: 1rem;
}

.l-header__button {
	align-items: center;
	background: #fff;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1rem;
	row-gap: 1rem;
	width: 100%;
}

.l-header__button-item {
	width: 80%;
}

.p-fv__content {
	transform: translateY(-50%) scale(0.8);
}

.p-achievement-message__content-text {
	flex-shrink: 1;
}

.p-offer__list.--bottom {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-offer__list.--bottom .p-offer__item {
	width: calc(50% - 0.75rem);
}

.p-offer__list.--bottom .p-offer__item-img {
	width: 90%;
}

.p-offer__list.--bottom .p-offer__item-content {
	width: 90%;
}

.p-step-price__item-text {
	max-width: 18.75rem;
}

.p-fixed-cta {
	-moz-column-gap: 1.25rem;
	bottom: 0;
	column-gap: 1.25rem;
	flex-direction: row;
	left: 50%;
	max-width: 50rem;
	opacity: 0;
	pointer-events: none;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	width: 100%;
}

.p-fixed-cta.is-show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-fixed-cta__button span {
	box-shadow: 4px 1px 5px 0px rgba(0, 0, 0, 0.2);
	display: block;
	letter-spacing: 1.5px;
	line-height: 170%;
	writing-mode: horizontal-tb;
}

.p-fixed-cta__button {
	flex: 1;
}

.p-fixed-cta__button.--orange::after {
	border-radius: 0.3125rem 0.3125rem 0px 0px;
}

.p-fixed-cta__button.--orange {
	background: linear-gradient(90deg, #FECA52 0%, #FF9000 50%, #E16900 100%);
	border-radius: 0.3125rem 0.3125rem 0px 0px;
}

.p-fixed-cta__button.--blue::after {
	border-radius: 0.3125rem 0.3125rem 0px 0px;
}

.p-fixed-cta__button.--blue {
	background: linear-gradient(90deg, #5BCAFF 0%, #0E72C6 100%);
	border-radius: 0.3125rem 0.3125rem 0px 0px;
}

}

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

html {
	font-size: max(4.2666666667vw, 14px);
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header {
	height: 3.875rem;
}

.l-header__inner {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	justify-content: center;
}

.l-header__nav-link {
	font-size: 1.125rem;
}

.l-footer__content {
	flex-direction: column;
	row-gap: 2.5rem;
}

.l-footer__add-wrap {
	align-items: center;
	row-gap: 2rem;
}

.l-footer__item-address address {
	text-align: center;
}

.c-accordion {
	max-width: 100%;
}

.c-accordion__title p {
	max-width: 15rem;
	width: 100%;
}

.c-cta {
	padding: 3rem 0;
}

.c-cta__content-heading {
	align-items: flex-end;
}

.c-cta__content-heading-text {
	letter-spacing: 1.6px;
}

.c-cta__button-wrap {
	flex-direction: column;
	row-gap: 2.5rem;
}

.p-fv__content {
	bottom: 1.25rem;
	left: 50%;
	max-width: 100%;
	padding: 0 0.75rem;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
}

.p-fv__content-sub-title {
	margin: 0 auto 0.6875rem;
	padding: 0.375rem 0.9375rem 0.5rem;
}

.p-fv__content-title {
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-fv__content-text {
	letter-spacing: 0.02625rem;
	margin-bottom: 1.6875rem;
	text-align: center;
}

.p-fv__list {
	flex-direction: column;
	row-gap: 1.4375rem;
}

.p-fv__list-item {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
	height: 5.0625rem;
	max-width: 8.75rem;
	padding: 1rem 0.375rem;
	width: 100%;
}

.p-fv__list-item-text {
	line-height: 130%;
}

.p-worry {
	background: url(../img/bg/worry-bg_sp.webp) no-repeat center center/cover;
}

.p-worry__heading {
	line-height: 180%;
}

.p-worry__heading {
	letter-spacing: 0.0625rem;
}

.p-worry__content {
	align-items: center;
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-worry__list {
	padding: 1rem 0.46875rem 2rem;
}

.p-worry__item-text {
	letter-spacing: 0.04375rem;
}

.p-worry__content-img {
	margin-left: 0;
}

.p-chance {
	background: url(../img/bg/chance-bg_sp.webp) no-repeat center center/cover;
}

.p-chance_heading.--sp-only {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0;
	row-gap: 0.5rem;
}

.p-chance_heading span.u-bg--white {
	padding: clamp(0.125rem, 0.0809859155rem + 0.1877934272vw, 0.25rem) clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.p-thought {
	background: url(../img/bg/thought-bg_sp.webp) no-repeat center center/cover;
}

.p-thought__heading {
	margin-bottom: 0.3125rem;
}

.p-thought__heading-text .--big {
	letter-spacing: 1.6px;
}

.p-thought__sub-heading {
	letter-spacing: 0.96px;
	margin-top: 2rem;
}

.p-thought___content {
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-thought___content-img {
	max-width: 100%;
}

.p-thought___content-text {
	letter-spacing: 0.7px;
	line-height: 170%;
}

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

.p-benefit {
	background: url(../img/bg/benefit-bg_sp.webp) no-repeat center center/cover;
}

.p-benefit__list {
	flex-direction: column;
}

.p-benefit__item.--top {
	width: 100%;
}

.p-benefit__item.--bottom {
	width: 100%;
}

.p-benefit__item.--bottom .p-benefit__item-heading::after {
	width: 14.75rem;
}

.p-achievement {
	background: url(../img/bg/achievement-bg_sp.webp) no-repeat center center/cover;
}

.p-achievement__heading {
	letter-spacing: 1px;
	line-height: 230%;
}

.p-achievement-item__heading {
	letter-spacing: 0.54px;
}

.p-achievement-top__content {
	flex-direction: column;
	row-gap: 1rem;
}

.p-achievement-top__content-img-name {
	font-size: 0.875rem;
}

.p-achievement-top__content-img-name .--big {
	font-size: 1rem;
}

.p-achievement-media__content-text.--top {
	margin-bottom: 0.5rem;
}

.p-achievement-media__list {
	flex-direction: column;
	row-gap: 1rem;
}

.p-achievement-media__item {
	padding: 1.5rem 0.9375rem;
	width: 100%;
}

.p-achievement-media__item:not(:last-of-type) {
	border-bottom: 0.0625rem solid #D5E4F2;
}

.p-achievement-media__item-heading {
	font-size: 1.25rem;
}

.p-achievement-produce__text {
	letter-spacing: 0.7px;
}

.p-achievement-produce__list {
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-achievement-produce__item {
	background: url(../img/bg/achievement-produce-bg_sp.webp) no-repeat center center/cover;
	border-radius: 0.625rem;
	padding: 1.5rem 0.9375rem;
	row-gap: 0.5rem;
	width: 100%;
}

.p-achievement-produce__item-thumbnail {
	margin-bottom: 0.5rem;
}

.p-achievement-message {
	background: url(../img/bg/achievement-message-bg_sp.webp) no-repeat center center/cover;
}

.p-achievement-message__content {
	flex-direction: column;
}

.p-achievement-message__content-img {
	max-width: 18.125rem;
}

.p-achievement-message__content-text {
	margin-left: 0;
	margin-top: -1rem;
	max-width: 100%;
}

.p-achievement-message__content-text-inner {
	background-size: 100% 2em;
	line-height: 2.3;
}

.p-achievement-message__content-text-inner p {
	font-size: 0.875rem;
	margin-bottom: 2.2em;
}

.p-achievement-message__content-text-bottom .--big {
	display: block;
}

.p-point {
	background: url(../img/bg/point-bg_sp.webp) no-repeat center center/cover;
}

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

.p-point__list {
	flex-direction: column;
	row-gap: 4rem;
}

.p-point__item:nth-of-type(2) .p-point__item-heading,
.p-point__item:nth-of-type(3) .p-point__item-heading {
	padding: 0;
}

.p-point__item {
	margin: 0 auto;
	max-width: 18.75rem;
	width: 100%;
}

.p-offer {
	background-image: url(../img/bg/offer-bg_sp.webp);
}

.p-offer__heading .--top {
	padding: 0 0 0.75rem;
}

.p-offer__heading .--bottom {
	flex-direction: column;
	letter-spacing: 1.6px;
	row-gap: 0.5rem;
}

.p-offer__heading .--bottom .--bottom-text:first-of-type {
	margin-right: auto;
}

.p-offer__heading .--bottom .--bottom-text:last-of-type {
	margin-left: auto;
}

.p-offer__text {
	margin-bottom: 6.3125rem;
}

.p-offer__list.--top .p-offer__item:first-of-type {
	flex-direction: column;
}

.p-offer__list.--top .p-offer__item:last-of-type {
	flex-direction: column-reverse;
}

.p-offer__list.--top .p-offer__item-img {
	max-width: 18.75rem;
}

.p-offer__list.--top .p-offer__item-img.--left {
	margin-right: auto;
}

.p-offer__list.--top .p-offer__item-img.--right {
	margin-left: auto;
}

.p-offer__list.--top .p-offer__item-content {
	margin-top: -1.5rem;
	max-width: 20rem;
}

.p-offer__list.--top .p-offer__item-content.--right {
	margin-left: auto;
}

.p-offer__list.--top .p-offer__item-content.--left {
	margin-right: auto;
}

.p-offer__list.--bottom .p-offer__item {
	flex-direction: column-reverse;
	width: 100%;
}

.p-offer__list.--bottom .p-offer__item-img {
	margin-top: 0;
	max-width: 18.75rem;
	width: 100%;
}

.p-offer__list.--bottom .p-offer__item-img.--left {
	margin-left: 0;
	margin-right: auto;
}

.p-offer__list.--bottom .p-offer__item-img.--right {
	margin-left: auto;
}

.p-offer__list.--bottom .p-offer__item-content {
	margin-top: -1.5rem;
	max-width: 20rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	width: 100%;
}

.p-offer__list.--bottom .p-offer__item-content.--right {
	margin-left: auto;
}

.p-offer__list.--bottom .p-offer__item-content.--left {
	margin-right: auto;
}

.p-offer__list.--bottom .p-offer__item-text {
	height: auto;
}

.p-offer__item-content {
	height: auto;
	padding-bottom: 2.625rem;
	padding-top: 3rem;
	position: static;
}

.p-offer__item-number {
	transform: translate(-50%, -66%);
}

.p-offer__item-heading {
	letter-spacing: 1px;
}

.p-offer__item-text {
	letter-spacing: 0.7px;
}

.p-faq {
	background: url(../img/bg/faq-bg_pc.webp) no-repeat center center/cover;
}

.p-step {
	background-image: url(../img/bg/step-sp_pc.webp);
}

.p-step__heading::before {
	left: 50%;
	position: absolute;
	top: -0.625rem;
	transform: translate(-50%, -100%);
}

.p-step__heading {
	align-items: center;
	flex-direction: column;
	letter-spacing: 1px;
}

.p-step__heading .--text {
	letter-spacing: 1.6px;
}

.p-step__item-sub-heading {
	letter-spacing: 0.7px;
	line-height: 170%;
}

.p-step__item-heading {
	letter-spacing: 0.72px;
}

.p-step-flow__list {
	flex-direction: column;
}

.p-step-flow__item {
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.p-step-flow__arrow {
	bottom: 0;
	left: 50%;
	top: auto;
	transform: translate(-50%, 50%);
	width: 102%;
}

.p-step-flow__item-number {
	left: 0;
	letter-spacing: 0.8px;
	top: 0;
	transform: translateY(-50%);
}

.p-step-flow__item-text {
	letter-spacing: 0.8px;
}

.p-step-price__list {
	row-gap: 2.5rem;
}

.p-step-price__item {
	border: 0.21875rem solid #209EDB;
	flex-direction: column;
}

.p-step-price__item-img {
	width: 9.375rem;
}

.p-step-price__item-content {
	flex-direction: column;
}

.p-step-price__item-heading {
	letter-spacing: 1px;
	text-align: center;
}

.p-step-price__item-text {
	max-width: 100%;
}

.p-form {
	background: url(../img/bg/contact-bg_sp.webp) no-repeat center center/cover;
}

.p-form.--thanks {
	background: url(../img/bg/thanks-bg_sp.webp) no-repeat center center/cover;
}

.p-form__sub-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-form__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-form__label {
	margin-bottom: 1.375rem;
}

.p-form__checkbox-label {
	width: 100%;
}

.p-form__checkbox-label:nth-of-type(1) {
	order: 1;
}

.p-form__checkbox-label:nth-of-type(2) {
	order: 5;
}

.p-form__checkbox-label:nth-of-type(3) {
	order: 9;
}

.p-form__checkbox-label:nth-of-type(4) {
	order: 2;
}

.p-form__checkbox-label:nth-of-type(5) {
	order: 6;
}

.p-thanks__text {
	text-align: left;
}

.p-fixed-cta {
	max-width: 21.5625rem;
}

.u-font--base {
	line-height: 1.7;
}

.u-bg--italicize {
	margin-left: auto;
	margin-right: auto;
	padding: 0.375rem 0.9375rem 0.4375rem;
}

}

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

.p-step-flow__item-text.--small {
	font-size: 0.875rem;
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

