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

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

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

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background-color: #FFFFFB;
	color: #2F1A06;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

/* link */

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

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

a:hover {
	opacity: 0.8;
}

/* 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: 7.5rem 10rem;
}

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

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

.l-lower-head {
	margin-top: 6.25rem;
}

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

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

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

.l-top-menu {
	margin-top: 12.1875rem;
}

.l-top-works {
	margin-top: 10.375rem;
}

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

.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: #2F1A06;
	color: #FFFFFB;
	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: #FFFFFB;
	color: #2F1A06;
	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: #FFFFFB;
	color: #2F1A06;
	-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: #FFFFFB;
	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-breadcrumb {
	padding-top: 2.5rem;
}

.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::before {
	-webkit-clip-path: polygon(45% 9%, 75% 51%, 45% 90%, 30% 90%, 60% 50%, 30% 10%);
	background-color: #2F1A06;
	clip-path: polygon(45% 9%, 75% 51%, 45% 90%, 30% 90%, 60% 50%, 30% 10%);
	content: "";
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.625rem;
}

.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: "＞";
	font-size: 0.625rem;
	margin-inline: 0.5rem;
	vertical-align: text-top;
}

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

.c-button {
	background: #2F1A06;
	border: 0.0625rem solid #2F1A06;
	color: #FFFFFB;
	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: #FFFFFB;
	color: #2F1A06;
}

.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: #10478F;
	border-radius: 3rem;
	display: inline-block;
	padding: 0.3125rem;
	position: relative;
}

.c-button01::before {
	background-image: url(../images/common/circle-arrow@2x.webp), url(../images/common/circle-arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.75rem;
}

.c-button01__text {
	border: 0.0625rem dashed #FFFBD8;
	border-radius: 3rem;
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.4375rem 3.9375rem 0.4375rem 1.625rem;
}

.c-button02 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	height: 3.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: 15rem;
}

.c-button02::before {
	background-image: url(../images/common/button-background@2x.webp), url(../images/common/button-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.c-button02__text {
	color: #FFFFFB;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
}

.c-button02__imgBlock {
	width: 1.25rem;
}

.c-button02__img {
	aspect-ratio: 20/20;
	display: block;
	overflow: hidden;
}

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

.c-button03 {
	background: #10478F;
	border-radius: 3rem;
	display: inline-block;
	padding: 0.3125rem;
	position: relative;
}

.c-button03::before {
	background-image: url(../images/common/tel-icon@2x.webp), url(../images/common/tel-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: 1.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

.c-button03__content {
	border: 0.0625rem dashed #FFFBD8;
	border-radius: 2.78125rem;
	padding: 0.4375rem 1rem 0.4375rem 3.6875rem;
}

.c-button03__tel {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.c-button03__text {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 0.28125rem;
	text-align: center;
}

.c-button04 {
	background: #10478F;
	border-radius: 3rem;
	display: inline-block;
	padding: 0.3125rem;
	position: relative;
}

.c-button04::before {
	background-image: url(../images/common/mail-icon@2x.webp), url(../images/common/mail-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: 1.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

.c-button04__content {
	border: 0.0625rem dashed #FFFBD8;
	border-radius: 2.78125rem;
	padding: 0.625rem 1.6875rem 0.3125rem 4.375rem;
}

.c-button04__counseling {
	color: #FFFFFB;
	font-display: swap;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.c-button04__text {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 0.3125rem;
	text-align: center;
}

.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__link {
	background: #FFFFFB;
	border-radius: 0.625rem;
	display: inline-block;
	padding: 1.25rem 1.25rem 1.1875rem;
}

.c-card01__imgBlock {
	overflow: hidden;
	position: relative;
}

.c-card01__imgBlock::before {
	background: rgba(255, 249, 195, 0.8);
	border-radius: 50%;
	bottom: -5.625rem;
	content: "";
	height: 10.0625rem;
	position: absolute;
	right: -1.4375rem;
	width: 10.0625rem;
}

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

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

.c-card01__category {
	bottom: 1.0625rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding-left: 1.1875rem;
	position: absolute;
	right: 1.3125rem;
	right: 0rem;
	text-align: center;
	width: 8.75rem;
}

.c-card01__name,
.c-card01__address {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	margin-left: 0.625rem;
}

.c-card01__name {
	margin-top: 0.6875rem;
}

.c-card02 {
	background: #FFFFFB;
	border-radius: 1rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.5rem;
}

.c-card02__text,
.c-card02__name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
}

.c-card02__text {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.c-card02__name {
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	margin-top: 0.5rem;
}

.c-card03 {
	height: 100%;
}

.c-card03__link {
	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: 100%;
}

.c-card03__img {
	aspect-ratio: 240/240;
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	overflow: hidden;
}

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

.c-card03__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.25rem;
}

.c-card03__date {
	color: #B5B5B5;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.3125rem;
}

.c-card03__category {
	background: #10478F;
	border-radius: 0.25rem;
	color: #FFFFFB;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.3125rem;
	padding: 0.125rem 0.25rem;
}

.c-card03__category._orange {
	background: #FC8415;
}

.c-card03__title {
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	font-size: 1.125rem;
	font-weight: 700;
	height: 100%;
	line-height: normal;
	margin-top: 0.25rem;
}

.c-card03__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	margin-top: 0.4375rem;
	text-align: justify;
}

.c-card04 {
	padding-left: 1.75rem;
	padding-top: 2.875rem;
}

.c-card04__link {
	display: block;
	position: relative;
}

.c-card04__img {
	aspect-ratio: 280/200;
	overflow: hidden;
}

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

.c-card04__text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFBD8;
	border: 0.25rem solid #FFFFFB;
	border-radius: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 4.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: -1.75rem;
	line-height: 140%;
	position: absolute;
	text-align: center;
	top: -3.0625rem;
	width: 13rem;
}

.c-card04__text._large {
	padding-inline: 0.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	word-break: keep-all;
}

.c-card05__link {
	display: inline-block;
	position: relative;
}

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

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

.c-card05__title {
	background: rgba(255, 249, 195, 0.6);
	bottom: 2.5rem;
	content: "";
	font-size: 1.5rem;
	font-weight: 700;
	left: 50%;
	line-height: normal;
	padding-block: 0.625rem 0.6875rem;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-card06__link {
	display: inline-block;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.c-card06__img {
	aspect-ratio: 160/120;
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	overflow: hidden;
}

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

.c-card06__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.25rem;
}

.c-card06__date {
	color: #B5B5B5;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.25rem;
}

.c-card06__category {
	background: #10478F;
	border-radius: 0.25rem;
	color: #FFFFFB;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.3125rem;
	padding: 0.125rem 0.25rem;
}

.c-card06__category._orange {
	background: #FC8415;
}

.c-card06__title {
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	line-height: normal;
	margin-top: 0.25rem;
}

.c-card07 {
	height: 100%;
}

.c-card07__link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.c-card07__img {
	aspect-ratio: 160/120;
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	overflow: hidden;
}

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

.c-card07__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.625rem;
}

.c-category-sidebar {
	background: #FFFFFB;
	border-radius: 0.625rem;
	border-radius: 0.625rem;
	padding: 1.25rem 1.875rem;
}

.c-category-sidebar__title {
	border-bottom: 0.0625rem solid #FC8415;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
	padding-bottom: 0.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-category-sidebar__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.625rem;
}

.c-category-sidebar__item {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 200%;
	padding-left: 1.6875rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-category-sidebar__item::before {
	border: 0.0625rem solid #2F1A06;
	content: "";
	height: 0.75rem;
	left: 0.0625rem;
	position: absolute;
	top: 54%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

.c-category-sidebar__item .c-category-sidebar__link--active::after {
	border-bottom: 0.0625rem solid #2F1A06;
	border-left: 0.0625rem solid #2F1A06;
	content: "";
	height: 0.375rem;
	left: 0.25rem;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.75rem;
}

.c-confirmation {
	padding-block: 10.1875rem 10rem;
}

.c-confirmation__item {
	grid-gap: 8rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 8rem;
	-ms-grid-columns: 14.5rem 1fr;
	grid-template-columns: 14.5rem 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;
	padding-left: 0.625rem;
	position: relative;
}

.c-confirmation__itemTerm::before {
	background: #FC8415;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.c-confirmation__accent {
	background-color: #E01C1C;
	border-radius: 1.875rem;
	color: #FFFFFB;
	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: #E01C1C;
}

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

.c-definition01__item {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: #FFFFFB;
	border-left: 0.0625rem solid #FC8415;
	border-right: 0.0625rem solid #FC8415;
	border-top: 0.0625rem solid #FC8415;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20rem 1fr;
	grid-template-columns: 20rem 1fr;
}

.c-definition01__item:last-child {
	border-bottom: 0.0625rem solid #FC8415;
}

.c-definition01__term {
	-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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
}

.c-definition01__description {
	border-left: 0.0625rem solid #FC8415;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	padding: 2rem 2.5rem;
}

.c-definition01__descriptionTextsLv2 {
	margin-top: 1.375rem;
}

.c-definition01__descriptionLists._lineHeight .c-definition01__descriptionList {
	line-height: 180%;
	list-style-type: disc;
	margin-left: 1em;
}

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

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

.c-definition02__term {
	border-bottom: 0.125rem solid #FC8415;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 1.1875rem;
	text-align: center;
}

.c-definition02__description {
	border-bottom: 0.0625rem solid #FC8415;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 1.1875rem;
	padding-inline: 1.5rem;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FC8415;
	border: 0.125rem solid #FC8415;
	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: 2.75rem;
	-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: 2.75rem;
	z-index: 200;
}

.c-drawer__button::before {
	border-radius: 50%;
	color: #FFFFFB;
	content: "menu";
	display: block;
	font-size: 0.625rem;
	font-weight: 700;
	left: 50%;
	line-height: normal;
	position: absolute;
	text-transform: uppercase;
	top: 73%;
	-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: #FFFFFB;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	top: 0.875rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.375rem;
}

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

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

.c-drawer__button[aria-expanded=true] {
	background: #FFFFFB;
	border: 0.125rem solid #FC8415;
}

.c-drawer__button[aria-expanded=true]::before {
	color: #FC8415;
	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: #FC8415;
	top: 0;
	-webkit-transform: rotate(35deg);
	        transform: rotate(35deg);
}

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

.c-drawer__modal {
	background: #FFFBD8;
	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: #FFFBD8;
	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;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	width: 100vw;
}

.c-drawer__lists {
	grid-gap: 2.5rem 0rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 0rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	padding: 8.9375rem 5.3333333333% 1.125rem;
}

.c-drawer__link {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	padding-left: 2rem;
	position: relative;
	text-transform: capitalize;
}

.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__link._service::before {
	background-image: url(../images/common/service-icon@2x.webp), url(../images/common/service-icon@2x.png);
}

.c-drawer__link._company::before {
	background-image: url(../images/common/company-icon@2x.webp), url(../images/common/company-icon@2x.png);
}

.c-drawer__link._case::before {
	background-image: url(../images/common/case-icon@2x.webp), url(../images/common/case-icon@2x.png);
}

.c-drawer__link._price::before {
	background-image: url(../images/common/price-icon@2x.webp), url(../images/common/price-icon@2x.png);
}

.c-drawer__link._voice::before {
	background-image: url(../images/common/voice-icon@2x.webp), url(../images/common/voice-icon@2x.png);
}

.c-drawer__link._instagram::before {
	background-image: url(../images/common/instagram-icon@2x.webp), url(../images/common/instagram-icon@2x.png);
}

.c-drawer__link._recruit::before {
	background-image: url(../images/common/recruit-icon@2x.webp), url(../images/common/recruit-icon@2x.png);
}

.c-drawer__link._faq::before {
	background-image: url(../images/common/faq-icon@2x.webp), url(../images/common/faq-icon@2x.png);
}

.c-drawer__link._news::before {
	background-image: url(../images/common/news-icon@2x.webp), url(../images/common/news-icon@2x.png);
}

.c-drawer__link._contact::before {
	background-image: url(../images/common/mail-icon-orange@2x.webp), url(../images/common/mail-icon-orange@2x.png);
}

.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-faq__question {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	padding-left: 2rem;
	position: relative;
}

.c-faq__question::before {
	background-image: url(../images/faq/question-icon@2x.webp), url(../images/faq/question-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.8125rem;
	left: 0;
	position: absolute;
	top: -0.125rem;
	width: 1.75rem;
}

.c-faq__answers {
	margin-top: 2.125rem;
	padding-left: 2rem;
	position: relative;
}

.c-faq__answers::before {
	background-image: url(../images/faq/answer-icon@2x.webp), url(../images/faq/answer-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.8125rem;
	left: 0;
	position: absolute;
	top: -0.125rem;
	width: 1.75rem;
}

.c-faq__answer {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
}

.c-fixed-button {
	display: none;
}

.c-fixed-button__link {
	display: inline-block;
}

.c-fixed-buttonPc {
	bottom: 1.25rem;
	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;
	opacity: 0;
	position: fixed;
	right: 1.25rem;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}

.c-fixed-buttonPc.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.c-flow {
	grid-gap: 1rem;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: 2.5rem 1fr;
	grid-template-columns: 2.5rem 1fr;
}

.c-flow__number {
	background: #10478F;
	border-radius: 50%;
	color: #FFFFFB;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.5rem;
	line-height: normal;
	text-align: center;
	width: 2.5rem;
}

.c-flow__contents {
	margin-top: 0.1875rem;
}

.c-flow__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.c-flow__texts {
	margin-top: 0.375rem;
}

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

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

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

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

.c-form__item._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;
	line-height: normal;
	padding-left: 0.625rem;
	position: relative;
}

.c-form__itemText::before {
	background: #FC8415;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.c-form__accent {
	background: #E01C1C;
	border-radius: 1.875rem;
	color: #FFFFFB;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	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__inputBlock {
	background: #10478F;
	border-radius: 3rem;
	display: inline-block;
	padding: 0.1875rem;
}

.c-form__inputBlock._orange {
	background: #FC8415;
}

.c-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #10478F;
	border: 0.0625rem dashed #FFFFFB;
	border-radius: 3rem;
	color: #FFFFFB;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 0.625rem 3.9375rem 0.625rem 1.5625rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-form__input._orange {
	background: #FC8415;
}

.c-form__input::before {
	background-image: url(../images/common/arrow@2x.webp), url(../images/common/arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.75rem;
}

.c-form__input._return {
	border: 0.0625rem dashed #FFFFFB;
	color: #FFFFFB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 2.75rem;
	padding-right: 1rem;
}

.c-form__input {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}

.c-form__input input {
	background: none;
	border: none;
	color: #FFFFFB;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: normal;
	line-height: 160%;
	padding: 0;
}

.c-form__input._return::before {
	background-image: url(../images/common/arrow@2x.webp), url(../images/common/arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	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.25rem;
}

.wpcf7-form-control.wpcf7-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: 1.0625rem;
}

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

.c-form__input._orange::before {
	background-image: url(../images/common/arrow-orange@2x.webp), url(../images/common/arrow-orange@2x.png);
}

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

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

.c-heading--3 {
	border-left: 0.3125rem solid #2F1A06;
	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;
	text-align: center;
}

.c-heading01__jp {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: normal;
}

.c-heading01__en {
	color: #FC8415;
	font-family: "Hind", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: capitalize;
}

.c-heading01._blue .c-heading01__en {
	color: #10478F;
}

.c-heading02 {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4583333333;
	padding-left: 2rem;
	position: relative;
	text-align: center;
}

.c-heading02::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/finger-icon.svg);
	background: #FC8415;
	content: "";
	height: 2rem;
	left: 0;
	mask-image: url(../images/common/finger-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

.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: #2F1A06;
	color: #FFFFFB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	height: 19.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	letter-spacing: 0.3125rem;
	padding-block: 0.3125rem;
	padding-top: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.c-media01 {
	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;
	    grid-template-areas: "content images";
	-ms-grid-columns: 31.25rem 3.75rem 1fr;
	grid-template-columns: 31.25rem 1fr;
}

.c-media01__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: content;
}

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

.c-media01__number {
	color: #FFFFFB;
	font-family: "Hind", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
	padding-inline: 1.125rem;
	position: relative;
	text-align: justify;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.c-media01__number::before {
	background: #FC8415;
	border-radius: 50%;
	content: "";
	height: 3rem;
	left: 51%;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 3rem;
	z-index: -1;
}

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

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

.c-media01__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
}

.c-media01__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: images;
}

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

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

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

.c-media01._reverse {
	    grid-template-areas: "images content";
	-ms-grid-columns: 1fr 3.75rem 31.25rem;
	grid-template-columns: 1fr 31.25rem;
}

.c-media01._large .c-media01__number {
	color: #FFFFFB;
	font-family: "Hind", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
	padding-inline: 1.125rem;
	position: relative;
	text-align: justify;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.c-media01._large .c-media01__number::before {
	background: #FC8415;
	border-radius: 50%;
	content: "";
	height: 3rem;
	left: 51%;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 3rem;
	z-index: -1;
}

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

.c-media02__imgBlock {
	margin-left: calc(50% - 50vw);
	padding-bottom: 1rem;
	width: 100vw;
}

.c-media02__img {
	aspect-ratio: 640/240;
	display: block;
	position: relative;
}

.c-media02__img::before {
	background: #FFFBD8;
	border-radius: 0 1rem 1rem 0;
	bottom: -1rem;
	content: "";
	height: 100%;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: -1rem;
	width: 100vw;
	z-index: -1;
}

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

.c-media02__texts {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	max-width: 31.25rem;
	width: 100%;
}

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

.c-media03 {
	grid-gap: min(4.125rem, 4.5833333333vw);
	display: -ms-grid;
	display: grid;
	gap: min(4.125rem, 4.5833333333vw);
	    grid-template-areas: "texts imgBlock";
	-ms-grid-columns: 31.25rem min(4.125rem, 4.5833333333vw) 1fr;
	grid-template-columns: 31.25rem 1fr;
}

.c-media03__texts {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: texts;
}

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

.c-media03__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: imgBlock;
	margin-top: 0.5rem;
	max-width: 27.125rem;
	width: 100%;
}

.c-media03__img {
	aspect-ratio: 434/320;
	display: block;
	overflow: hidden;
}

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

.c-media03__job {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5625;
	margin-top: 1.25rem;
	text-align: center;
}

.c-media03__name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3888888889;
	text-align: center;
}

.c-mv {
	position: relative;
}

.c-mv__imgBlock {
	position: absolute;
}

.c-mv__img {
	aspect-ratio: 1440/640;
	display: block;
	overflow: hidden;
}

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

.c-mv__contents {
	content: "";
	position: absolute;
	right: 10.5%;
	top: 57%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-mv__subTitle {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 0 0.625rem rgba(16, 71, 143, 0.2);
}

.c-mv__subTitle-small {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
}

.c-mv__title {
	color: #FFFFFB;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.2307692308;
	text-shadow: 0 0 0.625rem rgba(16, 71, 143, 0.2);
}

.c-mv__buttons {
	-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.3125rem;
	margin-top: 4.5rem;
}

.c-privacy {
	padding-block: 7.5rem 10rem;
}

.c-privacy__contentTexts,
.c-privacy__listTexts,
.c-privacy__headerText,
.c-privacy__listText,
.c-privacy__listsLv2,
.c-privacy__listsLv3,
.c-privacy__listsLv4 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
}

.c-privacy__contentTexts,
.c-privacy__listTexts,
.c-privacy__headerText {
	text-transform: capitalize;
}

.c-privacy__contentTexts {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 180%;
	text-align: right;
}

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

.c-privacy__lists,
.c-privacy__list:not(:first-child) {
	margin-top: 2.75rem;
}

.c-privacy__listTitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.c-privacy__listsLv2 {
	list-style-type: decimal;
	margin-left: 1.25rem;
}

.c-privacy__listsLv3 {
	list-style-type: lower-alpha;
	margin-left: 1.375rem;
}

.c-privacy__listsLv4 {
	list-style-type: lower-roman;
	margin-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;
}

.grecaptcha-badge {
	visibility: hidden;
}

.c-scroll-table {
	border-collapse: collapse;
	margin-inline: auto;
	max-width: 58.5rem;
	text-align: center;
	width: 58.5rem;
	width: 100%;
}

.c-scroll-table__header,
.c-scroll-table__data {
	border: 0.125rem solid #FFFFFB;
}

.c-scroll-table__header:first-child,
.c-scroll-table__data:first-child {
	background: #F3FFD8;
}

.c-scroll-table__header:nth-child(2),
.c-scroll-table__data:nth-child(2) {
	background: #FCFFD8;
}

.c-scroll-table__header:nth-child(3),
.c-scroll-table__data:nth-child(3) {
	background: #FFFDD8;
}

.c-scroll-table__header:nth-child(4),
.c-scroll-table__data:nth-child(4) {
	background: #FFF6D8;
}

.c-scroll-table__header:last-child,
.c-scroll-table__data:last-child {
	background: #FFEFD8;
}

.c-scroll-table__header {
	color: #2F1A06;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.0853333333em;
	line-height: 100%;
	padding-block: 0.8125rem;
	text-align: center;
}

.c-scroll-table__data {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: normal;
	padding-block: 0.5rem;
}

.c-scroll-table__data:first-child {
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	width: 7.5rem;
}

.c-scroll-table__data span {
	font-size: 1rem;
}

.c-scroll-table__data:nth-child(2) {
	width: 12.5rem;
}

.c-scroll-table__data:nth-child(3) {
	width: 12.5rem;
}

.c-scroll-table__data:nth-child(4) {
	width: 12.5rem;
}

.c-scroll-table__data:last-child {
	width: 12.5rem;
}

/* .c-scroll-table--scroll */

