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

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

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

html {
	font-size: 16px;
}

body {
	background-color: #FBFCFD;
	color: #080909;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 200%;
}

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

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

.l-building {
	margin-top: 12.4375rem;
}

.l-cleaning {
	margin-top: 11.3125rem;
}

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

.l-entry-form {
	margin-top: 9.375rem;
}

.l-greeting {
	margin-top: 12.5rem;
}

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

.l-history {
	margin-top: 11.25rem;
}

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

.l-privacy {
	margin-top: 9.375rem;
}

.l-privacy2 {
	margin-top: 9.375rem;
}

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

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

.l-thanks {
	margin-top: 9.375rem;
}

.l-top-about {
	margin-top: 12.5rem;
}

.l-top-business {
	margin-top: 11.1875rem;
}

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

.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: #080909;
	color: #FBFCFD;
	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: #FBFCFD;
	color: #080909;
	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: #FBFCFD;
	color: #080909;
	-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: #FBFCFD;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

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

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

.c-blog-card {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.c-blog-card__img {
	aspect-ratio: 440/292;
	display: block;
	overflow: hidden;
	width: 100%;
}

.c-blog-card__img img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-blog-card__title {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 1rem;
	padding-inline: 3.1875rem;
	width: 100%;
}

.c-blog-card__date {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	padding-inline: 3.1875rem;
}

.c-blog-card2__link {
	display: inline-block;
}

.c-blog-card2__contents {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1rem;
	        column-gap: 1rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 8.3125rem 1fr;
	grid-template-columns: 8.3125rem 1fr;
}

.c-blog-card2__img {
	aspect-ratio: 133/88;
	display: block;
	max-width: 8.3125rem;
	overflow: hidden;
	width: 100%;
}

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

.c-blog-card2__data {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.5rem;
}

.c-blog-card2__title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
}

.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.625rem;
	position: relative;
}

