@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
  padding: 0;
  min-width: 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
  padding: 0;
  min-width: 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-bottom: 1px solid #c0c3cf;
  height: clamp(64px, 54.3428571429px + 2.4761904762vw, 90px);
}
.header__logo {
  margin-left: clamp(16px, -0.343px + 4.19vw, 60px);
  width: clamp(198px, 174.9714285714px + 5.9047619048vw, 260px);
}
.header__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: clamp(128px, 86.4px + 10.6666666667vw, 240px);
}
.header__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-left: 1px solid #c0c3cf;
  background-color: #fff;
  transition: background-color 0.3s ease;
  padding: clamp(2px, -0.2285714286px + 0.5714285714vw, 8px);
}
@media (hover: hover) and (pointer: fine) {
  .header__item:hover {
    background-color: #e7edf1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__item:hover {
    background-color: #e7edf1;
  }
}
.header__item img {
  width: clamp(28px, 23.5428571429px + 1.1428571429vw, 40px);
}
.header__item-text {
  font-size: clamp(12px, 9.7714285714px + 0.5714285714vw, 18px);
  line-height: 1.4;
  text-align: center;
}
/* ===============================================
# 全体・共通パーツ
=============================================== */
html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #0b2a43;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/* ===============================================
# メインビジュアル
=============================================== */
.mv {
  margin-top: 122px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv__area {
    position: relative;
  }
}
.mv__img {
  display: block;
  flex: 1;
  width: 77.7777777778vw;
  height: 100%;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__img {
    width: calc(100% - 16px);
    position: relative;
    z-index: 0;
    border-radius: 0 2px 2px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__container {
    display: contents;
  }
}
.mv__container--bg {
  position: absolute;
  top: 35px;
  left: clamp(16px, -22.6285714286px + 9.9047619048vw, 120px);
  right: 0;
  height: calc(100% + 120px);
  z-index: -1;
  background: url(../img/dotted-bg-white01.svg), #0469c3;
}
@media screen and (max-width: 1024px) {
  .mv__container--bg {
    height: calc(100% + 80px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .mv__container--bg {
    background: url(../img/dotted-bg-white01.svg), #0469c3;
    background-size: 8px;
    top: 166px;
    height: calc(100% - 86px);
    border-radius: 2px 0 0 2px;
  }
}
.mv__copy {
  position: absolute;
  top: clamp(16px, 8.9428571429px + 1.8095238095vw, 35px);
  right: 0;
  width: 22.2222222222vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 42px 0 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv__copy {
    margin-top: 0;
    width: auto;
    top: 16px;
    right: 27px;
  }
}
.mv__copy-sub {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 6px 8px;
  font-weight: 600;
  font-size: clamp(15px, 11.6571428571px + 0.8571428571vw, 24px);
  text-align: center;
  color: #0469c3;
  margin-left: clamp(8px, 2.0571428571px + 1.5238095238vw, 24px);
}
@media screen and (max-width: 767px) {
  .mv__copy-sub {
    padding: 6px 4px;
  }
}
.mv__copy-main {
  font-size: clamp(22px, 12.3428571429px + 2.4761904762vw, 48px);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__copy-main {
    text-shadow: 0 0 10px rgba(32, 57, 100, 0.5);
  }
}
.mv__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.0571428571px + 1.5238095238vw, 24px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  z-index: 99;
}
.mv__point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 84px + 6.6666666667vw, 180px);
  aspect-ratio: 1/1;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0469c3;
  gap: 4px;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .mv__point-item {
    padding: 6px 4px;
    gap: 6px;
  }
}
.mv__point-item .icon {
  width: clamp(36px, 27.0857142857px + 2.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .mv__point-item .icon {
    margin-top: -6px;
  }
}
.mv__point-item .text {
  margin-top: -6px;
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 1.2571428571px + 0.1904761905vw, 4px);
  color: #0469c3;
  text-align: center;
}
.mv__point-item .text span {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(12px, 10.5142857143px + 0.380952381vw, 16px);
}
@media screen and (max-width: 767px) {
  .mv__point-item .text span {
    letter-spacing: -0.07em;
  }
}