.c-scroll-table__hint {
	-webkit-animation: scroll-hint-animation 1s infinite ease;
	        animation: scroll-hint-animation 1s infinite ease;
	background: rgba(221, 221, 221, 0.9);
	color: #fff;
	display: block;
	font-weight: bold;
	left: 50%;
	padding: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	word-break: keep-all;
}

.table-container {
	overflow-x: auto;
	position: relative;
}

.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: #FC8415;
	border-radius: 0.75rem;
	color: #FFFFFB;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: normal;
	padding: 1rem 1.5rem;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.c-single-pagenavi__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FC8415;
	border-radius: 0.5rem;
	color: #FFFFFB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 2.625rem;
}

.c-single-pagenavi__homeButton a:hover,
.c-single-pagenavi__link:hover {
	background: #10478F;
	opacity: 1;
}

.c-splide03 .splide__list {
	height: auto;
}

.c-splide03 .splide__slideImg {
	aspect-ratio: 760/400;
	border-radius: 0.5rem;
	display: block;
	overflow: hidden;
}

.c-splide03 .splide__slideThumbnailImg img {
	-o-object-fit: cover;
	aspect-ratio: 240/160;
	border-radius: 0.5rem;
	display: block;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.c-splide03 .splide__slideImg img,
.c-splide03 .splide__slideThumbnailImg {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-splide03 img {
	border-radius: 0.5rem;
}

.c-splide03 .splide__track--nav > .splide__list > .splide__slide.is-active,
.c-splide03 .splide__track--nav > .splide__list > .splide__slide {
	border: none;
}

.c-splide03 .thumbnail-carousel {
	margin-top: 1.25rem;
}

.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 {
	padding-block: 10rem;
}

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

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

.c-thanks__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

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

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

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FFF;
	background: #FFFFFB;
	background-image: none;
	border-radius: 4px; /*↓リセットCSS */
	-webkit-box-shadow: 0px 0px 5px 0px rgba(252, 132, 21, 0.8) inset;
	        box-shadow: 0px 0px 5px 0px rgba(252, 132, 21, 0.8) inset;
	font-family: inherit;
	font-size: 1.125rem;
	padding: 0.71875rem 1.125rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	width: 100%;
}

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

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

[type=radio] {
	display: none;
}

[type=radio] + span {
	color: #2F1A06;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	line-height: 1.5625;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 2rem;
	position: relative;
}

[type=radio] + span::before {
	fill: #FFF;
	background: #FFFFFB;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(252, 132, 21, 0.8) inset;
	        box-shadow: 0px 0px 3px 0px rgba(252, 132, 21, 0.8) inset;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.375rem;
}

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

[type=radio]:checked + span::after {
	background: #FC8415;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.3125rem;
	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: 1rem;
	line-height: 1;
	margin: 0 0.1875rem 0 0;
	padding: 0 0 0 32px;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #FFFFFB;
	border: 1px solid #9B7F6E;
	border-radius: 3px;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.375rem;
}

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

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

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

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

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

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

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

::-moz-placeholder {
	color: #545454; /* 好みの色に変更 */
}

::-webkit-input-placeholder {
	color: #545454; /* 好みの色に変更 */
}

:-ms-input-placeholder {
	color: #545454; /* 好みの色に変更 */
}

::-ms-input-placeholder {
	color: #545454; /* 好みの色に変更 */
}

::placeholder {
	color: #545454; /* 好みの色に変更 */
}

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

.wpcf7-spinner {
	display: none;
}

.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: #FC8415;
	border: none !important;
	border-radius: 0.5rem;
	color: #FBFCFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 600;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-inline: 0.625rem !important;
	padding: 0.1875rem 0.3125rem 0.4375rem 0.3125rem !important;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.5rem;
}