.c-breadcrumb__item::before {
	background-image: url(../images/common/arrow2-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.8125rem;
}

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

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

.c-button-balloon {
	background: #FBFCFD;
	border-radius: 2.75rem;
	display: inline-block;
	padding: 1rem 1.5rem 0.875rem;
	position: relative;
}

.c-button-balloon::before {
	background-image: url(../images/common/triangle-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.0625rem;
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0.75rem;
}

.c-button-balloon__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

.c-button-entry {
	background: #D44243;
	border-radius: 2rem;
	color: #FBFCFD;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding: 1.46875rem 3.75rem 1.46875rem 5.5rem;
	position: relative;
	text-align: center;
}

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

.c-button-entry::after {
	background-image: url(../images/common/arrow-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5625rem;
}

.c-button-entry--top {
	border-radius: 0.75rem;
	font-weight: 700;
	line-height: 1.0625rem;
	padding: 1.4525rem 1.125rem 1.4375rem 5rem;
	position: relative;
	text-align: center;
}

.c-button-entry--top::before {
	height: 3rem;
	left: 1.1875rem;
	width: 3rem;
}

.c-button-entry--top::after {
	display: none;
}

.c-button-mail {
	background: #5888C6;
	border-radius: 2rem;
	color: #FBFCFD;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding: 1.0625rem 3.75rem 1.0625rem 5rem;
	position: relative;
	text-align: center;
}

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

.c-button-mail::after {
	background-image: url(../images/common/arrow-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5625rem;
}

.c-button-mail--top {
	border-radius: 0.75rem;
	font-weight: 700;
	line-height: 1.0625rem;
	padding: 1.4525rem 1.125rem 1.4375rem 5rem;
	position: relative;
	text-align: center;
}

.c-button-mail--top::before {
	height: 3rem;
	left: 1.1875rem;
	width: 3rem;
}

.c-button-mail--top::after {
	display: none;
}

.c-button-phone {
	border: 0.0625rem solid #1452A3;
	border-radius: 0.25rem;
	display: inline-block;
	padding: 0.875rem 4.25rem 0.8125rem 6.8125rem;
	position: relative;
}

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

.c-button-phone__text {
	font-size: 1rem;
	line-height: normal;
}

.c-button-phone::before {
	background-image: url(../images/common/phone-icon-black@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3rem;
	left: 3.1875rem;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3rem;
}

.c-button-tel {
	background: #5888C6;
	border-radius: 2rem;
	color: #FBFCFD;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.0625rem;
	padding: 0.375rem 3.75rem 0.3125rem 4.5rem;
	position: relative;
	text-align: center;
}

.c-button-tel__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
}

.c-button-tel__number {
	font-size: 1rem;
	line-height: normal;
}

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

.c-button-tel::after {
	background-image: url(../images/common/arrow-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5625rem;
}

.c-button-tel--top {
	border-radius: 0.75rem;
	font-weight: 700;
	line-height: 1.0625rem;
	padding: 1.4525rem 1.125rem 1.4375rem 5rem;
	position: relative;
	text-align: center;
}

.c-button-tel--top::before {
	height: 3rem;
	left: 1.1875rem;
	width: 3rem;
}

.c-button-tel--top::after {
	display: none;
}

.c-button {
	-moz-column-gap: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #5888C6;
	border: 0.125rem solid transparent;
	border-radius: 2rem;
	color: #FBFCFD;
	-webkit-column-gap: 0.5rem;
	        column-gap: 0.5rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	line-height: normal;
	padding: 0.9375rem 3.75rem 0.9375rem 2.5rem;
	position: relative;
	text-align: center;
}

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

.c-button--reverse {
	background: #FBFCFD;
	border: 0.125rem solid #5888C6;
	color: #5888C6;
	padding: 1.0625rem 2.5rem 1.0625rem 3.75rem;
}

.c-button--reverse::before {
	background-image: url(../images/common/arrow-left-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

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

.c-buttons__item {
	background: #5888C6;
}

.c-buttons__item._mail {
	background: #1452A3;
}

.c-buttons__item._entry {
	background: #D44243;
}

.c-buttons__icon {
	display: inline-block;
	padding: 1rem;
}

.c-buttons__icon-img {
	aspect-ratio: 32/32;
	display: block;
	overflow: hidden;
	width: 2rem;
}

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

.c-buttons__entry {
	-moz-column-gap: 0.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.75rem;
	        column-gap: 0.75rem;
	display: -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;
	padding: 1rem 1.5rem;
	width: 100%;
}

.c-buttons__itemText {
	color: #FBFCFD;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.c-card__img {
	aspect-ratio: 302/201;
	border-radius: 0.75rem;
	display: block;
	overflow: hidden;
}

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

.c-card__title {
	font-size: 1.125rem;
	margin-top: 1.5rem;
	text-align: center;
}

.c-dl__item {
	border-left: 0.0625rem solid #1452A3;
	border-right: 0.0625rem solid #1452A3;
	border-top: 0.0625rem solid #1452A3;
	display: -ms-grid;
	display: grid;
	font-size: 1.125rem;
	-ms-grid-columns: 14.6875rem 1fr;
	grid-template-columns: 14.6875rem 1fr;
}

.c-dl .c-dl__item:last-child {
	border-bottom: 0.0625rem solid #1452A3;
}

.c-dl__itemTerm {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(88, 136, 198, 0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-dl__itemDescription {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left: 0.0625rem solid #1452A3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.125rem;
	padding-inline: 1.875rem;
}

.c-dl--normal .c-dl__item {
	border-left: none;
	border-right: none;
}

.c-dl--normal .c-dl__itemTerm {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	height: 4.375rem;
}

.c-dl--normal .c-dl__itemDescription {
	height: auto;
	height: initial;
	line-height: 1.56;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1452A3;
	border-radius: 0 0 0 35%;
	-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: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0.5rem;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 5rem;
	z-index: 200;
}

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

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background-color: #FBFCFD;
	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: 2rem;
}

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

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

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

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

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

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

.c-drawer__modal {
	background: #4375B6;
	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 {
	margin-block: 1rem;
}

.c-drawer__link {
	color: #FBFCFD;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding-block: 1rem;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

.c-drawer__list._sns {
	margin-inline: auto;
	margin-top: 0.75rem;
	width: 3rem;
}

.c-drawer__list._button {
	margin-inline: auto;
	text-align: center;
}

.c-drawer__list._entry .c-button-entry {
	padding-block: 1.0625rem;
}

.c-drawer__list._button .c-button-entry,
.c-drawer__list._button .c-button-mail {
	font-size: 1.125rem;
}

.c-drawer__link._tel {
	position: relative;
}

.c-drawer__link._tel::before {
	background-image: url(../images/common/phone-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: -2.5rem;
	left: calc(50% - 7.5rem);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

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

.c-form-confirmation .c-form-confirmation__contents .c-form-confirmation__item--small {
	margin-top: 5.25rem;
}

.c-form-confirmation .c-form-confirmation__contents .c-form-confirmation__item--large {
	margin-top: 8.75rem;
}

.c-form-confirmation__item {
	grid-column-gap: 4.0625rem;
	-moz-column-gap: 4.0625rem;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap: 4.0625rem;
	        column-gap: 4.0625rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18.3125rem 30.625rem;
	grid-template-columns: 18.3125rem 30.625rem;
	margin-top: 1.75rem;
}

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

.c-form-confirmation__item-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
}

.c-form-confirmation__accent {
	background-color: red;
	border-radius: 0.75rem;
	color: #FBFCFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 0.3125rem 0.875rem 0.3125rem 0.8125rem;
	text-align: center;
}

.c-form-confirmation__value {
	display: block;
	font-weight: 400;
	line-height: normal;
}

.c-form-confirmation__value--accent {
	line-height: 1.75rem;
}

.c-form-confirmation__value:nth-child(n+2) {
	margin-top: 0.625rem;
}

.c-form__item {
	grid-column-gap: 4.0625rem;
	-moz-column-gap: 4.0625rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 4.0625rem;
	        column-gap: 4.0625rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18.3125rem 35.5rem;
	grid-template-columns: 18.3125rem 35.5rem;
	margin-top: 1.75rem;
}

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

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

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

.c-form__item-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
}

.c-form__accent {
	background-color: red;
	border-radius: 0.75rem;
	color: #FBFCFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 0.3125rem 0.875rem 0.3125rem 0.8125rem;
	text-align: center;
}

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

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

.c-form__policyLink {
	color: #C03434;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.c-form__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 6.25rem;
}

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

.c-form__button input {
	-moz-column-gap: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #5888C6;
	border: 0.125rem solid transparent;
	border-radius: 2rem;
	color: #FBFCFD;
	-webkit-column-gap: 0.5rem;
	        column-gap: 0.5rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	line-height: normal;
	padding: 0.75rem 3.75rem 0.75rem 2.5rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__input-wrapper--red input {
	background: #D44243;
}

.c-form__input-wrapper--red::before input {
	background: #D44243;
}

.c-form__input-wrapper::before {
	background-image: url(../images/common/arrow-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
	z-index: 1;
}

.c-form__input-wrapper--reverse input {
	background: #FBFCFD;
	border: 0.125rem solid #5888C6;
	color: #5888C6;
	padding: 1.0625rem 2.5rem 1.0625rem 3.75rem;
}

.c-form__input-wrapper--reverse::before {
	background-image: url(../images/common/arrow-left-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.c-form__input-wrapper--blue input {
	background: #5888C6;
	color: #FBFCFD;
}

.c-form__input-wrapper--blue::before {
	background-image: url(../images/common/arrow-left-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 0.75rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

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

.c-form__address label:first-child input {
	margin-bottom: 1rem;
	width: 9.875rem;
}

.c-form__note {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.875rem;
	margin-left: 0.5rem;
}

.c-form__address label {
	-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__input-wrapper.c-form__input-wrapper--red::before {
	right: 2.5rem;
}

.c-head-button1 {
	background: #1452A3;
	border-radius: 0.75rem;
	-webkit-box-shadow: 1px -1px 2px 0px rgba(8, 33, 65, 0.2) inset, -1px 1px 2px 0px rgba(8, 33, 65, 0.2) inset, 1px 1px 2px 0px rgba(32, 131, 255, 0.9) inset, -1px -1px 3px 0px rgba(8, 33, 65, 0.9) inset;
	        box-shadow: 1px -1px 2px 0px rgba(8, 33, 65, 0.2) inset, -1px 1px 2px 0px rgba(8, 33, 65, 0.2) inset, 1px 1px 2px 0px rgba(32, 131, 255, 0.9) inset, -1px -1px 3px 0px rgba(8, 33, 65, 0.9) inset;
	display: inline-block;
	padding: 3.4375rem 0.8125rem 0.6875rem 0.75rem;
	position: relative;
}

.c-head-button1::before {
	background-image: url(../images/common/plople-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 0.3125rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 3.125rem;
}

.c-head-button1__text {
	color: #FBFCFD;
	font-size: 0.9375rem;
	line-height: 1.0625rem;
	text-align: center;
}

.c-head-button2 {
	background: #1452A3;
	border-radius: 0.75rem;
	-webkit-box-shadow: 0.0625rem -0.0625rem 0.125rem 0rem rgba(8, 33, 65, 0.2) inset, -0.0625rem 0.0625rem 0.125rem 0rem rgba(8, 33, 65, 0.2) inset, 0.0625rem 0.0625rem 0.125rem 0rem rgba(32, 131, 255, 0.9) inset, -0.0625rem -0.0625rem 0.1875rem 0rem rgba(8, 33, 65, 0.9) inset;
	        box-shadow: 0.0625rem -0.0625rem 0.125rem 0rem rgba(8, 33, 65, 0.2) inset, -0.0625rem 0.0625rem 0.125rem 0rem rgba(8, 33, 65, 0.2) inset, 0.0625rem 0.0625rem 0.125rem 0rem rgba(32, 131, 255, 0.9) inset, -0.0625rem -0.0625rem 0.1875rem 0rem rgba(8, 33, 65, 0.9) inset;
	display: inline-block;
	padding: 3.25rem 1.25rem 1rem 1.125rem;
	position: relative;
}

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

.c-head-button2__text {
	color: #FBFCFD;
	font-size: 0.9375rem;
	line-height: 1.0625rem;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-lower-head__title {
	-ms-writing-mode: tb-rl;
	background: #080909;
	color: #FBFCFD;
	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-media {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 3.75rem;
	        column-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 27.5rem 1fr;
	grid-template-columns: 27.5rem 1fr;
}

.c-media__img {
	aspect-ratio: 440/280;
	display: block;
	overflow: hidden;
}

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

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

.c-media__texts {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 1.5rem;
	text-align: justify;
}

.c-mv-lower {
	padding-top: 4.5625rem;
	position: relative;
}

.c-mv-lower__background {
	aspect-ratio: 1200/480;
	display: block;
	margin-inline: auto;
	max-width: 83.3333333333vw;
	overflow: hidden;
	width: 100%;
}

.c-mv-lower__background img {
	-o-object-fit: cover;
	border-radius: 2.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv-lower__bg {
	background: -webkit-gradient(linear, left top, right top, from(#FBFCFD), color-stop(25%, #FBFCFD), color-stop(25%, #5888C6), to(#5888C6));
	background: linear-gradient(90deg, #FBFCFD 0%, #FBFCFD 25%, #5888C6 25%, #5888C6 100%);
	height: 29.4444444444vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-mv-lower._accent .c-mv-lower__background {
	aspect-ratio: 1200/480;
	display: block;
	margin-inline: auto;
	max-width: 83.3333333333vw;
	overflow: hidden;
	width: 100%;
}

.c-mv {
	padding-top: 4.5625rem;
	position: relative;
}

.c-mv__background {
	aspect-ratio: 1200/725;
	display: block;
	margin-inline: auto;
	max-width: 83.3333333333vw;
	overflow: hidden;
	width: 100%;
}

.c-mv__background img {
	-o-object-fit: cover;
	border-radius: 2.7777777778vw;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv__bg {
	background: -webkit-gradient(linear, left top, right top, from(#FBFCFD), color-stop(25%, #FBFCFD), color-stop(25%, #5888C6), to(#5888C6));
	background: linear-gradient(90deg, #FBFCFD 0%, #FBFCFD 25%, #5888C6 25%, #5888C6 100%);
	height: 44.4444444444vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-mv__text {
	bottom: min(4.5rem, 5vw);
	display: inline;
	font-size: 3.3125rem;
	font-size: min(3.3125rem, 3.6805555556vw);
	left: calc(50% - 34.7222222222vw);
	line-height: 160%;
	padding-bottom: 0.375rem;
	position: absolute;
}

.c-mv__text._top {
	bottom: min(3.75rem, 4.1666666667vw);
}

.c-mv__text-blue {
	color: #5888C6;
}

.c-mv__buttons {
	bottom: min(4.5625rem, 5.0694444444vw);
	position: absolute;
	right: calc(50% - 45.1388888889vw);
}

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

.bgextend {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: bgextendAnimeBase;
	        animation-name: bgextendAnimeBase;
	opacity: 0;
	overflow: hidden;
}

.bgappear {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: bgextendAnimeSecond;
	        animation-name: bgextendAnimeSecond;
	opacity: 0;
}

/*左から右*/

.bgLRextend::before {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: bgLRextendAnime;
	        animation-name: bgLRextendAnime;
	background-color: #5888C6;
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgappearTrigger,
.bgLRextendTrigger {
	opacity: 0;
}

.bgappearTrigger._text {
	background: #FBFCFD;
	display: inline-block;
	padding-left: 1.875rem;
}

.c-pagenavi-lower {
	-moz-column-gap: 2.125rem;
	-webkit-column-gap: 2.125rem;
	        column-gap: 2.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-pagenavi-lower__button .c-button {
	font-size: 1rem;
	padding: 0.75rem 3.625rem 0.75rem 2.5rem;
}

.c-pagenavi-lower__button .c-button--reverse {
	padding: 0.5625rem 1.875rem 0.5625rem 3.125rem;
	padding: 0.75rem 2.5rem 0.75rem 3.625rem;
}

.c-pagenavi-lower__button .c-button::before {
	right: 2.1875rem;
}

.c-pagenavi-lower__button .c-button--reverse::before {
	left: 2.1875rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FBFCFD;
	border: 0.0625rem solid #1452A3;
	border-radius: 0.5rem;
	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.625rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.5rem;
}

.wp-pagenavi span.current {
	background: #1452A3;
	color: #FBFCFD;
}

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

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

.c-privacy__lists {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 200%;
}

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

.c-privacy__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.5rem;
}

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

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

.c-privacy__listsLv4 {
	list-style-type: lower-roman;
	margin-left: 1.25rem;
}

.c-privacy__text--mt {
	margin-top: 1.875rem;
}

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

.c-single__imgBlock {
	max-width: 45rem;
	position: relative;
	width: 100%;
}

.c-single__img {
	aspect-ratio: 720/477;
	display: block;
	overflow: hidden;
}

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

.c-single__data {
	background: #5888C6;
	border-radius: 50%;
	color: #FBFCFD;
	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;
	font-size: 2rem;
	left: -1.6875rem;
	line-height: 120%;
	padding: 1rem 1.1875rem 1.75rem 1.1875rem;
	position: absolute;
	top: -1.6875rem;
}

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

.c-single__content p {
	color: #000;
	font-size: 1.125rem;
	padding-bottom: 1rem;
}

.c-slide1 .splide__slide img {
	border-radius: 2.5rem;
}

.c-slide4 {
	margin-inline: auto;
	max-width: 90rem;
	width: 100%;
}

.splide04 .splide__slide img {
	-webkit-transform: scale(0.6);
	        transform: scale(0.6);
	-webkit-transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, margin-top 0.7s;
	transition: transform 0.7s, margin-top 0.7s, -webkit-transform 0.7s;
}

.splide04 .splide__slide .c-blog-card__title {
	margin-inline: auto;
	margin-top: -3.75rem;
	-webkit-transform: scale(0.65);
	        transform: scale(0.65);
	-webkit-transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, margin-top 0.7s;
	transition: transform 0.7s, margin-top 0.7s, -webkit-transform 0.7s;
}

.splide04 .splide__slide .c-blog-card__date {
	display: block;
	margin-inline: auto;
	margin-top: -0.625rem;
	-webkit-transform: scale(0.65);
	        transform: scale(0.65);
	-webkit-transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: margin-top 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, margin-top 0.7s;
	transition: transform 0.7s, margin-top 0.7s, -webkit-transform 0.7s;
}

.splide04 .splide__slide.is-active .c-blog-card__title {
	margin-top: 1rem;
	-webkit-transform: scale(1);
	        transform: scale(1);
	width: 100%;
}

.splide04 .splide__slide.is-active .c-blog-card__date {
	margin-top: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.splide04 .splide__slide.is-active img {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	width: 100%;
	z-index: 1;
}

.splide04 .splide__slide img {
	border-radius: 1.25rem;
	height: auto;
	width: 100%;
}

.splide04 .splide__slide {
	min-height: 25.4375rem;
}

.splide__arrow {
	background: #5888C6;
	opacity: 1;
}

.splide__arrow svg {
	fill: #FBFCFD;
}

.splide__arrow--next {
	right: 3rem;
	top: 40%;
}

.splide__arrow--prev {
	left: 3rem;
	top: 40%;
}

.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-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: normal;
	position: relative;
	text-align: center;
}

.c-title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.c-title__text {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: -0.625rem;
}

.c-title.c-title--about::before {
	background-image: url(../images/top/text-bg-about@2x.png);
	height: 9.78125rem;
	width: 29.34375rem;
}

.c-title.c-title--business::before {
	background-image: url(../images/top/text-bg-business@2x.png);
	height: 10.5625rem;
	width: 37.125rem;
}

.c-title.c-title--message::before {
	background-image: url(../images/top/text-bg-message@2x.png);
	height: 7.8125rem;
	width: 25.4375rem;
}

.c-title.c-title--outline::before {
	background-image: url(../images/top/text-bg-outline@2x.png);
	height: 7.8125rem;
	width: 20.125rem;
}

.c-title.c-title--outline::before {
	background-image: url(../images/top/text-bg-outline@2x.png);
	height: 7.8125rem;
	width: 20.125rem;
}

.c-title.c-title--history::before {
	background-image: url(../images/top/text-bg-history@2x.png);
	height: 7.8125rem;
	width: 21.9375rem;
}

.c-title.c-title--access::before {
	background-image: url(../images/top/text-bg-access@2x.png);
	height: 7.8125rem;
	width: 20.3125rem;
}

.c-title.c-title--building::before {
	background-image: url(../images/top/text-bg-building@2x.png);
	height: 7.8125rem;
	width: 22.5rem;
}

.c-title.c-title--building::before {
	background-image: url(../images/top/text-bg-building@2x.png);
	height: 7.8125rem;
	width: 22.5rem;
}

.c-title.c-title--building::before {
	background-image: url(../images/top/text-bg-building@2x.png);
	height: 7.8125rem;
	width: 22.5rem;
}

.c-title.c-title--cleaning::before {
	background-image: url(../images/top/text-bg-cleaning@2x.png);
	height: 7.8125rem;
	width: 24.6875rem;
}

.c-title2 {
	color: #080909;
	color: var(--BLACK, #080909);
	font-family: "Inter", sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.c-title3 {
	color: #1452A3;
	font-size: min(3.5rem, 3.8888888889vw);
	font-weight: 700;
	line-height: normal;
}

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

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FBFCFD;
	background-image: none;
	border: none; /*↓リセットCSS */
	border: 1px solid #1452A3;
	border-radius: 0.375rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(8, 9, 9, 0.1) inset;
	        box-shadow: 0px 0px 10px 0px rgba(8, 9, 9, 0.1) inset; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	font-family: inherit;
	font-size: 1rem;
	padding: 0.3125rem 0.625rem;
	resize: vertical; /*↓カスタム */
	width: 100%;
}

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

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

[type=radio] {
	display: none;
}

[type=radio] + span {
	color: #080909;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	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: #5888C6;
	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: #FBFCFD;
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.375rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	margin-top: 0.625rem;
	padding: 0.3125rem 0.625rem;
	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: 16.8125rem;
	width: 100%;
}

/* プレースホルダーの色を変更する */

::-moz-placeholder {
	color: transparent;
}

::-webkit-input-placeholder {
	color: transparent;
}

:-ms-input-placeholder {
	color: transparent;
}

::-ms-input-placeholder {
	color: transparent;
}

::placeholder {
	color: transparent;
}

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

.wpcf7-spinner {
	display: none;
}

.p-404 {
	padding-bottom: 18.75rem;
	padding-top: 9.375rem;
	position: relative;
}

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

.p-404__texts {
	color: #000;
	font-size: 1.125rem;
	text-align: center;
}

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

.p-404__button .c-button {
	background: #5888C6;
	color: #FBFCFD;
	font-size: 1rem;
	padding-block: 0.75rem;
}

.p-404__button .c-button::before {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.p-access__contents {
	margin-top: 9.375rem;
	width: 100%;
}

.p-access__map {
	aspect-ratio: 1000/372;
	display: block;
	overflow: hidden;
}

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

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

.p-access__text {
	color: #000;
	font-size: 1.125rem;
}

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

.p-building__item .c-media {
	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;
}

.p-building__item .c-media__title {
	font-size: 2rem;
	margin-right: auto;
}

.p-building__item .c-media__img {
	margin-top: 2rem;
}

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

.p-case {
	padding-top: 9.375rem;
}

.p-case__items {
	grid-gap: min(4.625rem, 5.1388888889vw) min(7.5rem, 8.3333333333vw);
	display: -ms-grid;
	display: grid;
	gap: min(4.625rem, 5.1388888889vw) min(7.5rem, 8.3333333333vw);
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

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

.p-cleaning__items {
	margin-top: 11.25rem;
}

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

.p-cleaning__item .c-media__texts {
	margin-top: 2.5rem;
}

.p-cleaning__item .c-media__title {
	font-size: 2rem;
}

.p-company__contents {
	margin-inline: auto;
	margin-top: 9.375rem;
	max-width: 55.1875rem;
	width: 100%;
}

.p-company__text {
	line-height: 140%;
}

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

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

.p-contact {
	padding-bottom: 5rem;
	padding-top: 6.625rem;
	position: relative;
}

.p-contact__contents {
	margin-left: auto;
	max-width: 35.0625rem;
	width: 100%;
}

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

.p-contact::after {
	background: rgba(8, 9, 9, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-contact__title .c-title2 {
	color: #FBFCFD;
}

.p-contact__text {
	color: #FBFCFD;
	font-size: 1.25rem;
	line-height: 160%;
	margin-top: 2.3125rem;
}

.p-contact__buttons {
	-moz-column-gap: 1.125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1.125rem;
	        column-gap: 1.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4.3125rem;
}

.p-form {
	padding-bottom: 6.875rem;
	padding-top: 9.375rem;
}

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

.p-form__content {
	margin-top: 5.625rem;
}

.p-entry {
	padding-bottom: 5.6875rem;
	padding-top: 6.0625rem;
	position: relative;
}

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

.p-entry::after {
	background: rgba(8, 9, 9, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-entry__title .c-title2 {
	color: #FBFCFD;
}

.p-entry__texts {
	color: #FBFCFD;
	font-size: 1.25rem;
	line-height: 160%;
	margin-top: 2.375rem;
}

.p-entry__button {
	margin-top: 5.25rem;
}

.p-footer {
	background: #1452A3;
	padding-bottom: 1.25rem;
	padding-top: 4.75rem;
	position: relative;
}

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

.p-footer__contents {
	color: #FBFCFD;
	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;
	line-height: normal;
}

.p-footer__logo-img {
	display: block;
	max-width: 9.75rem;
	overflow: hidden;
	width: 100%;
}

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

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

.p-footer__address-text {
	font-size: 1.125rem;
	line-height: normal;
}

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

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

.p-footer__navs {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	        column-gap: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__nav {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	        column-gap: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__nav-link {
	font-size: 1.125rem;
}

.p-footer__navLv2 {
	-moz-column-gap: 3rem;
	-webkit-column-gap: 3rem;
	        column-gap: 3rem;
	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;
	margin-top: 2.5rem;
}

.p-footer__navLv2-link {
	font-size: 0.875rem;
	line-height: normal;
}

.p-footer__sns-img {
	aspect-ratio: 64/64;
	display: block;
	margin-left: auto;
	margin-top: 2.5rem;
	overflow: hidden;
	width: 4rem;
}

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

.p-footer__copy {
	color: #FBFCFD;
	font-size: 0.875rem;
	margin-top: 17.5625rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-footer._white {
	background: #FBFCFD;
	padding-top: 0;
}

.p-footer._white .p-footer__contents {
	display: none;
}

.p-footer._white .p-footer__copy {
	margin-top: min(21.8125rem, 89.4871794872vw);
}

.p-form-confirmation {
	padding-bottom: 6.875rem;
	padding-top: 9.375rem;
}

.p-form-confirmation ._small {
	padding-bottom: 6.875rem;
	padding-top: 3.4375rem;
}

.p-form-confirmation__button {
	text-align: center;
}

.p-form-confirmation__contents {
	margin-top: 6.25rem;
}

.p-form-confirmation__buttons {
	-moz-column-gap: 5.625rem;
	-webkit-column-gap: 5.625rem;
	        column-gap: 5.625rem;
	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-left: 3.75rem;
	margin-top: 6.25rem;
}

.p-form-confirmation__buttons .c-form__button {
	margin-top: 0;
}

.p-form-confirmation__button._reverse .c-form__button input {
	font-size: 1rem;
	padding: 0.75rem 2.5rem 0.75rem 3.75rem;
}

.p-form-confirmation__button._red .c-form__button input {
	font-size: 1rem;
	padding: 0.75rem 3.75rem 0.75rem 2.5rem;
}

.p-greeting__contents {
	margin-inline: auto;
	margin-top: 9.5rem;
	max-width: 45rem;
	width: 100%;
}

.p-greeting__texts {
	color: #080909;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 200%;
	text-align: justify;
}

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

.p-greeting__wrapper {
	margin-top: 2.5625rem;
	text-align: right;
}

.p-greeting__company,
.p-greeting__name {
	font-size: 0.875rem;
}

.p-greeting__name {
	margin-top: -0.375rem;
}

.p-greeting__accent {
	font-size: 1.125rem;
	margin-left: 0.75rem;
}

.p-header {
	height: 7.25rem;
	width: 100%;
}

.p-header__inner.l-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 90rem;
	padding-right: min(13.25rem, 14.7222222222vw);
	position: relative;
}

.p-header__logo {
	font-size: 0;
	margin-top: 2.0625rem;
	width: 9.4375rem;
}

.p-header__nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	margin-top: 1.375rem;
}

.p-header__nav-telBlock {
	text-align: right;
}

.p-header__nav-tel {
	display: inline-block;
	font-size: 1.25rem;
	margin-top: 1.4375rem;
	padding-block: 0.625rem;
	position: relative;
}

.p-header__nav-tel::before {
	background-image: url(../images/common/phone-icon-black@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	left: -1.6875rem;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.375rem;
}

.p-header__lists {
	-moz-column-gap: min(4rem, 4.4444444444vw);
	-webkit-column-gap: min(4rem, 4.4444444444vw);
	        column-gap: min(4rem, 4.4444444444vw);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__list a {
	color: #FBFCFD;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 0.625rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-header__list a.is-active {
	color: #080909;
}

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

.p-header__list a.is-active::after {
	background-color: #080909;
}

.p-header__list a.is-white::after {
	background-color: #FBFCFD;
}

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

.p-header__drawer {
	display: none;
}

.p-header__buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.p-header__list a.is-white {
	color: white;
}

.p-header._hidden .p-header__nav,
.p-header._hidden .p-header__buttons {
	display: none;
}

.p-history__contents {
	margin-inline: auto;
	margin-top: 9.375rem;
	max-width: 55.1875rem;
	width: 100%;
}

.p-history__text {
	line-height: 140%;
}

.p-history .c-dl__itemDescription {
	padding-inline: 3.5rem;
}

.p-main {
	overflow: hidden;
	position: relative;
}

.p-main--bg {
	padding-bottom: 18.75rem;
}

.p-main--bg._top {
	padding-bottom: 12.5rem;
}

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

.p-main__following {
	display: none;
}

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

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

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

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

.p-mockup__link--cp1,
.p-mockup__link--cp2,
.p-mockup__link--cp3,
.p-mockup__link--cp4,
.p-mockup__link--pro1,
.p-mockup__link--pro2,
.p-mockup__link--pro3,
.p-mockup__link--pro4 {
	pointer-events: none;
}

.p-mockup__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f7f7f7;
	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-privacy__head-texts {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 200%;
	text-align: right;
}

.p-privacy__text {
	font-size: 1.125rem;
	font-weight: 400;
	font-weight: 400;
	line-height: 200%;
	margin-top: 2.75rem;
}

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

.p-sidebar__items {
	margin-top: 2.5rem;
	padding-block: 2.5rem;
	position: relative;
}

.p-sidebar__items::before {
	background-image: radial-gradient(circle, #5888C6 0.125rem, transparent 0.125rem);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0.625rem 0.25rem;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-sidebar__items::after {
	background-image: radial-gradient(circle, #5888C6 0.125rem, transparent 0.125rem);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0.625rem 0.25rem;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.p-sidebar__item:first-child {
	margin-top: 0;
}

.p-single {
	padding-top: 11.0625rem;
}

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

.p-single__contents {
	grid-column-gap: 5.1875rem;
	-moz-column-gap: 5.1875rem;
	-webkit-column-gap: 5.1875rem;
	        column-gap: 5.1875rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 23.125rem;
	grid-template-columns: 1fr 23.125rem;
	margin-right: -2.5rem;
}

.p-single__content {
	margin-left: auto;
}

.p-single__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 6.25rem;
}

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

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

.p-thanks__texts {
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 200%;
	margin-top: 6.25rem;
	text-align: justify;
	text-align: center;
}

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

.p-thanks__button .c-button--reverse {
	background: #5888C6;
	color: #FBFCFD;
	font-size: 1rem;
	padding-block: 0.75rem;
}

.p-thanks__button .c-button--reverse::before {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.p-title-head {
	padding-block: 3.0625rem;
	position: relative;
}

.p-title-head::before {
	background: #5888C6;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	max-width: 90.2777777778vw;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-title-head__inner.l-inner {
	max-width: 81.25rem;
}

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

.p-title-head__title {
	margin-left: 6.25rem;
}

.p-title-head._column .p-title-head__title {
	margin-right: auto;
}

.p-title-head__breadcrumb {
	max-width: 14.875rem;
	width: 100%;
}

.p-title-head._large .p-title-head__breadcrumb {
	max-width: 22.1875rem;
}

.p-title-head._large .p-title-head__title {
	margin-left: 2.75rem;
}

.p-title-head._column .p-title-head__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-title-head._column .c-breadcrumb__items {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-top-about__contents {
	-moz-column-gap: 3.125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 3.125rem;
	        column-gap: 3.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 7.5rem;
}

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

.p-top-about__img {
	aspect-ratio: 720/460;
	display: block;
	overflow: hidden;
}

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

.p-top-about__content {
	margin-top: 2.9375rem;
}

.p-top-about__content-texts {
	font-size: 1.125rem;
	line-height: 160%;
	margin-top: 2.4375rem;
	width: 28.125rem;
}

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

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

.p-top-business::before {
	background-image: url(../images/top/business-bg@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(60rem, 59.3055555556vw);
	left: 0;
	position: absolute;
	top: 13.125rem;
	width: min(69.5rem, 68.6805555556vw);
	z-index: -1;
}

.p-top-business__items,
.p-top-business__bottom {
	margin-top: 7.5rem;
}

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

.p-top-business__lists {
	grid-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	grid-row-gap: 3.5rem;
	-webkit-column-gap: 7.5rem;
	        column-gap: 7.5rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.0625rem;
	row-gap: 3.5rem;
}

.p-top-business__subTitle-text {
	font-size: 1.25rem;
	line-height: 40px;
}

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

.p-top-business__button .c-button {
	font-size: 1.125rem;
}

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

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

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

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

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

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

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

}

@media (any-hover: hover) {

.c-blog-card:hover {
	opacity: 0.7;
}

.c-form__input-wrapper:hover {
	opacity: 0.7;
}

.wp-pagenavi a:hover {
	background-color: #5888C6;
	border-color: #5888C6;
	color: #FBFCFD;
}

}

@media (hover: hover) {

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

}

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

.splide04 .splide__slide .c-blog-card__title {
	margin-top: -2.5rem;
	margin-top: min(-2.8125rem, -3.125vw);
}

}

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

html {
	font-size: 1.6vw;
}

.splide04 .splide__slide {
	min-height: 22.0625rem;
}

.p-single__contents {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	        column-gap: 2.5rem;
	-ms-grid-columns: 1fr 16.25rem;
	grid-template-columns: 1fr 16.25rem;
	margin-right: 0;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

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

.l-building {
	margin-top: 8.0625rem;
}

.l-cleaning {
	margin-top: 7.4375rem;
}

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

.l-entry-form {
	margin-top: 6.25rem;
}

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

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

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

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

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

.l-top-about {
	margin-top: 13.75rem;
}

.l-top-business {
	margin-top: 11.5625rem;
}

.c-blog-card__title {
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
	padding-inline: unset;
}

.c-blog-card__date {
	padding-left: 0.375rem;
	padding-left: 0rem;
}

.c-button-entry {
	font-size: 1rem;
	padding: 0.84375rem 2.5625rem 0.84375rem 3.625rem;
}

.c-button-entry::before {
	height: 1.8125rem;
	left: 1.5rem;
	width: 1.75rem;
}

.c-button-entry::after {
	height: 0.75rem;
	right: 1.5rem;
	width: 0.4375rem;
}

.c-button-entry--top {
	font-size: 1rem;
	padding: 0.84375rem 2.5625rem 0.84375rem 3.625rem;
}

.c-button-entry--top::before {
	height: 1.8125rem;
	left: 1.5rem;
	width: 1.75rem;
}

.c-button-mail {
	font-size: 1rem;
	padding: 1rem 2.5625rem 1rem 3.3125rem;
}

.c-button-mail::before {
	height: 1.4375rem;
	left: 1.5rem;
	width: 1.4375rem;
}

.c-button-mail::after {
	height: 0.75rem;
	right: 1.5rem;
	width: 0.4375rem;
}

.c-button-mail--top {
	font-size: 1rem;
	padding: 0.84375rem 2.5625rem 0.84375rem 3.625rem;
}

.c-button-mail--top::before {
	height: 1.8125rem;
	left: 1.5rem;
	width: 1.75rem;
}

.c-button-tel {
	font-size: 1rem;
	padding: 0.4375rem 2.5625rem 0.375rem 3.3125rem;
}

.c-button-tel__number {
	margin-top: -0.1875rem;
}

.c-button-tel::before {
	height: 1.4375rem;
	left: 1.5rem;
	width: 1.4375rem;
}

.c-button-tel::after {
	height: 0.75rem;
	right: 1.5rem;
	width: 0.4375rem;
}

.c-button-tel--top {
	font-size: 1rem;
	padding: 0.84375rem 2.5625rem 0.84375rem 3.625rem;
}

.c-button-tel--top::before {
	height: 1.8125rem;
	left: 1.5rem;
	width: 1.75rem;
}

.c-button {
	-moz-column-gap: 0.375rem;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	font-size: 1rem;
	padding: 0.75rem 1.9375rem 0.75rem 1.125rem;
}

.c-button::before {
	height: 0.625rem;
	right: 1.125rem;
	width: 0.375rem;
}

.c-button--reverse {
	padding: 1.0625rem 2.5rem 1.0625rem 3.75rem;
}

.c-button--reverse::before {
	height: 0.625rem;
	left: 1.125rem;
	width: 0.375rem;
}

.c-card__title {
	margin-top: 0.25rem;
	padding-left: 1.3125rem;
	text-align: inherit;
}

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

.c-dl__itemTerm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-inline: 1.875rem;
}

.c-dl__itemDescription {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left: none;
	border-top: 0.0625rem solid #1452A3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.125rem;
}

.c-dl__itemDescription span {
	display: none;
}

.c-dl--normal .c-dl__item {
	font-size: 1rem;
}

.c-dl--normal .c-dl__itemTerm {
	padding-inline: 3.5rem;
}

.c-dl--normal .c-dl__itemDescription {
	border-top: none;
	height: auto;
	height: initial;
	margin-top: -1rem;
	padding-bottom: 1rem;
}

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

.c-form-confirmation .c-form-confirmation__contents .c-form-confirmation__item--small {
	margin-top: 3.5625rem;
}

.c-form-confirmation .c-form-confirmation__contents .c-form-confirmation__item--large {
	margin-top: 3.5625rem;
}

.c-form-confirmation__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

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

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

.c-form-confirmation__accent {
	margin-left: 1rem;
}

.c-form-confirmation__dd {
	margin-top: 1rem;
}

.c-form__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

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

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

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

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

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

.c-form__button input {
	-moz-column-gap: 0.375rem;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	font-size: 1rem;
	padding: 0.75rem 1.9375rem 0.75rem 1.125rem;
}

.c-form__input-wrapper::before {
	height: 0.625rem;
	right: 1.125rem;
	width: 0.375rem;
}

.c-form__input-wrapper--reverse::before {
	height: 0.625rem;
	left: 1.125rem;
	width: 0.375rem;
}

.c-form__input-wrapper--blue::before {
	height: 0.625rem;
	left: 2.625rem;
	width: 0.375rem;
}

.c-form__address label:first-child input {
	width: 8.375rem;
}

.c-form__note {
	font-size: 0.875rem;
	margin-left: 1rem;
}

.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-media {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.c-media__img {
	margin-inline: auto;
	max-width: min(29.5625rem, 78.9743589744vw);
	width: 100%;
}

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

.c-media__texts {
	font-size: 1rem;
	line-height: 180%;
}

.c-mv-lower {
	padding-top: 1.625rem;
}

.c-mv-lower__background {
	aspect-ratio: 350/444;
	max-width: 89.7435897436vw;
}

.c-mv-lower__bg {
	background: -webkit-gradient(linear, left top, right top, from(#FBFCFD), color-stop(20%, #FBFCFD), color-stop(20%, #5888C6), to(#5888C6));
	background: linear-gradient(90deg, #FBFCFD 0%, #FBFCFD 20%, #5888C6 20%, #5888C6 100%);
	height: 25rem;
	height: 102.5641025641vw;
}

.c-mv-lower._accent .c-mv-lower__background {
	aspect-ratio: 350/400;
	max-width: 89.7435897436vw;
}

.c-mv {
	padding-top: 1.625rem;
}

.c-mv__background {
	aspect-ratio: 350/578;
	max-width: 89.7435897436vw;
}

.c-mv__bg {
	background: -webkit-gradient(linear, left top, right top, from(#FBFCFD), color-stop(14.5%, #FBFCFD), color-stop(14.5%, #5888C6), to(#5888C6));
	background: linear-gradient(90deg, #FBFCFD 0%, #FBFCFD 14.5%, #5888C6 14.5%, #5888C6 100%);
	height: 142.3076923077vw;
}

.c-mv__text {
	bottom: 3.0625rem;
	font-size: 2rem;
	left: calc(50% - 41.5384615385vw);
	padding-bottom: 0.1875rem;
}

.c-mv__text._top {
	bottom: 2.5rem;
}

.c-mv__buttons {
	display: none;
}

.c-pagenavi-lower {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
}

.c-pagenavi-lower__button .c-button {
	padding: 0.375rem 1.75rem 0.5rem 0.875rem;
	padding-block: 0.5rem;
}

.c-pagenavi-lower__button .c-button--reverse {
	padding: 0.375rem 0.875rem 0.5rem 1.75rem;
	padding-block: 0.5rem;
}

.c-pagenavi-lower__button .c-button::before {
	height: 0.75rem;
	right: 0.9375rem;
	top: 51%;
	width: 0.375rem;
}

.c-pagenavi-lower__button .c-button--reverse::before {
	height: 0.75rem;
	left: 0.9375rem;
	top: 51%;
	width: 0.375rem;
}

.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__lists {
	font-size: 1rem;
	line-height: 160%;
	text-align: justify;
}

.c-privacy__title {
	font-size: 1.25rem;
	line-height: 160%;
}

.c-privacy__title._is-sp {
	font-size: 1.125rem;
}

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

.c-single__img {
	aspect-ratio: 350/232;
}

.c-single__data {
	font-size: 1.25rem;
	left: -1.1875rem;
	padding: 0.75rem 0.625rem;
	top: -2.25rem;
}

.c-slide1 .splide__slide img {
	border-radius: 6.1538461538vw;
	height: 100svh;
}

.c-slide4 {
	max-width: min(25.9375rem, 69.2307692308vw);
}

.splide04 .splide__slide img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: margin-top 1s, -webkit-transform 1s;
	transition: margin-top 1s, -webkit-transform 1s;
	transition: transform 1s, margin-top 1s;
	transition: transform 1s, margin-top 1s, -webkit-transform 1s;
}

.splide04 .splide__slide .c-blog-card__title {
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	-webkit-transition: initial;
	transition: initial;
}

.splide04 .splide__slide .c-blog-card__date {
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	-webkit-transition: initial;
	transition: initial;
}

.splide04 .splide__slide {
	min-height: 0;
	min-height: initial;
}

.splide__arrow svg {
	height: 0.75rem;
	width: 0.5rem;
}

.splide__arrow--next {
	height: 1.5rem;
	right: -2.5rem;
	width: 1.5rem;
}

.splide__arrow--prev {
	height: 1.5rem;
	left: -2.5rem;
	width: 1.5rem;
}

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

.c-title {
	font-size: 2rem;
}

.c-title__text {
	font-size: 1rem;
	margin-top: -0.3125rem;
}

.c-title.c-title--about::before {
	height: 5.1875rem;
	width: 19.1875rem;
}

.c-title.c-title--business::before {
	height: 6.875rem;
	width: 24.25rem;
}

.c-title.c-title--message::before {
	height: 5.1875rem;
	width: 16.625rem;
}

.c-title.c-title--outline::before {
	height: 5.1875rem;
	width: 13.125rem;
}

.c-title.c-title--outline::before {
	height: 5.1875rem;
	width: 13.125rem;
}

.c-title.c-title--history::before {
	height: 5.1875rem;
	width: 14.3125rem;
}

.c-title.c-title--access::before {
	height: 5.1875rem;
	width: 13.25rem;
}

.c-title.c-title--building::before {
	height: 5.1875rem;
	width: 14.6875rem;
}

.c-title.c-title--building::before {
	height: 5.1875rem;
	width: 14.6875rem;
}

.c-title.c-title--building::before {
	height: 5.1875rem;
	width: 14.6875rem;
}

.c-title.c-title--cleaning::before {
	height: 5.1875rem;
	top: 60%;
	width: 16.125rem;
}

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

.c-title3 {
	font-size: 2.3125rem;
}

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

textarea {
	height: 12.5rem;
}

.p-404 {
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.p-404::before {
	background-image: url(../images/common/footer-top-bg-sp@2x.png);
	height: min(12.5rem, 45.641025641vw);
}

.p-404__texts {
	font-size: 1rem;
	line-height: 180%;
	text-align: left;
}

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

.p-access__contents {
	margin-top: 6.3125rem;
}

.p-access__map {
	aspect-ratio: 350/400;
}

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

.p-access__text {
	font-size: 1rem;
	line-height: 160%;
}

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

.p-building__item .c-media__title {
	font-size: 1.5rem;
}

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

.p-case {
	padding-top: 8.125rem;
}

.p-case__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 3.5625rem;
}

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

.p-cleaning__items {
	margin-top: 5.75rem;
}

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

.p-cleaning__item .c-media__texts {
	margin-top: 1rem;
}

.p-cleaning__item .c-media__title {
	font-size: 1.5rem;
}

.p-company__contents {
	margin-top: 6.875rem;
	max-width: 100%;
}

.p-contact {
	padding-bottom: 4rem;
	padding-top: 3.8125rem;
}

.p-contact::before {
	background-image: url(../images/common/contact-bg-sp@2x.jpg);
}

.p-contact__text {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-contact__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	margin-top: 2.5rem;
	row-gap: 3.125rem;
}

.p-contact__buttons .c-button-mail {
	font-size: 1.125rem;
}

.p-form {
	padding-bottom: 6.25rem;
	padding-top: 5.0625rem;
}

.p-form__button {
	margin-left: 0;
}

.p-entry {
	padding-bottom: 4.65625rem;
	padding-top: 3.8125rem;
}

.p-entry::before {
	background-image: url(../images/common/entry-bg-sp@2x.jpg);
}

.p-entry__texts {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-entry__button {
	margin-top: 2.78125rem;
	text-align: center;
}

.p-entry__button .c-button-entry {
	font-size: 1.125rem;
}

.p-footer {
	padding-bottom: min(4.9375rem, 20.2564102564vw);
	padding-top: 3.9375rem;
}

.p-footer::before {
	background-image: url(../images/common/footer-bg-sp@2x.png);
	bottom: min(4.25rem, 17.4358974359vw);
	height: min(18.25rem, 48.7179487179vw);
}

.p-footer__contents {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1rem;
}

.p-footer__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__logo-img {
	width: 7.5rem;
}

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

.p-footer__address-text {
	font-size: 1rem;
}

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

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

.p-footer__nav {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

.p-footer__nav-link {
	font-size: 1rem;
}

.p-footer__navLv2 {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.25rem;
}

.p-footer__sns-link {
	margin-right: 2.3125rem;
}

.p-footer__sns-img {
	margin-right: 0.75rem;
	margin-top: 1.5625rem;
	width: 2.5rem;
}

.p-footer__copy {
	margin-top: 8.125rem;
	margin-top: 33.3333333333vw;
}

.p-footer._white {
	padding-bottom: 0.9375rem;
}

.p-footer._white::before {
	bottom: 0rem;
}

.p-footer._white .p-footer__copy {
	margin-top: 16.625rem;
}

.p-form-confirmation {
	padding-bottom: 6.25rem;
	padding-top: 5.0625rem;
}

.p-form-confirmation ._small {
	padding-bottom: 6.25rem;
	padding-top: 5.0625rem;
}

.p-form-confirmation__contents {
	margin-top: 5.0625rem;
}

.p-form-confirmation__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-left: 0;
	row-gap: 2.5rem;
}

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

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

.p-header {
	height: 5rem;
}

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

.p-header__logo {
	margin-top: 0.625rem;
	width: 7.5rem;
}

.p-header__nav {
	display: none;
}

.p-header__nav-telBlock {
	display: none;
}

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

.p-header__buttons {
	display: none;
}

.p-history__contents {
	margin-top: 6.875rem;
	max-width: 100%;
}

.p-main--bg {
	padding-bottom: 12.5rem;
}

.p-main--bg::before {
	background-image: url(../images/common/footer-top-bg-sp@2x.png);
	height: min(12.5rem, 45.641025641vw);
}

.p-main__following {
	bottom: 0;
	content: "";
	display: block;
	height: 4rem;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

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

.p-privacy__head-texts {
	font-size: 1.125rem;
}

.p-privacy__text {
	font-size: 1rem;
	line-height: 160%;
	margin-top: 4.3125rem;
}

.p-sidebar__title .c-title2 {
	font-size: 2rem;
}

.p-single {
	padding-top: 8.5rem;
}

.p-single__contents {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	        column-gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 7.5rem;
}

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

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

.p-thanks__texts {
	font-size: 1rem;
	margin-top: 3.5rem;
	text-align: left;
}

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

.p-thanks__button .c-button--reverse::before {
	height: 0.625rem;
	left: 2.5rem;
	width: 0.375rem;
}

.p-title-head__title {
	margin-left: 0;
}

.p-title-head__breadcrumb {
	display: none;
}

.p-title-head._large .p-title-head__title {
	margin-left: 0;
}

.p-title-head._column {
	padding-bottom: 1.6875rem;
}

.p-title-head._column .c-title3 {
	font-size: 2rem;
	line-height: 120%;
}

.p-title-head._small .c-title3 {
	font-size: 2rem;
}

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

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

.p-top-about__img {
	aspect-ratio: 390/577;
}

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

.p-top-about__content-texts {
	font-size: 1rem;
	margin-top: 2.5rem;
	text-align: justify;
	width: 100%;
}

.p-top-about__button .c-button {
	font-size: 0.9375rem;
}

.p-top-business::before {
	background-image: url(../images/top/business-bg-sp@2x.png);
	height: 28.5rem;
	top: 25.875rem;
	width: 24.375rem;
}

.p-top-business__items,
.p-top-business__bottom {
	margin-top: 6.25rem;
}

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

.p-top-business__lists {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 4rem;
	row-gap: 3.5rem;
}

.p-top-business__list {
	margin-inline: auto;
	width: min(29.3125rem, 78.2051282051vw);
}

.p-top-business__subTitle-text {
	font-size: 1rem;
	line-height: 160%;
}

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

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

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

}

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

.splide__arrow--next {
	top: 35%;
}

.splide__arrow--prev {
	top: 35%;
}

}

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

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes bgextendAnimeBase {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes bgextendAnimeSecond {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes bgextendAnimeSecond {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes bgLRextendAnime {

0% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

50% {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

50.001% {
	-webkit-transform-origin: right;
	        transform-origin: right;
}

100% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	        transform-origin: right;
}

}

@keyframes bgLRextendAnime {

0% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

50% {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

50.001% {
	-webkit-transform-origin: right;
	        transform-origin: right;
}

100% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	        transform-origin: right;
}

}

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