/* ===============================================
# WASH＆DRY
=============================================== */
.summary {
  background-color: #96d8fc;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .summary {
    padding-top: 100px;
    padding-bottom: 56px;
  }
}
.summary .c-inner {
  --innerWidth: 800px;
}
.summary__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-top: 2px solid #0469c3;
  border-bottom: 2px solid #0469c3;
  padding: 40px 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summary__about {
    padding: 20px 16px;
    margin-bottom: 24px;
  }
}
.summary__about .c-heading {
  font-family: "Figtree", sans-serif;
  padding-bottom: 12px;
}
.summary__intro-text {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .summary__intro-text {
    margin-bottom: 12px;
  }
}
.summary__list {
  margin: 0 auto;
  max-width: 600px;
  background-color: #f4f9ff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .summary__list {
    gap: 8px 10px;
    padding: 12px 16px;
    margin-bottom: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.summary__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.summary__item-icon {
  background-color: #0469c3;
  width: clamp(40px, 34.0571428571px + 1.5238095238vw, 56px);
  aspect-ratio: 1/1;
  height: 100%;
  padding: 8px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .summary__item-icon {
    padding: 7px;
  }
}
.summary__item-name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .summary__item-name {
    font-size: 1.6rem;
  }
}
.summary__subtext {
  text-align: center;
  color: #0469c3;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .summary__subtext {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
.summary__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .summary__btn {
    gap: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .summary__btn:hover {
    color: #0469c3;
  }
  .summary__btn:hover .summary__btn-arrow {
    background-color: #0469c3;
    transform: translateX(4px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .summary__btn:hover {
    color: #0469c3;
  }
  .summary__btn:hover .summary__btn-arrow {
    background-color: #0469c3;
    transform: translateX(4px);
  }
}
.summary__btn-arrow {
  display: grid;
  place-items: center;
  background-color: #0b2a43;
  width: 24px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  padding: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .summary__btn-arrow {
    width: 20px;
    padding: 5px;
  }
}
.summary__notes-container {
  display: grid;
  grid-template-columns: min(200px, 100%) 1fr;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .summary__notes-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .summary__notes-img {
    width: 160px;
  }
}
.summary__notes-text {
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .summary__notes-text {
    width: 100%;
  }
}

/* ===============================================
# 稼働状況
=============================================== */
.status {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .status {
    position: relative;
    z-index: 99;
    margin-top: -24px;
    border-radius: 24px 24px 0 0;
    background-color: #fff;
    padding: 60px 0 32px 0;
  }
}
.status .c-inner {
  --innerWidth: 600px;
}
@media screen and (max-width: 767px) {
  .status .c-heading {
    margin-bottom: 20px;
  }
}
.status__date {
  text-align: center;
  color: #696e72;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .status__date {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.status__table {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .status__table {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}
.status__table-list:last-child {
  display: none;
}
.status__table-list:has(.status__table-item--run) {
  background-color: #e7f1ff;
}
.status__table-list:has(.status__table-item--stop) {
  background-color: transparent;
}
.status__table-list:has(.status__table-item--error) {
  background-color: #ffecec;
}
.status__table-list:has(.status__table-item--check) {
  background-color: #f4fff1;
}
.status__table-item {
  border: 1px solid #cbe0fc;
  padding: 10px;
}
@media screen and (max-width: 1280px) {
  .status__table-item {
    padding: 10px 6px;
  }
}
.status__table-item:first-child {
  width: 60px;
  width: clamp(48px, 43.5428571429px + 1.1428571429vw, 60px);
  text-align: center;
}
.status__table-item:nth-child(3) {
  width: 80px;
  width: clamp(56px, 47.0857142857px + 2.2857142857vw, 80px);
  text-align: center;
}
.status__table-item:last-child {
  width: 80px;
  width: clamp(56px, 47.0857142857px + 2.2857142857vw, 80px);
  text-align: center;
}
.status__table-item--run {
  color: #0469c3;
}
.status__table-item--error {
  color: #dd3333;
}
.status__table-item--check {
  color: #4cb557;
}
.status__table-item--head {
  text-align: center;
  background-color: #0469c3;
  color: #fff;
  font-weight: 400;
  border-top: 1px solid #0469c3;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .status__table-item--head {
    letter-spacing: 0;
    font-size: 1.6;
  }
}
.status__table-item--head:first-child {
  border-left: 1px solid #0469c3;
}
.status__table-item--head:last-child {
  border-right: 1px solid #0469c3;
}

/* ===============================================
# 無限スクロールイメージ
=============================================== */
.photo-gallery {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.photo-gallery__list {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
  flex-shrink: 0;
}
.photo-gallery__img {
  width: 20vw;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .photo-gallery__img {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .photo-gallery__img {
    margin-right: 4px;
    width: 50vw;
  }
}
.photo-gallery__img img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ===============================================
# 洗濯物の目安・料金
=============================================== */
.price {
  background-color: #e7edf1;
  padding: 216px 0 100px 0;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 140px 0 60px 0;
    margin-top: -80px;
  }
}
.price .c-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price .c-heading {
    margin-bottom: 32px;
  }
}
.price__explanation {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price__explanation {
    margin-bottom: 20px;
  }
}
.price__container-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1000px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 40px 40px;
  margin-bottom: 40px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__container-title {
    padding: 18px 16px 24px 16px;
    margin-bottom: 32px;
  }
}
.price__container-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 12px;
  background: url("../img/parts/fukidashi-white01.svg") no-repeat center center/cover;
}
.price__container-title-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.price__container-title-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.price__container-title-item .icon {
  width: 40px;
  aspect-ratio: 1/1;
  height: 100%;
}
.price__container-title-item .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .price__container-title-item .text {
    font-size: 1.8rem;
  }
}
.price__container-title-text {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__container-title-text {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
.price__container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .price__container-wrapper {
    gap: 40px;
  }
}
.price__container-block {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 60px 32px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "list01 list01 list02 list02 list03 list03" "list04 list04 list04 list05 list05 list05" "list06 list06 list06 list06 list06 list06";
}
@media screen and (max-width: 1024px) {
  .price__container-block {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "list01 list01 list02 list02" "list03 list03 list03 list03" "list04 list04 list05 list05" "list06 list06 list06 list06";
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .price__container-block {
    gap: 40px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: none;
  }
}
.price__container-block .list01 {
  grid-area: list01;
}
@media screen and (max-width: 767px) {
  .price__container-block .list01 {
    grid-area: auto;
  }
}
.price__container-block .list02 {
  grid-area: list02;
}
@media screen and (max-width: 767px) {
  .price__container-block .list02 {
    grid-area: auto;
  }
}
.price__container-block .list03 {
  grid-area: list03;
}
@media screen and (max-width: 767px) {
  .price__container-block .list03 {
    grid-area: auto;
  }
}
.price__container-block .list04 {
  grid-area: list04;
}
@media screen and (max-width: 767px) {
  .price__container-block .list04 {
    grid-area: auto;
  }
}
.price__container-block .list05 {
  grid-area: list05;
}
@media screen and (max-width: 767px) {
  .price__container-block .list05 {
    grid-area: auto;
  }
}
.price__container-block .list06 {
  grid-area: list06;
}
@media screen and (max-width: 767px) {
  .price__container-block .list06 {
    grid-area: auto;
  }
}
.price__container-block--middle {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.price__container-list {
  display: grid;
  grid-template-rows: auto auto;
  align-content: space-between;
  gap: 24px;
  width: 100%;
}
.price__container-list-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price__container-list-title {
  display: flex;
  justify-content: space-between;
  background-color: #1a1a1a;
  color: #fff;
  padding: 14px 12px;
}
.price__container-list-name {
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .price__container-list-name {
    font-size: 1.8rem;
  }
}
.price__container-list-name .size {
  letter-spacing: 0;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #1a1a1a;
  width: 24px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: "Figtree", sans-serif;
}
.price__container-list-name .size img {
  width: 17px;
  aspect-ratio: 1/1;
  height: 100%;
}
.price__container-list-volume {
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .price__container-list-volume {
    font-size: 1.4rem;
  }
}
.price__container-list-volume .is-large {
  font-size: 2.8rem;
  margin: 1px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .price__container-list-volume .is-large {
    font-size: 2.4rem;
  }
}
.price__container-item_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price__container-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.price__container-item-area {
  display: flex;
  height: 100%;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .price__container-item-area {
    flex-direction: column;
  }
}
.price__container-item-area .price__container-item_list {
  height: 100%;
  margin-bottom: 24px;
}
.price__container-item-box {
  width: 100%;
  height: 100%;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price__container-item-box-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .price__container-item-box-title {
    font-size: 1.5rem;
  }
}
.price__container-item-box-title span {
  width: 100%;
  height: 1px;
  background-color: #0b2a43;
}
.price__container-item-name {
  position: relative;
}
.price__container-item-name .is-small {
  font-size: 1.4rem;
}
.price__container-item-name .add-detail {
  display: flex;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: -4px;
  transform: translateY(100%);
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.price__container-item-name .add-detail__item {
  display: flex;
  gap: 4px;
}
.price__container-item-dotted {
  width: 100%;
  height: 1px;
  background: url("../img/parts/blue-dotted-beside.svg") repeat-x;
}
.price__container-item-quantity {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 2px;
  text-align: right;
}
.price__container-item-quantity .is-large {
  font-family: "Figtree", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  min-width: 20px;
}
.price__container-item-quantity .is-small {
  padding-top: 7px;
}
.price__container-fee {
  display: flex;
  color: #fff;
  gap: 1px;
}
.price__container-fee.column5 .price__container-fee-menu {
  padding: 4px;
}
.price__container-fee.column5 .price__container-fee-menu span {
  font-size: 1.4rem;
}
.price__container-fee-item {
  background-color: #1a1a1a;
  display: grid;
  width: 100%;
  height: 200px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr 1fr;
  padding: 12px 8px;
  justify-items: center;
  align-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .price__container-fee-item {
    height: auto;
    padding: 10px 8px;
  }
}
.price__container-fee-single_item {
  background-color: #0469c3;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
}
.price__container-fee-single_item .coin-box {
  display: flex;
  gap: 4px;
}
.price__container-fee-single_item .coin {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 40px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  color: #0469c3;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.price__container-fee-single_item .cross {
  display: grid;
  place-items: center;
}
.price__container-fee-single_item .time {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .price__container-fee-single_item .time {
    font-size: 1.6rem;
  }
}
.price__container-fee-single_item .time .is-small {
  display: inline-block;
  padding-top: 3px;
  font-size: 1.6rem;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  .price__container-fee-single_item .time .is-small {
    font-size: 1rem;
  }
}
.price__container-fee-menu {
  width: 100%;
  max-width: 78px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .price__container-fee-menu {
    padding: 4px;
  }
}
.price__container-fee-menu--washdry {
  background: linear-gradient(0deg, #ff8d6c 0%, #2c92ff 100%);
}
.price__container-fee-menu--wash {
  background-color: #2c92ff;
}
.price__container-fee-menu--dry {
  background-color: #ff8d6c;
}
.price__container-fee-menu span {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  line-height: 1.12;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.price__container-fee-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-align: center;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .price__container-fee-quantity {
    font-size: 1.6rem;
  }
}
.price__container-fee-quantity span {
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .price__container-fee-quantity span {
    font-size: 1.2rem;
    padding-top: 4px;
  }
}
.price__container-fee-detail-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
  width: 100%;
  text-align: right;
}
.price__container-fee-detail-box .text {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .price__container-fee-detail-box .text {
    gap: 1px;
    font-size: 1.6rem;
  }
}
.price__container-fee-detail-box .text .is-small {
  display: inline-block;
  padding-top: 3px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .price__container-fee-detail-box .text .is-small {
    font-size: 1rem;
    padding-top: 4px;
  }
}

/* ===============================================
# 洗濯できるもの
=============================================== */
.washable_items {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .washable_items {
    padding: 60px 0 40px 0;
  }
}
.washable_items .c-inner {
  --innerWidth: 640px;
}
.washable_items .c-heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .washable_items .c-heading {
    margin-bottom: 24px;
  }
}
.washable_items__check {
  margin-bottom: 40px;
  line-height: 150%;
}
.washable_items__check-title {
  color: #fff;
  font-weight: 600;
  background-color: #0469c3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 9px 16px;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .washable_items__check-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .washable_items__check-title--icon {
    width: 24px;
    aspect-ratio: 1/1;
    height: 100%;
  }
}
.washable_items__check-text {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .washable_items__check-text {
    letter-spacing: 0;
  }
}
.washable_items__table-list .c-title.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .washable_items__table-list .c-title.is-sp {
    display: grid;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.washable_items__table-img {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .washable_items__table-img {
    margin-bottom: 10px;
  }
}
.washable_items__text-box {
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.washable_items__attention {
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .washable_items__attention {
    font-size: 1.2rem;
  }
}
.washable_items__attention p {
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
# ご利用方法
=============================================== */
.howto {
  background-color: #e7edf1;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .howto {
    padding: 0;
  }
}
.howto .c-inner {
  --innerWidth: 1200px;
}
.howto__wrapper {
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  padding: 80px 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .howto__wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px calc(50vw - 50%) 50px calc(50vw - 50%);
  }
}
.howto__wrapper--bis {
  position: absolute;
  inset: 12px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .howto__wrapper--bis {
    inset: 8px;
  }
}
.howto__wrapper--bis span {
  display: block;
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  height: 12px;
  background: url(../img/parts/panel-bis.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .howto__wrapper--bis span {
    width: 10px;
    height: 10px;
  }
}
.howto__wrapper--bis span:nth-child(1) {
  top: 0;
  left: 0;
}
.howto__wrapper--bis span:nth-child(2) {
  top: 0;
  right: 0;
}
.howto__wrapper--bis span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.howto__wrapper--bis span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.howto__wrapper .c-heading {
  --headingColor: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .howto__wrapper .c-heading {
    margin-bottom: 40px;
  }
}
.howto__flow-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .howto__flow-list {
    gap: 64px;
    display: flex;
    flex-direction: column;
  }
}
.howto__flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.howto__flow-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: url("../img/parts/white-dotted-vertical.svg") repeat-y;
}
.howto__flow-item:nth-child(3n)::after, .howto__flow-item:last-child::after {
  display: none;
}
@media (max-width: 1032px) {
  .howto__flow-item:nth-child(2n)::after {
    display: none;
  }
  .howto__flow-item:nth-child(3n)::after {
    display: block;
  }
  .howto__flow-item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .howto__flow-item::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -32px;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../img/parts/white-dotted-beside.svg") repeat-x;
  }
  .howto__flow-item:nth-child(2n)::after {
    display: block;
  }
  .howto__flow-item:nth-child(3n)::after {
    display: block;
  }
  .howto__flow-item:last-child::after {
    display: none;
  }
}
.howto__flow-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 10px 24px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.howto__flow-item-title--num {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1a1a1a;
  display: grid;
  place-items: center;
  font-family: "Figtree", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-title--num {
    display: none;
  }
}
.howto__flow-item-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.5rem;
  }
}
.howto__flow-item-img {
  width: 100px;
  aspect-ratio: 1/1;
  height: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-img {
    width: 80px;
    margin-bottom: 0;
    width: 20.5128205128vw;
  }
}
.howto__flow-item-box {
  width: 100%;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.howto__flow-item-text--arrow {
  padding-bottom: 30px;
  position: relative;
}
.howto__flow-item-text--arrow:last-child {
  padding: 0;
}
.howto__flow-item-text--arrow:last-child::after {
  display: none;
}
.howto__flow-item-text--arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/parts/black-arrow-bottom01.svg") no-repeat center center/12px, #fff;
}
.howto__flow-item-text--arrow .howto__flow-item-text--attention {
  margin-top: 10px;
}
.howto__flow-item-text--attention {
  display: flex;
  gap: 2px;
}
.howto__flow-item-text--attention p {
  width: -moz-fit-content;
  width: fit-content;
}
.howto__flow-item-text:has(+ .howto__flow-item-call) {
  padding-bottom: 10px;
}
.howto__flow-item-text:has(+ .howto__flow-item-call)::after {
  display: none;
}
.howto__flow-item-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.howto__flow-item-btn {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  padding: 6px;
}
.howto__flow-item-btn--washdry {
  background: linear-gradient(0deg, #ff8d6c 0%, #2c92ff 100%);
}
.howto__flow-item-btn--wash {
  background: #2c92ff;
}
.howto__flow-item-btn--dry {
  background: #ff8d6c;
}
.howto__flow-item-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1a1a1a;
  line-height: 120%;
}
.howto__flow-item-pay-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0;
}
.howto__flow-item-pay-item {
  padding-bottom: 16px;
  position: relative;
}
.howto__flow-item-pay-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url("../img/parts/white-dotted-beside.svg") repeat-x center center;
}
.howto__flow-item-pay-item--title {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.howto__flow-item-pay-item--num {
  width: 18px;
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Figtree", sans-serif;
  font-size: 1.4rem;
  line-height: 100%;
  color: #1a1a1a;
  margin-right: 4px;
}
.howto__flow-item-pay-item--kind {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-top: 4px;
}
.howto__flow-item-pay-item--kind li {
  position: relative;
  padding-right: 13px;
}
.howto__flow-item-pay-item--kind li:last-child::after {
  content: "";
  display: none;
}
.howto__flow-item-pay-item--kind li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.howto__flow-item-call {
  display: grid;
  grid-template-columns: 1fr 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #f1e4d7;
  border-radius: 12px;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-call {
    padding: 16px 32px;
  }
}
.howto__flow-item-call.is-pc {
  display: grid;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-call.is-pc {
    display: none;
  }
}
.howto__flow-item-call-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-call-pc {
    display: block;
    margin-bottom: -32px;
  }
}
.howto__flow-item-call-text {
  font-size: 1.4rem;
  color: #0b2a43;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .howto__flow-item-call-text {
    font-size: 1.5rem;
  }
}

