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

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

@font-face {
	font-family: "MOBO";
	font-style: normal;
	font-weight: normal;
	src: url("../font/MOBO.otf") format("opentype");
}

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

html {
	font-size: 16px;
	scroll-padding-top: 12.5rem;
}

body {
	background-color: #FAFAFA;
	color: #342828;
	font-family: "Outfit", "Hiragino Sans", sans-serif;
}

/* 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-access {
	margin-top: 10rem;
}

.l-bg {
	background: #FCDB4B;
}

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

.l-footer {
	padding-top: 10rem;
}

.l-footer._nesSingle,
.l-footer._works-single,
.l-footer._contact,
.l-footer._protection,
.l-footer._privacy,
.l-footer._404 {
	padding-top: 11.25rem;
}

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

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

.l-inner._small {
	max-width: calc(1100px + 6.6666%);
}

.l-messageBlock {
	background: url(../images/company/message-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 86%;
	margin-top: -35.625rem;
	margin-top: -39.5833333333vw;
	padding-top: 15.625rem;
	position: relative;
	z-index: 100;
}

.l-mv {
	height: calc(1vh * 100);
	height: calc(var(--real-vh, 1vh) * 100); /* カスタムプロパティで高さを設定 */
	padding-top: min(6.5rem, 7.2222222222vw);
	position: relative;
}

.l-outline {
	margin-top: 12.8125rem;
}

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

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

.l-section._negativeLarge {
	margin-top: -24.3055555556vw;
}

.l-section._negativeLarge2 {
	margin-top: -40.2777777778vw;
}

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

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

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

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

.l-waterproofing {
	margin-top: 17.6875rem;
}

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

.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: #342828;
	color: #FAFAFA;
	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: #FAFAFA;
	color: #342828;
	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: #FAFAFA;
	color: #342828;
	-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: #FAFAFA;
	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-block: 0.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: 400;
	line-height: normal;
	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: #342828;
	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;
}

.c-button {
	background: #2C5FC0;
	border-radius: 3.75rem;
	color: #FAFAFA;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	padding: 1.5rem 3.125rem 1.5rem 2rem;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-button::before {
	-webkit-mask-image: url(../images/common/arrow-icon.svg);
	background: #FAFAFA;
	content: "";
	height: 0.5625rem;
	mask-image: url(../images/common/arrow-icon.svg);
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0.5rem;
}

.c-button._contact {
	padding: 1.5rem 3.875rem 1.5rem 2.5rem;
}

.c-button._contact._blue {
	background: #2C5FC0;
	color: #FAFAFA;
}

.c-button._contact._blue::before {
	background: #FAFAFA;
}

.c-button._yellow {
	background: #FD0;
	color: #342828;
}

.c-button._yellow::before {
	background: #342828;
}

.c-button._contact._reverse {
	max-width: 20.5rem;
	padding: 1.5rem 2.5rem 1.5rem 3.875rem;
	width: 100%;
}

.c-button._contact._reverse::before {
	left: 2rem;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.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-card1__link:hover {
	opacity: 1;
}

.c-card1__img {
	aspect-ratio: 300/300;
	border-radius: 1rem;
	display: block;
	overflow: hidden;
}

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

.c-card1__contents {
	margin-top: 0.625rem;
	padding-inline: 1.5rem;
	width: 100%;
}

.c-card1__date {
	font-size: 1rem;
	line-height: normal;
	padding-left: 1.25rem;
	position: relative;
}

.c-card1__date::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/clock-icon.svg);
	background: #342828;
	content: "";
	height: 1rem;
	left: 0;
	mask-image: url(../images/common/clock-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: 1rem;
}

.c-card1__title {
	font-weight: 700;
	line-height: 1.7777777778;
	margin-top: 0.625rem;
}

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

.c-card2__img {
	aspect-ratio: 280/240;
	border-radius: 1rem;
	display: block;
	overflow: hidden;
}

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

.c-card2__contents {
	margin-top: -1.125rem;
	position: relative;
	width: 100%;
}

.c-card2__content {
	padding-inline: 1.5rem;
}

.c-card2__category {
	background: #C02C2C;
	border-radius: 1.25rem;
	color: #FAFAFA;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: -1.125rem;
	padding: 0.25rem 0.6875rem 0.1875rem 0.6875rem;
}

.c-card2__date {
	display: block;
	font-size: 1rem;
	line-height: normal;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
	position: relative;
}

.c-card2__date::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/clock-icon.svg);
	background: #342828;
	content: "";
	height: 1rem;
	left: 0;
	mask-image: url(../images/common/clock-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: 1rem;
}

.c-card2__title {
	font-weight: 700;
	line-height: 1.7777777778;
	margin-top: 0.625rem;
}

.c-acard3 {
	background: #C02C2C;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0.375rem 0.375rem 0.25rem 0 rgba(52, 40, 40, 0.2);
	        box-shadow: 0.375rem 0.375rem 0.25rem 0 rgba(52, 40, 40, 0.2);
	color: #FAFAFA;
}

.c-acard3._blue {
	background: #2C5FC0;
}

.c-acard3__link {
	display: inline-block;
	padding: 2.5rem;
}

.c-acard3__img {
	aspect-ratio: 400/240;
	border-radius: 1rem;
	display: block;
	overflow: hidden;
}

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

.c-acard3__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
	text-align: center;
}

.c-acard3__text {
	font-size: 1.125rem;
	line-height: 180%;
	margin-top: 2.5rem;
	min-height: 12rem;
	text-align: justify;
}

.c-circle__imgBlock {
	height: 11.375rem;
	overflow: hidden;
	position: relative;
	width: 11.375rem;
}

.c-circle__imgBlock::before {
	-webkit-animation: 20s linear infinite rolling;
	        animation: 20s linear infinite rolling;
	background: url(../images/common/circle-text@2x.png) center/cover no-repeat;
	content: "";
	height: 11.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 11.375rem;
}

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

.c-confirmation__item {
	grid-column-gap: min(9.625rem, 10.6944444444vw);
	-moz-column-gap: min(9.625rem, 10.6944444444vw);
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: min(9.625rem, 10.6944444444vw);
	        column-gap: min(9.625rem, 10.6944444444vw);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 13.875rem 1fr;
	grid-template-columns: 13.875rem 1fr;
	margin-top: 3.875rem;
}

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

.c-confirmation__itemContent {
	-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-confirmation__itemText {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
}

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

.c-confirmation__itemDescription {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: normal;
}

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

.c-dl__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20rem 1fr;
	grid-template-columns: 20rem 1fr;
}

.c-dl__itemTerm {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(44, 95, 192, 0.2);
	border-left: 0.0625rem solid #2C5FC0;
	border-top: 0.0625rem solid #2C5FC0;
	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;
	text-transform: uppercase;
}

.c-dl__itemDescription {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FAFAFA;
	border-left: 0.0625rem solid #2C5FC0;
	border-right: 0.0625rem solid #2C5FC0;
	border-top: 0.0625rem solid #2C5FC0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 1rem 2.5rem;
}

.c-dl .c-dl__item:last-child .c-dl__itemTerm,
.c-dl .c-dl__item:last-child .c-dl__itemDescription {
	border-bottom: 0.0625rem solid #2C5FC0;
}

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

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

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

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

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

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

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

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

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

