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

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

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

html {
	font-size: 16px;
}

body {
	background-color: #F9F9F9;
	color: #03081D;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	line-height: normal;
}

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

/* フェード設定 */

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

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

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

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

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

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

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

.splide__progress__bar {
	width: 0;
}

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

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

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

.splide__slide img {
	vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
	direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
	opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
	outline: 0;
}

.splide__toggle {
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-section02 {
	margin-top: 10rem;
}

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

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

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

.l-section {
	margin-block: 2.875rem 10rem;
}

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

.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: #03081D;
	color: #F9F9F9;
	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: #F9F9F9;
	color: #03081D;
	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: #F9F9F9;
	color: #03081D;
	-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: #F9F9F9;
	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-blog__link {
	grid-gap: 0.875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 0.875rem;
	-ms-grid-columns: 7.5rem 1fr;
	grid-template-columns: 7.5rem 1fr;
	padding-block: 1.25rem;
}

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

.c-blog__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

.c-blog._lower .c-blog__img {
	border-radius: 0.25rem;
}

.c-blog__wrapper {
	-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-blog__svg {
	-webkit-transform: translateZ(0);
	height: min(1rem, 1.1111111111vw);
	transform: translateZ(0);
	width: min(1rem, 1.1111111111vw);
}

.c-blog__date {
	color: #0E2FA6;
	font-size: 0.875rem;
	font-weight: 500;
}

.c-blog__title {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.0625rem;
}

.c-breadcrumb {
	padding-block: 1.25rem;
}

.c-breadcrumb__items {
	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 {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
	padding-right: 1.3125rem;
	position: relative;
}

.c-breadcrumb__item:last-child::before {
	display: none;
}

.c-breadcrumb__link {
	text-transform: uppercase;
}

span[property=itemListElement] {
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
}

span[property=itemListElement]::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.625rem;
	font-weight: 900;
	margin-inline: 0.375rem 0.625rem;
	vertical-align: text-top;
}

span[property=itemListElement]:last-child::after {
	content: "";
	margin: 0;
}

.c-button {
	background: #03081D;
	border: 0.0625rem solid #03081D;
	color: #F9F9F9;
	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: #F9F9F9;
	color: #03081D;
}

.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-button01 {
	background: linear-gradient(88deg, #FCFEA8 2.77%, #06197B 27%);
	border-radius: 1.875rem;
	color: #F9F9F9;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	overflow: hidden;
	padding: 0.75rem 1.5rem;
	position: relative;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	z-index: 1;
}

.c-button01::after {
	background: linear-gradient(87deg, #FCFEA8 56.36%, #06197B 96.46%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
	z-index: -1;
}

.c-button01__text {
	grid-column-gap: 0.375rem;
	-moz-column-gap: 0.375rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.5rem auto;
	grid-template-columns: 1.5rem auto;
	position: relative;
	z-index: 1;
}

.c-button01__text span {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.c-button01__text::before {
	-webkit-mask-image: url(../images/common/mail-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #F9F9F9;
	content: "";
	display: block;
	height: 1.5rem;
	mask-image: url(../images/common/mail-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	width: 1.5rem;
}

.c-button01._tel {
	font-family: "Noto Sans JP", serif;
}

.c-button01._tel .c-button01__text::before {
	-webkit-mask-image: url(../images/common/phone-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #F9F9F9;
	content: "";
	display: block;
	height: 1.5rem;
	mask-image: url(../images/common/phone-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	width: 1.5rem;
}

.c-button02 {
	-webkit-tap-highlight-color: transparent;
	background: linear-gradient(88deg, #FCFEA8 2.77%, #06197B 27%);
	border-radius: 1.875rem;
	color: #F9F9F9;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	overflow: hidden;
	padding: 1rem 2rem;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	will-change: transform;
	z-index: 1;
}

.c-button02::after {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: linear-gradient(87deg, #FCFEA8 56.36%, #06197B 96.46%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 100%;
	will-change: opacity;
	z-index: -1;
}

.c-button02 svg {
	-webkit-transform: translateZ(0);
	height: min(1.5rem, 1.6666666667vw);
	transform: translateZ(0);
	width: min(1.5rem, 1.6666666667vw);
	will-change: opacity;
}

.c-button02__text {
	grid-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.75rem;
	        column-gap: 0.75rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	position: relative;
	z-index: 1;
}

.c-button02._contact {
	padding-right: 4.25rem;
}

.c-button03 {
	-webkit-tap-highlight-color: transparent;
	background: linear-gradient(88deg, #FCFEA8 2.77%, #06197B 27%);
	border-radius: 1.875rem;
	color: #F9F9F9;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	overflow: hidden;
	padding: 1rem 2rem;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	will-change: transform;
	z-index: 1;
}

.c-button03::after {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: linear-gradient(87deg, #FCFEA8 56.36%, #06197B 96.46%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 100%;
	will-change: opacity;
	z-index: -1;
}

.c-button03 svg {
	-webkit-transform: translateZ(0);
	height: min(1.5rem, 1.6666666667vw);
	transform: translateZ(0);
	width: min(1.5rem, 1.6666666667vw);
	will-change: opacity;
}

.c-button03__text {
	grid-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.75rem;
	        column-gap: 0.75rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	position: relative;
	z-index: 1;
}

.c-button03__svg path {
	fill: #F9F9F9;
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.c-button03._tel .c-button03__text {
	font-family: "Noto Sans JP", serif;
}

.c-button03._tel .c-button03__svg rect {
	fill: #F9F9F9;
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.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-card01 {
	border-radius: 1rem;
	display: inline-block;
	display: block;
	overflow: hidden;
	position: relative;
}

.c-card01__img {
	aspect-ratio: 1000/320;
	border-radius: 1rem;
	overflow: hidden;
}

.c-card01__img img {
	-o-object-fit: cover;
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
}

.c-card01__contents {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.c-card01__text {
	color: #F9F9F9;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 2rem;
}

.c-card02 {
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0); /* GPU処理を有効化 */
	will-change: transform; /* 再描画を最適化 */
}

.c-card02__img {
	aspect-ratio: 1000/320;
}

.c-card02__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
}

.c-card02__heading {
	color: #F9F9F9;
	content: "";
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.c-card03 {
	width: 10rem;
}

.c-card03__img {
	aspect-ratio: 160/160;
	display: block;
	overflow: hidden;
}

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

.c-card03__text {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.c-card04 {
	background: #EAEDF4;
	display: block;
	padding: 1.5rem;
}

.c-card04__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
}

.c-card04__lists {
	list-style: decimal;
	margin-top: 0.5rem;
	padding-left: 1em;
}

.c-card04__list {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
}

.c-card05__img {
	aspect-ratio: 300/300;
	display: block;
	overflow: hidden;
}

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

.c-card05__title {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.c-card05__text {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.c-card06__link {
	display: inline-block;
}

.c-card06__img {
	aspect-ratio: 168/140;
	display: block;
	overflow: hidden;
}

.c-card06__img img {
	-o-object-fit: cover;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

.c-card06__date {
	color: #0E2FA6;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.25rem;
}

.c-card06__title {
	font-weight: 500;
	margin-top: 0.25rem;
}

.c-circle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #0E2FA6;
	border-radius: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 15.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0.9375rem;
	position: relative;
	width: 15.625rem;
}

.c-circle::before {
	background: #EAEDF4;
	border-radius: 10rem;
	content: "";
	height: 17.5rem;
	position: absolute;
	width: 17.5rem;
	z-index: -1;
}

.c-circle__text {
	color: #F9F9F9;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 180%;
	text-align: center;
}

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

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

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

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

.c-confirmation__itemTerm {
	-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;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: normal;
}

.c-confirmation__accent {
	background-color: #C02C2C;
	border-radius: 1.875rem;
	color: #F9F9F9;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 0.125rem 0.625rem;
	text-align: center;
}

.c-confirmation__accent._optional {
	background: #C02C2C;
}

.c-confirmation__itemDescription {
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}

.c-definition__item {
	border-left: 0.0625rem solid #0E2FA6;
	border-right: 0.0625rem solid #0E2FA6;
	border-top: 0.0625rem solid #0E2FA6;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 12.5rem 1fr;
	grid-template-columns: 12.5rem 1fr;
}

.c-definition__item:last-child {
	border-bottom: 0.0625rem solid #0E2FA6;
}

.c-definition__term,
.c-definition__description {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 160%;
	padding: 0.84375rem 2.125rem;
	text-align: justify;
}

.c-definition__term {
	background: #EAEDF4;
	text-align: center;
}

.c-definition__Number {
	letter-spacing: 0.2em;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #0E2FA6;
	background: #F9F9F9;
	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.5rem;
	-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.5rem;
	z-index: 200;
}

.c-drawer__button::before {
	border-radius: 50%;
	color: #0E2FA6;
	content: "MENU";
	display: block;
	font-family: "makinas-4-Square", sans-serif;
	font-size: 0.625rem;
	left: 50%;
	line-height: normal;
	position: absolute;
	text-transform: capitalize;
	top: 76%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

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

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background: #0E2FA6;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	top: 1.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.625rem;
}

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

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

.c-drawer__button[aria-expanded=true] {
	background: #F9F9F9;
}

.c-drawer__button[aria-expanded=true]::before {
	color: #0E2FA6;
	content: "close";
}

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

.c-drawer__button[aria-expanded=true] .c-drawer__line::before {
	background: #0E2FA6;
	top: 0;
	-webkit-transform: rotate(35deg);
	        transform: rotate(35deg);
}

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

.c-drawer__modal {
	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__dialog {
	-ms-overflow-style: none;
	background-image: url(../images/common/header-background@2x.webp), url(../images/common/header-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	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;
	inset: 0;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	width: 100vw;
}

.c-drawer__lists {
	padding-bottom: 2.5rem;
	padding-top: 8.75rem;
}

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

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

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

.c-drawer__list._button .c-button01 {
	background: linear-gradient(87deg, #FCFEA8 56.36%, #06197B 96.46%);
}

.c-drawer__list._button .c-button01__text {
	color: #000;
}

.c-drawer__list._button .c-button01__text::before {
	background-color: #000;
}

.c-drawer__link {
	color: #F9F9F9;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding-block: 1rem;
}

.c-drawer__link::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5rem;
}

.c-drawer__buttons {
	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.25rem;
	margin-top: 4.25rem;
	padding-bottom: 3.75rem;
	text-align: center;
}

/* 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-form__inner.l-inner {
	max-width: calc(62.5rem + 6.6666%);
}

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

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

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

.c-form__item._top._textarea .c-form__dt {
	margin-top: 0.625rem;
}

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

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

.c-form__radio {
	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.75rem;
}

.c-form__itemText {
	font-size: 1.125rem;
	font-weight: 500;
}

.c-form__accent {
	background: #C02C2C;
	border-radius: 1.875rem;
	color: #F9F9F9;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.125rem 0.625rem;
}

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

.c-form__checkbox {
	margin-left: -8%;
	margin-top: 1.625rem;
	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: 2.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

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

.c-form__input::before {
	background-image: url(../images/common/arrow-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5rem;
}

.c-form__input._return {
	padding-left: 4.25rem;
	position: relative;
}

.c-form__input._return::before {
	background-image: url(../images/common/arrow-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 1rem;
	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: 1.5rem;
}

.c-form__input {
	display: inline-block;
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

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

.wpcf7 form .wpcf7-response-output {
	display: none;
}

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

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

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

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

.c-heading01__titleJp {
	font-size: 3rem;
	font-weight: 500;
	margin-top: -0.3125rem;
}

.c-heading01__titleEn {
	color: #0E2FA6;
	font-family: "makinas-4-Square", sans-serif;
	font-size: 1.5rem;
	text-transform: capitalize;
}

.c-heading01._center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.c-heading01._white .c-heading01__titleJp,
.c-heading01._white .c-heading01__titleEn {
	color: #F9F9F9;
}

.c-heading01._uppercase .c-heading01__titleEn {
	text-transform: uppercase;
}

.c-heading01._normal .c-heading01__titleEn {
	text-transform: inherit;
}

.c-heading01._small .c-heading01__titleJp {
	font-size: 2.5rem;
}

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

.c-improvement__lists {
	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.5rem;
}

.c-improvement__title {
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
}

.c-improvement__text,
.c-improvement__listLv2 {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 200%;
}

.c-improvement__listsLv2 {
	list-style-type: disc;
	margin-left: 1.5rem;
}

.c-item01 {
	grid-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #0E2FA6;
	border-radius: 0.25rem;
	color: #F9F9F9;
	-webkit-column-gap: 0.625rem;
	        column-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	font-size: 1.375rem;
	font-weight: 700;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	line-height: 180%;
	padding-inline: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-item01__svg {
	-webkit-transform: translateZ(0);
	height: 1.75rem;
	transform: translateZ(0);
	width: 1.75rem;
	will-change: opacity;
}

.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: #03081D;
	color: #F9F9F9;
	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-map {
	aspect-ratio: 1440/280;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-map iframe {
	height: 100%;
	width: 100%;
}

.c-media01__inner.l-inner {
	grid-gap: 2.625rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 2.625rem;
	-ms-grid-columns: 28.6875rem 1fr;
	grid-template-columns: 28.6875rem 1fr;
	max-width: calc(62.5rem + 6.6666%);
}

.c-media01__img {
	aspect-ratio: 459/414;
	display: block;
	overflow: hidden;
}

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

.c-media01__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 180%;
	text-align: justify;
}

.c-media02 {
	grid-gap: 5.3125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #EAEDF4;
	display: -ms-grid;
	display: grid;
	gap: 5.3125rem;
	-ms-grid-columns: 20rem 1fr;
	grid-template-columns: 20rem 1fr;
	padding: 2.5rem;
}

.c-media02__img {
	aspect-ratio: 320/240;
	display: block;
	overflow: hidden;
}

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

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

.c-media02__text {
	color: #03081D;
	color: var(--black, #03081D);
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 32.4px */
}

.c-mv {
	background-image: url(../images/top/mv-background@2x.webp), url(../images/top/mv-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 7.5rem 1.875rem;
	position: relative;
}

.c-mv::before {
	background-image: url(../images/top/mv-text@2x.webp), url(../images/top/mv-text@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 2.875rem;
	bottom: 3.1944444444vw;
	content: "";
	height: 8.3333333333vw;
	left: 0;
	position: absolute;
	width: 55.5555555556vw;
	z-index: 30;
}

.c-personal {
	font-family: "Noto Sans JP", serif;
}

.c-personal__inner.l-inner {
	max-width: calc(62.5rem + 6.6666%);
}

.c-personal__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
}

.c-personal__text,
.c-personal__textLv2,
.c-personal__list,
.c-personal__listLv2 {
	font-size: 1.125rem;
	line-height: 200%;
}

.c-persona__lists {
	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: 3rem;
	margin-top: 2.875rem;
}

.c-personal__textLv2._end {
	margin-top: 1.75rem;
}

.c-personal__textLv2Number {
	letter-spacing: 0.2em;
}

.c-persona__listsLv2 {
	list-style-type: decimal;
	padding-left: 1.375rem;
}

.c-recaptcha {
	line-height: 180%;
	margin-top: 5rem;
	text-align: center;
}

.c-recaptcha__link {
	color: #0000EE;
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
	text-decoration: underline;
}

/* 訪問済みのリンク */

.c-recaptcha__link:visited {
	color: #551A8B;
}

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

.c-single-pagenavi {
	-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-single-pagenavi__homeButton a {
	background-color: #0E2FA6;
	border-radius: 0.75rem;
	color: #F9F9F9;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.875rem 1.5rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-single-pagenavi__nextButton,
.c-single-pagenavi__prevButton {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 2.625rem;
}

.c-single-pagenavi__img {
	aspect-ratio: 42/42;
	display: block;
	overflow: hidden;
}

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

.c-single__date {
	color: #0E2FA6;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding-left: 1.5rem;
	position: relative;
}

.c-single__date::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/blog/clock-icon.svg);
	background: #0E2FA6;
	content: "";
	height: 1rem;
	left: 0;
	mask-image: url(../images/blog/clock-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.c-single__title {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

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

.c-single__thumbnail img {
	border-radius: 0.5rem;
	height: auto;
	width: 100%;
}

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

.c-single__content p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
	text-align: justify;
}

.c-single__pagenavi {
	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: 5rem;
}

.c-slide01 .splide__slide img {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.c-slide01 .splide__slide.is-active img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	z-index: 1;
}

.c-slide01 .splide__slide img {
	border-radius: 1.5rem;
	height: auto;
	width: 100%;
}

.c-slide02 {
	pointer-events: none;
}

.c-slide02__img {
	aspect-ratio: 240/160;
	display: block;
	overflow: hidden;
}

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

.c-slide03 {
	pointer-events: none;
}

.c-slide03__img {
	aspect-ratio: 240/160;
	display: block;
	overflow: hidden;
}

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

.c-tab__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 0 auto;
	max-width: 37.5rem;
}

.c-tab__menuItem {
	background-color: #BEBEBE;
	border: none;
	color: #888888;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	padding: 1.25rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/* 追加: 各言語/ツールのテーマカラーの線 */

.c-tab__menuItem::before {
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-tab__menuItem:nth-of-type(1)::before {
	background-color: #e34f26;
}

.c-tab__menuItem:nth-of-type(2)::before {
	background-color: #264de4;
}

.c-tab__menuItem:nth-of-type(3)::before {
	background-color: #f7df1e;
}

.c-tab__menuItem:nth-of-type(4)::before {
	background-color: #88ce02;
}

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

.js-tab-active {
	background-color: #fff;
	color: #333;
}

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

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

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

.c-tab__contentItem {
	background-color: #f9f9f9;
	border: 0.0625rem solid #ddd;
	border-top: none;
	display: none;
	padding: 1.25rem;
}

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

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

.c-tab__contentItem p {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.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-thanks__inner.l-inner {
	max-width: calc(62.5rem + 6.6666%);
}

.c-thanks__texts {
	margin-top: 5.5rem;
}

.c-thanks__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
}

.c-thanks__button {
	margin-top: 10rem;
	text-align: center;
}

.c-vertical-line {
	background: #03081D;
	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: #FCFCFC;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(14, 47, 166, 0.3) inset;
	        box-shadow: 0px 0px 5px 0px rgba(14, 47, 166, 0.3) inset; /*↓リセットCSS */
	font-family: inherit;
	font-size: 1.125rem;
	padding: 0.75rem 0.75rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	width: 100%;
}

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

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

[type=radio] {
	display: none;
}

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

[type=radio] + span::before {
	fill: #F9F9F9;
	fill: var(--white, #F9F9F9);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(14, 47, 166, 0.3) inset;
	        box-shadow: 0px 0px 4px 0px rgba(14, 47, 166, 0.3) inset;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

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

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

[type=checkbox] {
	display: none;
}

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

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

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

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

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

select:focus {
	border: 1px solid #06197B;
}

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

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

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

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

.wpcf7-spinner {
	display: none;
}

.wpcf7-list-item:first-child {
	margin-left: 0;
}

.wp-pagenavi {
	-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;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F9F9F9;
	border: 0.125rem solid #0E2FA6 !important;
	border-radius: 0.5rem;
	color: #0E2FA6;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.4375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-inline: 0.5rem !important;
	padding-bottom: 0.3125rem !important;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 2.5rem;
}

.wp-pagenavi span.current {
	background: #0E2FA6;
	border: none;
	color: #F9F9F9;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 1.25rem;
}

.wp-pagenavi a:hover {
	background-color: #0E2FA6;
	border-color: transparent;
	color: #F9F9F9;
	opacity: 1;
}

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

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

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

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

.p-404__button .c-button02 {
	text-transform: uppercase;
}

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

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

.p-cta__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
}

.p-cta__buttons {
	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: 3.375rem;
}

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

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

.p-features {
	position: relative;
}

.p-features::before {
	background-image: url(../images/about/background@2x.webp), url(../images/about/background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 47.5625rem;
	left: calc(50% - min(56.9375rem, 63%));
	position: absolute;
	top: -22.5rem;
	width: 47.5625rem;
	z-index: -1;
}

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

.p-features__items {
	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: 3.9375rem;
	margin-top: 5rem;
}

.p-footer {
	background: #06197B;
	color: #F9F9F9;
	padding-block: 5rem;
}

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

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

.p-footer__logoLink {
	display: inline-block;
	width: 11rem;
}

.p-footer__img {
	aspect-ratio: 176/60;
	display: block;
	overflow: hidden;
}

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

.p-footer__nav {
	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: 4.5rem;
}

.p-footer__navItem {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-footer__navLink {
	display: inline-block;
	position: relative;
}

.p-footer__navLink::before {
	background: #F9F9F9;
	bottom: -0.375rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

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

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

.p-footer__addressText {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-footer__addressText:nth-child(n+2) {
	margin-top: 1.25rem;
}

.p-footer__navLv2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}

.p-footer__navItemLv2 {
	font-weight: 500;
	text-align: end;
}

.p-footer__navLinkLv2 {
	color: #F9F9F9;
	display: inline-block;
	position: relative;
}

.p-footer__navLinkLv2::before {
	background: #F9F9F9;
	bottom: -0.375rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

.p-footer__copy {
	margin-top: 2rem;
	text-align: end;
}

.p-footer__copy small {
	font-size: 1rem;
	font-weight: 500;
}

.p-footer._none {
	padding-block: 0.75rem 0.8125rem;
}

.p-footer._none .p-footer__contents {
	display: contents;
}

.p-footer._none .p-footer__logo,
.p-footer._none .p-footer__nav,
.p-footer._none .p-footer__address,
.p-footer._none .p-footer__navLv2 {
	display: none;
}

.p-footer._none .p-footer__copy {
	margin-top: 0;
}

.p-footer._none .p-footer__copy {
	text-align: center;
}

.p-header {
	background: none;
	height: 5rem;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-header::after {
	background: #06197B;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-header._is-active::after {
	opacity: 1;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: calc(87.5rem + 6.6666%);
	padding: 0.625rem;
}

.p-header__logo {
	font-size: 0;
	position: relative;
	width: 13.1875rem;
	z-index: 1000;
}

.p-header__nav {
	background: #F9F9F9;
	border-radius: 1.5625rem;
	padding: 0.625rem 2.5625rem 0.875rem;
	padding: 0.625rem 1.25rem 0.875rem;
}

.p-header__lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__link {
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0.625rem;
	position: relative;
}

.p-header__link::before {
	background: #03081D;
	bottom: 0.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

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

.p-header__contactButton .c-button01 {
	-webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.p-header__contactButton .c-button01._is-active {
	-webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6);
	        box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6);
}

.p-header__drawer {
	display: none;
}

.p-lower-head {
	display: -ms-grid;
	display: grid;
	padding-block: 8.1875rem 3.1875rem;
	place-items: center;
	position: relative;
}

.p-lower-head::before {
	background-attachment: fixed;
	background-image: url(../images/common/mv-lower-background@2x.webp), url(../images/common/mv-lower-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-lower-head__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;
	max-width: 90.2777777778vw;
	text-align: center;
	z-index: 1;
}

.p-lower-head__titleBlock {
	bottom: 6.875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-lower-head__title {
	color: #F9F9F9;
	font-size: 3rem;
	font-weight: 500;
	position: relative;
}

.p-lower-head__title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	content: "";
	height: 4.5rem;
	left: 50%;
	position: absolute;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
}

.p-lower-head._about .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 25rem;
}

.p-lower-head._blog .p-lower-head__title::before {
	background-image: url(../images/blog/title-background@2x.webp), url(../images/blog/title-background@2x.png);
	width: 16rem;
}

.p-lower-head._message .p-lower-head__title::before {
	background-image: url(../images/message/title-background@2x.webp), url(../images/message/title-background@2x.png);
	width: 16rem;
}

.p-lower-head._voice .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 25rem;
}

.p-lower-head._recruit .p-lower-head__title::before {
	background-image: url(../images/message/title-background@2x.webp), url(../images/message/title-background@2x.png);
	width: 16rem;
}

.p-lower-head._order .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 25rem;
}

.p-lower-head._personal .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 28rem;
}

.p-lower-head._improvement .p-lower-head__title::before {
	background-image: url(../images/improvement/title-background@2x.webp), url(../images/improvement/title-background@2x.png);
	width: 52rem;
}

.p-lower-head._contact .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 22rem;
}

.p-lower-head._confirmation .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 28rem;
}

.p-lower-head._thanks .p-lower-head__title::before {
	background-image: url(../images/about/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 28rem;
}

.p-lower-head._404 .p-lower-head__title::before {
	background-image: url(../images/404/title-background@2x.webp), url(../images/about/title-background@2x.png);
	width: 8.5rem;
}

.p-lower-head__background {
	aspect-ratio: 1200/440;
	display: block;
	overflow: hidden;
}

.p-lower-head__background img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-message {
	margin-top: 2rem;
}

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

.p-message__text,
.p-message__textLv2,
.p-message__textLv3 {
	font-size: 1.125rem;
	line-height: 180%;
	text-align: justify;
}

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

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

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

.p-message__subTitle {
	font-size: 0.875rem;
	line-height: 180%;
	text-align: justify;
}

.p-message__textLv3Accent {
	font-weight: 500;
	margin-left: 0.75rem;
}

.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-news__inner.l-inner {
	max-width: calc(62.5rem + 6.6666%);
}

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

.p-news__item {
	border-top: 0.0625rem solid #EAEDF4;
}

.p-news__item:nth-last-child(-n+2) {
	border-bottom: 0.0625rem solid #EAEDF4;
}

.p-news__pagenavi {
	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: 6.25rem;
}

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

.p-philosophy__items {
	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: 5rem;
}

.p-recruit {
	margin-top: 2rem;
}

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

.p-recruit__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
}

.p-sidebar__heading {
	border-bottom: 0.0625rem solid #FC8415;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333333333;
	padding-bottom: 0.75rem;
}

.p-sidebar__items {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 0.75rem;
}

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

.p-single__contents {
	grid-gap: 3.25rem;
	display: -ms-grid;
	display: grid;
	gap: 3.25rem;
	-ms-grid-columns: 48.625rem 1fr;
	grid-template-columns: 48.625rem 1fr;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-single__sidebar {
	margin-top: 6.75rem;
}

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

.p-top-about__inner.l-inner {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	max-width: calc(62.5rem + 6.6666%);
}

.p-top-about__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 180%;
	text-align: justify;
	text-shadow: 0 0 0.25rem #F9F9F9;
}

.p-top-about__button {
	text-align: center;
}

.p-top-message {
	background: #EAEDF4;
	overflow-x: hidden;
	padding-block: 10rem;
}

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

.p-top-message__slideTop,
.p-top-message__slideBottom {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.p-top-message__contents {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	margin-block: 7.5rem;
}

.p-top-message__text {
	font-size: 1.125rem;
	line-height: 180%;
	text-align: justify;
}

.p-top-message__textsLv3 {
	margin-left: auto;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-message__textSmall {
	color: #000;
	font-size: 0.875rem;
	line-height: 180%;
	text-align: justify;
}

.p-top-message__textLv3 {
	color: #000;
	font-size: 1.125rem;
	line-height: 180%;
	text-align: justify;
}

.p-top-message__textLv3Bold {
	font-weight: 500;
	padding-left: 0.75rem;
}

.p-top-message__button {
	text-align: center;
}

.p-top-news {
	background: #EAEDF4;
	padding-block: 6.25rem;
}

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

.p-top-news__contents {
	grid-gap: 3.625rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F9F9F9;
	display: -ms-grid;
	display: grid;
	gap: 3.625rem;
	-ms-grid-columns: 17.5rem 1fr;
	grid-template-columns: 17.5rem 1fr;
	padding: 3rem 1.5625rem 3rem 3rem;
}

.p-top-news__button {
	margin-top: 3.25rem;
}

.p-top-news__item {
	border-top: 0.0625rem solid #EAEDF4;
}

.p-top-news__item:last-child {
	border-bottom: 0.0625rem solid #EAEDF4;
}

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

.p-top-recruit__item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.p-top-voice {
	padding-block: 10rem;
}

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

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

.p-voice__texts {
	margin-inline: auto;
	max-width: 46.25rem;
	width: 100%;
}

.p-voice__text {
	font-size: 1.25rem;
	font-weight: 500;
}

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

.p-voice__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.045em;
	line-height: 180%;
}

.p-voice__lists {
	list-style: decimal;
	margin-inline: auto;
	margin-top: 0.5rem;
	padding-left: 1em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-voice__list {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
}

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

.p-voice__itemsLv2 {
	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-voice__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-voice__img._01,
.p-voice__img._02,
.p-voice__img._03 {
	aspect-ratio: 250/245;
	display: block;
	overflow: hidden;
	width: 15.625rem;
}

.p-voice__img._04 {
	aspect-ratio: 293/245;
	display: block;
	overflow: hidden;
	width: 18.3125rem;
}

.p-voice__img._05 {
	aspect-ratio: 179/245;
	display: block;
	overflow: hidden;
	width: 11.1875rem;
}

.p-voice__img._06 {
	aspect-ratio: 311/245;
	display: block;
	overflow: hidden;
	width: 19.4375rem;
}

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

.p-work01__contents {
	background: #EAEDF4;
	padding: 4rem 7.5rem;
}

.p-work01__items {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3.5rem;
}

.p-work01__item {
	padding-left: 1.9375rem;
	position: relative;
}

.p-work01__item::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.8125rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.5rem;
	z-index: 1;
}

.p-work01__item._01::before {
	background-image: url(../images/order/icon01.svg);
}

.p-work01__item._02::before {
	background-image: url(../images/order/icon02.svg);
}

.p-work01__texts {
	margin-top: 2rem;
	padding-right: 2.5rem;
}

.p-work01__itemText,
.p-work01__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 180%;
}

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

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

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

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

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

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

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

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

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

}

@media (any-hover: hover) {

.c-blog__link:hover {
	opacity: 0.7;
}

.c-blog__link:hover .c-blog__img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.c-button01:hover {
	color: #000;
}

.c-button01:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.c-button01:hover .c-button01__text::before {
	background-color: #000;
}

.c-button02:hover {
	-webkit-box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
	        box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
	color: #000;
}

.c-button02:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.c-button02:hover .c-button02__text::before {
	background-color: #000;
}

.c-button03:hover::after {
	opacity: 1;
}

.c-button03:hover {
	color: #000;
}

.c-button03:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.c-button03:hover .c-button03__text::before {
	background-color: #000;
}

.c-button03:hover .c-button03__svg path {
	fill: #000;
}

.c-button03._tel:hover .c-button03__svg rect {
	fill: #000;
}

.c-card01:hover .c-card01__img img {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}

.c-card02:hover .c-card02__img img {
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}

.c-card06__link:hover {
	opacity: 0.7;
}

.c-card06__link:hover .c-card06__img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.c-form__input:hover {
	-webkit-box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
	        box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.c-form__input._return:hover::before {
	background-image: url(../images/common/arrow-icon-black.svg);
}

.c-single-pagenavi__homeButton a:hover,
.c-single-pagenavi__nextButton:hover,
.c-single-pagenavi__prevButton:hover {
	opacity: 0.7;
}

.p-footer__navLink:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.p-footer__navLinkLv2:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.p-header__link:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

}

@media (hover: hover) {

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

}

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

.c-button01 {
	padding: 0.75rem;
}

.c-button01__text {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	        column-gap: 0;
	-ms-grid-columns: initial;
	grid-template-columns: initial;
}

.c-button01__text span {
	display: none;
}

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

}

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

.p-header__nav {
	padding: 0.625rem 1.25rem 0.875rem;
}

}

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

html {
	font-size: 1.3333333333vw;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

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

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

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

.l-section {
	margin-block: 2.625rem 5rem;
}

.c-blog__link {
	gap: 0.6875rem;
	-ms-grid-columns: 6rem 1fr;
	grid-template-columns: 6rem 1fr;
}

.c-blog._lower .c-blog__link {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-blog__img {
	aspect-ratio: 96/80;
}

.c-blog__svg {
	height: 1rem;
	width: 1rem;
}

.c-blog__title {
	margin-top: 0.5rem;
}

.c-breadcrumb {
	padding-block: 1rem;
}

.c-button01 {
	padding: 0.75rem 1.5rem;
}

.c-button01__text {
	-moz-column-gap: 0.375rem;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	-ms-grid-columns: 1.5rem auto;
	grid-template-columns: 1.5rem auto;
}

.c-button01__text span {
	display: block;
}

.c-button02 {
	font-size: 1rem;
	padding: 0.75rem 1.5rem;
}

.c-button02 svg {
	height: 1.25rem;
	width: 1.25rem;
}

.c-button02._contact {
	padding-right: 3.25rem;
}

.c-button03 {
	padding: 0.75rem 1.5rem;
}

.c-button03 svg {
	height: 1.25rem;
	width: 1.25rem;
}

.c-button03__text {
	-moz-column-gap: 0.5rem;
	-webkit-column-gap: 0.5rem;
	        column-gap: 0.5rem;
}

.c-button03._small .c-button03__text {
	font-size: 1rem;
}

.c-card01__img {
	aspect-ratio: 375/320;
}

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

.c-card02__img {
	aspect-ratio: 375/300;
}

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

.c-card04 {
	max-width: 28.125rem;
	width: 100%;
}

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

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

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

.c-confirmation__itemTerm {
	-webkit-box-pack: initial;
	-webkit-justify-content: initial;
	    -ms-flex-pack: initial;
	        justify-content: initial;
}

.c-confirmation__accent {
	margin-left: 1.125rem;
}

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

.c-definition__description {
	border-top: 0.0625rem solid #0E2FA6;
}

.c-form__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.78125rem;
}

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

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

.c-form__item._top._textarea .c-form__dt {
	margin-top: 0;
}

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

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

.c-form__accent {
	margin-left: 2rem;
}

.c-form__checkbox,
.c-form__ddLink {
	font-size: 0.875rem;
}

.c-form__checkbox {
	margin-left: 0;
}

.c-form__buttons {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.5rem;
	margin-top: 3rem;
}

.c-form__input::before {
	background-size: contain;
	height: 1.25rem;
	width: 1.25rem;
}

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

.c-heading01__titleJp {
	font-size: 2rem;
	margin-top: 0;
}

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

.c-heading01._small .c-heading01__titleJp {
	font-size: 2rem;
}

.c-improvement__inner {
	max-width: 37.5rem;
	padding-inline: 0.78125rem;
}

.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-map {
	aspect-ratio: 375/400;
}

.c-media01__inner.l-inner {
	gap: 3rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	max-width: 37.5rem;
	padding-inline: 1.78125rem;
}

.c-media01__img {
	aspect-ratio: 318/260;
}

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

.c-media02__img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.c-media02__contents {
	display: contents;
}

.c-media02__title {
	margin-inline: auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.c-media02__texts {
	margin-top: 0;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

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

.c-mv::before {
	background-image: url(../images/top/mv-text-sp@2x.webp), url(../images/top/mv-text-sp@2x.png);
	bottom: -1.1875rem;
	height: 9.375rem;
	width: 17.1875rem;
}

.c-mv__slide {
	margin-inline: auto;
	max-width: 37.5rem;
	padding-inline: 1.125rem;
}

.c-personal__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.78125rem;
}

.c-personal__title {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.c-personal__text,
.c-personal__textLv2,
.c-personal__list,
.c-personal__listLv2 {
	font-size: 1rem;
}

.c-persona__lists {
	gap: 2.5rem;
	margin-top: 2.375rem;
}

.c-recaptcha {
	margin-top: 2.5rem;
	text-align: start;
}

.c-single-pagenavi {
	gap: 0.75rem;
}

.c-single-pagenavi__homeButton a {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.3125;
}

.c-single-pagenavi__nextButton,
.c-single-pagenavi__prevButton {
	width: 2.25rem;
}

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

.c-single__pagenavi {
	margin-top: 3.5rem;
}

.c-slide02__img {
	aspect-ratio: 180/120;
}

.c-slide03__img {
	aspect-ratio: 180/120;
}

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

.c-thanks {
	overflow-x: hidden;
}

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

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

.c-thanks .c-thanks__heading {
	text-align: center;
}

.c-thanks__texts {
	margin-top: 5.25rem;
}

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

.c-thanks__button {
	margin-top: 5rem;
}

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

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

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

.wpcf7-list-item {
	margin-left: 0;
}

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

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

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

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

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

.p-cta {
	background-image: url(../images/common/cta-background-sp@2x.webp), url(../images/common/cta-background-sp@2x.jpg);
	padding-block: 2.65625rem;
}

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

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

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

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

.p-facility__content {
	margin-top: 3.5rem;
}

.p-features::before {
	display: none;
}

.p-features__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.78125rem;
}

.p-features__items {
	gap: 2.5rem;
	margin-top: 3.5rem;
}

.p-footer {
	padding-block: 2rem;
}

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

.p-footer__nav {
	display: none;
}

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

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

.p-footer__navItemLv2 {
	text-align: start;
}

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

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

.p-footer__copy small {
	font-size: 0.875rem;
}

.p-header__inner.l-inner {
	max-width: 100%;
	padding: 1.25rem 1rem;
}

.p-header__logo {
	padding-block: 0.75rem 0.25rem;
	width: 10rem;
}

.p-header__nav {
	display: none;
}

.p-header__contactButtons {
	display: none;
}

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

.p-lower-head {
	padding-block: 5.5rem 3.0625rem;
}

.p-lower-head::before {
	background-image: url(../images/common/mv-lower-background-sp@2x.webp), url(../images/common/mv-lower-background-sp@2x.jpg);
}

.p-lower-head__inner {
	padding-inline: 1.125rem;
}

.p-lower-head__titleBlock {
	bottom: 1.25rem;
}

.p-lower-head__title {
	font-size: 2.5rem;
}

.p-lower-head__title::before {
	height: 4.125rem;
}

.p-lower-head._about .p-lower-head__title::before {
	width: 19.5rem;
}

.p-lower-head._blog .p-lower-head__title::before {
	width: 12rem;
}

.p-lower-head._message .p-lower-head__title::before {
	width: 12rem;
}

.p-lower-head._voice .p-lower-head__title::before {
	width: 19.5rem;
}

.p-lower-head._recruit .p-lower-head__title::before {
	width: 12rem;
}

.p-lower-head._order .p-lower-head__title::before {
	width: 19.5rem;
}

.p-lower-head._personal .p-lower-head__title::before {
	width: 22rem;
}

.p-lower-head._improvement .p-lower-head__titleBlock {
	bottom: 1.25rem;
}

.p-lower-head._improvement .p-lower-head__title::before {
	background-image: url(../images/improvement/title-background-sp@2x.webp), url(../images/improvement/title-background-sp@2x.png);
	height: 7.75rem;
	width: 22rem;
}

.p-lower-head._contact .p-lower-head__title::before {
	width: 17rem;
}

.p-lower-head._confirmation .p-lower-head__title::before {
	width: 22rem;
}

.p-lower-head._thanks .p-lower-head__title::before {
	width: 22rem;
}

.p-lower-head._404 .p-lower-head__title::before {
	width: 7.75rem;
}

.p-lower-head__background {
	aspect-ratio: 340/340;
}

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

.p-message__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.1875rem;
}

.p-message__texts {
	margin-top: 3.5rem;
}

.p-message__textsLv3 {
	margin-top: 2rem;
}

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

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

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

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

.p-news__item .c-blog._lower {
	padding-inline: 2.96875rem;
}

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

.p-philosophy__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: 2rem;
	margin-top: 3.5rem;
}

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

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

.p-sidebar__heading {
	font-size: 1.25rem;
	line-height: 1.25;
	text-align: center;
}

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

.p-sidebar__item:nth-child(3) {
	display: none;
}

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

.p-single__contents {
	gap: 5.375rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

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

.p-top-about__inner.l-inner {
	gap: 3.5rem;
	max-width: 37.5rem;
}

.p-top-message {
	padding-block: 5rem;
}

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

.p-top-message__contents {
	gap: 3.5rem;
	margin-block: 4rem;
}

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

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

.p-top-news__contents {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 1.5rem 1rem;
}

.p-top-news__content {
	display: contents;
}

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

.p-top-news__button {
	margin-top: 0;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	text-align: center;
}

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

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

.p-top-voice {
	padding-block: 5rem;
}

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

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

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

.p-voice__items {
	gap: 2rem;
	margin-top: 2.5rem;
}

.p-voice__itemsLv2 {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-voice__img._01,
.p-voice__img._02,
.p-voice__img._03 {
	max-width: 28.125rem;
	width: 100%;
}

.p-voice__img._04 {
	max-width: 28.125rem;
	width: 100%;
}

.p-voice__img._05 {
	max-width: 28.125rem;
	width: 100%;
}

.p-voice__img._06 {
	max-width: 28.125rem;
	width: 100%;
}

.p-work01__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.78125rem;
}

.p-work01__contents {
	padding: 2.5rem 1.25rem;
}

.p-work01 .c-heading01__titleJp {
	font-size: clamp(1.813rem, -0.196rem + 8.571vi, 2rem);
}

.p-work01__items {
	gap: 2.25rem;
	margin-top: 2.5rem;
}

.p-work01__texts {
	margin-top: 1.5rem;
	padding-right: 0;
}

.p-work01__itemText,
.p-work01__text {
	font-size: 1rem;
}

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

.p-work02__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 2.34375rem;
}

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

.p-work02__items {
	gap: 2.4375rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3.375rem;
}

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

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

}

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