/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

:root {
	--font-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
	--font-roboto: "Roboto", sans-serif;
	--font-alata: "Alata", sans-serif;
	--font-noto-sans-jp: "Noto Sans JP", sans-serif;
	--font-zen-maru-gothic: "Zen Maru Gothic", sans-serif;
}

/********************************
* カラー
********************************/

:root {
	--color-base: var(--color-black);
	--color-background: var( --color-white);
	--color-white: #fff;
	--color-black: #031C32;
	--color-orange: #FF8F1C;
	--color-sunset-orange: #FF6916;
	--color-warm-orange: #F57C37;
	--color-pale-yellow: #FDE3E3;
	--color-warm-yellow: #FFF25D;
	--color-earth-green: #423703;
	--color-light-blue: #ECF3FA;
	--color-light-beige: #FFFCF3;
	--color-light-gray: #EFEFEF;
	--color-pale-gray: #FAFAFA;
	--color-pale-pink: #FDE3E3;
	--color-light-cream: #FFFBEE;
	--color-visited: #800080;
	--color-gradient-blue: linear-gradient(109deg, #20C5B5 12.81%, #0ACBED 49.24%, #0E4CAA 87.09%);
	--color-gradient-orange: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	--color-gradient-navy-orange: linear-gradient(94deg, #255077 0%, #FF8D1B 100%);
	--color-gradient-midnight-blue: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	--color-header-background: rgba(255, 251, 238, 0.20);
	--box-light-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	--box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	--box-tab-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.10);
	--box-shadow-cta: 0 0 10px rgba(0, 0, 0, 0.35);
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}

body {
	background-color: #fff;
	color: #031C32;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

/* link */

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

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/* img */

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

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

/*! 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;
	-webkit-box-sizing: border-box;
	        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;
	-webkit-box-sizing: content-box;
	        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: pointer;
}

/* 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;
}

/* フェード設定 */

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

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

.l-404 {
	margin-block: 5rem 7.5rem;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 50;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(1200px + 6.6666%);
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
}

.l-mv {
	margin-top: 5rem;
}

.l-scroll-top {
	bottom: 0.625rem;
	position: fixed;
	right: 0.625rem;
}

.l-section {
	margin-block: 2.8125rem;
}

.c-accordion {
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	margin-inline: auto;
	width: 100%;
}

.c-accordion summary::-webkit-details-marker {
	display: none;
}

.c-accordion__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	color: var(--color-white);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-size: 1.25rem;
	font-weight: 700;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: normal;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.c-accordion__title::before {
	color: #fff;
	color: var(--color-white);
	content: "Q.";
	font-size: 1.5rem;
	font-weight: 700;
	height: 1.5rem;
	left: 1rem;
	line-height: 1;
	position: absolute;
	top: 1.125rem;
	width: 1.5rem;
}

.c-accordion__icon i {
	font-size: 1rem;
	position: relative;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-accordion.is-open .c-accordion__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.c-accordion__content {
	background: #fff;
	background: var(--color-white);
	border-radius: 0 0 0.625rem 0.625rem;
	color: #031C32;
	font-size: 1.125rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion__content-inner {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 1rem 1.5rem 1rem 2.875rem;
	position: relative;
}

.c-accordion__content-inner::before {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	background-clip: text;
	content: "A.";
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	height: 1.5rem;
	left: 1rem;
	line-height: 1;
	position: absolute;
	top: 1.1875rem;
	width: 1.5rem;
}

/* .c-accordion--type1 */

.c-accordion--type1 .c-accordion__title {
	background: #fff;
	background: var(--color-white);
	color: #031C32;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-accordion--type1 .c-accordion__icon i {
	font-size: 1.25rem;
}

/* .c-accordion--type2 */

.c-accordion--type2 .c-accordion__title {
	position: relative;
}

.c-accordion--type2 .c-accordion__icon::before,
.c-accordion--type2 .c-accordion__icon::after {
	background: #fff;
	background: var(--color-white);
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

.c-accordion--type2 .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.c-accordion--type2.is-open .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.c-button01 {
	background: linear-gradient(109deg, #20C5B5 12.81%, #0ACBED 49.24%, #0E4CAA 87.09%);
	background: var(--color-gradient-blue);
	border: 0.1875rem solid #fff;
	border: 0.1875rem solid var(--color-white);
	border-radius: 3.125rem;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-shadow);
	        box-shadow: var(--box-shadow);
	color: #fff;
	color: var(--color-white);
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.8125rem 7rem 0.8125rem 4.5625rem;
	position: relative;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-button01::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-icon.svg);
	background: #fff;
	background: var(--color-white);
	content: "";
	height: 1.5rem;
	mask-image: url(../images/common/arrow-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 4.5625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 1.5rem;
}

/*=====================
 c-button01 _small
=====================*/

.c-button01._small {
	font-size: 1rem;
	padding: 0.5625rem 2.9375rem 0.5625rem 1.3125rem;
}

.c-button01._small::before {
	height: 1rem;
	right: 1.3125rem;
	width: 1rem;
}

.c-button01._form {
	padding: 0.8125rem 4rem 0.8125rem 1.8125rem;
}

.c-button01._form::before {
	right: 1.375rem;
}

/*=====================
 c-button01 _reverse
=====================*/

.c-button01._reverse {
	padding: 0.8125rem 1.8125rem 0.8125rem 4rem;
}

.c-button01._reverse input {
	display: block;
	margin-inline: auto;
}

.c-button01._reverse::before {
	left: 1.3125rem;
	right: auto;
	right: initial;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.c-card01 {
	grid-gap: 2.5rem;
	background: #fff;
	background: var(--color-white);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 1.5rem;
}

.c-card01__heading {
	text-align: center;
}

.c-card01__headingEn {
	color: #FF8F1C;
	color: var(--color-orange);
	font-family: "Alata", sans-serif;
	font-family: var(--font-alata);
	font-size: 1rem;
	line-height: normal;
	text-transform: capitalize;
}

.c-card01__headingJa {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.5rem;
}

.c-card01__imageBlock {
	padding-inline: 3.75rem;
	width: 100%;
}

.c-card01__image {
	aspect-ratio: 120/120;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-card01__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card01__text {
	font-size: 1rem;
	line-height: 1.6;
}

/*=====================
 c-card02
=====================*/

.c-card02 {
	background: #fff;
	background: var(--color-white);
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	max-width: 28.125rem;
	overflow: hidden;
	padding: 2.5rem;
	position: relative;
	width: 100%;
}

.c-card02::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-card02__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.c-card02__textAccent {
	color: #FF8F1C;
	color: var(--color-orange);
}

/*=====================
 c-card02 _01
=====================*/

.c-card02._01:before {
	background-image: url(../images/top/problem01.svg);
	height: 8.3125rem;
	top: 54%;
	width: 10.25rem;
}

/*=====================
 c-card02 _02
=====================*/

.c-card02._02:before {
	background-image: url(../images/top/problem02.svg);
	height: 8rem;
	top: 55%;
	width: 7.9375rem;
}

/*=====================
 c-card02 _03
=====================*/

.c-card02._03:before {
	background-image: url(../images/top/problem03.svg);
	height: 8.375rem;
	right: 0.375rem;
	top: 54%;
	width: 6.8125rem;
}

/*=====================
 c-card02 _04
=====================*/

.c-card02._04:before {
	background-image: url(../images/top/problem04.svg);
	height: 8.375rem;
	top: 54%;
	width: 9.0625rem;
}

/*=====================
 c-card03
=====================*/

.c-card03 {
	background: #fff;
	background: var(--color-white);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	padding: 1.5rem 1.3125rem;
}

.c-card03__imageBlock {
	padding-inline: 3.3125rem;
}

.c-card03__image {
	aspect-ratio: 100/100;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-card03__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card03__body {
	margin-top: 1.5rem;
}

.c-card03__heading {
	color: #F57C37;
	color: var(--color-warm-orange);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-card03__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

/*=====================
 c-card04
=====================*/

.c-card04 {
	background: #fff;
	background: var(--color-white);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.c-card04__container {
	padding: 2rem;
}

.c-card04__heading {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: normal;
}

.c-card04__case {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	color: #fff;
	color: var(--color-white);
	font-family: "Roboto", sans-serif;
	font-family: var(--font-roboto);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: normal;
	padding: 0.3125rem 5rem;
	position: absolute;
	right: -4.5rem;
	text-transform: uppercase;
	top: 1.5625rem;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card04__media {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 264fr 233fr;
	grid-template-columns: 264fr 233fr;
	margin-top: 1.875rem;
}

.c-card04__text {
	background: #FFFBEE;
	background: var(--color-light-cream);
	border-radius: 0.625rem;
	font-size: 1rem;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
}

.c-card04__items {
	grid-gap: 0.9375rem;
	display: -ms-grid;
	display: grid;
	gap: 0.9375rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.c-card04__subHeading {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #FFF25D));
	background: linear-gradient(transparent 60%, #FFF25D 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, var(--color-warm-yellow)));
	background: linear-gradient(transparent 60%, var(--color-warm-yellow) 30%);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card04__itemTexts {
	margin-right: 0.125rem;
	text-align: end;
}

.c-card04__number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	background-clip: text;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-family: var(--font-roboto);
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 1.6;
}

.c-card04__itemText {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 3.9;
	margin-left: 0.0625rem;
}

.c-card04__image {
	aspect-ratio: 233/467;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-card04__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*=====================
 c-card05
=====================*/

.c-card05 {
	background: #FFFBEE;
	background: var(--color-light-cream);
	padding: 1.625rem 0.9375rem;
}

.c-card05__image {
	aspect-ratio: 47/40;
	display: block;
	margin-inline: auto;
	max-width: 5.75rem;
	overflow: hidden;
	width: 100%;
}

.c-card05__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card05__heading {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.25rem;
	text-align: center;
}

/*=====================
 c-card06
=====================*/

.c-card06 {
	background: #fff;
	background: var(--color-white);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
}

.c-card06__image {
	aspect-ratio: 232/152;
	border-radius: 0.625rem 0.625rem 0 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-card06__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card06__body {
	padding: 1rem;
}

.c-card06__heading {
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-card06__texts {
	margin-top: 1rem;
}

.c-card06__text {
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 0.875rem;
	line-height: 1.6;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(109deg, #20C5B5 12.81%, #0ACBED 49.24%, #0E4CAA 87.09%);
	background: var(--color-gradient-blue);
	border: 0.1875rem solid #fff;
	border: 0.1875rem solid var(--color-white);
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0 2rem transparent;
	        box-shadow: 0 0 2rem transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 3rem;
	z-index: 200;
}

.c-drawer__line {
	font-size: 0;
}

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background-color: #fff;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 0.1875rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.5625rem;
}

.c-drawer__line::before {
	bottom: 0.5rem;
}

.c-drawer__line::after {
	top: 0.5rem;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line {
	background-color: transparent;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-drawer__modal {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

.c-drawer__modal.is-open {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.c-drawer__lists {
	padding-block: 2.5rem 10rem;
	width: 100%;
}

.c-drawer__list {
	text-align: center;
}

.c-drawer__link {
	color: #fff;
	color: var(--color-white);
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	padding-block: 1.25rem;
	text-align: center;
}

.c-drawer__list._button {
	margin-top: 1.25rem;
}

.c-drawer__list._button .c-button01 {
	font-size: 1.25rem;
	padding: 0.8125rem 4.5rem 0.8125rem 2.0625rem;
}

.c-drawer__list._button .c-button01::before {
	right: 2rem;
}

/* c-drawer--open-right */

.c-drawer--open-right .c-drawer__modal {
	margin-top: 4.125rem;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.c-drawer--open-right .c-drawer__modal.is-open {
	margin-top: 4.125rem;
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-left */

.c-drawer--open-left .c-drawer__modal {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.c-drawer--open-left .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-top */

.c-drawer--open-top .c-drawer__modal {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.c-drawer--open-top .c-drawer__modal.is-open {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.c-fix {
	display: none;
}

.c-fix__button {
	background: linear-gradient(109deg, #20C5B5 12.81%, #0ACBED 49.24%, #0E4CAA 87.09%);
	background: var(--color-gradient-blue);
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	padding-block: 1rem;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.c-form__item {
	grid-gap: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-form__item:nth-child(n+2) {
	margin-top: 2.5rem;
}

.c-form__item:first-child {
	margin-top: 0;
}

.c-form__dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-form__item-text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	margin-left: 0.5rem;
}

.c-form__accent {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	border-radius: 100vmax;
	color: #fff;
	color: var(--color-white);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.125rem 1rem;
}

.c-form__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
}

.c-form__button {
	text-align: center;
}

.c-form__button .c-button01 {
	font-size: 1.25rem;
}

.c-form__input {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	border: 0.0625rem solid #fff;
	border: 0.0625rem solid var(--color-white);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 150%;
	padding-block: 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 19.0625rem;
}

.c-form__input::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-small.svg);
	background: #fff;
	background: var(--color-white);
	content: "";
	height: 0.5625rem;
	mask-image: url(../images/common/arrow-small.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0.375rem;
}

.c-form__input._return {
	background: #fff;
	border: 0.0625rem solid linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	border: 0.0625rem solid var(--color-gradient-midnight-blue);
	color: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	color: var(--color-gradient-midnight-blue);
}

.c-form__input._return::before {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
}

.c-form__dd {
	color: #fff;
	color: var(--color-white);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.75rem 1rem;
}

.c-form__input input {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
	padding: 0;
}

.c-form__input.c-form__input._return::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-small.svg);
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	content: "";
	height: 0.5625rem;
	left: 0.875rem;
	mask-image: url(../images/common/arrow-small.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: auto;
	right: initial;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0.375rem;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
	color: var(--color-white);
}

.wpcf7-not-valid-tip {
	color: #FF8F1C;
	color: var(--color-orange);
}

.c-heading01 {
	position: relative;
	text-align: center;
	z-index: 1;
}

.c-heading01__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(94deg, #255077 0%, #FF8D1B 100%);
	background: var(--color-gradient-navy-orange);
	background-clip: text;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-family: var(--font-roboto);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: normal;
	text-transform: uppercase;
}

.c-heading01__ja {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1rem;
}

/*=====================
 c-heading01 _white
=====================*/

.c-heading01._white .c-heading01__en {
	-webkit-background-clip: none;
	-webkit-text-fill-color: #fff;
	-webkit-text-fill-color: var(--color-white);
	background: none;
	background-clip: none;
}

.c-heading01._white .c-heading01__ja {
	color: #fff;
	color: var(--color-white);
}

/*=====================
 c-heading02
=====================*/

.c-heading02 {
	text-align: center;
}

.c-heading02__en {
	color: #FDE3E3;
	color: var(--color-pale-pink);
	font-family: "Roboto", sans-serif;
	font-family: var(--font-roboto);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: normal;
	text-transform: uppercase;
}

.c-heading02__en._white {
	color: #fff;
	color: var(--color-white);
}

.c-heading02__ja {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-heading02__jaText {
	color: #fff;
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1rem;
}

.c-heading02__image {
	aspect-ratio: 280/48;
	display: block;
	max-width: 17.5rem;
	width: 100%;
}

.c-heading02__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-heading {
	font-weight: bold;
}

.c-heading--2 {
	border-bottom: 0.1875rem solid #031C32;
	font-size: 1.5rem;
	padding-block: 0.625rem;
}

.c-heading--3 {
	border-left: 0.3125rem solid #031C32;
	font-size: 1.25rem;
	padding: 0.3125rem 0 0.3125rem 0.625rem;
}

.c-list,
.c-list li ul {
	list-style-type: disc;
	padding-left: 1.875rem;
	padding-right: 0.625rem;
}

.c-list li {
	margin-bottom: 0.9375rem;
}

.c-list li ul li {
	margin-top: 0.9375rem;
}

.c-list--decimal,
.c-list--decimal li ul {
	list-style-type: decimal;
}

.c-list--arrow-start,
.c-list--arrow-start li ul {
	list-style-type: none;
}

.c-list--arrow-start li {
	position: relative;
}

.c-list--arrow-start li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	left: -1rem;
	position: absolute;
	top: 0.125rem;
}

.c-lower-head {
	height: 28.75rem;
	position: relative;
}

.c-lower-head::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(90, 90, 90)));
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(90, 90, 90));
	content: "";
	height: 9.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-lower-head__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-lower-head__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	left: 50%;
	margin-inline: auto;
	max-width: 48.75rem;
	padding-inline: 3.3333%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-lower-head__title {
	-ms-writing-mode: tb-rl;
	background: #031C32;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	height: 19.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	letter-spacing: 0.3125rem;
	padding-block: 0.3125rem;
	padding-top: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

/*=====================
 c-media01
=====================*/

.c-media01 {
	grid-gap: 2.5rem;
	background: #fff;
	background: var(--color-white);
	border-radius: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	    grid-template-areas: "contents image";
	-ms-grid-columns: 24rem 2.5rem 21.25rem;
	grid-template-columns: 24rem 21.25rem;
	-ms-grid-columns: 1fr 2.5rem 21.25rem;
	grid-template-columns: 1fr 21.25rem;
	margin-inline: auto;
	padding: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-media01__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: contents;
	position: relative;
	z-index: 1;
}

.c-media01._reverse > .c-media01__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media01__number {
	color: #FFF25D;
	color: var(--color-warm-yellow);
	font-family: "Alata", sans-serif;
	font-family: var(--font-alata);
	font-size: 8rem;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	top: -2.1875rem;
	z-index: 0;
}

.c-media01__heading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 4.0625rem;
	position: relative;
	z-index: 1;
}

.c-media01__texts {
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}

.c-media01__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.c-media01__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: image;
}

.c-media01._reverse > .c-media01__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media01__image {
	aspect-ratio: 311/311;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-media01__image img {
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*=====================
 c-media01 _reverse
=====================*/

.c-media01._reverse {
	    grid-template-areas: "image contents";
	-ms-grid-columns: 21.25rem 2.5rem 1fr;
	grid-template-columns: 21.25rem 1fr;
}

/*=====================
 c-media02
=====================*/

.c-media02 {
	grid-gap: 1.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: 34.75rem 21.3125rem;
	grid-template-columns: 34.75rem 21.3125rem;
}

.c-media02__heading {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-media02__imageWrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.0625rem;
}

.c-media02__imageLogo {
	display: block;
	max-width: 30.1875rem;
	overflow: hidden;
	width: 100%;
}

.c-media02__imageLogo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-media02__text {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(25%, #FFF25D));
	background: linear-gradient(transparent 68%, #FFF25D 25%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(25%, var(--color-warm-yellow)));
	background: linear-gradient(transparent 68%, var(--color-warm-yellow) 25%);
	font-size: 3.5rem;
	font-weight: 700;
	line-height: normal;
}

/*=====================
 c-media03
=====================*/

.c-media03 {
	grid-gap: 1.25rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: 19.625rem 42.125rem;
	grid-template-columns: 19.625rem 42.125rem;
}

.c-media03__number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	background-clip: text;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-family: var(--font-roboto);
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 1;
}

.c-media03__number._small {
	font-size: 0.875rem;
}

.c-media03__unit {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.6;
}

.c-media03__lists {
	grid-gap: 0.5rem;
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 0.5rem;
}

.c-media03__list {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding-left: 1.5625rem;
	position: relative;
}

.c-media03__list::before {
	background-image: url(../images/common/check-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

.c-media03__price {
	margin-inline: auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-media03__texts {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	position: relative;
}

.c-media03__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.c-media03__texts::before {
	background-image: url(../images/common/tab-line.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-media03__scrollText {
	display: none;
}

.c-modal {
	padding: 6.25rem 0;
}

.c-modal__inner {
	margin: 0 auto;
	padding: 0 1.25rem;
	width: min(100%, 70rem);
}

.c-modal__cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-modal__card {
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	width: calc((100% - 4rem) / 3);
}

.c-modal__card:hover {
	opacity: 0.6;
}

.c-modal__trigger {
	cursor: pointer;
}

.c-modal__card:nth-child(3n-1),
.c-modal__card:nth-child(3n) {
	margin-left: 2rem;
}

.c-modal-card__image {
	position: relative;
}

.c-modal-card__image:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.c-modal-card__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-modal-card__content {
	margin-top: 1.875rem;
}

.c-modal-card__title {
	text-align: center;
}

/* モーダル本体 */

.c-modal__wrapper {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.c-modal__layer {
	background: rgba(50, 50, 50, 0.85);
	cursor: pointer;
	height: 100%;
}

.c-modal__container {
	background: #fff;
	height: calc(100% - 2.5rem);
	left: 50%;
	padding: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: min(100% - 2.5rem, 62.5rem);
}

.c-modal__inner-content {
	height: 100%;
	padding: 5rem 1.25rem 1.25rem;
	position: relative;
}

.c-modal__close {
	background: rgb(50, 50, 50);
	cursor: pointer;
	height: 2.75rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	width: 2.75rem;
}

.c-modal__close:hover {
	opacity: 0.6;
}

.c-modal__close:before,
.c-modal__close:after {
	background: #fff;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.25rem;
}

.c-modal__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */

.c-profile__group {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-profile__image {
	position: relative;
	width: 25rem;
}

.c-profile__image:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.c-profile__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-profile__content {
	padding-left: 2.5rem;
	width: calc(100% - 25rem);
}

.c-profile__title {
	font-size: 1.125rem;
}

.c-profile__text {
	line-height: 2;
	margin-top: 1.875rem;
}

.c-mv-slide {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 48.6111111111vw 51.3888888889vw;
	grid-template-columns: 48.6111111111vw 51.3888888889vw;
}

.c-mv-slide__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.5rem 1rem;
}

.c-mv-slide__texts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-mv-slide__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.375rem;
	font-weight: 900;
	line-height: normal;
	text-align: center;
}

.c-mv-slide__slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6rem;
	overflow: hidden;
}

.c-mv {
	background-image: url(../images/top/mv-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
	padding-block: 7rem 5.25rem;
	position: relative;
}

.c-mv__inner {
	max-width: calc(69.0625rem + 6.6666%);
}

.c-mv__content {
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-mv__heading {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	background-clip: text;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.c-mv__headingLarge {
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.c-mv__image {
	aspect-ratio: 539/169;
	display: block;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 33.6875rem;
	overflow: hidden;
	width: 100%;
}

.c-mv__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv__button {
	margin-top: 1.5rem;
	text-align: center;
}

.c-mv__slide {
	margin-inline: calc(50% - 50vw);
	margin-top: 2.375rem;
	width: 100vw;
}

.c-mv__image02 {
	content: "";
	height: 41.125rem;
	left: calc(50% - 34.5rem);
	left: min(50% - 34.5rem, 48%);
	position: absolute;
	top: 7rem;
	width: 20.5rem;
}

.c-phoneMock {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 29.1875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: 14.5625rem;
}

.c-phoneMock__video {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 99%;
	object-fit: cover;
	width: 90%;
}

.c-phoneMock__frame {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.c-phoneMock._large {
	height: 40.25rem;
	width: 20.5rem;
}

.c-phoneMock._large .c-phoneMock__video {
	height: 98%;
	left: 50%;
	position: absolute;
	top: 51%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 96%;
}

.c-phoneMock._large .c-phoneMock__frame {
	aspect-ratio: 328/658;
	display: block;
	max-width: 20.5rem;
	overflow: hidden;
	width: 100%;
}

.c-scroll-top {
	display: inline-block;
}

.c-slide02 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	background: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-block: 0.6875rem;
}

.splide02 .splide__track {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.splide02 .splide__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.splide02 .splide__slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
}

.c-slide02__img {
	display: block;
}

.c-slide02__image img {
	-o-object-fit: contain;
	aspect-ratio: 220/154;
	object-fit: contain;
}

.c-slide01 video::-webkit-media-controls {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-panel {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-play-button {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-timeline {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-current-time-display {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-time-remaining-display {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-mute-button {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-volume-slider {
	display: none !important;
}

.c-slide01 video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

.splide__slide video::-webkit-media-controls-panel,
.splide__slide video::-webkit-media-controls-play-button,
.splide__slide video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.vsc-controller {
	display: none !important;
}

.c-step {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80fr 492fr;
	grid-template-columns: 80fr 492fr;
	-ms-grid-columns: 5rem 1fr;
	grid-template-columns: 5rem 1fr;
}

.c-step__number {
	background-color: #fff;
	background-color: var(--color-white);
	color: #F57C37;
	color: var(--color-warm-orange);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.c-step__iconBlock {
	max-width: 5rem;
	position: relative;
	width: 100%;
}

.c-step__iconBlock:before {
	background-image: radial-gradient(circle, #031C32 0.15625rem, transparent 0.15625rem);
	background-image: radial-gradient(circle, var(--color-black) 0.15625rem, transparent 0.15625rem);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 0.3125rem 0.5625rem;
	content: "";
	height: 100%;
	height: calc(100% - 2.3125rem);
	left: 50%;
	position: absolute;
	top: 5.3125rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0.3125rem;
}

.c-step__content {
	padding-inline: 1rem;
}

.c-step__icon {
	aspect-ratio: 80/80;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-step__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-step__heading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}

.c-step__texts {
	background: #FFFBEE;
	background: var(--color-light-cream);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	margin-top: 0.4375rem;
	padding: 0.625rem 1.25rem;
	width: 100%;
}

.c-step__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.c-step._06 {
	margin-top: 0.1875rem;
}

.c-step._06 .c-step__iconBlock:before {
	display: none;
}

.c-tab__menu {
	grid-gap: 0.3125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -ms-grid;
	display: grid;
	gap: 0.3125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 0 auto;
}

.c-tab__menuItem {
	background: #fff;
	background: var(--color-white);
	border: none;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.5rem;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.c-tab__menuItem._duplicate {
	padding-right: 2.25rem;
	position: relative;
}

.c-tab__menuItem._duplicate::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/duplicate-icon.svg);
	background: #031C32;
	background: var(--color-black);
	content: "";
	height: 1rem;
	mask-image: url(../images/common/duplicate-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
	z-index: 1;
}

.c-tab__menuItem.js-tab-active._duplicate::before {
	background: #fff;
	background: var(--color-white);
	opacity: 1;
}

/* 選択されたタブの表示 */

.js-tab-active {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	color: #fff;
	color: var(--color-white);
}

/* 選択されたタブの線を表示 */

.js-tab-active::before {
	opacity: 1;
}

.c-tab__content {
	font-size: 1.125rem;
	margin: 0 auto;
	position: relative;
}

.c-tab__contentItem {
	background: #fff;
	background: var(--color-white);
	border-radius: 0 0 0.625rem 0.625rem;
	-webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.10);
	        box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: var(--box-tab-shadow);
	        box-shadow: var(--box-tab-shadow);
	display: none;
	padding: 1rem;
}

.c-tab__contentItem:nth-of-type(1) {
	display: block;
}

.c-tab__contentItem img {
	height: auto;
	margin-right: 0.625rem;
	width: 6.25rem;
}

.c-table01 {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}

.c-table01__table {
	border-collapse: separate;
	border-spacing: 0.3125rem;
	font-family: sans-serif;
	table-layout: fixed;
	text-align: center;
	width: 42.125rem;
}

.c-table01 th,
.c-table01 td {
	padding: 0.625rem;
	vertical-align: middle;
	word-break: break-word;
}

.c-table01__header {
	background: #EFEFEF;
	background: var(--color-light-gray);
	font-size: 0.875rem;
	font-weight: 400;
	height: 3.5625rem;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
}

.c-table01__header._logo {
	background: #FFF25D;
	background: var(--color-warm-yellow);
}

.c-table01__header._logo img {
	width: 6.6875rem;
}

.c-table01__cell {
	background-color: #FAFAFA;
	background-color: var(--color-pale-gray);
	padding: 0.625rem;
	vertical-align: middle;
}

.c-table01__cell._yellow {
	background: #FFF25D;
	background: var(--color-warm-yellow);
}

.c-table01__icon {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.25rem;
	line-height: 1.6;
}

.c-table01__text {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.3125rem;
	text-align: center;
}

.c-text {
	font-size: 1.0625rem;
	letter-spacing: -0.0625rem;
	line-height: 2.4705882353;
	text-align: justify;
}

.c-text__name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.c-vertical-line {
	background: #031C32;
	height: 6.25rem;
	margin-inline: auto;
	width: 0.0625rem;
}

.c-works {
	background: #fff;
	background: var(--color-white);
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--box-light-shadow);
	        box-shadow: var(--box-light-shadow);
	padding: 1.5rem 2.5rem;
}

.c-works__heading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-works__texts {
	margin-top: 2rem;
}

.c-works__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.c-works__items {
	grid-gap: 0.5rem;
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2rem;
	padding-inline: 0.625rem;
}

.c-works__link {
	border: 0.0625rem solid #EFEFEF;
	border: 0.0625rem solid var(--color-light-gray);
	border-radius: 0.3125rem;
	display: inline-block;
}

.c-works__link img {
	-o-object-fit: contain;
	aspect-ratio: 220/154;
	border-radius: 0.3125rem;
	object-fit: contain;
	padding: 0.25rem 0.5rem;
}

.c-works__textSmall {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 2rem;
	text-align: center;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FFFCF3;
	background: var(--color-light-beige);
	background-image: none; /*↓リセットCSS */
	border: 1px solid transparent;
	border-radius: 0.3125rem;
	color: #031C32;
	color: var(--color-base);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.78125rem 1rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	width: 100%;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #391E88;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	border: 1px solid #58330D;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #f00;
	border-left: 2px solid #f00;
	content: "";
	display: block;
	height: 0.375rem;
	left: 2px;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1; /*チェックマークじゃない場合は以下を変更する*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.875rem;
}

select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-color: #FFFCF3;
	background-color: var(--color-light-beige);
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.3125rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 0.78125rem 1rem;
	width: 100%; /*↓カスタム */
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 15.9375rem;
	width: 100%;
}

::-moz-placeholder {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

::-webkit-input-placeholder {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

:-ms-input-placeholder {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

::-ms-input-placeholder {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

::placeholder {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

/* フォーム7　ボタンの余白削除 */

.wpcf7-spinner {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: orange;
	border: 0.0625rem solid orange;
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	margin-inline: 0.5rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.75rem;
}

.wp-pagenavi span.current {
	background: orange;
	border: none;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	background: transparent;
	border: 0.125rem solid orange;
	margin-right: 0.5rem;
	position: relative;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-icon-left.svg);
	background: orange;
	content: "";
	height: 0.6875rem;
	left: 50%;
	mask-image: url(../images/common/arrow-icon-left.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.625rem;
}

.wp-pagenavi .previouspostslink::before {
	left: 48%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.wp-pagenavi .nextpostslink::before {
	left: 52%;
}

.wp-pagenavi .nextpostslink {
	background: transparent;
	border: 0.125rem solid orange;
	margin-left: 0.5rem;
	position: relative;
}

.p-404 {
	text-align: center;
	word-break: auto-phrase;
}

.p-404__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 150%;
}

.p-404__text {
	font-size: 1.125rem;
	line-height: 150%;
	margin-top: 2rem;
}

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

.p-cards {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

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

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

.p-confirmation {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	padding-block: 11rem 6rem;
}

.p-confirmation__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-confirmation__form {
	margin-top: 2.5rem;
}

.p-cta {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	overflow: hidden;
	padding-block: 2.5rem;
	position: relative;
}

.p-cta::before {
	background: url(../images/common/cta-icon01.svg) no-repeat center center/contain;
	content: "";
	height: 12.875rem;
	left: calc(50% - 20.75rem);
	position: absolute;
	top: 1.9375rem;
	width: 9.3125rem;
}

.p-cta::after {
	background: url(../images/common/cta-icon02.svg) no-repeat center center/contain;
	content: "";
	height: 13.25rem;
	position: absolute;
	right: calc(50% - 25rem);
	top: 1.5625rem;
	width: 13.5rem;
}

.p-cta__heading {
	color: #fff;
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-inline: auto;
	position: relative;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	text-shadow: var(--box-shadow-cta);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-cta__heading::before,
.p-cta__heading::after {
	background: #fff;
	background: var(--color-white);
	border-radius: 100vmax;
	content: "";
	height: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.125rem;
}

.p-cta__heading::before {
	left: -1.25rem;
	-webkit-transform: translateY(-50%) rotate(-30deg);
	        transform: translateY(-50%) rotate(-30deg);
}

.p-cta__heading::after {
	right: -1.25rem;
	-webkit-transform: translateY(-50%) rotate(30deg);
	        transform: translateY(-50%) rotate(30deg);
}

.p-cta__button {
	margin-top: 1rem;
	text-align: center;
}

.p-footer__head {
	background-color: #FFF1F1;
	display: none;
	padding-block: 3.75rem;
}

.p-footer__inner.l-inner {
	max-width: calc(80rem + 6.6666%);
}

.p-footer__logo {
	margin-inline: auto;
	width: 17.5rem;
}

.p-footer__headItems {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.875rem;
}

.p-footer__headLink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #2B0202;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: min(1.125rem, 1.25vw);
	font-weight: 700;
	gap: 0.3125rem;
	line-height: 1;
}

.p-footer__headLink img {
	width: 1.125rem;
}

.p-footer__headItemsLv2 {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
	margin-top: 1.25rem;
}

.p-footer__headLinkLv2 {
	background: #DC0E3F;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: min(1rem, 1.1111111111vw);
	font-weight: 700;
	line-height: 1;
	max-width: 12.8125rem;
	padding-block: 0.25rem 0.3125rem;
	text-align: center;
	width: 100%;
}

.p-footer__headLinkLv2._orange {
	background: #DD5635;
}

.p-footer__headLinkLv2._yellow {
	background: #E8B50D;
}

.p-footer__headLinkLv2._green {
	background: #57AD4A;
}

.p-footer__headLinkLv2._blue {
	background: #3C67A7;
}

.p-footer__headLinkLv2._purple {
	background: #714687;
}

.p-footer__body {
	background: #393F48;
	padding: 3.75rem 1.25rem 0.4375rem;
}

.p-footer__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	margin-inline: auto;
	max-width: 87.5rem;
}

.p-footer__item {
	border-left: 0.0625rem solid #fff;
	padding: min(0.625rem, 0.6944444444vw) min(1.25rem, 1.3888888889vw);
}

.p-footer__item:first-child {
	border-left: none;
}

.p-footer__itemTitle {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: min(1.125rem, 1.25vw);
	font-weight: 700;
	line-height: 1.5;
}

.p-footer__itemsLv2 {
	grid-gap: 0.75rem;
	display: -ms-grid;
	display: grid;
	font-size: min(0.75rem, 0.8333333333vw);
	gap: 0.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-footer__itemsLv2._2column {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.p-footer__itemLink {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: 1rem;
	font-size: min(1rem, 1.1111111111vw);
	font-weight: 400;
	line-height: 1.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-footer__buttons {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 64.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__button {
	max-width: 15.625rem;
	width: 100%;
}

.p-footer__buttonLink {
	background: linear-gradient(315deg, #F41658 0%, #E5457E 49.5%, #F98DE1 100%);
	border: 0.0625rem solid #DC0E3F;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: min(1rem, 1.1111111111vw);
	font-weight: 700;
	line-height: 1.5;
	padding: 1rem;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-footer__buttonLink._white {
	background: #fff;
	color: #2B0202;
}

.p-footer__copyright {
	margin-top: 0.625rem;
	text-align: center;
}

.p-footer__copyrightText {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: var(--font-zen-maru-gothic);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
}

.p-footer__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.25rem 1.25rem 0.625rem;
	text-align: center;
}

.p-header {
	background: rgba(255, 251, 238, 0.20);
	background: var(--color-header-background);
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-header._is-active {
	background: #fff;
	background: var(--color-white);
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 100%;
	padding: 1rem 1.5rem;
}

.p-header__logo {
	width: min(17.5rem, 19.4444444444vw);
}

.p-header__image {
	aspect-ratio: 280/48;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-header__lists {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: min(1.25rem, 1.3888888889vw);
}

.p-header__link {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	padding: min(0.625rem, 0.6944444444vw);
}

.p-header__drawer {
	display: none;
}

.p-mockup {
	margin-block: 6.25rem;
}

.p-mockup__content {
	margin-top: 5rem;
}

.p-mockup__title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: normal;
}

.p-mockup__items {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
}

.p-mockup__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgb(222, 222, 222);
	border: 0.0625rem solid #e0e0e0;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-mockup__link._is-active {
	background-color: #f7f7f7;
	pointer-events: none;
}

.p-thanks {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	padding-block: 11rem 6rem;
}

.p-thanks__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-thanks__texts {
	margin-top: 3.125rem;
	text-align: center;
}

.p-thanks__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-thanks__button {
	margin-top: 2.5rem;
	text-align: center;
}

.p-thanks__button .c-button01 {
	font-size: 1.25rem;
}

.p-top-about {
	background-image: url(../images/top/about-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 9rem;
	position: relative;
}

.p-top-about::before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.p-top-about__inner.l-inner {
	position: relative;
	z-index: 1;
}

.p-top-about__texts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.8125rem;
	margin-top: 2.5rem;
}

.p-top-about__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.p-top-benefit {
	background-image: url(../images/top/benefit-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 6rem;
}

.p-top-benefit__inner.l-inner {
	max-width: calc(75.375rem + 6.6666%);
}

.p-top-benefit__items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-top-contact {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	padding-block: 6rem;
}

.p-top-contact__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-contact__form {
	margin-top: 2.5rem;
}

.p-top-faq {
	background-image: url(../images/top/faq-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
	padding-block: 6rem;
	position: relative;
}

.p-top-faq__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-faq__items {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-top-flow {
	background-image: url(../images/top/flow-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 6rem;
}

.p-top-flow__items {
	grid-gap: 2.9375rem;
	display: -ms-grid;
	display: grid;
	gap: 2.9375rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 65rem;
	width: 100%;
}

.p-top-howTo {
	background: #ECF3FA;
	background: var(--color-light-blue);
	padding-block: 6rem;
}

.p-top-howTo__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-howTo__items {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-top-industry {
	background-image: url(../images/top/industry-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-block: 6rem;
}

.p-top-industry__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-industry__items {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 57.5rem;
	width: 100%;
}

.p-top-industry__texts {
	margin-top: 3rem;
	position: relative;
}

.p-top-industry__texts::before {
	background-image: url(../images/top/industry-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.9375rem;
	position: absolute;
	right: -6.625rem;
	right: calc(50% - 19.375rem);
	top: -0.75rem;
	width: 9.3125rem;
}

.p-top-industry__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.p-top-merit {
	background-image: url(../images/top/merit-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 6rem;
}

.p-top-merit__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-merit__items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-top-plan {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	padding-block: 6rem;
}

.p-top-plan__inner.l-inner {
	max-width: calc(49.4375rem + 6.6666%);
	max-width: calc(65rem + 6.6666%);
}

.p-top-plan__tab {
	margin-top: 2.5rem;
}

.p-top-problem__inner.l-inner {
	max-width: calc(57.75rem + 6.6666%);
}

.p-top-problem__head {
	background: #ECF3FA;
	background: var(--color-light-blue);
	padding-block: 6rem;
}

.p-top-problem__items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-top-problem__body {
	padding-block: 4.375rem 6rem;
	position: relative;
}

.p-top-problem__body::before {
	background-image: url(../images/top/problem-arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.5rem;
	left: 50%;
	position: absolute;
	top: -0.625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 4.625rem;
}

.p-top-reason {
	background-image: url(../images/top/reason-background@2x.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-block: 6rem;
}

.p-top-reason__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-reason__heading {
	position: relative;
}

.p-top-reason__heading::before {
	background-image: url(../images/top/reason-human.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 14.8125rem;
	position: absolute;
	right: 2.375rem;
	top: -0.6875rem;
	width: 11.375rem;
}

.p-top-reason__texts {
	margin-inline: auto;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-reason__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.p-top-reason__items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-top-strength {
	background: linear-gradient(101deg, #FFD346 0%, #FF550C 100%);
	background: var(--color-gradient-orange);
	padding-block: 6rem;
}

.p-top-strength__inner.l-inner {
	max-width: calc(65rem + 6.6666%);
}

.p-top-strength__items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-top-works {
	background-image: url(../images/top/work-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
	padding-block: 6rem;
	position: relative;
}

.p-top-works::before {
	background-image: url(../images/top/decorationm-line@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 15.75rem;
	left: -3.125rem;
	position: absolute;
	top: -9.375rem;
	width: 31.75rem;
	z-index: 1;
}

.p-top-works__inner.l-inner {
	max-width: calc(74.125rem + 6.6666%);
}

.p-top-works__contents {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	gap: min(3rem, 3.3333333333vw);
	margin-top: 2.5rem;
}

.p-top-works__content {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	max-width: 35.625rem;
	width: 100%;
}

.p-top-works__slide {
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp02 {
	display: inline-block;
}

.u-visually-hidden {
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	border: 0 !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

@media screen and (-ms-high-contrast: none) {

.splide__slide:focus-visible {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__slide:focus {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
	border-color: #0bf;
}

}

@media (any-hover: hover) {

.c-button01:hover {
	border: 0.1875rem solid #FF8F1C;
	border: 0.1875rem solid var(--color-orange);
}

.c-button01:hover::before {
	-webkit-transform: translateY(-50%) translateX(0.3125rem);
	        transform: translateY(-50%) translateX(0.3125rem);
}

.c-button01._form._reverse:hover::before {
	-webkit-transform: translateY(-50%) translateX(-0.3125rem) rotate(180deg);
	        transform: translateY(-50%) translateX(-0.3125rem) rotate(180deg);
}

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

.c-form__input:hover {
	opacity: 0.8;
}

.wpcf7 form .c-button01:hover {
	border: 0.1875rem solid #FF8F1C;
	border: 0.1875rem solid var(--color-orange);
}

.wpcf7 form .c-button01:hover::before {
	-webkit-transform: translateY(-50%) translateX(0.3125rem);
	        transform: translateY(-50%) translateX(0.3125rem);
}

.p-footer__logoLink:hover,
.p-footer__headItem:hover,
.p-footer__headLinkLv2:hover,
.p-footer__itemLink:hover,
.p-footer__buttonLink:hover {
	opacity: 0.5;
}

.p-footer__itemLink._noLink:hover {
	opacity: 1;
}

}

@media (hover: hover) {

.p-header__logoLink:hover,
.p-header__logoLink:focus {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-mockup__link:hover {
	background-color: #333;
	color: #fff;
}

}

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

.p-footer__item {
	padding: min(0.625rem, 0.6944444444vw) min(0.9375rem, 1.0416666667vw);
}

.p-header__logo {
	width: min(15rem, 18.75vw);
}

.p-header__lists {
	gap: min(0.625rem, 0.78125vw);
}

}

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

html {
	font-size: 1.3333333333vw;
}

}

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

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 4.125rem;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-404 {
	margin-block: 2.5rem 3.75rem;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}

.l-mv {
	margin-top: 4.125rem;
}

.c-accordion__title {
	font-size: 1rem;
}

.c-accordion__title::before {
	top: 1rem;
}

.c-accordion__content-inner {
	font-size: 1rem;
	padding: 1rem 1rem 1rem 2.875rem;
}

.c-accordion__content-inner::before {
	top: 1.0625rem;
	width: 1.375rem;
}

.c-button01._form {
	padding: 0.8125rem 4rem 0.8125rem 1.5625rem;
}

.c-button01._reverse {
	padding: 0.8125rem 1.3125rem 0.8125rem 2.9375rem;
}

.c-card01 {
	gap: 1.5rem;
}

.c-card01__imageBlock {
	max-width: 100%;
	padding-inline: 3.90625rem;
}

.c-card02 {
	padding: 1.5rem;
}

.c-card02__text {
	font-size: 1rem;
}

.c-card02._01:before {
	background-image: url(../images/top/problem01-sp.svg);
	height: 5.5625rem;
	width: 7.8125rem;
}

.c-card02._02:before {
	background-image: url(../images/top/problem02-sp.svg);
	height: 5.25rem;
	top: 58%;
	width: 5.5rem;
}

.c-card02._03:before {
	background-image: url(../images/top/problem03-sp.svg);
	height: 5.625rem;
	right: 0;
	width: 4.9375rem;
}

.c-card02._04:before {
	background-image: url(../images/top/problem04-sp.svg);
	height: 5.625rem;
	width: 5.375rem;
}

.c-card04__container {
	padding: 1rem 1.25rem 1.5rem;
}

.c-card04__heading {
	font-size: 1.5rem;
	text-align: center;
}

.c-card04__case {
	padding-inline: unset;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	text-align: center;
	top: auto;
	top: initial;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 100%;
}

.c-card04__media {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-card04__text {
	padding: 0.625rem 0.9375rem;
}

.c-card04__imageBlock {
	padding-inline: 1.9375rem;
}

.c-card05 {
	padding: 0.9375rem;
}

.c-card05__image {
	max-width: 2.5rem;
	max-width: 10.6666666667vw;
}

.c-card05__heading {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.c-card06__image {
	aspect-ratio: 343/152;
}

.c-fix {
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	z-index: 1;
}

.c-fix.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.c-form__item {
	gap: 0.625rem;
}

.c-form__dt {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-form__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.c-form__button .c-button01 {
	font-size: 1rem;
	padding-inline: 3.25rem;
}

.c-form__buttonLower {
	margin-inline: auto;
	max-width: 16.25rem;
	width: 100%;
}

.c-form__buttonLower .c-button01 {
	width: 100%;
}

.c-heading01__ja {
	margin-top: 1.25rem;
}

.c-heading02__jaText {
	margin-top: 1.25rem;
}

.c-lower-head {
	height: 14.375rem;
}

.c-lower-head__title {
	font-size: 1.375rem;
	height: 13.125rem;
	padding-top: 0.625rem;
	position: relative;
	right: 1.25rem;
	top: -2.5rem;
}

.c-media01 {
	gap: 1rem;
	-ms-grid-rows: auto 1rem auto;
	    grid-template-areas: "contents" "image";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	overflow-x: clip;
	padding: 2.5rem 1rem 1rem 1rem;
}

.c-media01__number {
	left: -2.5rem;
	line-height: 1;
	top: -2.5rem;
}

.c-media01__heading {
	margin-top: 0;
}

.c-media01__texts {
	margin-top: 1rem;
}

.c-media01._reverse {
	-ms-grid-rows: auto 2.5rem auto;
	    grid-template-areas: "contents" "image";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media02 {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media02__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.c-media02__text {
	display: block;
	font-size: 2rem;
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-media03 {
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media03__content {
	margin-inline: auto;
	max-width: 15.875rem;
	width: 100%;
}

.c-media03__price {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.c-media03__scrollText {
	background: linear-gradient(129deg, #036767 6.76%, #002A74 90.15%);
	background: var(--color-gradient-midnight-blue);
	border-radius: 1.25rem;
	color: #fff;
	color: var(--color-white);
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
	padding-block: 0.125rem;
	position: relative;
	text-align: center;
}

.c-media03__scrollText::before,
.c-media03__scrollText::after {
	background-image: url(../images/common/plan-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.c-media03__scrollText::before {
	left: 0.125rem;
}

.c-media03__scrollText::after {
	right: 0.125rem;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.c-media03__table {
	-webkit-overflow-scrolling: touch;
	margin-top: 0.5rem;
	overflow-x: auto;
	width: 100%;
}

.c-mv-slide {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	overflow-x: clip;
}

.c-mv-slide__texts {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-inline: auto;
}

.c-mv-slide__slide {
	height: 5.8125rem;
}

.c-mv {
	background-image: url(../images/top/mv-background-sp@2x.jpg);
	padding-block: 2rem 3.5rem;
	padding-block: 6.125rem 3.5rem;
}

.c-mv__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 37.5rem;
}

.c-mv__content {
	display: contents;
}

.c-mv__heading {
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	text-align: center;
}

.c-mv__headingLarge {
	font-size: 2.5rem;
	letter-spacing: 0.06em;
}

.c-mv__image {
	aspect-ratio: 141/423;
	margin-inline: auto;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.c-mv__button {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	    -ms-flex-order: 5;
	        order: 5;
}

.c-mv__slide {
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
}

.c-mv___media {
	grid-gap: 1rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: 184fr 141fr;
	grid-template-columns: 184fr 141fr;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.c-mv__image02 {
	height: auto;
	height: initial;
	margin-top: 1.25rem;
	position: static;
	position: initial;
	width: auto;
	width: initial;
}

.c-phoneMock._large {
	height: 23.125rem;
	height: min(38.125rem, 100vw);
	width: 8.8125rem;
	width: 100%;
}

.c-phoneMock._large .c-phoneMock__video {
	left: auto;
	left: initial;
	max-height: 35.9375rem;
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 90%;
}

.c-phoneMock._large .c-phoneMock__frame {
	inset: 50% auto auto 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.c-step {
	-ms-grid-columns: 5rem 1fr;
	grid-template-columns: 5rem 1fr;
}

.c-step__iconBlock:before {
	height: 100%;
	height: 190%;
}

.c-step__content {
	padding: 0 1rem 1rem 1rem;
}

.c-step__texts {
	padding: 0.75rem 1rem;
}

.c-step._06 {
	margin-top: 0;
}

.c-tab__menuItem {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 0.625rem;
	text-align: center;
}

.c-tab__menuItem._duplicate {
	padding-inline: 0.4375rem;
}

.c-tab__menuItem._duplicate::before {
	display: none;
}

.c-tab__menuItem.js-tab-active._duplicate::before {
	display: none;
}

.c-table01__table {
	width: 33.5rem;
}

.c-text {
	font-size: 1rem;
}

.c-vertical-line {
	height: 4.125rem;
}

.c-works__items {
	gap: 0.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
	padding-inline: 0.625rem;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	font-size: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin-inline: 0.4375rem;
}

.wp-pagenavi .previouspostslink {
	margin-right: 0.4375rem;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0.4375rem;
}

.p-404__title {
	font-size: 1.375rem;
}

.p-404__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

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

.p-cards {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-confirmation {
	padding-block: 7.25rem 3.5rem;
}

.p-confirmation__inner.l-inner {
	max-width: 37.5rem;
}

.p-cta__heading::before,
.p-cta__heading::after {
	height: 5rem;
}

.p-cta__heading::before {
	left: -1.8125rem;
}

.p-cta__heading::after {
	right: -1.8125rem;
}

.p-footer__head {
	display: block;
	padding-block: 1.25rem;
}

.p-footer__inner.l-inner {
	max-width: 100%;
}

.p-footer__logo {
	width: 69.3333333333vw;
}

.p-footer__headItems {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 8vw;
}

.p-footer__headItem {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__headLink {
	font-size: 0.875rem;
	font-size: clamp(0.875rem, 0.458rem + 1.778vi, 1.125rem);
}

.p-footer__headItemsLv2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.6666666667vw;
}

.p-footer__headLinkLv2 {
	font-size: 0.875rem;
	font-size: clamp(0.875rem, 0.458rem + 1.778vi, 1.125rem);
	max-width: 100%;
	padding-block: 2.1333333333vw 2.4vw;
}

.p-footer__body {
	padding: 5.3333333333vw 5.3333333333vw 3.75rem;
}

.p-footer__items {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	max-width: 100%;
	row-gap: 0;
}

.p-footer__item {
	border-bottom: 0.0625rem solid #fff;
	border-left: none;
	padding: 1.25rem 0;
}

.p-footer__item:last-child {
	border-bottom: none;
}

.p-footer__item._category,
.p-footer__item._area,
.p-footer__item._about {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

.p-footer__itemTitle {
	font-size: 0.875rem;
	font-size: clamp(0.875rem, 0.458rem + 1.778vi, 1.125rem);
}

.p-footer__itemsLv2 {
	gap: 0.75rem 0;
	margin-top: 0.9375rem;
}

.p-footer__itemsLv2._2column {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.p-footer__itemLink {
	font-size: 0.75rem;
	font-size: clamp(0.75rem, 0.333rem + 1.778vi, 1rem);
}

.p-footer__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 8vw;
}

.p-footer__button {
	max-width: 100%;
}

.p-footer__buttonLink {
	font-size: 0.875rem;
	font-size: clamp(0.875rem, 0.458rem + 1.778vi, 1.125rem);
	font-size: clamp(0.75rem, 0.511rem + 1.02vi, 1rem);
	padding: 0.625rem;
	width: 100%;
}

.p-footer__copyrightText {
	font-size: clamp(0.75rem, 0.333rem + 1.778vi, 1rem);
}

.p-footer__text {
	font-size: 0.75rem;
	padding-inline: 0;
}

.p-header__logo {
	position: relative;
	width: 12.5rem;
	z-index: 500;
}

.p-header__nav {
	display: none;
}

.p-header__drawer {
	display: block;
	position: fixed;
	right: 0.625rem;
	top: 0.625rem;
	z-index: 200;
}

.p-mockup__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-thanks {
	padding-block: 7.25rem 3.5rem;
}

.p-thanks__inner.l-inner {
	max-width: 37.5rem;
}

.p-thanks__text {
	line-height: 1.8;
}

.p-thanks__button .c-button01 {
	font-size: 1rem;
}

.p-top-about {
	padding-block: 3.5rem;
}

.p-top-about__inner.l-inner {
	padding-inline: 1rem;
}

.p-top-benefit {
	background: #FFFBEE;
	background: var(--color-light-cream);
	padding-block: 3.5rem;
}

.p-top-benefit__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-benefit__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-contact {
	padding-block: 3.5rem;
}

.p-top-contact__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-faq {
	background-image: url(../images/top/faq-background-sp@2x.jpg);
	padding-block: 3.5rem;
}

.p-top-faq__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-flow {
	background-image: url(../images/top/flow-background-sp@2x.jpg);
	padding-block: 3.5rem;
}

.p-top-flow__items {
	gap: 0.5rem;
	max-width: 37.5rem;
}

.p-top-howTo {
	padding-block: 3.5rem;
}

.p-top-howTo__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-howTo__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-industry {
	background-image: url(../images/top/industry-background-sp@2x.jpg);
	background-position: top center;
	padding-block: 3.5rem;
}

.p-top-industry__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-industry__items {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	max-width: 37.5rem;
}

.p-top-industry__texts {
	margin-top: 1.5rem;
}

.p-top-industry__texts::before {
	height: 10.5rem;
	right: -0.1875rem;
	top: -2.25rem;
	width: 9.75rem;
}

.p-top-industry__text {
	text-align: left;
}

.p-top-merit {
	background-image: url(../images/top/merit-background-sp@2x.jpg);
	padding-block: 3.5rem;
}

.p-top-merit__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 3.84375rem;
}

.p-top-merit__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-plan {
	padding-block: 3.5rem;
}

.p-top-plan__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1rem;
}

.p-top-problem__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-problem__head {
	padding-block: 3.5rem;
}

.p-top-problem__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-problem__body {
	padding-block: 4.375rem 3.5rem;
}

.p-top-reason {
	background-image: url(../images/top/reason-background-sp@2x.jpg);
	background-size: cover;
	padding-block: 3.5rem 4.75rem;
}

.p-top-reason__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 2.09375rem;
}

.p-top-reason__heading::before {
	height: 10.5rem;
	right: calc(50% - max(50%, 11.4375rem));
	top: -0.625rem;
	width: 8.0625rem;
}

.p-top-reason__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-inline: auto;
	max-width: 18.75rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-top-strength {
	padding-block: 3.5rem;
}

.p-top-strength__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.4375rem;
}

.p-top-strength__items {
	padding-inline: 0.5625rem;
}

.p-top-works {
	background-image: url(../images/top/work-background-sp@2x.png);
	padding-block: 3.5rem;
}

.p-top-works::before {
	display: none;
}

.p-top-works__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-works__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
}

.p-top-works__slide {
	margin-inline: calc(50% - 50vw);
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp02 {
	display: none;
}

.c-media01__contents {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media01._reverse > .c-media01__contents {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media01__imageBlock {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media01._reverse > .c-media01__imageBlock {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

}

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

.c-phoneMock._large {
	height: 98.6666666667vw;
}

.c-phoneMock._large .c-phoneMock__video {
	height: 97%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

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