.wp-pagenavi span.current {
	background: #10478F;
	color: #FFFFFB;
}

.wp-pagenavi .previouspostslink {
	font-size: 1rem;
	margin-right: 0.625rem;
	padding: 0.1875rem 0.3125rem !important;
}

.wp-pagenavi .nextpostslink {
	font-size: 1rem;
	margin-left: 0.625rem;
	padding: 0.1875rem 0.3125rem !important;
}

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

.p-404__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.p-404__texts {
	margin-top: 5rem;
}

.p-404__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 180%;
}

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

.p-access {
	padding-block: 4.5625rem 9.4375rem;
}

.p-access__map {
	aspect-ratio: 1440/400;
	display: block;
	margin-top: 6.25rem;
	overflow: hidden;
	width: 100%;
}

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

.p-achievements {
	padding-block: 9.4375rem 15.125rem;
	text-align: center;
}

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

.p-achievements__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.25rem;
}

.p-achievements__img {
	aspect-ratio: 293/391;
	display: block;
	overflow: hidden;
}

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

.p-achievements__text {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5625;
	margin-top: 1rem;
	padding-left: 1rem;
	position: relative;
	word-break: keep-all;
}

.p-achievements__text::before {
	background-image: url(../images/company/arrow-orange@2x.webp), url(../images/company/arrow-orange@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.6875rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.625rem;
}

.p-blog {
	padding-block: 10rem;
}

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

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

.p-blog__button {
	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: 7.5rem;
}

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

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

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

.p-contact {
	padding-block: 11.0625rem 7.5rem;
}

.p-contact__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.09375;
	text-align: center;
}

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

