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

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

:root {
	--font-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
	--font-zen-kaku-gothic-antique: "Zen Kaku Gothic Antique", sans-serif;
	--font-bebas-neue: "Bebas Neue", sans-serif;
	--font-inter: "Inter", sans-serif;
	--font-noto-sans-jp: "Noto Sans JP", sans-serif;
}

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

:root {
	--color-base: #272727;
	--color-background: #FAFAFA;
	--color-white: #fff;
	--color-white02: #FFF4F1;
	--color-black: #272727;
	--color-black02: #111827;
	--color-black03: #374151;
	--color-black04: #262626;
	--color-black05: #313131;
	--color-black06: #333;
	--color-black07: #000;
	--color-orange: #F6947E;
	--color-red: #E85634;
	--color-red02: #CA0101;
	--color-red03: #FFEFEB;
	--color-blue: #3B78D1;
	--color-blue02: #729DDC;
	--color-blue03: #ECF4FF;
	--color-skyBlue: #E7EBEE;
	--color-gray: #9CA3AF;
	--color-gray02: #B4B4B4;
	--color-gray03: #D1D5DB;
	--color-gray04: #F3F4F6;
	--color-gray05: #C7C7C7;
	--linear-red: linear-gradient(270deg, #DC2900 0%, #E85634 100%);
	--linear-lighrRed: linear-gradient(270deg, #FF3304 0%, #FF7F61 100%);
	--linear-blue: linear-gradient(90deg, #3B78D1 0%, #2661B7 100%);
	--linear-gray: linear-gradient(90deg, #AFABAB 0%, #737373 100%);
	--color-visited: #800080;
}

/********************************
* イージング
********************************/

:root {
	--ease-cubic-main: cubic-bezier(0.45, 0.05, 0.5, 1);
}

html {
	font-size: 16px;
}

body {
	background-color: #FAFAFA;
	color: #272727;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/* link */

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

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

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

/* フェード設定 */

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

.slideIn {
	opacity: 0;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* 画像の下からclip-pathで表示アニメーション */

.js-image-fade-up {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

.js-image-fade-up-stagger {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

/* スライドインアニメーション */

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

.slidein {
	margin: 3.125rem auto; /* 装飾に関わるスタイルは省略 */
	-webkit-transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
	-webkit-transform: translateX(calc(-50vw - 50%));
	        transform: translateX(calc(-50vw - 50%));
}

.slide_right {
	-webkit-transform: translateX(calc(50vw + 50%));
	        transform: translateX(calc(50vw + 50%));
}

.show {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.show-left {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.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-inline: 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-block: 1em;
	right: 0.5em;
	top: 0;
}

.l-breadcrumb {
	margin-top: 1.625rem;
}

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

.l-infomation {
	margin-top: 5.625rem;
}

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

.l-joinUs {
	margin-block: 5.875rem 5rem;
}

.l-message {
	margin-top: 7.5rem;
}

.l-point {
	padding-block: 6.875rem 5rem;
}

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

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

.l-top-client {
	margin-top: 5.5rem;
}

.l-top-company {
	margin-top: 6.5rem;
}

.l-top-partner {
	margin-top: 6.875rem;
}

.c-accordion {
	border: 0.125rem solid #272727;
}

.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: #272727;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.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;
	color: #272727;
	font-size: 1.125rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion__content-inner {
	padding: 1.25rem 2.5rem;
}

/* .c-accordion--type1 */

.c-accordion--type1 .c-accordion__title {
	background: #fff;
	color: #272727;
	-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;
	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-blog01__link {
	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: 5rem 1fr;
	grid-template-columns: 5rem 1fr;
	padding-block: 1.875rem;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
}

.c-blog01__date {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
}

.c-blog01__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #111827;
	color: var(--color-black02);
	display: -webkit-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	overflow: hidden;
}

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

.c-breadcrumb__item a {
	text-transform: uppercase;
}

.c-breadcrumb__item {
	display: inline-block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	margin-right: 1.875rem;
	position: relative;
}

.c-breadcrumb__item:not(:last-child)::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	position: absolute;
	right: -1.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-button01 {
	background: #fff;
	background: var(--color-white);
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	border-radius: 3.125rem;
	color: #E85634;
	color: var(--color-red);
	display: inline-block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: 0.3s var(--ease-cubic-main);
	transition: 0.3s var(--ease-cubic-main);
}

.c-button01._blue {
	background: #fff;
	background: var(--color-white);
	border: 0.0625rem solid #3B78D1;
	border: 0.0625rem solid var(--color-blue);
	color: #3B78D1;
	color: var(--color-blue);
}

.c-button01._white {
	background: transparent;
	border: 0.0625rem solid #fff;
	border: 0.0625rem solid var(--color-white);
	color: #fff;
	color: var(--color-white);
}

.c-button01._white {
	background: transparent;
	border: 0.0625rem solid #fff;
	border: 0.0625rem solid var(--color-white);
	color: #fff;
	color: var(--color-white);
}

.c-button01._contact {
	background: transparent;
	border: transparent;
	color: #fff;
	color: var(--color-white);
	max-width: 17.8125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-button01._contact::before {
	background: -webkit-gradient(linear, right top, left top, from(#DC2900), to(#E85634));
	background: linear-gradient(270deg, #DC2900 0%, #E85634 100%);
	background: var(--linear-red);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.c-button01._contact::after {
	background: -webkit-gradient(linear, right top, left top, from(#FF3304), to(#FF7F61));
	background: linear-gradient(270deg, #FF3304 0%, #FF7F61 100%);
	background: var(--linear-lighrRed);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
	width: 100%;
	z-index: 0;
}

.c-button01._contact .c-button01__text {
	margin-inline: auto;
	padding-left: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

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

/*=====================
 c-button01._contact._send
=====================*/

.c-button01._contact._send {
	max-width: 25rem;
}

.c-button01._contact._send .c-button01__text {
	padding-left: 2.6875rem;
}

.c-button01._contact._send .c-button01__text::before {
	background-image: url(../images/common/send-mail-icon.svg);
	height: 2.125rem;
	top: 38%;
	width: 2.125rem;
}

.c-button {
	background: #272727;
	border: 0.0625rem solid #272727;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	max-width: 100%;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-button:hover {
	background: #fff;
	color: #272727;
}

.c-button--arrow {
	padding-right: 3.125rem;
	position: relative;
}

.c-button--arrow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

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

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

.c-card01__body {
	margin-top: 1.875rem;
}

.c-card01__heading {
	color: #111827;
	color: var(--color-black02);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: normal;
}

.c-card01__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.625rem;
}

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

.c-card02__image {
	aspect-ratio: 150/150;
	display: block;
	margin: 0 auto;
	max-width: 9.375rem;
	overflow: hidden;
	width: 100%;
}

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

.c-card02__heading {
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	margin-inline: auto;
	margin-top: 1.125rem;
	padding-left: 1rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card02__heading::before {
	background-color: #E85634;
	background-color: var(--color-red);
	border-radius: 100vmax;
	content: "";
	height: 0.71875rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.71875rem;
}

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

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

.c-card03 {
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 1.10175rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.10175rem 0 rgba(0, 0, 0, 0.1);
	padding: 0.875rem 1.9375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card03__image {
	display: inline-block;
	margin-inline: auto;
	width: 100%;
}

.c-card03__heading {
	color: #374151;
	color: var(--color-black03);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-card03._first .c-card03__image {
	max-width: 5.9375rem;
}

.c-card03._second {
	padding: 1.375rem 3.125rem;
}

.c-card03._second .c-card03__image {
	max-width: 4.375rem;
}

.c-card03._second .c-card03__heading {
	margin-top: 0.625rem;
}

.c-card03._third {
	padding: 1.375rem 2.5rem;
}

.c-card03._third .c-card03__image {
	max-width: 4.625rem;
}

.c-card03._third .c-card03__heading {
	margin-top: 0.625rem;
}

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

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

.c-card04__number {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #729DDC;
	background: var(--color-blue02);
	border-radius: 100vmax;
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	font-size: 1.5625rem;
	font-weight: 400;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-inline: auto;
	padding-top: 0.25rem;
	text-align: center;
	width: 5rem;
}

.c-card04__heading {
	color: #111827;
	color: var(--color-black02);
	font-size: 1.125rem;
	font-size: clamp(1.0625rem, 1.2142857143vw, 1.125rem);
	font-weight: 700;
	line-height: normal;
	margin-top: 0.6875rem;
	text-align: center;
}

.c-card04__heading._accent {
	margin-inline: -2.125rem;
}

.c-card04._darkBlue .c-card04__number {
	background: #3B78D1;
	background: var(--color-blue);
}

.c-card04._red .c-card04__number {
	background: #F6947E;
	background: var(--color-orange);
}

.c-card04._darkRed .c-card04__number {
	background: #E85634;
	background: var(--color-red);
}

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

.c-card05 {
	background: #FFF4F1;
	background: var(--color-white02);
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	padding: 1.5625rem 2.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card05__heading {
	color: #E85634;
	color: var(--color-red);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.c-card05__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.3125rem;
}

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

.c-card06__number {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #E85634;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	font-size: 1.875rem;
	font-weight: 400;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding-top: 0.25rem;
	position: relative;
	width: 3.75rem;
	z-index: 1;
}

.c-card06__image {
	aspect-ratio: 330/220;
	display: block;
	margin-top: -1.875rem;
	overflow: hidden;
	width: 100%;
}

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

.c-card06__headding {
	color: #000;
	color: var(--color-black07);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1.25rem;
}

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

.c-card06__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

/*=====================
 c-card07
=====================*/

.c-card07 {
	grid-gap: 0.625rem;
	background: #fff;
	background: var(--color-white);
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 1.875rem;
}

.c-card07__image {
	aspect-ratio: 90/90;
	display: block;
	margin-inline: auto;
	max-width: 5.625rem;
	overflow: hidden;
	width: 100%;
}

.c-card07__image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

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

.c-card07__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.c-card__body {
	padding: 0.9375rem;
}

.c-card__time {
	font-size: 0.875rem;
}

.c-card__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.c-card__text {
	margin-top: 0.625rem;
}

.c-card--shadow {
	-webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
}

.c-card--horizon {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 80%;
	grid-template-columns: 20% 80%;
}

.c-card--horizon .c-card__body {
	padding: 0.625rem 0.9375rem;
}

/*=====================
 c-descriptionList01
=====================*/

.c-descriptionList01 {
	background-color: #fff;
	background-color: var(--color-white);
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

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

.c-descriptionList01__item:last-child {
	border-bottom: none;
}

.c-descriptionList01__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #E85634;
	background-color: var(--color-red);
	border-bottom: 0.0625rem solid #fff;
	border-bottom: 0.0625rem solid var(--color-white);
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: 100%;
	line-height: 1.8;
	padding: 0.875rem 1.5rem;
}

.c-descriptionList01__item:not(:has(+ .c-descriptionList01__item)) .c-descriptionList01__term {
	border-bottom: none;
}

.c-descriptionList01__description {
	background-color: #fff;
	background-color: var(--color-white);
	border-bottom: 0.0625rem solid #D1D5DB;
	border-bottom: 0.0625rem solid var(--color-gray03);
	color: #272727;
	color: var(--color-black);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 0.875rem 1.5rem;
}

.c-descriptionList01__description-small {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
	margin-top: -0.375rem;
}

.c-descriptionList01__item:not(:has(+ .c-descriptionList01__item)) .c-descriptionList01__description {
	border-bottom: none;
}

.c-descriptionList01__list {
	-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-descriptionList01__list::before {
	content: attr(data-icon);
	display: inline-block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 1.125rem;
}

/*=====================
 c-descriptionList02
=====================*/

.c-descriptionList02 {
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.c-descriptionList02__item {
	grid-gap: 3.5rem;
	display: -ms-grid;
	display: grid;
	gap: 3.5rem;
	-ms-grid-columns: 7.8125rem 1fr;
	grid-template-columns: 7.8125rem 1fr;
}

.c-descriptionList02__item:nth-child(odd) {
	background: #F3F4F6;
	background: var(--color-gray04);
}

.c-descriptionList02__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #272727;
	color: var(--color-black);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 1.4375rem 1.375rem 1.125rem;
}

.c-descriptionList02__description {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #272727;
	color: var(--color-black);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding-block: 0.875rem;
	padding-inline: 1.5rem;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	-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: 3.125rem;
	-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: 3.125rem;
	z-index: 200;
}

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

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background-color: #272727;
	background-color: var(--color-base);
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.5rem;
}

.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: -webkit-gradient(linear, right top, left top, from(#DC2900), to(#E85634));
	background: linear-gradient(270deg, #DC2900 0%, #E85634 100%);
	background: var(--linear-red);
	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__header {
	-webkit-padding-before: 0.9375rem;
	padding-block-start: 0.9375rem;
	padding-inline: 4.6666666667%;
	position: relative;
	z-index: 150;
}

.c-drawer__header-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	background: var(--color-white);
	border-radius: 0.3125rem;
	-webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.2);
	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;
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0.9375rem 1.5625rem 1.1875rem;
}

.c-drawer__logo {
	font-size: 0;
	max-width: 7.125rem;
}

.c-drawer__nav {
	-webkit-padding-before: 5.125rem;
	padding-block-start: 5.125rem;
}

.c-drawer__dialog {
	-ms-overflow-style: none;
	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;
	height: 100dvh;
	left: 50%;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: absolute;
	scrollbar-width: none;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100vw;
}

.c-drawer__lists {
	padding: 2.5rem 2.65625rem 3.75rem;
}

.c-drawer__list {
	border-bottom: 0.0625rem solid #CA0101;
	border-bottom: 0.0625rem solid var(--color-red02);
}

.c-drawer__list:last-child {
	border-bottom: none;
}

.c-drawer__link {
	color: #fff;
	color: var(--color-white);
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	padding-block: 1.5625rem;
	text-transform: uppercase;
}

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

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

.c-drawer--open-right .c-drawer__modal.is-open {
	-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-faq01
=====================*/

.c-faq01__item {
	border-bottom: 0.0625rem solid #D1D5DB;
	border-bottom: 0.0625rem solid var(--color-gray03);
	padding-block: 2.125rem 1.125rem;
	padding-left: 1.5625rem;
}

.c-faq01__item:first-child {
	padding-top: 0;
}

.c-faq01__item:last-child {
	border-bottom: none;
}

.c-faq01__term {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
}

.c-faq01__term::before {
	color: #E85634;
	color: var(--color-red);
	content: "Q";
	font-family: "Bebas Neue";
	font-size: 1.875rem;
	font-weight: 400;
	left: -1.5rem;
	line-height: normal;
	position: absolute;
	top: 0;
}

.c-faq01__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.c-flow {
	background: #ECF4FF;
	background: var(--color-blue03);
	padding: 2.1875rem 4rem;
}

.c-flow._red {
	background: #FFEFEB;
	background: var(--color-red03);
}

.c-flow__heading {
	color: #111827;
	color: var(--color-black02);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-flow__lists {
	grid-gap: min(5rem, 5.7142857143vw);
	display: -ms-grid;
	display: grid;
	gap: min(5rem, 5.7142857143vw);
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	padding-block: 1.875rem 1.25rem;
}

.c-flow__lists._4columns {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-inline: auto;
	max-width: 44.375rem;
}

.c-flow__list {
	margin-inline: auto;
}

.c-flow__list .c-card04__number {
	position: relative;
}

.c-flow__list .c-card04__number::before {
	background: #D1D5DB;
	background: var(--color-gray03);
	content: "";
	height: 0.125rem;
	max-width: min(4.375rem, 5vw);
	position: absolute;
	right: max(-5.5rem, -6.2857142857vw);
	top: 50%;
	translate: 0 -50%;
	width: 4.375rem;
}

.c-flow__list:last-of-type .c-card04__number::before {
	display: none;
}

.c-flow._red .c-card04__number::before {
	max-width: 5vw;
	right: -5.5rem;
}

.c-form {
	padding-block: 6.25rem;
}

.c-form__description {
	color: #272727;
	color: var(--color-black);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.c-form__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
	padding-bottom: 7.5rem;
}

.c-form__content {
	background: #fff;
	background: var(--color-white);
	-webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	padding: 3.125rem 4.375rem 4.6875rem;
}

.c-form__item {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-form__item._accent {
	gap: 1.25rem;
	margin-top: 1.5rem !important;
}

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

.c-form__item._top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

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

.c-form__item._fixed {
	max-width: 43.75rem;
	width: 100%;
}

.c-form__row {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-form__row .c-form__item {
	margin-top: 0;
}

.c-form__row .c-form__item:nth-child(n+2) {
	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;
	gap: 0.75rem;
}

.c-form__item-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
}

.c-form__accent {
	background: #E85634;
	background: var(--color-red);
	border-radius: 0.125rem;
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.0625rem 0.4375rem 0.125rem;
}

.c-form__accent._optional {
	background: #fff;
	background: var(--color-white);
	border: 1px solid #B4B4B4;
	border: 1px solid var(--color-gray02);
	color: #272727;
	color: var(--color-black);
}

.c-form__radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.625rem 2.1875rem;
}

.c-form__telGroup {
	-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: 0.625rem;
	max-width: 21.25rem;
	text-align: center;
	width: 100%;
}

.c-form__telGroup input[type=tel] {
	text-align: center;
	width: 5.75rem;
}

.c-form__nameGroup input[type=text] {
	width: 20.875rem;
}

.c-form__telSeparator {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 0.75rem;
}

.c-form__telSeparator::before {
	background: #B4B4B4;
	background: var(--color-gray02);
	content: "";
	display: block;
	height: 0.0625rem;
	width: 0.75rem;
}

.c-form__addressGroup {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-form__postal {
	-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: 0.5rem;
}

.c-form__postalMark {
	color: #B4B4B4;
	color: var(--color-gray02);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
}

.c-form__postalInputs {
	-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: 0.625rem;
	text-align: center;
}

.c-form__postalInputs input[type=tel] {
	text-align: center;
	width: 5.75rem;
}

.c-form__privacy {
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 59.5625rem;
	width: 100%;
}

.c-form__privacyBox {
	background: #fff;
	background: var(--color-white);
	border: 1px solid #b4b4b4;
	border-radius: 0.625rem;
	max-height: 17.5625rem;
	overflow-y: auto;
	padding: 1.875rem 4.5625rem 1.875rem 2.5rem;
}

.c-form__privacyTitle {
	color: #272727;
	color: var(--color-black);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.375rem;
	font-weight: 700;
	line-height: normal;
}

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

.c-form__privacySectionTitle {
	color: #333;
	color: var(--color-black06);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
}

.c-form__privacyText {
	color: #333;
	color: var(--color-black06);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.c-form__privacySubSection {
	margin-top: 0.75rem;
}

.c-form__privacySubTitle {
	color: #333;
	color: var(--color-black06);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding-left: 1.25rem;
}

.c-form__privacyList {
	color: #333;
	color: var(--color-black06);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.625rem;
	padding-left: 2.375rem;
}

.c-form__privacyList li + li {
	margin-top: 0.3125rem;
}

.c-form__privacyList._dot {
	list-style: none;
}

.c-form__privacyList._dot li::before {
	content: "・";
}

.c-form__privacyList._number {
	list-style: decimal;
}

.c-form__privacyLink {
	color: #E85634;
	color: var(--color-red);
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.c-form__checkbox,
.c-form__ddLink {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.c-form__checkbox {
	margin-top: 2rem;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__checkbox label {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
}

.c-form__checkbox._disabled {
	opacity: 0.4;
	pointer-events: none;
}

.c-form__checkbox._error {
	opacity: 1;
	pointer-events: auto;
}

.c-form__checkboxError {
	color: #E85634;
	color: var(--color-red);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.5rem;
	text-align: center;
}

.c-form__ddLink {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.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: 2rem;
}

.c-form__button {
	text-align: center;
	width: 100%;
}

.c-form__input {
	background: #3B78D1;
	background: var(--color-blue);
	border: 0.0625rem solid #fff;
	border: 0.0625rem solid var(--color-white);
	color: #fff;
	color: var(--color-white);
	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;
	background: var(--color-white);
	border: 0.0625rem solid #3B78D1;
	border: 0.0625rem solid var(--color-blue);
	color: #3B78D1;
	color: var(--color-blue);
}

.c-form__input._return::before {
	background: #3B78D1;
	background: var(--color-blue);
}

.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: #3B78D1;
	background: var(--color-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;
}

.c-form__postalInputs {
	max-width: 13.5rem;
	width: 100%;
}

.wpcf7-form-control.wpcf7-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.875rem;
}

.c-heading01__en {
	color: #E85634;
	color: var(--color-red);
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	font-size: 3.75rem;
	font-weight: 400;
	line-height: normal;
}

.c-heading01__jp {
	color: #111827;
	color: var(--color-black02);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.c-heading01__en-accent {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
}

.c-heading01._midium .c-heading01__en {
	font-size: 3.125rem;
}

.c-heading01._blue .c-heading01__en {
	color: #3B78D1;
	color: var(--color-blue);
}

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

.c-heading01._center {
	text-align: center;
}

.c-heading01._skyBlue .c-heading01__en {
	color: #E7EBEE;
	color: var(--color-skyBlue);
}

.c-heading02 {
	color: #111827;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: normal;
}

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

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

.c-heading--3 {
	border-left: 0.3125rem solid #272727;
	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: #272727;
	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-modal {
	padding-block: 6.25rem;
}

.c-modal__inner {
	margin: 0 auto;
	padding-inline: 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 {
	position: relative;
}

.c-mv::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#E85634), color-stop(50%, #E85634), color-stop(50%, #3B78D1), to(#3B78D1));
	background: linear-gradient(180deg, #E85634 0%, #E85634 50%, #3B78D1 50%, #3B78D1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), color-stop(50%, var(--color-red)), color-stop(50%, var(--color-blue)), to(var(--color-blue)));
	background: linear-gradient(180deg, var(--color-red) 0%, var(--color-red) 50%, var(--color-blue) 50%, var(--color-blue) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.75rem;
	z-index: 10;
}

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

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

.c-mv__content {
	left: 31%;
	position: absolute;
	top: 74%;
	translate: -50% -50%;
	z-index: 10;
}

.c-mv__heading {
	color: #fff;
	color: var(--color-white);
	font-size: clamp(2.375rem, 3.0714285714vw, 2.6875rem);
	font-weight: 900;
	line-height: 1.3;
}

.c-mv__text {
	color: #fff;
	color: var(--color-white);
	font-size: clamp(1.125rem, 1.4285714286vw, 1.25rem);
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.c-mv__iconImage {
	aspect-ratio: 750/700;
	bottom: 0;
	display: block;
	height: 50vw;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	width: 53.5714285714vw;
}

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

.c-mv__imageItems {
	bottom: -5.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 11%;
	translate: 0 50%;
	z-index: 1;
}

.c-mv__imageItem._first,
.c-mv__imageItem._third {
	margin-top: 2.875rem;
}

.c-mv__imageItem._second {
	margin-inline: -1.5625rem -2.5rem;
}

.c-mv__imageItemImage {
	aspect-ratio: 232/336;
	display: block;
	max-width: 16.5714285714vw;
	width: 100%;
}

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

.c-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;
	gap: 0.625rem;
}

.page-numbers {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	border-radius: 0.5rem;
	color: #E85634;
	color: var(--color-red);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.8;
	padding-bottom: 0.1875rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
	width: 2.5rem;
}

.page-numbers.current {
	background: #E85634;
	background: var(--color-red);
	border-color: #E85634;
	border-color: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.page-numbers.dots {
	background: transparent;
	border: none;
	color: #E85634;
	color: var(--color-red);
	height: auto;
	width: auto;
}

.page-numbers.prev,
.page-numbers.next {
	background: transparent;
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	position: relative;
}

.page-numbers.prev::before {
	color: #E85634;
	color: var(--color-red);
	content: "\f053";
	font-family: "Font Awesome 6 Free";
	font-size: 0.875rem;
	font-weight: 900;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-numbers.next::before {
	color: #E85634;
	color: var(--color-red);
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.875rem;
	font-weight: 900;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-numbers.prev,
.page-numbers.next {
	padding-bottom: 0;
}

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

.c-single-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;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-single-pagination__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF4F1;
	background: var(--color-white02);
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	border-radius: 0.3125rem;
	color: #E85634;
	color: var(--color-red);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1rem;
	font-weight: 500;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.8;
	text-decoration: none;
	-webkit-transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: 0.3s var(--ease-cubic-main);
	transition: 0.3s var(--ease-cubic-main);
}

.c-single-pagination__item--prev,
.c-single-pagination__item--next {
	gap: 0.625rem;
	width: 9rem;
}

.c-single-pagination__item--list {
	gap: 0.5rem;
	width: 7.375rem;
}

.c-single-pagination__arrow,
.c-single-pagination__icon {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.c-single {
	background: #fff;
	background: var(--color-white);
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
	padding: 1.75rem min(4.375rem, 5vw) 3.75rem;
}

.c-single__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.0625rem solid #B4B4B4;
	border-bottom: 0.0625rem solid var(--color-gray02);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	padding-block: 1.25rem 1.75rem;
}

.c-single__date {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	width: 8.75rem;
}

.c-single__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.c-single__thumbnail {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 39.375rem;
}

.c-single__thumbnail img {
	height: 100%;
	width: 100%;
}

.c-single__content {
	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;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	gap: 2rem;
	line-height: 1.8;
	margin-top: 3.75rem;
}

.c-single__content h1,
.c-single__content h2,
.c-single__content h3,
.c-single__content h4,
.c-single__content h5,
.c-single__content h6,
.c-single__content a,
.c-single__content ul,
.c-single__content ol,
.c-single__content li,
.c-single__content hr {
	all: revert;
	margin-block: 0;
}

.c-tab__content {
	background: #fff;
	background: var(--color-white);
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 68.75rem;
	position: relative;
}

.c-tab__contentItem {
	display: none;
	padding: 3.75rem 3.125rem;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.c-tab__contentItem.is-active {
	opacity: 1;
}

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

.c-tab__contentLists {
	grid-gap: 2.375rem;
	display: -ms-grid;
	display: grid;
	gap: 2.375rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-tab__wrapper {
	margin-top: 4.375rem;
}

.c-tab__menu {
	background: -webkit-gradient(linear, left top, right top, from(#AFABAB), to(#737373));
	background: linear-gradient(90deg, #AFABAB 0%, #737373 100%);
	background: var(--linear-gray);
	border-radius: 100vmax;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	max-width: 31.25rem;
	padding: 0.1875rem;
}

.c-tab__menuItem {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
	border-radius: 100vmax;
	color: #C7C7C7;
	color: var(--color-gray05);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	max-width: 15.375rem;
	position: relative;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 100%;
}

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

.js-tab-active {
	color: #fff;
	color: var(--color-white);
}

.js-tab-active._blue {
	background: -webkit-gradient(linear, left top, right top, from(#3B78D1), to(#2661B7));
	background: linear-gradient(90deg, #3B78D1 0%, #2661B7 100%);
	background: var(--linear-blue);
}

.js-tab-active._red {
	background: -webkit-gradient(linear, right top, left top, from(#DC2900), to(#E85634));
	background: linear-gradient(270deg, #DC2900 0%, #E85634 100%);
	background: var(--linear-red);
}

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

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

.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-text01 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

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

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: 1px solid #B4B4B4;
	border-radius: 0.5rem;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.8;
	max-width: 43.75rem;
	padding: 0.5rem 1.5rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	width: 100%;
	width: 100%; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
}

[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 #E85634;
}

textarea {
	font-size: 1.125rem;
	max-width: 100%;
	padding: 1.25rem 1.75rem;
}

textarea::-moz-placeholder {
	font-size: 1.125rem;
}

textarea::-webkit-input-placeholder {
	font-size: 1.125rem;
}

textarea:-ms-input-placeholder {
	font-size: 1.125rem;
}

textarea::-ms-input-placeholder {
	font-size: 1.125rem;
}

textarea::placeholder {
	font-size: 1.125rem;
}

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

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

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

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

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

[type=radio]:focus + span::before {
	border-color: #E85634;
	-webkit-box-shadow: 0 0 0 2px rgba(232, 86, 52, 0.3);
	        box-shadow: 0 0 0 2px rgba(232, 86, 52, 0.3);
}

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

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

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

[type=checkbox] + span::before {
	background: #fff;
	background: var(--color-white);
	border: 1px solid #B4B4B4;
	border-radius: 0.25rem;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5rem;
}

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

[type=checkbox]:focus + span::before {
	border-color: #B4B4B4;
	-webkit-box-shadow: 0 0 0 2px rgba(180, 180, 180, 0.3);
	        box-shadow: 0 0 0 2px rgba(180, 180, 180, 0.3);
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #E85634;
	border-left: 2px solid #E85634;
	content: "";
	display: block;
	height: 0.45rem;
	left: 4px;
	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.75rem;
}

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

select:focus {
	border: 1px solid #E85634;
}

[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 {
	border-radius: 0.625rem;
	height: 17.5rem;
	width: 100%;
}

::-moz-placeholder {
	color: #B4B4B4;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

::-webkit-input-placeholder {
	color: #B4B4B4;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

:-ms-input-placeholder {
	color: #B4B4B4;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

::-ms-input-placeholder {
	color: #B4B4B4;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

::placeholder {
	color: #B4B4B4;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

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

.wpcf7-spinner {
	display: none;
}

/* acceptanceフィールドのデフォルトバリデーションメッセージを非表示（カスタムで表示するため） */

.c-form__checkbox .wpcf7-not-valid-tip {
	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 {
	padding-block: 6.25rem;
	text-align: center;
}

.p-404__inner.l-inner {
	background: #fff;
	background: var(--color-white);
	-webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	max-width: calc(62.5rem + 6.6666%);
	padding-block: 3.125rem 3.875rem;
	text-align: center;
}

.p-404__title {
	border-bottom: 0.0625rem solid #E85634;
	border-bottom: 0.0625rem solid var(--color-red);
	color: #E85634;
	color: var(--color-red);
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-404__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.8125rem;
}

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

.p-404__button .c-button01 {
	margin-inline: auto;
	max-width: 16.875rem;
	width: 100%;
}

.p-access {
	background: #fff;
	background: var(--color-white);
	padding-block: 5rem 6.25rem;
}

.p-message__map {
	aspect-ratio: 1100/600;
	display: block;
	margin-top: 2.5rem;
	max-width: 68.75rem;
	overflow: hidden;
	width: 100%;
}

.p-message__map iframe {
	height: 100%;
	width: 100%;
}

.p-area {
	background-image: url(../images/forclient/area-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-block: 5.125rem 4.875rem;
	position: relative;
}

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

.p-area__content {
	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.5rem;
	max-width: 34.375rem;
}

.p-area__catch {
	color: #272727;
	color: var(--color-base);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-area__catchText--lg {
	font-size: 1.875rem;
}

.p-area__catchText--md {
	font-size: 1.625rem;
}

.p-area__texts {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: -0.5rem;
}

.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-contact {
	background-image: url(../images/common/contact-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 4.6875rem 4.125rem;
}

.p-contact__inner.l-inner {
	background: #fff;
	background: var(--color-white);
	max-width: 55.4375rem;
	padding-block: 2rem;
}

.p-contact__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.25rem;
	text-align: center;
}

.p-contact__button {
	margin-top: 1.625rem;
	text-align: center;
}

/*=====================
 p-contact02ページ
=====================*/

.p-contact02 {
	background-image: url(../images/common/contact-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.875rem 3.625rem;
}

.p-contact02__inner.l-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	background: var(--color-white);
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
	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: 2.25rem;
	max-width: 55.4375rem;
	padding-block: 2.1875rem 2.25rem;
}

.p-contact02__heading-block {
	text-align: center;
}

.p-contact02__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.25rem;
	text-align: center;
}

.p-contact02__actions {
	grid-gap: 2.5rem;
	-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;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 440fr 285fr;
	grid-template-columns: 440fr 285fr;
}

.p-contact02__tel {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-right: 0.0625rem solid #D1D5DB;
	border-right: 0.0625rem solid var(--color-gray03);
	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.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 27.5rem;
}

.p-contact02__tel-main {
	color: #E85634;
	color: var(--color-red);
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	line-height: 0.8163265306;
	text-align: center;
}

.p-contact02__tel-label {
	font-size: 1.875rem;
}

.p-contact02__tel-number {
	color: #E85634;
	color: var(--color-red);
	cursor: default;
	font-size: 3.0625rem;
	pointer-events: none;
	text-decoration: none;
}

.p-contact02__tel-sub {
	color: #272727;
	color: var(--color-base);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3;
	margin-left: -1.375rem;
	text-align: center;
}

.p-contact02__tel-direct {
	color: #272727;
	color: var(--color-base);
	cursor: default;
	font-size: 1.625rem;
	pointer-events: none;
	text-decoration: none;
}

.p-contact02__button {
	max-width: 17.8125rem;
	width: 100%;
}

.p-faq {
	padding-block: 4.375rem;
}

.p-faq__inner.l-inner {
	grid-gap: min(6.25rem, 6.9444444444vw);
	display: -ms-grid;
	display: grid;
	gap: min(6.25rem, 6.9444444444vw);
	-ms-grid-columns: 160fr 740fr;
	grid-template-columns: 160fr 740fr;
	max-width: calc(62.5rem + 6.6666%);
}

.p-fix {
	background: -webkit-gradient(linear, right top, left top, from(#DC2900), to(#E85634));
	background: linear-gradient(270deg, #DC2900 0%, #E85634 100%);
	background: var(--linear-red);
	bottom: env(safe-area-inset-bottom);
	left: 0;
	padding-block: 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.p-fix__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;
}

.p-fix__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	margin-inline: auto;
	padding-left: 2.0625rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fix__text::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/mail-icon.svg);
	background: #fff;
	background: var(--color-white);
	content: "";
	height: 1.875rem;
	left: 0;
	mask-image: url(../images/common/mail-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.875rem;
}

.p-footer {
	background: #262626;
	background: var(--color-black04);
	padding-block: 3.25rem 2.375rem;
}

.p-footer__inner {
	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;
}

.p-footer__image {
	aspect-ratio: 204/59;
	display: block;
	max-width: 12.75rem;
	overflow: hidden;
	width: 100%;
}

.p-footer__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-footer__address {
	margin-top: 1rem;
}

.p-footer__addressText {
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-footer__addressText._accent {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.p-footer__wrapper {
	margin-top: 1.1875rem;
}

.p-footer__button {
	text-align: right;
}

.p-footer__nav {
	-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.875rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 1.5rem;
}

.p-footer__navLink {
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
}

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

.p-footer__copy {
	color: #9CA3AF;
	color: var(--color-gray);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	line-height: normal;
	margin-top: 4.875rem;
}

.p-header {
	width: 100%;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	background: var(--color-white);
	border-radius: 0.3125rem;
	-webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.2);
	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;
	margin-top: 1.375rem;
	max-width: 95vw;
	padding: 0.875rem 1.25rem 0.875rem 2.1875rem;
	padding: min(0.875rem, 1vw) min(1.25rem, 1.4285714286vw) min(0.875rem, 1vw) min(2.1875rem, 2.5vw);
}

.p-header__logo {
	font-size: 0;
	margin-bottom: 0.3125rem;
	max-width: min(10.875rem, 12.4285714286vw);
	position: relative;
	width: 100%;
	z-index: 1000;
}

.p-header__logo._link {
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
}

.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: 1.75rem;
	gap: min(1.75rem, 2vw);
}

.p-header__list._button {
	margin-left: 0.75rem;
	margin-left: min(0.75rem, 0.8571428571vw);
}

.p-header__list._button .c-button01 {
	max-width: min(17.8125rem, 20.3571428571vw);
	padding: min(1.25rem, 1.4285714286vw) min(2.5rem, 2.8571428571vw);
}

.p-header__link {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	text-transform: uppercase;
	-webkit-transition: color 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: color 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: color 0.3s var(--ease-cubic-main);
	transition: color 0.3s var(--ease-cubic-main);
}

.p-header__link:hover {
	color: #E85634;
	color: var(--color-red);
}

.p-header__drawer {
	display: none;
}

.p-infomation {
	padding-bottom: 5rem;
}

.p-infomation__inner {
	grid-gap: 5.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 5.8125rem;
	-ms-grid-columns: 11.5625rem 1fr;
	grid-template-columns: 11.5625rem 1fr;
}

.p-infomation__heading {
	margin-top: -0.25rem;
}

.p-infomation .c-heading01__en {
	font-size: 3.125rem;
}

.p-joinUs .c-heading01__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-joinUs__contents {
	grid-gap: min(6.375rem, 7.0833333333vw);
	display: -ms-grid;
	display: grid;
	gap: min(6.375rem, 7.0833333333vw);
	-ms-grid-columns: 420fr 580fr;
	grid-template-columns: 420fr 580fr;
}

.p-joinUs__texts {
	margin-top: 0.9375rem;
}

.p-joinUs__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-joinUs__text._small {
	font-size: 1rem;
}

.p-joinUs__image {
	aspect-ratio: 580/407;
	display: block;
	overflow: hidden;
	width: 100%;
}

.p-joinUs__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-joinUs__items {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: -2.875rem;
	max-width: 51.875rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-main {
	overflow-x: hidden;
}

/*=====================
 p-media01
=====================*/

.p-media01 {
	grid-gap: 2.8125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem;
	    grid-template-areas: "image contents";
	-ms-grid-columns: 530fr 2.8125rem 525fr;
	grid-template-columns: 530fr 525fr;
}

.p-media01__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	aspect-ratio: 530/320;
	display: block;
	grid-area: image;
	overflow: hidden;
	width: 100%;
}

.p-media01._reverse > .p-media01__image {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.p-media01__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-media01__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: contents;
}

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

.p-media01__heading {
	color: #111827;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: normal;
}

.p-media01__texts {
	margin-top: 1.1875rem;
}

.p-media01__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-media01._reverse {
	    grid-template-areas: "contents image";
	-ms-grid-columns: 525fr 2.8125rem 530fr;
	grid-template-columns: 525fr 530fr;
}

/*=====================
 p-media02
=====================*/

.p-media02 {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 610fr 360fr;
	grid-template-columns: 610fr 360fr;
}

.p-media02__heading {
	border-bottom: 0.0625rem solid #3B78D1;
	border-bottom: 0.0625rem solid var(--color-blue);
	color: #111827;
	color: var(--color-black02);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 0.4375rem;
}

.p-media02__texts {
	margin-top: 0.9375rem;
}

.p-media02__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-media02__subheading {
	color: #3B78D1;
	color: var(--color-blue);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.9375rem;
}

.p-media02__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.25rem 1.375rem;
	margin-top: 0.4375rem;
}

.p-media02__item {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-media02__item::before {
	background-color: #3B78D1;
	background-color: var(--color-blue);
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 0.875rem;
}

.p-media02__image {
	aspect-ratio: 360/320;
	display: block;
	overflow: hidden;
	width: 100%;
}

.p-media02__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-media02._red .p-media02__heading {
	border-bottom-color: #E85634;
	border-bottom-color: var(--color-red);
}

.p-media02._red .p-media02__subheading {
	color: #E85634;
	color: var(--color-red);
}

.p-media02._red .p-media02__item::before {
	background-color: #E85634;
	background-color: var(--color-red);
}

/*=====================
 p-message
=====================*/

.p-message__inner {
	grid-gap: 5.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 5.8125rem;
	-ms-grid-columns: 11.5625rem 1fr;
	grid-template-columns: 11.5625rem 1fr;
}

.p-message__lead {
	color: #272727;
	color: var(--color-base);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-message__text {
	color: #272727;
	color: var(--color-base);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.5625rem;
}

.p-message__signature {
	margin-top: 1.875rem;
	text-align: right;
}

.p-message__signatureName {
	-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.9375rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-message__position {
	color: #272727;
	color: var(--color-base);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-message__name {
	color: #272727;
	color: var(--color-base);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-message__nameEn {
	color: #272727;
	color: var(--color-base);
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.1875rem;
}

.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-mv-lower {
	display: -ms-grid;
	display: grid;
	place-items: center;
	position: relative;
}

.p-mv-lower::before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-mv-lower__inner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	text-align: center;
	z-index: 1;
}

.p-mv-lower__heading {
	content: "";
	position: absolute;
	text-align: left;
	top: 59%;
	translate: 0 -50%;
	z-index: 10;
}

.p-mv-lower__image {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
}

.p-mv-lower__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-news {
	padding-block: 5rem 6.25rem;
}

.p-news__item {
	border-bottom: 0.0625rem solid #B4B4B4;
	border-bottom: 0.0625rem solid var(--color-gray02);
}

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

.p-news__pagination {
	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;
	margin-top: 3.125rem;
}

.p-point__contents {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

/*=====================
 p-point02
=====================*/

.p-point02 {
	background: #fff;
	background: var(--color-white);
	padding-block: 4.5rem 6.25rem;
}

.p-point02__heading {
	text-align: right;
}

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

.p-point02__items > *:nth-child(2) {
	margin-top: 4.375rem;
}

.p-point02__items > *:nth-child(3) {
	margin-top: 8.75rem;
}

.p-point02__items > *:nth-child(4) {
	margin-top: -4.375rem;
}

.p-point02__items > *:nth-child(5) {
	margin-top: 0rem;
}

.p-point02__items > *:nth-child(6) {
	margin-top: 4.375rem;
}

.p-recruit {
	background: #F3F4F6;
	background: var(--color-gray04);
	padding-block: 5rem;
}

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

.p-recruit__heading {
	color: #000;
	color: var(--color-black07);
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
}

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

/*=====================
 p-recruit02
=====================*/

.p-recruit02 {
	background-image: url(../images/partner/recruit@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.75rem;
	position: relative;
	z-index: 0;
}

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

.p-recruit02__inner.l-inner {
	max-width: calc(63.75rem + 6.6666%);
	position: relative;
	z-index: 1;
}

.p-recruit02__heading {
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 2.0625rem;
	font-weight: 900;
	line-height: normal;
	text-align: center;
}

.p-recruit02__text {
	color: #fff;
	color: var(--color-white);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 1.125rem;
	text-align: center;
}

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

.p-service {
	background: #F3F4F6;
	background: var(--color-gray04);
	padding-block: 5rem 6.25rem;
}

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

.p-service .c-heading01__jp {
	color: #111827;
	color: var(--color-black02);
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	margin-top: -1.125rem;
}

.p-single {
	padding-block: 6.25rem;
}

.p-single__pagination {
	margin-top: 3.125rem;
}

.p-thanks {
	padding-block: 6.25rem;
}

.p-thanks__inner.l-inner {
	background: #fff;
	background: var(--color-white);
	-webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
	max-width: calc(62.5rem + 6.6666%);
	padding-block: 3.125rem 3.875rem;
	text-align: center;
}

.p-thanks__title {
	border-bottom: 0.0625rem solid #E85634;
	border-bottom: 0.0625rem solid var(--color-red);
	color: #E85634;
	color: var(--color-red);
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-thanks__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.8125rem;
}

.p-thanks__button {
	margin-top: 1.8125rem;
}

.p-thanks__button .c-button01 {
	margin-inline: auto;
	max-width: 16.875rem;
	width: 100%;
}

.p-top-about {
	padding-bottom: 5.125rem;
	padding-top: 9.3571428571vw;
	position: relative;
	z-index: 0;
}

.p-top-about::before {
	background-image: url(../images/top/about-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 62.9375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-top-about__media {
	grid-gap: 6.75rem;
	display: -ms-grid;
	display: grid;
	gap: 6.75rem;
	-ms-grid-columns: 13rem 1fr;
	grid-template-columns: 13rem 1fr;
}

.p-top-about__heading {
	margin-top: 0.5rem;
}

.p-top-about__subTexts {
	margin-top: 2.25rem;
}

.p-top-about__subText {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-top-about__texts {
	margin-top: 0.75rem;
}

.p-top-about__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-top-about__support {
	margin-top: 5.125rem;
}

.p-top-about__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: 4.5rem;
}

.p-top-about__item._accent {
	margin-top: 4.375rem;
}

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

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

.p-top-client__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.875rem;
	max-width: 27.25rem;
	width: 100%;
}

.p-top-client__items {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.625rem;
	max-width: 34.5rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

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

.p-top-client__image {
	-o-object-fit: cover;
	content: "";
	height: 28.75rem;
	object-fit: cover;
	position: absolute;
	right: 3.3333%;
	top: 0;
	width: 37.5rem;
	z-index: 0;
}

.p-top-company__inner {
	grid-gap: 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 3.125rem;
	-ms-grid-columns: 34.25rem 1fr;
	grid-template-columns: 34.25rem 1fr;
}

.p-top-company__image {
	aspect-ratio: 548/400;
	display: block;
	max-width: 34.25rem;
	overflow: hidden;
	width: 100%;
}

.p-top-company__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-company__content {
	margin-top: 0.625rem;
	max-width: 28.125rem;
	width: 100%;
}

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

.p-top-company__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

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

.p-top-news {
	padding-block: 3.875rem;
}

.p-top-news__heading .c-heading01__en {
	font-size: 3.125rem;
}

.p-top-news__content {
	-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: 4rem;
}

.p-top-news__items {
	margin-top: 1.75rem;
}

.p-top-news__item {
	border-bottom: 0.0625rem solid #B4B4B4;
	border-bottom: 0.0625rem solid var(--color-gray02);
}

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

.p-top-partner__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6.7142857143vw;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	margin-left: calc(50% - 50vw);
	padding-block: 3.5rem;
	position: relative;
}

.p-top-partner__contents::before {
	background: url(../images/top/partner-background@2x.jpg) no-repeat center center/cover;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.p-top-partner__contents::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	inset: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
}

.p-top-partner__content {
	margin-left: calc(50% - 50vw);
	max-width: 28.5rem;
	position: relative;
	width: 100%;
	width: 100vw;
	z-index: 2;
}

.p-top-partner__heading .c-heading01__jp {
	font-size: 1.625rem;
}

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

.p-top-partner__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

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

.p-top-partner__imageBlock {
	margin-right: 5.7142857143vw;
	margin-top: 0.75rem;
	position: relative;
	width: min(29.375rem, 33.5714285714vw);
	z-index: 1;
}

.p-top-partner__image {
	aspect-ratio: 470/330;
	display: block;
	width: 100%;
}

.p-top-partner__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-point {
	overflow-x: hidden;
}

.p-top-point__container {
	background: #313131;
	background: var(--color-black05);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-top-point__contents {
	grid-gap: 4.1428571429vw;
	display: -ms-grid;
	display: grid;
	gap: 4.1428571429vw;
	-ms-grid-columns: 24.375rem 1fr;
	grid-template-columns: 24.375rem 1fr;
	max-width: 68.75rem;
	padding-block: 3.125rem 3.875rem;
	padding-left: 4.5714285714vw;
	padding-right: 0;
}

.p-top-point__heading .c-heading01__en {
	font-family: "Bebas Neue", sans-serif;
	font-family: var(--font-bebas-neue);
	font-size: 3.375rem;
	font-weight: 400;
	line-height: normal;
}

.p-top-point__heading .c-heading01__jp {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: var(--font-zen-kaku-gothic-antique);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: normal;
}

.p-top-point__text {
	color: #fff;
	color: var(--color-white);
	font-size: clamp(1.125rem, 1.4285714286vw, 1.25rem);
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.p-top-point__items {
	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;
	max-width: 37.875rem;
	width: 100%;
}

.p-top-point__item {
	width: 12.625rem;
}

.p-top-point__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -1.5vw;
}

.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;
}

.u-hidden-section {
	overflow-x: hidden;
}

@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-blog01__link:hover {
	opacity: 0.7;
}

.c-button01:hover {
	background: #E85634;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.c-button01._blue:hover {
	background: #3B78D1;
	background: var(--color-blue);
	color: #fff;
	color: var(--color-white);
}

.c-button01._white:hover {
	background: #E85634;
	background: var(--color-red);
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.c-button01._white:hover {
	background: #E85634;
	background: var(--color-red);
	border: 0.0625rem solid #E85634;
	border: 0.0625rem solid var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.c-button01._contact:hover::after {
	opacity: 1;
}

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

.page-numbers:hover {
	background: #E85634;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.page-numbers.prev:hover::before,
.page-numbers.next:hover::before {
	color: #fff;
	color: var(--color-white);
}

.page-numbers.dots:hover {
	background: transparent;
	color: #E85634;
	color: var(--color-red);
}

.c-single-pagination__item:hover {
	background: #E85634;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.p-header__logo._link:hover {
	opacity: 0.7;
}

}

@media (hover: hover) {

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

}

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

html {
	font-size: 1.4545454545vw;
}

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

.c-card02__headingSmall {
	font-size: 0.875rem;
}

.c-flow._red .c-card04__number::before {
	max-width: 6.0869565217vw;
	right: -8.0869565217vw;
}

.p-top-point__contents {
	padding-left: 2.5rem;
}

.p-top-point__item {
	width: 12.875rem;
}

.p-top-point__wrapper {
	margin-right: 0;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

.show-left {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.l-infomation {
	margin-top: 3.75rem;
}

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

.l-joinUs {
	margin-block: 3.75rem;
}

.l-message {
	margin-top: 3.75rem;
}

.l-point {
	padding-block: 3.75rem;
}

.l-top-client {
	margin-top: 3.75rem;
}

.l-top-company {
	margin-top: 3.75rem;
}

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

.c-blog01__link {
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-block: 1.25rem;
}

.c-blog01__title {
	-webkit-line-clamp: 3;
}

.c-button01._contact._send {
	padding-inline: 2.25rem;
}

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

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

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

.c-card03 {
	padding: 0.875rem 1.5rem;
}

.c-card03._second {
	padding: 1.375rem 2.8125rem;
}

.c-card03._third {
	padding: 1.375rem 2.1875rem;
}

.c-card05 {
	padding: 1.25rem 1.875rem;
}

.c-card05__heading {
	font-size: 1.25rem;
}

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

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

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

.c-descriptionList01__item {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-descriptionList01__term {
	border-bottom: 0.0625rem solid #B4B4B4;
	border-bottom: 0.0625rem solid var(--color-gray02);
	border-right: none;
	font-size: 1rem;
	line-height: 1.8;
	padding: 0.9375rem;
}

.c-descriptionList01__description {
	font-size: 1rem;
	line-height: 1.8;
	padding: 0.9375rem;
}

.c-descriptionList02__item {
	gap: 0rem;
	-ms-grid-columns: 5rem 1fr;
	grid-template-columns: 5rem 1fr;
}

.c-descriptionList02__term {
	font-size: 1rem;
	line-height: 1.8;
	padding: 0.9375rem;
}

.c-descriptionList02__description {
	font-size: 1rem;
	line-height: 1.8;
	padding: 0.9375rem;
}

.c-faq01__item {
	padding-left: 1.25rem;
}

.c-faq01__term {
	font-size: 1.125rem;
	line-height: 1.8;
}

.c-faq01__term::before {
	font-size: 1.75rem;
	left: -1.25rem;
}

.c-faq01__text {
	font-size: 1rem;
	line-height: 1.8;
}

.c-flow {
	padding: 1.25rem;
}

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

.c-flow__lists._4columns {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	max-width: none;
	max-width: initial;
}

.c-flow__list .c-card04__number::before {
	bottom: -7.375rem;
	height: 2.5rem;
	max-width: none;
	max-width: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 0.125rem;
}

.c-flow._red .c-card04__number::before {
	bottom: -7.375rem;
	height: 2.5rem;
	max-width: none;
	max-width: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 0.125rem;
}

.c-form {
	padding-block: 3.75rem;
}

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

.c-form__inner.l-inner {
	max-width: 37.5rem;
	padding-bottom: 5rem;
}

.c-form__content {
	padding: 1.25rem;
}

.c-form__item._accent {
	gap: 0.9375rem;
}

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

.c-form__row {
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
	width: 100%;
}

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

.c-form__radio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.9375rem;
}

.c-form__telGroup input[type=tel] {
	width: 4.875rem;
}

.c-form__nameGroup input[type=text] {
	width: 100%;
}

.c-form__privacyBox {
	max-height: 15.625rem;
	padding: 1.25rem;
}

.c-form__privacyTitle {
	font-size: 1.25rem;
}

.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;
	gap: 2rem;
	margin-top: 1.5rem;
}

.wpcf7-list-item {
	margin-left: 0.5rem;
}

.wpcf7-form-control.wpcf7-radio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.c-heading01._center .c-heading01__jp {
	font-size: 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-mv::before {
	width: 0.5rem;
}

.c-mv__image {
	aspect-ratio: 375/540;
}

.c-mv__content {
	bottom: 3.6875rem;
	left: 55%;
	top: auto;
	top: initial;
	translate: -50% 0;
	width: 80%;
}

.c-mv__heading {
	font-size: 1.625rem;
	font-weight: 900;
	line-height: 1.3;
}

.c-mv__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
}

.c-mv__iconImage {
	aspect-ratio: 235/440;
	height: 117.3333333333vw;
	width: 62.6666666667vw;
}

.c-mv__imageItems {
	bottom: -28.5%;
	left: 50%;
	right: auto;
	right: initial;
	translate: -50% 0;
	width: 84vw;
}

.c-mv__imageItem._first,
.c-mv__imageItem._third {
	margin-top: 1.375rem;
}

.c-mv__imageItem._second {
	margin-inline: -0.625rem -1.375rem;
}

.c-mv__imageItemImage {
	aspect-ratio: 116/167;
	max-width: none;
	max-width: initial;
}

.c-single-pagination {
	gap: 0.625rem;
}

.c-single-pagination__item {
	font-size: 0.875rem;
	height: 2.625rem;
}

.c-single-pagination__item--prev,
.c-single-pagination__item--next {
	gap: 0.375rem;
	width: 6.25rem;
}

.c-single-pagination__item--list {
	gap: 0.375rem;
	width: 6.25rem;
}

.c-single__header {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.25rem;
	height: auto;
	padding-bottom: 1rem;
}

.c-single__date {
	font-size: 1rem;
	width: auto;
}

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

.c-single__thumbnail {
	margin-top: 2.5rem;
}

.c-single__content {
	font-size: 1rem;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.c-tab__contentItem {
	padding: 1.25rem;
}

.c-tab__contentLists {
	gap: 1.875rem;
}

.c-tab__wrapper {
	margin-top: 2.5rem;
}

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

.c-text01 {
	font-size: 1rem;
	line-height: 1.8;
}

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

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

textarea {
	font-size: 1rem;
}

textarea::-moz-placeholder {
	font-size: 1rem;
}

textarea::-webkit-input-placeholder {
	font-size: 1rem;
}

textarea:-ms-input-placeholder {
	font-size: 1rem;
}

textarea::-ms-input-placeholder {
	font-size: 1rem;
}

textarea::placeholder {
	font-size: 1rem;
}

[type=radio] + span {
	font-size: 1rem;
}

::-moz-placeholder {
	font-size: 1rem;
}

::-webkit-input-placeholder {
	font-size: 1rem;
}

:-ms-input-placeholder {
	font-size: 1rem;
}

::-ms-input-placeholder {
	font-size: 1rem;
}

::placeholder {
	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 {
	padding-block: 3.75rem;
	padding-inline: 4.6666666667%;
}

.p-404__inner.l-inner {
	max-width: 37.5rem;
	padding-block: 2.5rem;
}

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

.p-404__text {
	text-align: left;
}

.p-access {
	padding-block: 2.5rem 3.75rem;
}

.p-message__map {
	aspect-ratio: 16/9;
	margin-top: 2rem;
}

.p-area {
	background-image: url(../images/forclient/area-background02-sp@2x.jpg);
	padding-block: 3rem 3rem;
}

.p-area__catch {
	font-size: 1.125rem;
}

.p-area__catchText--lg {
	font-size: 1.375rem;
}

.p-area__catchText--md {
	font-size: 1.25rem;
}

.p-area__texts {
	font-size: 1rem;
}

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

.p-contact {
	padding-block: 4rem 4.125rem;
	padding-inline: 4.6666666667%;
}

.p-contact__inner.l-inner {
	max-width: 37.5rem;
	padding-block: 2.375rem;
}

.p-contact__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-contact__button {
	margin-top: 1.125rem;
}

.p-contact02 {
	padding-block: 4rem 4.125rem;
	padding-inline: 4.6666666667%;
}

.p-contact02__inner.l-inner {
	gap: 1.5rem;
	max-width: 37.5rem;
	padding-block: 2rem;
}

.p-contact02__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: var(--font-zen-kaku-gothic-new);
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-contact02__actions {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-contact02__tel {
	-webkit-padding-after: 1.5rem;
	border-bottom: 0.0625rem solid #D1D5DB;
	border-bottom: 0.0625rem solid var(--color-gray03);
	border-right: none;
	gap: 0.75rem;
	padding-block-end: 1.5rem;
	width: 100%;
}

.p-contact02__tel-label {
	font-size: 1.5rem;
}

.p-contact02__tel-number {
	cursor: pointer;
	font-size: 2.5rem;
	pointer-events: auto;
}

.p-contact02__tel-sub {
	font-size: 1rem;
	margin-left: 0;
}

.p-contact02__tel-direct {
	cursor: pointer;
	font-size: 1.375rem;
	pointer-events: auto;
}

.p-contact02__button {
	text-align: center;
	width: 100%;
}

.p-faq {
	padding-block: 2.5rem;
}

.p-faq__inner.l-inner {
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	max-width: 37.5rem;
}

.p-footer__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3rem;
}

.p-footer__wrapper {
	margin-top: 0;
}

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

.p-footer__button .c-button01 {
	max-width: 21.25rem;
}

.p-footer__nav {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-footer__copy {
	font-size: 1.0208125rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 3rem;
	padding-left: 0.125rem;
}

.p-header {
	padding-inline: 1.09375rem;
}

.p-header__inner.l-inner {
	margin-top: 0.9375rem;
	padding: 0.9375rem 1.5625rem 0.875rem;
}

.p-header__logo {
	max-width: 7.125rem;
}

.p-header__nav {
	display: none;
}

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

.p-infomation {
	padding-bottom: 2.5rem;
}

.p-infomation__inner {
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-infomation__heading {
	margin-top: 0;
}

.p-joinUs .c-heading01__jp {
	font-size: 1.625rem;
}

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

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

.p-joinUs__item {
	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;
}

.p-media01 {
	gap: 1.25rem;
	-ms-grid-rows: auto 1.25rem auto;
	    grid-template-areas: "image" "contents";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

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

.p-media02 {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

.p-message__inner {
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-message__lead {
	font-size: 1.125rem;
}

.p-message__text {
	font-size: 1rem;
}

.p-message__signature {
	margin-top: 0.75rem;
}

.p-message__nameEn {
	margin-top: 0.125rem;
}

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

.p-mv-lower__image {
	aspect-ratio: 16/9;
	aspect-ratio: 16/14;
}

.p-news {
	padding-block: 2.5rem 3.75rem;
}

.p-news__pagination {
	margin-top: 1.75rem;
}

.p-point__contents {
	gap: 2.5rem;
	margin-top: 1.75rem;
}

.p-point02 {
	padding-block: 2.5rem;
}

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

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

.p-point02__items > *:nth-child(2) {
	margin-top: 0;
}

.p-point02__items > *:nth-child(3) {
	margin-top: 0;
}

.p-point02__items > *:nth-child(4) {
	margin-top: 0;
}

.p-point02__items > *:nth-child(5) {
	margin-top: 0;
}

.p-point02__items > *:nth-child(6) {
	margin-top: 0;
}

.p-recruit {
	padding-block: 3.75rem;
}

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

.p-recruit02 {
	background-image: url(../images/partner/recruit-sp@2x.jpg?version=20260214);
	padding-block: 4.625rem 5.875rem;
}

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

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

.p-recruit02__text {
	font-size: 1.25rem;
	margin-top: 0.5rem;
	padding-inline: 0.625rem;
	text-align: left;
}

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

.p-recruit02__wrapper {
	margin-top: -1.875rem;
	padding-bottom: 3.75rem;
}

.p-service {
	padding-block: 3.75rem 3.75rem;
}

.p-single {
	padding-block: 3.75rem;
}

.p-thanks {
	padding-block: 3.75rem;
	padding-inline: 4.6666666667%;
}

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

.p-thanks__title {
	font-size: 1.625rem;
}

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

.p-top-about {
	padding-bottom: 3.5rem;
	padding-top: 51.7333333333vw;
}

.p-top-about__media {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-about__heading {
	margin-top: 0;
}

.p-top-about__subTexts {
	margin-top: 0;
}

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

.p-top-about__text {
	font-size: 1rem;
}

.p-top-about__support {
	margin-top: 3rem;
}

.p-top-about__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.p-top-about__item._accent {
	margin-top: 0;
}

.p-top-client__text {
	font-size: 1rem;
	max-width: 100%;
}

.p-top-client__items {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
	max-width: 21.25rem;
}

.p-top-client__button {
	margin-top: 13.4375rem;
	text-align: center;
}

.p-top-client__button .c-button01 {
	max-width: 21.25rem;
}

.p-top-client__image {
	bottom: 7.625rem;
	height: 72vw;
	height: 16.875rem;
	right: 0;
	top: auto;
	top: initial;
	width: 80vw;
	width: 18.75rem;
}

.p-top-company__inner {
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-company__image {
	aspect-ratio: 340/260;
	margin-top: 1.75rem;
	max-width: 100%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.p-top-company__content {
	display: contents;
	margin-top: 0;
}

.p-top-company__heading {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.p-top-company__texts {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.p-top-company__button {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
	text-align: center;
}

.p-top-company__button .c-button01 {
	display: block;
	margin-inline: auto;
	max-width: 21.25rem;
}

.p-top-news {
	padding-block: 3.25rem 4.625rem;
}

.p-top-news__content {
	gap: 3.75rem;
}

.p-top-news__items {
	margin-top: 2.25rem;
}

.p-top-partner__container {
	background: url(../images/top/partner-background-sp@2x.jpg) no-repeat center center/cover;
	inset: 0;
	position: relative;
}

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

.p-top-partner__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	margin-left: 0;
	margin-left: initial;
	padding-block: 0;
}

.p-top-partner__contents::before {
	display: none;
	margin-left: 0;
	margin-left: initial;
}

.p-top-partner__contents::after {
	display: none;
	margin-left: 0;
	margin-left: initial;
}

.p-top-partner__content {
	margin-left: 0;
	margin-left: initial;
	padding-block: 3.625rem 3.875rem;
	width: 100%;
}

.p-top-partner__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-top-partner__button .c-button01 {
	display: block;
	margin-inline: auto;
	max-width: 21.25rem;
}

.p-top-partner__imageBlock {
	margin-inline: calc(50% - 50vw);
	margin-top: 0;
	max-width: 100%;
	max-width: initial;
	width: 100vw;
}

.p-top-partner__image {
	aspect-ratio: 375/260;
}

.p-top-point__inner.l-inner.l-inner {
	padding: 0;
}

.p-top-point__container {
	margin-right: 0;
	margin-right: initial;
	width: 100%;
}

.p-top-point__contents {
	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: 2.7272727273vw;
	gap: 0;
	padding: 2.5rem 1.5625rem 3.4375rem;
}

.p-top-point__items {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
}

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

.p-top-point__wrapper {
	gap: 1.625rem;
}

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

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

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

.p-media01__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.p-media01._reverse > .p-media01__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

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

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

}

@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 */