/* ===============================================
# 店舗情報
=============================================== */
.information {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 60px 0;
  }
}
.information .c-heading {
  --headingColor: #0469c3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .information .c-heading {
    margin-bottom: 24px;
  }
}
.information__container {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .information__container {
    flex-direction: column;
    gap: 20px;
  }
}
.information__map {
  width: 100%;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .information__map {
    margin-left: auto;
    height: 320px;
  }
}
.information__map iframe {
  width: 100%;
  height: 100%;
}
.information__detail {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .information__detail {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.information__landmark {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .information__landmark {
    margin-bottom: 30px;
  }
}
.information__landmark-box {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .information__landmark-box {
    gap: 10px;
  }
}
.information__landmark-text {
  background-color: #e7edf1;
  padding: 8px;
  color: #0469c3;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.information__landmark-text::before {
  content: url(/_common/img/parts/blue-arrow-top01.svg);
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(calc(-100% - 4px), -50%);
}
.information__landmark-text::after {
  content: url(/_common/img/parts/blue-arrow-top01.svg);
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(4px, -50%);
}
.information__area {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information__area {
    display: contents;
  }
}
.information__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information__block {
    order: -10;
  }
}
.information__logo {
  width: 100%;
  max-width: 240px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .information__logo {
    max-width: 200px;
    margin-bottom: 8px;
  }
}
.information__address {
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .information__address {
    font-size: 1.6rem;
  }
}
.information__point {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .information__point {
    margin-bottom: 12px;
  }
}
.information__point-item {
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .information__point-item {
    padding-left: 24px;
  }
}
.information__point-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url("../img/parts/check-icon.svg") no-repeat center center/cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .information__point-item::before {
    width: 16px;
    height: 16px;
  }
}
.information__contact-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0469c3;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .information__contact-title {
    font-size: 1.6rem;
  }
}
.information__contact-title span {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #0469c3;
}
.information__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 60px;
  border: 2px solid #0469c3;
  padding: 10px 40px;
  color: #0469c3;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0;
  transition: background-color 0.3s ease;
  margin-bottom: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .information__contact-btn:hover {
    background-color: #0469c3;
    color: #fff;
  }
  .information__contact-btn:hover .icon {
    background-color: #fff;
    transform: translateX(-2px);
  }
  .information__contact-btn:hover .icon img {
    scale: 0.76;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .information__contact-btn:hover {
    background-color: #0469c3;
    color: #fff;
  }
  .information__contact-btn:hover .icon {
    background-color: #fff;
    transform: translateX(-2px);
  }
  .information__contact-btn:hover .icon img {
    scale: 0.76;
  }
}
.information__contact-btn .icon {
  width: 36px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.information__contact-btn .icon img {
  transition: scale 0.3s ease;
}
.information__contact-tag {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.information__contact-tag-item {
  background-color: #2c92ff;
  padding: 4px 12px 5px 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.footer {
  width: 100%;
  background-color: #0b2a43;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 16px 16px;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

.c-inner {
  --innerWidth: 1200px;
  --innerPadding: 16px;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: var(--innerWidth);
  padding: 0 var(--innerPadding);
  margin-inline: auto;
  box-sizing: content-box;
}

.is-bold {
  font-weight: 700;
}

.c-heading {
  --headingColor: #0b2a43;
  color: var(--headingColor);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px, 18.0571428571px + 1.5238095238vw, 40px);
  padding-bottom: clamp(12px, 10.5142857143px + 0.380952381vw, 16px);
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 12px;
  }
}
.c-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  border-bottom: 1px dashed var(--headingColor);
}

.c-title {
  font-size: clamp(16px, 13.0285714286px + 0.7619047619vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-title {
    gap: 10px;
    margin-bottom: 12px;
  }
}
.c-title span {
  border-bottom: #0469c3 1px dashed;
}/*# sourceMappingURL=styles.css.map */