.c-drawer__modal {
	background: #FD0;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

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

.c-drawer__lists {
	grid-gap: 1.375rem 0.9375rem;
	display: -ms-grid;
	display: grid;
	gap: 1.375rem 0.9375rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 11.5625rem;
	padding-inline: 1.25rem;
}

.c-drawer__link {
	background: #FAFAFA;
	border-radius: 0.25rem;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 0.625rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/* 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 {
	overflow-y: auto;
	-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-drawer__buttonsLv2 {
	-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: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-block: 4.5rem 6.1875rem;
}

.c-drawer__buttonImg._large {
	aspect-ratio: 307/64;
	display: block;
	overflow: hidden;
	width: 16.75rem;
}

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

.c-drawer__buttonImg {
	display: block;
	overflow: hidden;
}

.c-drawer__buttonImg._instagram {
	aspect-ratio: 48/48;
	width: 3rem;
}

.c-drawer__buttonImg._contact {
	aspect-ratio: 203/64;
	width: 10.625rem;
}

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

.c-form__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: min(22.5rem, 25vw) 1fr;
	grid-template-columns: min(22.5rem, 25vw) 1fr;
	margin-top: 2.5rem;
}

.c-form__itemContent {
	-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;
}

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

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

.c-form__itemText-accent {
	background-color: #C02C2C;
	border-radius: 1.875rem;
	color: #FAFAFA;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.2;
	padding: 0.1875rem 0.625rem 0.125rem;
}

.c-form__itemText {
	width: 10.875rem;
}

.c-form__policy {
	font-weight: 400;
	line-height: normal;
	margin-top: 4rem;
	text-align: center;
}

.c-form__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	margin-left: calc(50% - 6.5972222222vw);
	margin-top: 10rem;
}

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

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

.c-fv-button {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	bottom: 2.5rem;
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	opacity: 1;
	position: fixed;
	right: 1.25rem;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 500;
}

.c-fv-button__buttonImg {
	aspect-ratio: 118/33;
	display: block;
	max-width: 7.375rem;
	max-width: 10.875rem;
	overflow: hidden;
	width: 100%;
}

.c-fv-button__buttonImg._large {
	aspect-ratio: 186/33;
	display: block;
	max-width: 15.1875rem;
	max-width: 17.0625rem;
	overflow: hidden;
	width: 100%;
}

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

.c-fv-button.hidden {
	opacity: 0;
}

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

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

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

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

.c-heading1__imgBlock {
	position: relative;
	z-index: 30;
}

.c-heading1__img {
	display: block;
	overflow: hidden;
}

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

.c-heading1__title {
	bottom: 2.1875rem;
	color: #FAFAFA;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	right: 0;
	text-align: right;
	text-shadow: 0.0625rem 0.0625rem 0 #2C5FC0, -0.0625rem -0.0625rem 0 #2C5FC0, -0.0625rem 0.0625rem 0 #2C5FC0, 0.0625rem -0.0625rem 0 #2C5FC0, 0.0625rem 0 0 #2C5FC0, -0.0625rem 0 0 #2C5FC0, 0 0.0625rem 0 #2C5FC0, 0 -0.0625rem 0 #2C5FC0;
}

.c-heading1._red .c-heading1__title {
	text-shadow: 0.0625rem 0.0625rem 0 #C02C2C, -0.0625rem -0.0625rem 0 #C02C2C, -0.0625rem 0.0625rem 0 #C02C2C, 0.0625rem -0.0625rem 0 #C02C2C, 0.0625rem 0 0 #C02C2C, -0.0625rem 0 0 #C02C2C, 0 0.0625rem 0 #C02C2C, 0 -0.0625rem 0 #C02C2C;
}

.c-heading1._concept {
	max-width: 21.375rem;
	width: 100%;
}

.c-heading1._concept .c-heading1__img {
	aspect-ratio: 342/96;
}

.c-heading1._concept .c-heading1__title {
	padding-right: 1.875rem;
}

.c-heading1._service {
	max-width: 18.8125rem;
	width: 100%;
}

.c-heading1._service .c-heading1__img {
	aspect-ratio: 301/96;
}

.c-heading1._service .c-heading1__title {
	padding-right: 1.375rem;
}

.c-heading1._works {
	max-width: 17.5rem;
	width: 100%;
}

.c-heading1._works .c-heading1__img {
	aspect-ratio: 280/96;
}

.c-heading1._works .c-heading1__title {
	padding-right: 0.6875rem;
}

.c-heading1._news {
	max-width: 14.5625rem;
	width: 100%;
}

.c-heading1._news .c-heading1__img {
	aspect-ratio: 233/96;
}

.c-heading1._news .c-heading1__title {
	padding-right: 0.875rem;
}

.c-heading1._instagram {
	max-width: 23.8125rem;
	width: 100%;
}

.c-heading1._instagram .c-heading1__img {
	aspect-ratio: 381/96;
}

.c-heading1._instagram .c-heading1__title {
	padding-right: 1.625rem;
}

.c-heading1._message {
	max-width: 21.5625rem;
	width: 100%;
}

.c-heading1._message .c-heading1__img {
	aspect-ratio: 345/96;
}

.c-heading1._message .c-heading1__title {
	padding-right: 2rem;
}

.c-heading1._conceptRed {
	max-width: 21.375rem;
	width: 100%;
}

.c-heading1._conceptRed .c-heading1__img {
	aspect-ratio: 342/96;
}

.c-heading1._conceptRed .c-heading1__title {
	padding-right: 1.875rem;
}

.c-heading1._outline {
	max-width: 19.8125rem;
	width: 100%;
}

.c-heading1._outline .c-heading1__img {
	aspect-ratio: 317/96;
}

.c-heading1._outline .c-heading1__title {
	padding-right: 1.6875rem;
}

.c-heading1._access {
	max-width: 17.6875rem;
	width: 100%;
}

.c-heading1._access .c-heading1__img {
	aspect-ratio: 283/96;
}

.c-heading1._access .c-heading1__title {
	padding-right: 0.8125rem;
}

.c-heading2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #2C5FC0));
	background: linear-gradient(transparent 45%, #2C5FC0 0%);
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 0.125rem;
	padding-inline: 0.6875rem;
	text-shadow: 0.125rem 0.125rem 0 #FAFAFA, -0.125rem -0.125rem 0 #FAFAFA, -0.125rem 0.125rem 0 #FAFAFA, 0.125rem -0.125rem 0 #FAFAFA, 0.125rem 0 0 #FAFAFA, -0.125rem 0 0 #FAFAFA, 0 0.125rem 0 #FAFAFA, 0 -0.125rem 0 #FAFAFA;
}

.c-heading2._red {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #C02C2C));
	background: linear-gradient(transparent 45%, #C02C2C 0%);
}

.c-heading2._large {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #2C5FC0));
	background: linear-gradient(transparent 50%, #2C5FC0 0%);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 0.375rem;
	padding-inline: 0.75rem;
	text-shadow: 0.1875rem 0.1875rem 0 #FAFAFA, -0.1875rem -0.1875rem 0 #FAFAFA, -0.1875rem 0.1875rem 0 #FAFAFA, 0.1875rem -0.1875rem 0 #FAFAFA, 0.1875rem 0 0 #FAFAFA, -0.1875rem 0 0 #FAFAFA, 0 0.1875rem 0 #FAFAFA, 0 -0.1875rem 0 #FAFAFA;
}

.c-heading3__titleJp {
	font-family: "MOBO", "Outfit", "Poppins", "Roboto", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-heading3._small .c-heading3__titleJp {
	font-size: 4.5rem;
}

.c-heading3._large .c-heading3__titleJp {
	font-size: 6.25rem;
}

.c-heading3__titleJp-small {
	font-size: 3.25rem;
}

.c-heading3__titleJp-accent {
	font-size: 4.5rem;
}

.c-heading3._top .c-heading3__titleJp {
	font-size: 3.125rem;
}

.c-heading3__titleJp-accent {
	font-size: 4.5rem;
}

.c-heading3__titleJp-accent._blue {
	color: #2C5FC0;
	font-size: min(4rem, 4.4444444444vw);
}

.c-heading3__titleJp-accent._red {
	color: #C02C2C;
	font-size: min(4rem, 4.4444444444vw);
}

.c-heading3__titleJp-accent._yellow {
	color: #FD0;
	font-size: min(4rem, 4.4444444444vw);
}

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

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

.c-heading3._top .c-heading3__img {
	max-width: 39.9305555556%;
}

.c-heading3._company .c-heading3__img {
	max-width: 21.3125rem;
}

.c-heading3._service .c-heading3__img {
	max-width: 9.375rem;
}

.c-heading3._case .c-heading3__img {
	max-width: 26.375rem;
}

.c-heading3._works .c-heading3__img {
	max-width: 29.625rem;
}

.c-heading3._works-single .c-heading3__img {
	max-width: 36.4375rem;
}

.c-heading3._news .c-heading3__img {
	max-width: 6.25rem;
}

.c-heading3._news-single .c-heading3__img {
	max-width: 13.125rem;
}

.c-heading3._faq .c-heading3__img {
	max-width: 25.5625rem;
}

.c-heading3._contact .c-heading3__img {
	max-width: 14.5625rem;
}

.c-heading3._confirmation .c-heading3__img {
	max-width: 22.1875rem;
}

.c-heading3._thanks .c-heading3__img {
	max-width: 25.1875rem;
}

.c-heading3._protection .c-heading3__img {
	max-width: 29.25rem;
}

.c-heading3._policy .c-heading3__img {
	max-width: 19.375rem;
}

.c-heading3._404 .c-heading3__img {
	max-width: 14.9375rem;
}

.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: #342828;
	color: #FAFAFA;
	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-media1 {
	grid-gap: 3.4375rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 3.4375rem;
	    grid-template-areas: "text img";
	-ms-grid-columns: 25rem 3.4375rem 1fr;
	grid-template-columns: 25rem 1fr;
	-ms-grid-columns: 1fr 3.4375rem 29.375rem;
	grid-template-columns: 1fr 29.375rem;
	margin: auto;
	max-width: 69.5rem;
}

.c-media1__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: text;
}

.p-message__contents > .c-media1__contents {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media1__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: justify;
}

.c-media1__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: img;
}

.p-message__contents > .c-media1__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media1__img {
	aspect-ratio: 597/480;
	display: block;
	overflow: hidden;
}

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

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

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

.c-media2__img {
	aspect-ratio: 702/430;
	display: block;
	overflow: hidden;
	width: 48.8194444444vw;
}

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

.c-media2__content {
	max-width: 31.25rem;
	width: 100%;
}

.c-media2__texts {
	margin-top: 2.6875rem;
}

.c-media2__text {
	font-size: 1rem;
	font-weight: 700;
	font-weight: 700;
	line-height: 1.7777777778;
}

.c-media2__button {
	margin-top: 3rem;
}

.c-media2._reverse .c-media__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.c-media2._reverse .c-media2__imgBlock {
	margin-left: 0;
	margin-left: initial;
	margin-right: calc(50% - 50vw);
}

.c-modal-block {
	margin-block: 0.875rem 2.625rem;
	position: relative;
}

.c-modal-block__imgBlock {
	margin-inline: auto;
	max-width: 39.6875rem;
	width: 100%;
}

.c-modal-block__img {
	aspect-ratio: 635/522;
	display: block;
	overflow: hidden;
}

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

.c-modal-block__modal1 {
	bottom: -0.6875rem;
	content: "";
	left: calc(50% - 18.8125rem);
	position: absolute;
}

.c-modal-block__modal2 {
	bottom: 10.9375rem;
	content: "";
	left: calc(50% - 31.25rem);
	position: absolute;
}

.c-modal-block__modal3 {
	content: "";
	left: calc(50% - 6.875rem);
	position: absolute;
	top: -1.25rem;
}

.c-modal-block__modal4 {
	content: "";
	position: absolute;
	right: calc(50% - 27.5rem);
	top: 1.875rem;
}

.c-modal-block__modal5 {
	content: "";
	position: absolute;
	right: calc(50% - 25rem);
	top: 10.625rem;
}

.c-modal-block__modal6 {
	content: "";
	position: absolute;
	right: calc(50% - 22.5rem);
	top: 17.625rem;
}

.c-modal-block__modal7 {
	bottom: -2.625rem;
	content: "";
	position: absolute;
	right: calc(50% - 11.625rem);
}

.c-modal-button {
	background: #C02C2C;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0.125rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0.125rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
	color: #FAFAFA;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.4375rem 0.625rem 0.5rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 500;
}

.c-modal-button:hover {
	background: #FD0;
	color: #342828;
}

.c-modal-button._yellow {
	background: #FD0;
	color: #342828;
}

.c-modal-button._yellow:hover {
	background: #2C5FC0;
	color: #FAFAFA;
}

.c-modal-button._red {
	background: #C02C2C;
	color: #FAFAFA;
}

.c-modal-button._red:hover {
	background: #2C5FC0;
}

body.fixed {
	overflow: hidden;
}

.c-modal {
	-webkit-animation: modal-fade-in 0.3s forwards ease-in-out;
	        animation: modal-fade-in 0.3s forwards ease-in-out;
	background-color: #FFF;
	border-radius: 1.5rem;
	color: #000;
	cursor: pointer;
	margin: auto;
	opacity: 0;
	padding: 2.5rem;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	width: 60%;
}

.c-modal[open] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-modal::-webkit-backdrop {
	background: rgba(58, 58, 58, 0.8);
	height: 100%;
	margin: auto;
	width: 100%;
}

.c-modal::backdrop {
	background: rgba(58, 58, 58, 0.8);
	height: 100%;
	margin: auto;
	width: 100%;
}

/* モーダルの表示アニメーション */

.c-modal__contents {
	grid-gap: 3rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -ms-grid;
	display: grid;
	gap: 3rem;
	-ms-grid-columns: 15rem 1fr;
	grid-template-columns: 15rem 1fr;
}

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

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

.c-modal__content {
	max-width: 35rem;
	width: 100%;
}

.c-modal__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

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

.c-modal__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.125;
	line-height: 180%;
	text-align: justify;
}

.c-modal::-webkit-backdrop {
	background: rgba(58, 58, 58, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.c-modal::backdrop {
	background: rgba(58, 58, 58, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.c-modal__close {
	background: none;
	border: none;
	color: #342828; /* ボタンの色を白にして背景とコントラストをつける */
	cursor: pointer;
	font-size: 2rem;
	position: fixed; /* モーダル全体の上に配置 */
	right: 1.875rem; /* スクリーンの右からの位置 */
	top: 1.25rem; /* スクリーンのトップからの位置 */
	z-index: 1001; /* backdropの上に表示させるための適切なz-index */
}

.c-mv-lower {
	display: -ms-grid;
	display: grid;
	place-items: center;
	position: relative;
	width: 100%;
}

.c-mv-lower__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	z-index: 10;
}

.c-mv-lower__imgBlock-bg {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	z-index: 1;
}

.c-mv-lower__titles {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	margin-top: -28.4722222222%;
	z-index: 100;
}

.c-mv-lower__circle {
	content: "";
	position: absolute;
	right: 13.75rem;
	right: 15.2777777778%;
	top: 33%;
	z-index: 50;
}

.c-mv-lower__breadcrumb {
	content: "";
	left: min(50% - min(500px, 48%));
	max-width: 68.75rem;
	position: absolute;
	top: 45.8333333333%;
	width: 90%;
	z-index: 200;
}

.c-mv {
	display: -ms-grid;
	display: grid;
	overflow: hidden;
	place-items: center;
	position: relative;
	width: 100%;
}

.c-mv::before {
	background-image: url(../images/top/mv-men@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(44.0625rem, 48.9583333333%);
	left: 0;
	position: absolute;
	top: 30.625rem;
	top: 34.0277777778%;
	width: min(29.625rem, 32.9166666667%);
	z-index: 100;
}

.c-mv__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	z-index: 30;
}

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

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

.c-mv__imgBlock-bg {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	z-index: 10;
}

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

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

.c-mv__titles {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	margin-top: -48.6111111111%;
	z-index: 30;
}

.c-mv__circle {
	bottom: min(34.6875rem, 38.5416666667%);
	content: "";
	position: absolute;
	right: min(13.75rem, 15.2777777778%);
	z-index: 30;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #2C5FC0;
	border: 0.0625rem solid #2C5FC0;
	border-radius: 0.5rem;
	color: #FAFAFA;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-inline: 0.5rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.5rem;
}

.wp-pagenavi span.current {
	background: #C02C2C;
	border: none;
	color: #FAFAFA;
}

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

.wp-pagenavi .nextpostslink {
	margin-left: 0.5rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border: none;
}

.c-privacy {
	padding-top: 5rem;
}

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

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

.c-privacy__contentTexts {
	font-size: 1.25rem;
	text-align: right;
}

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

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

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

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

.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-protection {
	font-size: 1.125rem;
	line-height: 180%;
	padding-top: 5rem;
	text-align: justify;
}

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

.c-protection__list:not(:first-child) {
	margin-top: 2rem;
}

.c-question {
	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-question__title {
	background: #FFFCF0;
}

.c-question__contents {
	background: #FFF5CC;
	margin-top: 0.5rem;
}

.c-question__title,
.c-question__contents {
	border-radius: 1.5rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 180%;
	margin-left: 2.25rem;
	max-width: 100%;
	padding: 0.5rem 1.125rem;
	position: relative;
}

.c-question__title::before,
.c-question__contents::before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 3.125rem;
	color: #FAFAFA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	height: 2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: -2.25rem;
	position: absolute;
	top: 0.4375rem;
	width: 2rem;
}

.c-question__title::before {
	background: #C02C2C;
	content: "Q";
}

.c-question__contents::before {
	background: #2C5FC0;
	content: "A";
}

.c-question__link {
	text-decoration: underline;
}

.c-recaptcha {
	line-height: 180%;
	margin-top: 7.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-top {
	display: inline-block;
	display: none;
}

.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: #FD0;
	border-radius: 0.75rem;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: normal;
	padding: 1rem 1.5rem;
}

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

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

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

.c-single__img {
	aspect-ratio: 1000/660;
	border-radius: 2.5rem;
	display: block;
	overflow: hidden;
}

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

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

.c-single._works .c-single__contents {
	margin-top: 3.5rem;
}

.c-single__content {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	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-single__category {
	background: #C02C2C;
	border-radius: 1rem;
	color: #FAFAFA;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.6875rem;
}

.c-single__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.c-single__date {
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding-left: 1.25rem;
	position: relative;
}

.c-single__date::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/clock-icon.svg);
	background: #342828;
	content: "";
	height: 1rem;
	left: 0;
	mask-image: url(../images/common/clock-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: 1rem;
}

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

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

.c-slide1 .splide__arrow--prev {
	left: 2.875rem;
}

.c-slide1 .splide__arrow--next {
	right: 2.875rem;
}

.c-slide1 .splide__arrow--prev,
.c-slide1 .splide__arrow--next {
	background: #FFDD00;
	height: 5rem;
	width: 5rem;
}

.c-slide1 .splide__arrow svg {
	height: 2.5rem;
	width: 2.5rem;
}

.c-slide1__splide__track {
	margin-inline: auto;
	max-width: 62.5rem;
	padding-inline: 8.3333%;
}

.c-slide1 .splide__arrow {
	opacity: 1;
}

.c-slide2 {
	margin-right: calc(50% - 50vw);
}

.c-slide2 .splide__arrow--prev {
	display: none;
}

.c-slide2 .splide__arrow--next {
	right: calc(50% - 24.375rem);
}

.c-slide2 .splide__arrow--next {
	background: #FFDD00;
	height: 5rem;
	width: 5rem;
}

.c-slide2 .splide__arrow svg {
	height: 2.5rem;
	width: 2.5rem;
}

.c-slide2 .splide__arrow {
	opacity: 1;
}

.c-slide4 .splide__slide {
	width: 100%;
}

.c-slide4__img {
	aspect-ratio: 640/400;
	display: block;
	max-width: 44.4444444444vw;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-view {
	height: calc(1vh * 100);
	height: calc(var(--real-vh, 1vh) * 100); /* カスタムプロパティを使用 */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-view .project {
	background-position: center center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

.page-view .project:nth-child(1) {
	z-index: 30;
}

.page-view .arrows {
	bottom: 3.125rem;
	left: 6.25rem;
	position: absolute;
	z-index: 100;
}

.page-view .arrows .arrow {
	cursor: pointer;
	float: left;
}

.page-view .arrows .arrow.next {
	margin-top: -0.6875rem;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.page-view .arrows .arrow:hover.previous {
	-webkit-transform: translate3d(-0.3125rem, 0, 0);
	        transform: translate3d(-0.3125rem, 0, 0);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-view .arrows .arrow:hover.next {
	-webkit-transform: translate3d(0.3125rem, 0, 0) rotate(180deg);
	        transform: translate3d(0.3125rem, 0, 0) rotate(180deg);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-view .arrows .arrow svg {
	height: 2.5rem;
	padding: 0.125rem;
	width: 1.5625rem;
}

.page-view .arrows .arrow svg polygon {
	fill: #fff;
}

.page-view .arrows .arrow {
	margin-right: 0.625rem;
	margin-top: -0.4375rem;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* SPECIFIC DEMO STYLE */

.hero {
	background: url(../images/sprite.png) no-repeat -624.9375rem -624.9375rem;
}

.hero .page-view {
	background: url(../images/sprite.png) no-repeat -624.9375rem -624.9375rem;
}

.hero .page-view .project.hide {
	-webkit-mask: url(../images/sprite.png);
	-webkit-mask-size: 3000% 100%;
	-webkit-animation: mask-play 1.4s steps(29) forwards;
	        animation: mask-play 1.4s steps(29) forwards;
	-webkit-mask: url(../images/sprite.png);
	        mask: url(../images/sprite.png);
	mask-size: 3000% 100%;
}

/* Fallback */

.no-cssmask .page-view .project.hide {
	-webkit-mask: none !important;
	mask: none !important;
	opacity: 0;
	-webkit-transition: opacity 1.4s ease;
	transition: opacity 1.4s ease;
}

.hero__item {
	background-image: url(../images/image_fv01.png);
	background-image: url(../images/image_fv01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero__item:nth-child(2) {
	background-image: url(../images/image_fv02.png);
	background-image: url(../images/image_fv02.webp);
}

.hero__item:nth-child(3) {
	background-image: url(../images/image_fv03.png);
	background-image: url(../images/image_fv03.webp);
}

.hero__item:nth-child(4) {
	background-image: url(../images/image_fv04.png);
	background-image: url(../images/image_fv04.webp);
}

.hero__item:nth-child(5) {
	background-image: url(../images/image_fv05.png);
	background-image: url(../images/image_fv05.webp);
}

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

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

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

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

[type=radio] {
	display: none;
}

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

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

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

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

[type=checkbox] {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

.wpcf7-spinner {
	display: none;
}

.p-404 {
	padding-top: 5rem;
	position: relative;
	z-index: 100;
}

.p-404__text {
	font-size: 1.25rem;
	line-height: 180%;
	text-align: center;
}

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

.p-access {
	overflow-x: clip;
}

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

.p-access__map {
	aspect-ratio: 1440/480;
	display: block;
	margin: 0 calc(50% - 50vw);
	margin-top: 4.5rem;
	overflow: hidden;
	width: 100vw;
}

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

.p-cards {
	background: url(../images/news/cards-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 85%;
	margin-top: -17.3125rem;
	padding-top: 17.3125rem;
	position: relative;
	z-index: 100;
}

.p-cards__inner.l-inner {
	grid-gap: 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 3.125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.p-cards__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: 10rem;
}

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

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

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

.p-concept {
	overflow-x: clip;
}

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

.p-concept__texts {
	margin-inline: auto;
	margin-top: 4.5rem;
	max-width: 50rem;
	width: 100%;
}

.p-concept__text {
	color: #000;
	font-size: 1.25rem;
	line-height: 180%;
}

.p-concept__slide {
	margin: 0 calc(50% - 50vw);
	margin-top: 6.25rem;
	width: 100vw;
}

.p-confirmation {
	background: url(../images/contact/confirmation-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 95%;
	margin-block: -12.1875rem -3.8125rem;
	padding-block: 12.1875rem 3.8125rem;
	position: relative;
	z-index: 50;
}

.p-confirmation__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 10rem;
}

.p-contact {
	background: url(../images/contact/form-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 98%;
	margin-top: -11.375rem;
	padding-top: 11.375rem;
	position: relative;
	z-index: 50;
}

.p-footer {
	background: #FCDB4B;
	margin-top: 12.8472222222vw;
	padding-block: 0 6.125rem;
	position: relative;
}

.p-footer::before {
	background-image: url(../images/common/footer-bg@2x.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 15.2777777778vw;
	left: 0;
	position: absolute;
	top: -12.8472222222vw;
	width: 100%;
	z-index: -1;
}

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

.p-footer__head {
	-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: 9.3125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-footer__logo {
	width: 16.125rem;
}

.p-footer__logoImg {
	aspect-ratio: 258/90;
	display: block;
	overflow: hidden;
}

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

.p-footer__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;
	gap: 1.5rem;
}

.p-footer__buttonImg {
	display: block;
	overflow: hidden;
}

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

.p-footer__buttonImg._instagram {
	aspect-ratio: 48/48;
	width: 3rem;
}

.p-footer__buttonImg._contact {
	aspect-ratio: 203/64;
	width: 12.6875rem;
}

.p-footer__buttonImg._tel {
	aspect-ratio: 307/64;
	width: 19.1875rem;
}

.p-footer__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-footer__navItem {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 4.9375rem;
	text-transform: uppercase;
}

.p-footer__navLink,
.p-footer__navLinkLv2 {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-footer__navLink::after,
.p-footer__navLinkLv2::after {
	background-color: #342828;
	bottom: -0.625rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease-out, left 0.3s ease-out;
	transition: width 0.3s ease-out, left 0.3s ease-out;
	width: 0;
}

.p-footer__food {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4.1875rem;
}

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

.p-footer__navItemLv2 {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

.p-footer__copy {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}

.p-header {
	background: #FAFAFA;
	-webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	width: 100%;
}

.p-header__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: 90rem;
	padding-inline: 0.75rem;
}

.p-header__logo {
	font-size: 0;
	width: min(10.875rem, 12.0833333333vw);
	z-index: 500;
}

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

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

.p-header__list a {
	font-size: 1rem;
	font-weight: bold;
	line-height: normal;
	margin-inline: min(1.25rem, 1.3888888889vw);
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-header__list a::after {
	background-color: #342828;
	bottom: -0.3125rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease-out, left 0.3s ease-out;
	transition: width 0.3s ease-out, left 0.3s ease-out;
	width: 0;
}

.p-header__list-img {
	aspect-ratio: 161/50;
	display: block;
	overflow: hidden;
	width: min(10.0625rem, 11.1805555556vw);
}

.p-header__list-img._large {
	aspect-ratio: 243/50;
	width: min(15.1875rem, 16.875vw);
}

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

.p-header__drawer {
	display: none;
}

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

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

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

.p-message__contents {
	grid-gap: 3.4375rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 3.4375rem;
	    grid-template-areas: "text img";
	-ms-grid-columns: 53.125rem 3.4375rem 1fr;
	grid-template-columns: 53.125rem 1fr;
	-ms-grid-columns: min(53.125rem, 59.0277777778vw) 3.4375rem 1fr;
	grid-template-columns: min(53.125rem, 59.0277777778vw) 1fr;
}

.p-message__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: text;
}

.p-message__contents > .p-message__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-message__text {
	color: #000;
	font-size: 1.25rem;
	line-height: 180%;
}

.p-message__wrapper {
	color: #000;
	line-height: 160%;
	margin-top: 1.5rem;
	text-align: center;
}

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

.p-message__name {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}

.p-message__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: img;
}

.p-message__contents > .p-message__imgBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.p-message__img {
	aspect-ratio: 570/670;
	display: block;
	overflow: hidden;
}

.p-message__img img {
	-o-object-fit: cover;
	border-radius: 1.75rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.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-outline__title {
	text-align: center;
}

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

.p-question {
	background: url(../images/faq/question-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 64%;
	margin-top: -7.25rem;
	padding-top: 7.25rem;
	position: relative;
	z-index: 50;
}

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

.p-repaint {
	position: relative;
	z-index: 100;
}

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

.p-repaint__content {
	margin-top: 6.9375rem;
}

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

.p-repaint__subText {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: justify;
}

.p-service__content {
	background: url(../images/service/service-background@2x.png) no-repeat;
	background-position: 100% 39%;
	background-size: 100% 76%;
}

.p-service__content:nth-child(2) {
	margin-top: 7.5rem;
}

.p-service__title {
	color: #342828;
	font-family: "MOBO", "Outfit", "Poppins", "Roboto", sans-serif;
	font-size: 3rem;
	position: relative;
	text-align: center;
}

.p-service__title::before {
	border-radius: 0.1875rem;
	bottom: -1rem;
	content: "";
	display: block;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 5rem;
}

.p-service__title._red::before {
	background: #C02C2C;
}

.p-service__title._blue::before {
	background: #2C5FC0;
}

.p-service__items {
	grid-gap: 7.5rem;
	display: -ms-grid;
	display: grid;
	gap: 7.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 4.5rem;
}

.p-service._service .c-media2__button {
	display: none;
}

.p-service__item {
	overflow: hidden;
}

.p-service__item._left .c-slide4__img {
	margin-left: auto;
}

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

.p-single {
	background: url(../images/single/single-background@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 72%;
	padding-top: 10.625rem;
	position: relative;
	z-index: 100;
}

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

.p-thanks {
	position: relative;
	text-align: center;
	z-index: 100;
}

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

.p-thanks__texts {
	margin-top: 2.0625rem;
}

.p-thanks__text {
	font-size: 1.25rem;
	line-height: 180%;
}

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

.p-top-concept {
	background: #FCDB4B;
	padding-block: 8.75rem;
	position: relative;
	z-index: 9;
}

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

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

.p-top-concept__contents {
	margin-top: 2.5rem;
	position: relative;
}

.p-top-concept__button {
	margin-top: 7.5rem;
	text-align: center;
}

.p-top-instagram__inner.l-inner {
	max-width: 56.25rem;
}

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

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

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

.p-top-instagram__img {
	aspect-ratio: 240/240;
	display: block;
	overflow: hidden;
}

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

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

.p-top-news {
	overflow-x: clip;
}

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

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

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

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

.p-top-service {
	position: relative;
	z-index: 60;
}

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

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

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

.p-top-service__subText {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: justify;
}

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

.p-top-works::before {
	background: url(../images/top/top-bg2@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 97%;
	content: "";
	height: 110.125rem;
	left: 0;
	position: absolute;
	top: 3.875rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (any-hover: hover) {

.c-button:hover::before {
	right: 1.625rem;
}

.c-button._contact:hover {
	cursor: pointer;
}

.c-button._contact._reverse:hover::before {
	left: 1.625rem;
}

.p-footer__navLink:hover::after,
.p-footer__navLinkLv2:hover::after {
	width: 100%;
}

.p-header__list a:hover::after {
	width: 100%;
}

}

@media (hover: hover) {

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

}

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

.c-modal[open] {
	display: block;
}

}

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

.c-heading3__titleJp-accent._blue {
	font-size: 4rem;
}

.c-heading3__titleJp-accent._red {
	font-size: 4rem;
}

.c-heading3__titleJp-accent._yellow {
	font-size: 4rem;
}

.p-header__inner {
	padding-block: 0.75rem;
}

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

.p-header__list a {
	margin-inline: min(0.625rem, 0.6944444444vw);
}

}

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

html {
	font-size: 1.6vw;
}

.c-mv-lower__circle {
	right: 9.7222222222%;
}

.c-mv::before {
	height: 39.2361111111%;
	width: 26.3888888889%;
}

.p-cards {
	background-position: top center;
	background-size: 100% 77%;
	margin-top: -17.3125rem;
	padding-top: 17.3125rem;
}

.p-header__inner {
	padding-inline: 0.375rem;
}

.p-header__list a {
	font-size: 1rem;
}

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

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

}

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

html {
	font-size: 16px;
}

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

a {
	opacity: 1;
	opacity: initial;
}

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

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

.l-footer {
	padding-top: 5rem;
}

.l-footer._nesSingle,
.l-footer._works-single,
.l-footer._contact,
.l-footer._protection,
.l-footer._privacy,
.l-footer._404 {
	padding-top: 5rem;
}

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

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

.l-messageBlock {
	background: url(../images/company/message-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 53%;
	margin-block: -6.25rem;
	margin-top: -77.3333333333vw;
	padding-block: 6.25rem;
}

.l-mv {
	height: auto;
	height: initial;
	margin-top: 3.625rem;
}

.l-outline {
	margin-top: 8.8125rem;
	margin-top: 6.25rem;
}

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

.l-section._negativeLarge {
	margin-top: -48vw;
}

.l-section._negativeLarge2 {
	margin-top: -77.3333333333vw;
}

.l-top-concept {
	margin-top: 92vw;
}

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

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

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

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

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

.c-button {
	font-size: 1rem;
	padding: 1rem 2.625rem 1rem 1.375rem;
}

.c-button::before {
	right: 1.25rem;
}

.c-button._contact {
	font-size: 1rem;
	padding: 1rem 2.625rem 1rem 1.375rem;
}

.c-button._contact._reverse {
	font-size: 1rem;
	max-width: 18rem;
	padding: 1rem 1.375rem 1rem 1.375rem;
}

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

.c-card2__content {
	padding-inline: 0;
}

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

.c-acard3 {
	border-radius: 1rem;
}

.c-acard3._spBlue {
	background: #2C5FC0;
}

.c-acard3._spRed {
	background: #C02C2C;
}

.c-acard3__link {
	padding: 1.75rem;
}

.c-acard3__title {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.c-acard3__text {
	font-size: 1rem;
	margin-top: 1.5rem;
	min-height: 0;
	min-height: initial;
}

.c-circle__imgBlock {
	height: 7.5rem;
	width: 7.5rem;
}

.c-circle__imgBlock::before {
	height: 7.5rem;
	width: 7.5rem;
}

.c-confirmation__item {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 4.25rem;
}

.c-confirmation__itemTerm {
	font-size: 0.9375rem;
	letter-spacing: 0.75px;
}

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

.c-confirmation__itemText-accent {
	margin-right: 6.25rem;
}

.c-confirmation__itemDescription {
	font-size: 1rem;
	margin-top: 1.375rem;
}

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

.c-dl__itemTerm {
	border-right: 0.0625rem solid #2C5FC0;
	padding-block: 2.0625rem;
}

.c-dl__itemDescription {
	padding: 1.9375rem 0.9375rem 1.9375rem 1.5625rem;
}

.c-dl .c-dl__item:last-child .c-dl__itemTerm {
	border-bottom: none;
}

.c-form__item {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.c-form__item dt {
	font-size: 1rem;
}

.c-form__item dd {
	margin-top: 0.875rem;
}

.c-form__itemText {
	width: 8.125rem;
}

.c-form__policy {
	margin-top: 2rem;
	text-align: left;
}

.c-form__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 0;
	margin-left: initial;
	margin-top: 5rem;
}

.c-fv-button {
	bottom: 0;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	    -ms-flex-direction: initial;
	        flex-direction: initial;
	gap: 3.2vw;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	left: 0;
	margin-inline: auto;
	max-width: 26.75rem;
	width: 100%;
}

.c-fv-button.hidden {
	opacity: 1;
}

.c-heading1__title {
	bottom: 1.4375rem;
	font-size: 0.875rem;
}

.c-heading1._concept {
	max-width: 12.875rem;
}

.c-heading1._concept .c-heading1__title {
	padding-right: 1.1875rem;
}

.c-heading1._service {
	max-width: 11.9375rem;
}

.c-heading1._service .c-heading1__title {
	padding-right: 0.6875rem;
}

.c-heading1._works {
	max-width: 10.5rem;
}

.c-heading1._works .c-heading1__title {
	padding-right: 0.75rem;
}

.c-heading1._news {
	max-width: 8.375rem;
}

.c-heading1._news .c-heading1__title {
	bottom: 1.1875rem;
}

.c-heading1._instagram {
	max-width: 14.3125rem;
}

.c-heading1._instagram .c-heading1__title {
	padding-right: 0.875rem;
}

.c-heading1._message {
	max-width: 12.9375rem;
}

.c-heading1._message .c-heading1__title {
	padding-right: 1.25rem;
}

.c-heading1._conceptRed {
	max-width: 12.875rem;
}

.c-heading1._conceptRed .c-heading1__title {
	padding-right: 1rem;
}

.c-heading1._outline {
	max-width: 11.875rem;
}

.c-heading1._outline .c-heading1__title {
	padding-right: 1.125rem;
}

.c-heading1._access {
	max-width: 10.625rem;
}

.c-heading1._access .c-heading1__title {
	padding-right: 0.3125rem;
}

.c-heading2 {
	font-size: 1.5rem;
	padding-inline: 0.5rem;
}

.c-heading2._large {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #2C5FC0));
	background: linear-gradient(transparent 45%, #2C5FC0 0%);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 0.125rem;
	padding-inline: 0.5rem;
	text-shadow: 0.0625rem 0.0625rem 0 #FAFAFA, -0.0625rem -0.0625rem 0 #FAFAFA, -0.0625rem 0.0625rem 0 #FAFAFA, 0.0625rem -0.0625rem 0 #FAFAFA, 0.0625rem 0 0 #FAFAFA, -0.0625rem 0 0 #FAFAFA, 0 0.0625rem 0 #FAFAFA, 0 -0.0625rem 0 #FAFAFA;
}

.c-heading2._small {
	font-size: 1.375rem;
}

.c-heading3__titleJp {
	font-size: 3rem;
}

.c-heading3._small .c-heading3__titleJp {
	font-size: 2rem;
}

.c-heading3._large .c-heading3__titleJp {
	font-size: 3.5rem;
}

.c-heading3__titleJp-small {
	font-size: 2rem;
}

.c-heading3__titleJp-accent {
	font-size: 2.5rem;
}

.c-heading3._top .c-heading3__titleJp {
	font-size: 1.5rem;
}

.c-heading3__titleJp-accent {
	font-size: 2.5rem;
}

.c-heading3__titleJp-accent._blue {
	font-size: 2.5rem;
}

.c-heading3__titleJp-accent._red {
	font-size: 2.5rem;
}

.c-heading3__titleJp-accent._yellow {
	font-size: 2.5rem;
}

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

.c-heading3._top .c-heading3__img {
	max-width: 18rem;
}

.c-heading3._company .c-heading3__img {
	max-width: 14rem;
}

.c-heading3._service .c-heading3__img {
	max-width: 6.125rem;
}

.c-heading3._case .c-heading3__img {
	max-width: 18rem;
}

.c-heading3._works .c-heading3__img {
	max-width: 19.3125rem;
}

.c-heading3._works-single .c-heading3__img {
	max-width: 19.8125rem;
}

.c-heading3._news .c-heading3__img {
	max-width: 4.0625rem;
}

.c-heading3._news-single .c-heading3__img {
	max-width: 7.125rem;
}

.c-heading3._faq .c-heading3__img {
	max-width: 16.625rem;
}

.c-heading3._contact .c-heading3__img {
	max-width: 9.5rem;
}

.c-heading3._confirmation .c-heading3__img {
	max-width: 14.4375rem;
}

.c-heading3._thanks .c-heading3__img {
	max-width: 16.4375rem;
}

.c-heading3._protection .c-heading3__img {
	max-width: 19.0625rem;
}

.c-heading3._policy .c-heading3__img {
	max-width: 12.625rem;
}

.c-heading3._404 .c-heading3__img {
	max-width: 9.75rem;
}

.c-heading3._sp32 .c-heading3__titleJp {
	font-size: 2rem;
}

.c-heading3._sp32 .c-heading3__titleJp {
	font-size: 2rem;
}

.c-heading3._sp40 .c-heading3__titleJp {
	font-size: 2.5rem;
}

.c-heading3._sp46 .c-heading3__titleJp {
	font-size: 2.875rem;
}

.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-media1 {
	gap: 3rem;
	-ms-grid-rows: auto 3rem auto;
	    grid-template-areas: "img" "text";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media1__imgBlock {
	margin-inline: auto;
	max-width: min(32rem, 85.3333333333vw);
	width: 100%;
}

.c-media__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: initial;
	gap: 1.1875rem;
}

.c-media2__imgBlock {
	margin-inline: unset;
	margin-top: 3rem;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}

.c-media2__img {
	width: 100%;
}

.c-media2__content {
	display: contents;
}

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

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

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

.c-media2__button {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
}

.c-media2._reverse .c-media__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: initial;
}

.c-media2._reverse .c-media2__imgBlock {
	margin-inline: unset;
}

.c-modal-block {
	margin-block: 1.25rem 1.875rem;
}

.c-modal-block__imgBlock {
	max-width: 21.5625rem;
}

.c-modal-block__img {
	aspect-ratio: 345/542;
}

.c-modal-block__modal1 {
	bottom: 5rem;
	left: calc(50% - 7.5rem);
}

.c-modal-block__modal2 {
	bottom: -1.875rem;
	left: calc(50% - 10rem);
}

.c-modal-block__modal3 {
	left: calc(50% - 8.125rem);
	top: -1.25rem;
}

.c-modal-block__modal4 {
	right: calc(50% - 8.4375rem);
	top: 0.3125rem;
}

.c-modal-block__modal5 {
	right: calc(50% - 3.125rem);
	top: 3.75rem;
}

.c-modal-block__modal6 {
	bottom: 7.75rem;
	right: calc(50% - 5rem);
	top: auto;
	top: initial;
}

.c-modal-block__modal7 {
	bottom: 1.625rem;
	right: calc(50% - 10.875rem);
}

.c-modal-button {
	font-size: 1rem;
	padding: 0.25rem 0.625rem;
}

.c-modal {
	border-radius: 1rem;
	height: 34.375rem;
	padding: 2.25rem 1.25rem 1.25rem 1.25rem;
	width: 80%;
}

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

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

.c-modal__title {
	font-size: 1.25rem;
	text-align: center;
}

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

.c-modal__close {
	padding: 0;
	right: 0.625rem;
	top: 0rem;
}

.c-mv-lower {
	place-items: unset;
}

.c-mv-lower__titles {
	margin-top: 45.3333333333%;
}

.c-mv-lower__circle {
	bottom: auto;
	bottom: initial;
	right: 0.875rem;
	top: 36.4%;
}

.c-mv-lower__breadcrumb {
	left: 5%;
	top: 56%;
	width: 90%;
}

.c-mv {
	place-items: unset;
}

.c-mv::before {
	display: none;
}

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

.c-mv__img-bg {
	aspect-ratio: 375/700;
}

.c-mv__titles {
	margin-top: 68%;
}

.c-mv__circle {
	bottom: auto;
	right: 0.875rem;
	top: 76%;
}

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

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

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

.c-privacy {
	padding-top: 2.5rem;
}

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

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

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

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

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

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

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

.c-protection {
	font-size: 1rem;
	padding-top: 2.5rem;
}

.c-protection__lists {
	margin-top: 2.0625rem;
}

.c-protection__list:not(:first-child) {
	margin-top: 1.5rem;
}

.c-question__contents {
	margin-top: 1.125rem;
}

.c-question__title,
.c-question__contents {
	font-size: 1rem;
	margin-left: 2rem;
	padding: 0.5rem 0.75rem;
}

.c-question__title::before,
.c-question__contents::before {
	font-size: 1rem;
	height: 1.5rem;
	left: -2rem;
	top: 0.625rem;
	width: 1.5rem;
}

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

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

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

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

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

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

.c-single__img {
	aspect-ratio: 300/300;
	border-radius: 1.5rem;
	margin-inline: auto;
	max-width: min(30rem, 80vw);
	width: 100%;
}

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

.c-single._works .c-single__contents {
	margin-top: 0.75rem;
}

.c-single__content {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0.5625rem;
	margin-inline: auto;
	max-width: min(25.1875rem, 67.2vw);
	width: 100%;
}

.c-single__category {
	border-radius: 0.5rem;
	font-size: 0.75rem;
	padding: 0.375rem 0.5rem;
}

.c-single__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 180%;
}

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

.c-slide1 .splide__arrow--prev {
	height: 3rem;
	width: 3rem;
}

.c-slide1 .splide__arrow--next {
	height: 3rem;
	width: 3rem;
}

.c-slide1 .splide__arrow svg {
	height: 1.5rem;
	width: 1.5rem;
}

.c-slide2 .splide__arrow--next {
	height: 3rem;
	right: 5.3333%;
	top: 37%;
	width: 3rem;
}

.c-slide2 .splide__arrow svg {
	height: 1.5rem;
	width: 1.5rem;
}

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

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

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

.page-view {
	max-height: 100vw;
}

.hero__item {
	background-image: url(../images/image_fv01-02-sp.png);
	background-image: url(../images/image_fv01-02-sp.webp);
}

.hero__item:nth-child(2) {
	background-image: url(../images/image_fv02-02-sp.png);
	background-image: url(../images/image_fv02-02-sp.webp);
}

.hero__item:nth-child(3) {
	background-image: url(../images/image_fv03-02-sp.png);
	background-image: url(../images/image_fv03-02-sp.webp);
}

.hero__item:nth-child(4) {
	background-image: url(../images/image_fv04-02-sp.png);
	background-image: url(../images/image_fv04-02-sp.webp);
}

.hero__item:nth-child(5) {
	background-image: url(../images/image_fv05-02-sp.png);
	background-image: url(../images/image_fv05-02-sp.webp);
}

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

.p-404 {
	padding-top: 2.5rem;
}

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

.p-access__map {
	aspect-ratio: 375/400;
	margin-top: 3rem;
}

.p-cards {
	background: url(../images/news/cards-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 30%;
	margin-top: -6.9375rem;
	padding-top: 6.9375rem;
}

.p-cards__inner.l-inner {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-cards__pagenavi {
	margin-top: 7.5rem;
}

.p-cards._news .c-card2__contents {
	margin-top: -0.9375rem;
}

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

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

.p-concept__text {
	font-size: 1.125rem;
	text-align: justify;
}

.p-concept__slide {
	margin-top: 4.3125rem;
}

.p-confirmation {
	background: url(../images/contact/confirmation-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 69%;
	margin-block: -7.9375rem -9.6875rem;
	padding-block: 7.9375rem 9.6875rem;
}

.p-confirmation__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	margin-top: 5rem;
	text-align: center;
}

.p-contact {
	background: url(../images/contact/form-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	margin-top: -7.3125rem;
	padding-top: 7.3125rem;
	position: relative;
	z-index: 100;
}

.p-footer {
	margin-top: 10.9333333333vw;
	padding-block: 3.0625rem 4.125rem;
}

.p-footer::before {
	background-image: url(../images/common/footer-bg-sp@2x.png);
	content: "";
	height: 10.9333333333vw;
	top: -10.9333333333vw;
}

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

.p-footer__logo {
	width: 13.75rem;
}

.p-footer__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-footer__buttonImg._contact {
	aspect-ratio: 118/33;
	width: 9.375rem;
}

.p-footer__buttonImg._tel {
	aspect-ratio: 118/33;
	width: 14.75rem;
}

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

.p-footer__navItem {
	font-size: 1rem;
	margin-top: 0;
}

.p-footer__food {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

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

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

.p-footer__copy {
	font-weight: 700;
	margin-top: 4rem;
	text-align: center;
}

.p-header__inner {
	max-width: 100%;
	padding-block: 0.5rem;
}

.p-header__logo {
	width: 7.5625rem;
}

.p-header__nav {
	display: none;
}

.p-header__list._button {
	margin-left: 0;
}

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

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

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

.p-message__contents {
	gap: 3rem;
	-ms-grid-rows: auto 3rem auto;
	    grid-template-areas: "img" "text";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-message__text {
	font-size: 1.125rem;
	text-align: justify;
}

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

.p-message__imgBlock {
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 58.6666666667%;
}

.p-message__img img {
	border-radius: 1.25rem;
}

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

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

.p-question {
	background: url(../images/faq/question-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 60%;
	margin-top: -7rem;
	padding-top: 7rem;
}

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

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

.p-service__content {
	background: url(../images/service/service-background-sp@2x.png) no-repeat;
	background-position: 100% 62%;
	background-size: 100% 64%;
}

.p-service__content:nth-child(2) {
	margin-top: 4.5rem;
}

.p-service__title {
	font-size: 2rem;
}

.p-service__title::before {
	bottom: -0.5rem;
	height: 0.125rem;
	width: 2.5rem;
}

.p-service__items {
	gap: 4.5rem;
	margin-top: 3rem;
}

.p-service__item .c-media2__imgBlock,
.p-service__item .c-media2__texts {
	margin-top: 1.25rem;
}

.p-single {
	background: url(../images/single/single-background-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 85%;
	padding-top: 6.9375rem;
}

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

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

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

.p-thanks__text {
	font-size: 1rem;
	text-align: justify;
}

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

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

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

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

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

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

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

.p-top-instagram__items {
	gap: 1.0625rem;
}

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

.p-top-news__slide {
	margin-top: 2.75rem;
}

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

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

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

.p-top-works::before {
	background: url(../images/top/top-bg2-sp@2x.png) no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	height: 75.9375rem;
}

.p-top-works__slide {
	margin-top: 2.75rem;
}

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

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

.p-waterproofing__cards {
	gap: 4rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 4.5rem;
}

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

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

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

.p-message__contents > .c-media1__contents {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

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

.p-message__contents > .c-media1__imgBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

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

.p-message__contents > .p-message__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

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

.p-message__contents > .p-message__imgBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

}

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

.page-view .project .text h1 {
	font-size: 2.25rem;
}

.page-view .project .text p {
	bottom: 1.25rem;
	font-size: 1.25rem;
	margin: 0;
	right: auto;
	text-align: center;
	width: 100%;
}

.page-view .arrows {
	bottom: 3.75rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 120;
}

.page-view .arrows .arrow.previous:hover {
	-webkit-transform: none;
	        transform: none;
}

.page-view .arrows .arrow.next:hover {
	-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
	        transform: translate3d(0, 0, 0) rotate(180deg);
}

}

@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 rolling {

from {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

to {
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	        transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes rolling {

from {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

to {
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	        transform: translate(-50%, -50%) rotate(360deg);
}

}

@-webkit-keyframes modal-fade-in {

from {
	opacity: 0;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes modal-fade-in {

from {
	opacity: 0;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes mask-play {

from {
	-webkit-mask-position: 0% 0;
	mask-position: 0% 0;
}

to {
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
}

}

@keyframes mask-play {

from {
	-webkit-mask-position: 0% 0;
	mask-position: 0% 0;
}

to {
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
}

}

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