.p-contact__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}

.p-contact__button {
	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: 5.5625rem;
}

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

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

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

.p-cta .c-heading01__en {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-cta .c-heading01__jp {
	font-size: 1.75rem;
	line-height: 1.2;
}

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

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

.p-cta__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 3.5rem;
}

.p-cta02 {
	background-image: url(../images/recruit/cta-background@2x.webp), url(../images/recruit/cta-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.1875rem 4.5rem;
}

.p-cta02 .c-heading01__en {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-cta02 .c-heading01__jp {
	font-size: 1.75rem;
	line-height: 1.2;
}

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

.p-cta02__text {
	font-size: 1rem;
	line-height: 180%;
	text-align: center;
}

.p-cta02__button {
	gap: 5rem;
	margin-top: 3.5rem;
	text-align: center;
}

.p-faq {
	background: #FFFFFB;
	padding-block: 8.125rem 10rem;
}

.p-faq__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: 4.0625rem;
}

.p-flow {
	background: #fff7c9;
	padding-bottom: 8.125rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-flow::before {
	background-image: url(../images/service/circle-background@2x.webp), url(../images/service/circle-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22.5625rem;
	left: 50%;
	position: absolute;
	top: -14%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30rem;
	z-index: -1;
}

.p-flow__title {
	left: 50%;
	position: absolute;
	top: -4.5625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-flow__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: 1.75rem;
	margin-top: 4rem;
}

.p-footer {
	background: #F5F9F9;
	padding-block: 5rem;
}

.p-footer__logo {
	display: inline-block;
	width: 15.5625rem;
}

.p-footer__img {
	aspect-ratio: 249/61;
	display: block;
	overflow: hidden;
}

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

.p-footer__address {
	margin-top: 0.875rem;
	padding-bottom: 2.6875rem;
}

.p-footer__addressText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

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

.p-footer__navItems {
	border-top: 0.125rem solid #10478F;
	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;
	padding-top: 2.75rem;
}

.p-footer__navLink {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	position: relative;
	text-transform: capitalize;
}

.p-footer__navLink::before {
	background: #2F1A06;
	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;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.p-footer__copy {
	margin-top: 2.875rem;
	text-align: center;
}

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

.p-footer._contact {
	padding-block: 3rem 2.5rem;
}

.p-footer._contact .p-footer__address,
.p-footer._contact .p-footer__navItems {
	display: none;
}

.p-footer._contact .p-footer__copy {
	border-top: 0.125rem solid #10478F;
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-greeting {
	padding-top: 10rem;
}

.p-greeting__content {
	margin-top: 6.25rem;
}

.p-guideline {
	background: #fff7c9;
	padding-bottom: 10rem;
	position: relative;
}

.p-guideline::before {
	background-image: url(../images/service/circle-background@2x.webp), url(../images/service/circle-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22.5625rem;
	left: 50%;
	position: absolute;
	top: -5%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30rem;
	z-index: -1;
}

.p-guideline__title {
	left: 50%;
	position: absolute;
	top: -5.5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-guideline__content {
	padding-top: 7.1875rem;
}

.p-guideline__content .c-definition01__description {
	line-height: 180%;
}

.p-header {
	padding-block: 1.25rem 4.375rem;
	position: fixed;
	width: 100%;
}

.p-header__bg {
	background-image: url(../images/common/header-background02@2x.webp), url(../images/common/header-background02@2x.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	z-index: -10;
}

.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(86.25rem + 6.6666%);
}

.p-header__logo {
	position: relative;
	text-align: center;
	z-index: 1000;
}

.p-header__link {
	display: inline-block;
	width: 13.75rem;
}

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

.p-header__list {
	position: relative;
}

.p-header__navLink::before {
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.p-header__navLink._is-active::before {
	-webkit-transform: translate(-50%, -50%) scale(1); /* Safari用 */
	-moz-transform: translate(-50%, -50%) scale(1); /* Firefox用 */
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
	-moz-transition: transform 0.3s ease, opacity 0.3s ease;
	background: #FFFFFB;
	border-radius: 50%;
	content: "";
	height: 6rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 6rem;
	z-index: -1;
}

.p-header__navLink::before {
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
	-moz-transition: transform 0.3s ease, opacity 0.3s ease;
	background: #FFFFFB;
	border-radius: 50%;
	content: "";
	height: 6rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	        transform: translate(-50%, -50%) scale(0.8);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 6rem;
	z-index: -1;
}

.p-header__navLink:hover::before,
.p-header__navLink._is-active::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.p-header__imgBlock {
	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-header__img {
	aspect-ratio: 36/36;
	display: block;
	overflow: hidden;
	width: min(1.75rem, 1.9444444444vw);
}

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

.p-header__text {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.25rem;
	text-align: center;
	text-transform: capitalize;
	word-break: keep-all;
}

.p-header__drawer {
	display: none;
}

.p-header__navLink {
	opacity: 1 !important;
	opacity: initial !important;
}

.p-instagram {
	padding-block: 6.3125rem 7.5rem;
	position: relative;
}

.p-instagram__button {
	margin-top: 4rem;
	text-align: center;
}

.p-lower-head {
	display: -ms-grid;
	display: grid;
	place-items: center;
	position: relative;
}

.p-lower-head::before {
	background: rgba(84, 83, 83, 0.4);
	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;
	text-align: center;
	z-index: 1;
}

.p-lower-head__title {
	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;
	position: relative;
}

.p-lower-head__titleJa {
	color: #DBF8F8;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: normal;
	margin-top: -2.25rem;
	text-align: center;
	text-shadow: 0 0 0.625rem rgba(47, 26, 6, 0.5);
}

.p-lower-head__titleEn {
	color: #FFFBD8;
	font-family: "Hind", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
	text-transform: capitalize;
}

.p-lower-head__title._normal .p-lower-head__titleEn {
	text-transform: inherit;
}

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

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

.p-main {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-merit {
	padding-block: 9.4375rem 14.9375rem;
}

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

.p-message {
	padding-top: 10.875rem;
}

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

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

.p-message__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
}

.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-navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 10;
}

.p-outline {
	background: #fff8d0;
	padding-bottom: 4.875rem;
	position: relative;
}

.p-outline::before {
	background-image: url(../images/service/circle-background@2x.webp), url(../images/service/circle-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22.5625rem;
	left: 50%;
	position: absolute;
	top: -12%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30rem;
	z-index: -1;
}

.p-outline__title {
	left: 50%;
	position: absolute;
	top: -5.625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-outline__content {
	padding-top: 7.375rem;
}

.p-pg-company__background {
	background-image: url(../images/company/section-background@2x.webp), url(../images/company/section-background@2x.png);
	background-position: 100% -8%;
	background-repeat: no-repeat;
	background-size: 100% 220%;
	height: 255.2777777778%;
	position: relative;
	width: 100%;
}

.p-pg-instagram {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -18%;
	background-repeat: no-repeat;
	background-size: 100% 250%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-pg-news {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -18%;
	background-repeat: no-repeat;
	background-size: 100% 250%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-pg-price {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -28%;
	background-repeat: no-repeat;
	background-size: 100% 180%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-pg-recruit__background {
	background-image: url(../images/recruit/section-background@2x.webp), url(../images/recruit/section-background@2x.png);
	background-position: 100% -15%;
	background-repeat: no-repeat;
	background-size: 100% 174%;
	height: 233.2291666667%;
	position: relative;
	width: 100%;
}

.p-pg-service__button {
	padding-top: 6rem;
}

.p-pg-service__background {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -8%;
	background-repeat: no-repeat;
	background-size: 100% 127%;
	height: 308.5416666667%;
	position: relative;
	width: 100%;
}

.p-pg-voice {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -13%;
	background-repeat: no-repeat;
	background-size: 100% 210%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-pg-works {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -18%;
	background-repeat: no-repeat;
	background-size: 100% 210%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-pg-worksSingle {
	background-image: url(../images/service/section-background@2x.webp), url(../images/service/section-background@2x.png);
	background-position: 100% -26%;
	background-repeat: no-repeat;
	background-size: 100% 210%;
	height: 103.2638888889%;
	position: relative;
	width: 100%;
}

.p-reference {
	padding-block: 10rem 9.5rem;
}

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

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

.p-reference__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 180%;
	text-align: center;
}

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

.p-reference__wrapper {
	margin-top: 9.875rem;
}

.p-reference__container::before {
	content: "";
	display: block;
	height: 7.5rem;
	margin-top: -7.5rem;
	visibility: hidden;
}

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

.p-reference__subTitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

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

.p-sealing {
	padding-bottom: 16.1875rem;
	padding-top: 7.1875rem;
}

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

.p-sealing__text {
	margin-top: 5rem;
	text-align: center;
}

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

.p-single {
	padding-block: 8.75rem 10rem;
}

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

.p-single__meta {
	-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: 1rem;
}

.p-single__date {
	color: #B5B5B5;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.p-single__categoryLink {
	background: #10478F;
	border-radius: 0.25rem;
	color: #FFFFFB;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 0.25rem 0.5rem;
}

.p-single__categoryLink._orange {
	background: #FC8415;
}

.p-single__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.125rem;
}

.p-single__contents {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr 11.25rem;
	grid-template-columns: 1fr 11.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.5rem;
}

.p-single__content img {
	border-radius: 0.5rem;
	margin-bottom: 2.5rem;
}

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

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

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

.p-single__items {
	margin-top: 1.5rem;
	padding-inline: 0.25rem;
}

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

.p-top-background {
	background-image: url(../images/top/section-background@2x.webp), url(../images/top/section-background@2x.png);
	background-position: 100% -22%;
	background-repeat: no-repeat;
	background-size: 100% 127%;
	height: 273.4375rem;
	height: 303.8194444444%;
	position: relative;
	width: 100%;
}

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

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

.p-top-media__container {
	grid-gap: 4.5rem;
	display: -ms-grid;
	display: grid;
	gap: 4.5rem;
	    grid-template-areas: "img contents";
	-ms-grid-columns: 29.75rem 4.5rem 1fr;
	grid-template-columns: 29.75rem 1fr;
}

.p-top-media__img {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	aspect-ratio: 476/352;
	display: block;
	grid-area: img;
	overflow: hidden;
}

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

.p-top-media__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: contents;
	margin-top: 1.4375rem;
	max-width: 31.25rem;
	width: 100%;
}

.p-works__contents > .p-top-media__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-top-media__title {
	font-family: "Hind", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

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

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

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

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

.p-top-menu__button {
	margin-top: 6.25rem;
	text-align: center;
}

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

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

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

.p-top-news__button {
	margin-top: 4.5rem;
	text-align: center;
}

.p-top-price {
	background: #fef8ca;
	padding-bottom: 4.5rem;
	padding-top: 0.0625rem;
	position: relative;
}

.p-top-price::before {
	background-image: url(../images/common/circle-background@2x.webp), url(../images/common/circle-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 16.75rem;
	left: 50%;
	position: absolute;
	top: -23%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 21.5rem;
}

.p-top-price__title {
	margin-top: -2.375rem;
	position: relative;
	z-index: 10;
}

.p-top-price__texts {
	margin-top: 3.1875rem;
	position: relative;
	z-index: 10;
}

.p-top-price__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
}

.p-top-price__button {
	margin-top: 3.5rem;
	text-align: center;
}

.p-top-reason {
	padding-top: 3.125rem;
}

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

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

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

.p-top-recruit__contents {
	margin-left: auto;
	max-width: 40.75rem;
	width: 100%;
}

.p-top-recruit__texts {
	margin-top: 4.5rem;
}

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

.p-top-recruit__imgBlock {
	content: "";
	inset: 0;
	position: absolute;
}

.p-top-recruit__button {
	margin-top: 4.5rem;
	text-align: center;
}

.p-top-voice {
	background: #FFFDED;
	padding-block: 4.4375rem 6.9375rem;
}

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

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

.p-top-voice__button {
	margin-top: 4rem;
	text-align: center;
}

.p-top-works {
	overflow-x: clip;
	padding-bottom: 13.5rem;
}

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

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

.p-top-works__items {
	display: none;
}

.p-top-works__button {
	margin-top: 6.3125rem;
	text-align: center;
}

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

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

.p-waterproofing {
	padding-top: 9.6875rem;
}

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

.p-waterproofing__text {
	margin-top: 5rem;
	text-align: center;
}

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

.p-waterproofing02 {
	padding-top: 9.6875rem;
}

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

.p-waterproofing02__text {
	margin-top: 5rem;
	text-align: center;
}

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

.p-waterproofing02__subTitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.2916666667;
	margin-top: 5rem;
	text-align: center;
}

.p-waterproofing02__subTitle-large {
	color: #FC8415;
	font-size: 2rem;
	line-height: 1.71875;
}

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

.p-waterproofing02__subText {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
}

.p-works-single {
	padding-block: 10rem;
}

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

.p-works-single__category {
	background: #FFFBD8;
	border-radius: 1.25rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.3125rem 0.625rem 0.25rem;
}

.p-works-single__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1rem;
}

.p-works-single__contents {
	grid-gap: min(5rem, 5.5555555556vw);
	display: -ms-grid;
	display: grid;
	gap: min(5rem, 5.5555555556vw);
	-ms-grid-columns: 1fr 11.25rem;
	grid-template-columns: 1fr 11.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 1.25rem;
}

.p-works-single__dl {
	margin-top: 6.125rem;
}

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

.p-works-single__subTitle {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333333333;
	margin-top: 5rem;
	text-align: center;
}

.p-works-single__items {
	margin-top: 1.5rem;
}

.p-works-single__item:nth-child(n+2) {
	margin-top: 2.5rem;
}

.p-works {
	padding-block: 10rem;
}

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

.p-works__contents {
	grid-gap: min(5rem, 5.5555555556vw);
	display: -ms-grid;
	display: grid;
	gap: min(5rem, 5.5555555556vw);
	    grid-template-areas: "contents category";
	-ms-grid-columns: 1fr min(5rem, 5.5555555556vw) 11.25rem;
	grid-template-columns: 1fr 11.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 1.25rem;
}

.p-works__items {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	grid-area: contents;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-works__contents > .p-works__items {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-works__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-works__subTitle {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333333333;
	margin-top: 5rem;
	text-align: center;
}

.p-works__sidebar {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: category;
}

.p-voice__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: 7.5rem;
}

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

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

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

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

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

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

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

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

}

@media (hover: hover) {

.c-category-sidebar__item:hover {
	opacity: 0.8;
}

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

}

@media (any-hover: hover) {

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

.wp-pagenavi a:hover {
	background-color: #10478F;
	border-color: #ccc;
	color: #FFFFFB;
	opacity: 1;
}

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

}

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

.p-header__link {
	width: 12.5rem;
}

}

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

html {
	font-size: 1.6vw;
}

.l-lower-head {
	margin-top: 6.125rem;
}

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

.c-mv__subTitle {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.c-mv__subTitle-small {
	font-size: 1.25rem;
	line-height: 1.6;
}

.c-mv__title {
	font-size: 2.5rem;
	line-height: 1.2;
}

.c-mv__buttons {
	gap: 1.5rem;
	margin-top: 3rem;
}

.p-header__link {
	width: 11.25rem;
}

.p-header__img {
	width: 1.75rem;
}

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

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

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

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

.l-lower-head {
	margin-top: 3.75rem;
}

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

.l-top-menu {
	margin-top: 7.25rem;
}

.l-top-works {
	margin-top: 7.25rem;
}

.c-breadcrumb {
	padding-top: 2rem;
}

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

.c-button03__content {
	padding: 0.4375rem 1rem 0.4375rem 4.0625rem;
}

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

.c-button04__content {
	padding: 0.4375rem 1.4375rem 0.4375rem 4.5625rem;
}

.c-button04__counseling {
	font-size: 1.0625rem;
}

.c-card03__link {
	text-align: left;
}

.c-card04 {
	padding-left: 0;
}

.c-card04__link {
	margin-inline: auto;
	max-width: 83.5820895522%;
	width: 100%;
}

.c-card06__link {
	text-align: left;
}

.c-card07__link {
	text-align: left;
}

.c-category-sidebar {
	padding: 1.25rem 1.6875rem;
}

.c-category-sidebar__title {
	width: 100%;
}

.c-category-sidebar__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0rem 2rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.c-category-sidebar__items:nth-child(2) {
	margin-top: 1.25rem;
}

.c-category-sidebar__item {
	font-size: 1rem;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
}

.c-category-sidebar__item::before {
	height: 0.75rem;
	width: 0.75rem;
}

.c-category-sidebar__item .c-category-sidebar__link--active::after {
	height: 0.375rem;
	top: 45%;
	width: 0.75rem;
}

.c-confirmation {
	padding-block: 5rem 10rem;
}

.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-definition01__item {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-definition01__term {
	background-color: #f5f5f5;
	border-bottom: 0.0625rem solid #FC8415;
	padding-block: 1rem;
}

.c-definition01__description {
	border-left: none;
	padding: 1rem 0.625rem 1rem 1rem;
}

.c-definition02__item {
	gap: 0.5rem;
	-ms-grid-columns: 8rem 1fr;
	grid-template-columns: 8rem 1fr;
}

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

.c-definition02__term {
	border-bottom: 0.1875rem solid #FC8415;
	font-size: 1rem;
	padding-bottom: 0.625rem;
}

.c-definition02__description {
	font-size: 1rem;
	padding-bottom: 0.5625rem;
}

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

.c-faq__answerSmall {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-fixed-button {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	opacity: 1;
	position: fixed;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	visibility: visible;
	z-index: 9999;
}

.c-fixed-button.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.c-fixed-button__item {
	width: 50%;
}

.c-fixed-buttonPc {
	display: none;
}

.c-flow {
	gap: 0.4375rem;
}

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

.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__accent {
	margin-left: 1.125rem;
}

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

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

.c-heading01__en {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.c-heading02 {
	font-size: 1.25rem;
	line-height: 1.75;
}

.c-heading02::before {
	top: 0.1875rem;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
}

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

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

.c-media01 {
	gap: 0;
	-ms-grid-rows: auto 0 auto;
	    grid-template-areas: "content" "images";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media01__content {
	display: contents;
}

.c-media01__number {
	font-size: 1.5rem;
	padding-inline: 0.8125rem;
	text-align: justify;
}

.c-media01__number::before {
	height: 2rem;
	width: 2rem;
}

.c-media01__number::after {
	background: #FFFFFB;
	border-radius: 50%;
	content: "";
	height: 2.1875rem;
	height: 2.1875rem;
	left: 51%;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2.1875rem;
	width: 2.1875rem;
	z-index: -2;
}

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

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

.c-media01__imgBlock {
	margin-top: -1.1875rem;
}

.c-media01__img {
	aspect-ratio: 335/240;
}

.c-media01._reverse {
	-ms-grid-rows: auto 3.75rem auto;
	    grid-template-areas: "content" "images";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media01._large .c-media01__imgBlock {
	margin-left: auto;
	margin-top: -1.8125rem;
	width: 95.223880597%;
}

.c-media01._large .c-media01__img {
	aspect-ratio: 319/240;
}

.c-media01._large .c-media01__title {
	font-size: 1.5rem;
	margin-left: auto;
	width: 95.223880597%;
}

.c-media01._large .c-media01__texts {
	margin-left: auto;
	width: 95.223880597%;
}

.c-media02 {
	display: block;
}

.c-media02__imgBlock {
	padding-right: 5.3333333333%;
}

.c-media02__img {
	aspect-ratio: 355/240;
}

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

.c-media03 {
	gap: 3rem;
	-ms-grid-rows: auto 3rem auto;
	    grid-template-areas: "imgBlock" "texts";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media03__imgBlock {
	margin-top: 0;
	max-width: 100%;
}

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

.c-mv__img {
	aspect-ratio: 375/640;
	aspect-ratio: unset;
}

.c-mv__img img {
	height: 100svh;
	height: calc(100vh - 5rem);
}

.c-mv__contents {
	display: contents;
}

.c-mv__heading {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 3.5625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-mv__subTitle-small {
	font-size: 1rem;
}

.c-mv__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.c-mv__buttons {
	bottom: 3rem;
	gap: 1.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-privacy {
	padding-block: 5rem 10rem;
}

.c-privacy__listsLv2 {
	margin-left: 1.5rem;
}

.c-privacy__listsLv3 {
	margin-left: 1.5rem;
}

.c-privacy__listsLv4 {
	margin-left: 1.5rem;
}

.c-recaptcha {
	margin-top: 2.5rem;
	text-align: start;
	word-break: auto-phrase;
}

.c-scroll-table {
	width: 46rem;
}

.c-scroll-table__data:first-child {
	width: 8.875rem;
}

.c-scroll-table__data:nth-child(2) {
	width: 8.875rem;
}

.c-scroll-table__data:nth-child(3) {
	width: 8.875rem;
}

.c-scroll-table__data:nth-child(4) {
	width: 8.875rem;
}

.c-scroll-table__data:last-child {
	width: 8.875rem;
}

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

.c-single-pagenavi__homeButton a {
	font-size: 1.125rem;
}

.c-splide03 .splide__slideImg {
	aspect-ratio: 355/240;
}

.c-splide03 .splide__slideThumbnailImg img {
	aspect-ratio: 107/80;
	border-radius: 0.25rem;
}

.c-splide03 img {
	border-radius: 0.25rem;
}

.c-splide03 .thumbnail-carousel {
	margin-top: 1rem;
}

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

.c-thanks {
	padding-block: 5rem 10rem;
}

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

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

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

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

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

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

.p-404__texts {
	margin-top: 3.5rem;
}

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

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

.p-access {
	padding-block: 3.1875rem 9.5rem;
}

.p-access__map {
	aspect-ratio: 375/240;
	margin-top: 4rem;
}

.p-achievements {
	padding-block: 7.25rem 8.5625rem;
	text-align: left;
}

.p-achievements__inner.l-inner {
	max-width: 37.5rem;
	padding-left: calc(1.328125rem + 5.3333333333%);
	padding-right: calc(1.328125rem + 5.3333333333%);
}

.p-achievements__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 4rem;
}

.p-blog {
	padding-block: 5rem 8.75rem;
}

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

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

.p-blog__button {
	margin-top: 4.875rem;
}

.p-blog .c-card03__title {
	font-size: 1rem;
	margin-top: 0.375rem;
}

.p-blog .c-card03__text {
	font-size: 0.875rem;
	line-height: 160%;
	margin-top: 0.375rem;
}

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

.p-contact {
	padding-block: 5rem 5rem;
}

.p-contact__title {
	font-size: 1.25rem;
	line-height: 1.75;
}

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

.p-contact__text {
	font-size: 1rem;
	line-height: 180%;
}

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

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

.p-cta {
	padding-block: 3.3125rem 3.5rem;
}

.p-cta .c-heading01__en {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}

.p-cta .c-heading01__jp {
	font-size: 1.5rem;
	line-height: 1.2;
}

.p-cta__texts {
	margin-top: 3.75rem;
}

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

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

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

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

.p-faq {
	padding-block: 5.25rem 10rem;
}

.p-faq__items {
	gap: 3.1875rem;
}

.p-flow {
	padding-bottom: 10rem;
}

.p-flow::before {
	height: 10.125rem;
	top: -3%;
	width: 13rem;
}

.p-flow__title {
	top: -1.5rem;
}

.p-flow__items {
	gap: 2.625rem;
	margin-top: 3.75rem;
}

.p-footer {
	padding-block: 3.5rem 4rem;
}

.p-footer__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-inline: auto;
	width: 12.5rem;
}

.p-footer__address {
	margin-top: 3.25rem;
	padding-bottom: 0.4375rem;
}

.p-footer__addressText {
	line-height: 1.9;
}

.p-footer__addressText-small {
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.p-footer__navItems {
	display: none;
}

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

.p-footer._contact {
	padding-block: 3.5rem 4rem;
}

.p-greeting {
	padding-top: 5rem;
}

.p-greeting__content {
	margin-top: 4rem;
}

.p-guideline::before {
	height: 11.25rem;
	top: -2.2%;
	width: 15rem;
}

.p-guideline__inner.l-inner {
	padding-inline: 0.8125rem;
}

.p-guideline__title {
	top: -2.0625rem;
}

.p-guideline__content {
	padding-top: 6.5625rem;
}

.p-guideline__content .c-definition01__term,
.p-guideline__content .c-definition01__description {
	font-size: 1rem;
}

.p-header {
	padding-block: 1.125rem 2.25rem;
	padding-block: 0.5rem 1.5rem;
}

.p-header__bg {
	background-image: url(../images/common/header-background01-sp@2x.webp), url(../images/common/header-background01-sp@2x.png);
}

.p-header__logo {
	display: inline-block;
	text-align: left;
}

.p-header__link {
	width: 11.25rem;
}

.p-header__nav {
	display: none;
}

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

.p-instagram {
	padding-block: 5rem 5rem;
}

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

.p-lower-head__title {
	margin-top: -1.875rem;
}

.p-lower-head__titleJa {
	font-size: 2.5rem;
	margin-top: -1.125rem;
}

.p-lower-head__titleEn {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

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

.p-lower-head__title._small .p-lower-head__titleJa {
	font-size: 2rem;
}

.p-merit {
	padding-block: 7.5rem;
}

.p-merit__items {
	gap: 3.75rem;
	margin-top: 2rem;
}

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

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

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

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

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

.p-outline {
	padding-bottom: 4.25rem;
}

.p-outline::before {
	height: 10.125rem;
	top: -3%;
	width: 13rem;
}

.p-outline__inner.l-inner {
	padding-inline: 0.78125rem;
}

.p-outline__title {
	top: -1.375rem;
}

.p-outline__content {
	padding-top: 7.5rem;
}

.p-pg-company__background {
	background-image: url(../images/company/section-background-sp@2x.webp), url(../images/company/section-background-sp@2x.png);
	background-position: 100% -1%;
	background-size: 100% 312%;
}

.p-pg-instagram {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -17.5%;
	background-size: 100% 303%;
}

.p-pg-news {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -17.5%;
	background-size: 100% 303%;
}

.p-pg-price {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -2.5%;
	background-size: 100% 303%;
}

.p-pg-recruit__background {
	background-image: url(../images/recruit/section-background-sp@2x.webp), url(../images/recruit/section-background-sp@2x.png);
	background-position: 100% -27%;
	background-size: 100% 172%;
}

.p-pg-service__button {
	padding-top: 4rem;
}

.p-pg-service__background {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -10%;
	background-size: 100% 133%;
}

.p-pg-voice {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -8.5%;
	background-size: 100% 303%;
}

.p-pg-works {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -8%;
	background-size: 100% 303%;
}

.p-pg-worksSingle {
	background-image: url(../images/service/section-background-sp@2x.webp), url(../images/service/section-background-sp@2x.png);
	background-position: 100% -8%;
	background-size: 100% 303%;
}

.p-reference {
	padding-block: 5rem 10rem;
}

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

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

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

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

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

.p-reference__container::before {
	height: 5rem;
	margin-top: -5rem;
}

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

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

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

.p-sealing {
	padding-bottom: 10.8125rem;
}

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

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

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

.p-single {
	padding-block: 5rem 10rem;
}

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

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

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

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

.p-single__contents {
	gap: 6.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.p-single__content img {
	margin-bottom: 1.25rem;
}

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

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

.p-single__sidebar .c-card06__img {
	aspect-ratio: 160/160;
}

.p-single__items {
	grid-gap: 3rem 2rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem 2rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 0;
}

.p-single__item:nth-child(n+2) {
	margin-top: 0;
	margin-top: initial;
}

.p-top-background {
	background-image: url(../images/top/section-background-sp@2x.webp), url(../images/top/section-background-sp@2x.png);
	background-position: 100% -53%;
	background-size: 100% 133%;
}

.p-top-media {
	background-image: url(../images/top/media-background-sp@2x.jpg);
	padding-block: 6.0625rem 5.0625rem;
	padding-block: 6.0625rem 4.625rem;
}

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

.p-top-media__container {
	gap: 1.8125rem;
	-ms-grid-rows: auto 1.8125rem auto;
	    grid-template-areas: "contents" "img";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-media__img {
	aspect-ratio: 335/260;
}

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

.p-top-media__title {
	font-size: 1.25rem;
}

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

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

.p-top-menu__item .c-card05__link {
	margin-inline: auto;
	max-width: 80vw;
	width: 100%;
}

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

.p-top-news {
	background: #FFFDED;
}

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

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

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

.p-top-news__item .c-card03__link {
	margin-inline: auto;
	max-width: 64vw;
	text-align: left;
	width: 100%;
}

.p-top-price {
	padding-bottom: 3.875rem;
}

.p-top-price::before {
	height: 10.125rem;
	top: -11%;
	width: 13rem;
}

.p-top-price__texts {
	margin-top: 2.875rem;
}

.p-top-price__text {
	text-align: justify;
}

.p-top-reason {
	padding-top: 4.6875rem;
}

.p-top-reason__items {
	gap: 2.8125rem;
	margin-top: 3.375rem;
}

.p-top-recruit {
	background: #FFFBD8;
}

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

.p-top-recruit__contents {
	margin-left: 0;
	margin-left: initial;
	max-width: 37.5rem;
}

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

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

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

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

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

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

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

.p-top-works {
	padding-bottom: 8.1875rem;
}

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

.p-top-works__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: 3rem;
	margin-top: 4rem;
}

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

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

.p-voice__items {
	gap: 3.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-waterproofing {
	padding-top: 7.25rem;
}

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

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

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

.p-waterproofing02 {
	padding-top: 7.25rem;
}

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

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

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

.p-waterproofing02__subTitle {
	font-size: 1.125rem;
	line-height: normal;
	margin-top: 4rem;
}

.p-waterproofing02__subTitle-large {
	font-size: 1.5rem;
	line-height: normal;
}

.p-waterproofing02__subTexts {
	margin-top: 1.5rem;
	text-align: left;
}

.p-waterproofing02__subText {
	font-size: 1rem;
	line-height: 180%;
}

.p-works-single {
	padding-block: 5.3125rem 10rem;
}

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

.p-works-single__contents {
	gap: 6.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.p-works-single__dl {
	margin-top: 3.1875rem;
}

.p-works-single__pagenavi {
	margin-top: 5rem;
}

.p-works-single__subTitle {
	margin-top: 6rem;
	text-align: left;
}

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

.p-works-single__item:nth-child(n+2) {
	margin-top: 0;
}

.p-works {
	padding-block: 5rem 10rem;
}

.p-works__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.375rem;
}

.p-works__contents {
	gap: 6.25rem;
	-ms-grid-rows: auto 6.25rem auto;
	    grid-template-areas: "category" "contents";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.p-works__items {
	gap: 3.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-works__pagenavi {
	margin-top: 6.875rem;
}

.p-works__subTitle {
	margin-top: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-works__contents > .p-top-media__contents {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

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

.p-works__contents > .p-works__items {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

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

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

}

@keyframes splide-loading {

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

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

}

@-webkit-keyframes scroll-hint-animation {

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

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

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

}

@keyframes scroll-hint-animation {

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

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

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

}

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