@charset "UTF-8";
/* 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] {
  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 */
  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;
}

button {
  display: block;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
}

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

html {
  font-size: 10px;
  line-height: 1;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 600px) and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 3.73vw;
  }
}

h1, h2, h3 {
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 600px) and (max-width: 1024px) {
  h1, h2, h3 {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  h1, h2, h3 {
    font-size: 3.73vw;
  }
}

p {
  line-height: 2.3;
  display: block;
  vertical-align: top;
  font-size: 14px;
  line-height: 2.3;
  margin-top: -9.1px;
  margin-bottom: -9.1px;
}
@media (max-width: 599px) {
  p {
    font-size: 3.73vw;
  }
}

img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

.l-page-wrapper {
  width: 100%;
}

.l-two-col-wrapper {
  display: flex;
}

@media (max-width: 599px) {
  .l-two-col-wrapper {
    flex-direction: column;
  }
}
.l-nav {
  width: 200px;
  background-color: #000;
  color: #fff;
  padding: 33px 0;
}
@media (max-width: 1024px) {
  .l-nav {
    width: 140px;
  }
}
@media (max-width: 599px) {
  .l-nav {
    width: 100%;
    background-color: #fff;
  }
}
.l-nav.l-nav--sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 999;
}
@media (max-width: 599px) {
  .l-nav.l-nav--sticky {
    height: 71px;
    padding: 22px 20px 0;
    position: relative;
  }
}

.l-nav__main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .l-nav__main {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-nav__logo {
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .l-nav__logo {
    width: 50px;
    margin: 0;
  }
}

.l-nav__btn {
  width: 27.25px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .l-nav__btn {
    width: 30px;
    margin: 0;
  }
}
.l-nav__btn.l-nav__btn-menu {
  margin-top: 55px;
}
@media (max-width: 599px) {
  .l-nav__btn.l-nav__btn-menu {
    margin-top: 0;
    order: 3;
  }
}
.l-nav__btn.l-nav__btn-store {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .l-nav__btn.l-nav__btn-store {
    margin-top: 0;
    order: 2;
    margin: 0 20px 0 auto;
  }
}

.l-nav__sub {
  position: absolute;
  left: 29.5%;
  bottom: 33px;
}
@media (max-width: 599px) {
  .l-nav__sub {
    display: none;
  }
}

.l-nav__text {
  line-height: 1;
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .l-nav__text {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .l-nav__text {
    font-size: 2.67vw;
  }
}

.l-nav__text-city {
  line-height: 1.8;
  display: block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: -0.48rem;
  margin-bottom: -0.48rem;
  margin-top: 27px;
  display: block;
}

.l-nav__links {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  margin-top: 23px;
  display: inline-block;
  padding-bottom: 10px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .l-nav__links {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .l-nav__links {
    font-size: 2.67vw;
  }
}

.l-footer {
  background-color: #000;
  width: 100%;
  padding: 0;
}

.l-footer__main {
  background-color: #595757;
  padding: 44px 0;
  display: flex;
}
@media (max-width: 1024px) {
  .l-footer__main {
    padding: 50px 0;
  }
}
.l-footer__main > .l-footer__main-inner {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 50px;
  box-sizing: content-box;
  transform: translateX(4.38%);
}
@media (max-width: 1440px) {
  .l-footer__main > .l-footer__main-inner {
    transform: translateX(0);
    padding: 0 50px;
  }
}
@media (max-width: 599px) {
  .l-footer__main > .l-footer__main-inner {
    flex-direction: column;
    padding: 0 5.33vw;
    gap: 50px;
    align-items: center;
  }
}

.l-footer__pages {
  display: flex;
  justify-content: space-between;
  width: 39.32%;
  width: 449px;
  max-width: 449px;
  column-gap: 23.39%;
  font-feature-settings: "palt";
}
@media (max-width: 1440px) {
  .l-footer__pages {
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .l-footer__pages {
    width: 300px;
    column-gap: 20px;
    grid-template-columns: 40.07% 1fr;
  }
}
@media (max-width: 599px) {
  .l-footer__pages {
    width: 100%;
    column-gap: 5.23%;
  }
}

.l-footer__pages-col--left,
.l-footer__pages-col--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
}

.l-footer__pages-col--left {
  width: fit-content;
}

.l-footer__pages-col--right {
  width: fit-content;
}

.l-footer__pages-item {
  width: fit-content;
  text-align: left;
}

.l-footer__pages-links {
  font-size: 17px;
  font-family: "Noto Serif JP", sans-serif;
  color: #595757;
  background-color: #fff;
  padding: 4px 7px;
  line-height: 1;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
@media (max-width: 1440px) {
  .l-footer__pages-links {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .l-footer__pages-links {
    font-size: 3.73vw;
  }
}
.l-footer__pages-links.l-footer__pages-links--wide100 {
  width: 100%;
}
.l-footer__pages-links.l-footer__pages-links--wide {
  letter-spacing: 0.18em;
}
.l-footer__pages-links.l-footer__pages-links--short {
  letter-spacing: 0.125em;
}

.l-footer__service {
  max-width: 533px;
  width: calc(46.67% - 40px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 599px) {
  .l-footer__service {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-footer__service {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .l-footer__service {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.l-footer__service-item {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.l-footer__copyright {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.l-footer__copyright-item {
  font-size: 12px;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .l-footer__copyright-item {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .l-footer__copyright-item {
    font-size: 2.67vw;
  }
}

.l-main {
  width: calc(100% - 200px);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .l-main {
    width: calc(100% - 140px);
  }
}

@media (max-width: 599px) {
  .l-main {
    width: 100%;
    overflow: hidden;
  }
}
.l-section {
  padding-bottom: clamp(0vw, 12.5vw, 20rem);
}
@media (max-width: 599px) {
  .l-section {
    padding-bottom: 26.67vw;
  }
}
.l-section.l-section--short {
  padding-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 599px) {
  .l-section.l-section--short {
    padding-bottom: 26.67vw;
  }
}
.l-section.l-section--illustration-bottom {
  padding-top: clamp(0vw, 1.56vw, 2.5rem);
}
@media (max-width: 599px) {
  .l-section.l-section--illustration-bottom {
    padding-top: 10.67vw;
  }
}
.l-section > .l-section__inner {
  width: 82.14vw;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .l-section > .l-section__inner {
    width: auto;
    padding: 0 3.91vw;
  }
}
@media (max-width: 599px) {
  .l-section > .l-section__inner {
    width: auto;
    padding: 0 5.33vw;
  }
}

.c-grid {
  display: grid;
}

.c-grid--3cal {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5vw 3.13vw;
}
@media (max-width: 1024px) {
  .c-grid--3cal {
    grid-template-columns: 1fr 1fr;
    gap: 8vw 5vw;
  }
}
@media (max-width: 599px) {
  .c-grid--3cal {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}

.c-grid--2cal {
  grid-template-columns: 1fr 1fr;
  gap: 9.13vw;
}
@media (max-width: 599px) {
  .c-grid--2cal {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}

.c-accordion__head {
  font-weight: 500;
  padding-bottom: 2.5vw;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  line-height: 2;
}
@media (max-width: 599px) {
  .c-accordion__head {
    padding-bottom: 6.67vw;
    padding-right: 10.67vw;
    font-size: 18px;
  }
}
.c-accordion__head .c-accordion__head:hover {
  opacity: 0.8;
}
.c-accordion__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4.38vw;
  display: inline-block;
  width: calc(100% - 4.38vw);
  height: 1px;
  background-color: #666666;
}
@media (max-width: 599px) {
  .c-accordion__head::before {
    left: 5.33vw;
    width: calc(100% - 5.33vw);
  }
}

.c-accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media (max-width: 599px) {
  .c-accordion__btn {
    width: 20px;
    height: 20px;
  }
}

.c-accordion__btn-item {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
@media (max-width: 599px) {
  .c-accordion__btn-item {
    width: 20px;
    height: 20px;
  }
}

.c-accordion__btn-item:before,
.c-accordion__btn-item:after {
  display: flex;
  content: "";
  background-color: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 11.5px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
@media (max-width: 599px) {
  .c-accordion__btn-item:before,
  .c-accordion__btn-item:after {
    width: 20px;
    top: 9.5px;
  }
}

.c-accordion__btn-item:before {
  width: 1px;
  height: 25px;
  top: 0;
  left: 11.5px;
}
@media (max-width: 599px) {
  .c-accordion__btn-item:before {
    height: 20px;
    left: 9.5px;
  }
}

.c-accordion__head.open .c-accordion__btn {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.c-accordion__head.open .c-accordion__btn .c-accordion__btn-item:before {
  content: none;
}

.c-accordion__head.open .c-accordion__btn .c-accordion__btn-item:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-accordion__inner {
  display: none;
  padding: 2.5vw 4.38vw;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .c-accordion__inner {
    padding: 6.67vw 5.33vw;
  }
}

.c-accordion__link {
  margin-top: 1.88vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
@media (max-width: 599px) {
  .c-accordion__link {
    margin-top: 5.33vw;
  }
}

.c-accordion__link-item {
  border-bottom: solid 1px #fff;
  display: inline-block;
  width: fit-content;
}
.c-accordion__link-item:first-child {
  margin-top: 0;
}

.c-table--vertical-line-large {
  display: flex;
  flex-direction: column;
  gap: 3.13vw;
}
@media (max-width: 599px) {
  .c-table--vertical-line-large {
    gap: 10.67vw;
  }
}
.c-table--vertical-line-large .c-table__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .c-table--vertical-line-large .c-table__item {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5.33vw;
  }
}
.c-table--vertical-line-large .c-table__item .c-table__head {
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 2.2;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-table--vertical-line-large .c-table__item .c-table__head {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .c-table--vertical-line-large .c-table__item .c-table__head {
    font-size: 3.73vw;
  }
}
.c-table--vertical-line-large .c-table__item .c-table__body {
  position: relative;
  flex: 1;
  font-size: 17px;
  line-height: 2.2;
  padding-left: 30px;
  margin-left: 8.13vw;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-table--vertical-line-large .c-table__item .c-table__body {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .c-table--vertical-line-large .c-table__item .c-table__body {
    font-size: 3.47vw;
  }
}
.c-table--vertical-line-large .c-table__item .c-table__body::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 0;
}
@media (max-width: 599px) {
  .c-table--vertical-line-large .c-table__item .c-table__body {
    margin-left: 0;
    padding-left: 5.33vw;
  }
}

.c-table--vertical-line-small {
  display: flex;
  flex-direction: column;
  gap: 3.13vw;
}
.c-table--vertical-line-small .c-table__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-table--vertical-line-small .c-table__item .c-table__head {
  position: relative;
  width: auto;
  padding-right: 33.5px;
  margin-right: 33.5px;
  font-size: 17px;
  line-height: 2;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-table--vertical-line-small .c-table__item .c-table__head {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .c-table--vertical-line-small .c-table__item .c-table__head {
    font-size: 3.47vw;
  }
}
.c-table--vertical-line-small .c-table__item .c-table__head::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-table--vertical-line-small .c-table__item .c-table__body {
  flex: 1;
}
.c-table--vertical-line-small .c-table__item .c-table__body-content {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-table--vertical-line-small .c-table__item .c-table__body-content {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .c-table--vertical-line-small .c-table__item .c-table__body-content {
    font-size: 3.73vw;
  }
}
.c-table--vertical-line-small .c-table__item .c-table__body-annotaton {
  display: block;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-table--vertical-line-small .c-table__item .c-table__body-annotaton {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .c-table--vertical-line-small .c-table__item .c-table__body-annotaton {
    font-size: 2.67vw;
  }
}

.c-curtain {
  position: relative;
  width: 600px;
  height: auto;
  overflow: hidden;
}

.c-curtain__bg {
  width: 100%;
  display: block;
}

.c-curtain__mask {
  position: absolute;
  background: white;
  transition: transform 2s ease;
  z-index: 2;
}

/* 横方向：左→右 */
.c-curtain--horizontal .c-curtain__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}

.c-curtain--horizontal.is-animated .c-curtain__mask {
  transform: translateX(100%);
}

/* 横方向：右→左（reverse） */
.c-curtain--horizontal-reverse .c-curtain__mask {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}

.c-curtain--horizontal-reverse.is-animated .c-curtain__mask {
  transform: translateX(-100%);
}

/* 縦方向：上→下 */
.c-curtain--vertical .c-curtain__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
}

.c-curtain--vertical.is-animated .c-curtain__mask {
  transform: translateY(100%);
}

/* 縦方向：下→上（reverse） */
.c-curtain--vertical-reverse .c-curtain__mask {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
}

.modal {
  position: relative;
  z-index: 999;
}

.modal-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms linear;
}

.modal.is-open .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  max-width: 1000px;
  max-height: 90vh;
  transform: translateY(24px);
  transition: transform 300ms ease-in-out;
  width: 80vw;
}

.modal.is-open .modal-container {
  transform: translateY(0);
  z-index: 999;
}

.modal-title {
  border-bottom: 1px solid #dedede;
  font-size: 1.25rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
}

.modal-footer {
  margin-top: 1.5rem;
  text-align: right;
}

.button {
  background-color: #71c9ce;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  line-height: 1;
  outline: 0;
  padding: 0.75rem 1rem;
}

.c-btn__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.13vw;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .c-btn__wrapper {
    gap: 5.33vw;
    flex-direction: column;
  }
}

.c-btn {
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #595757;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-btn {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-btn {
    font-size: 4vw;
  }
}
.c-btn::before, .c-btn::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-btn .c-btn__text {
  aspect-ratio: 50/7;
  width: 100%;
  display: flex;
  height: auto;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.c-btn .c-btn__text .c-btn__text-item--small {
  font-size: 1.6rem;
  margin-top: 14px;
  display: block;
}
@media (max-width: 599px) {
  .c-btn .c-btn__text .c-btn__text-item--small {
    font-size: 1.4rem;
  }
}

.c-btn--solid {
  width: 501px;
  height: 71px;
}
@media (max-width: 599px) {
  .c-btn--solid {
    width: 100%;
  }
}

.c-btn--responsive {
  width: 43.48%;
  max-width: 500px;
}
@media (max-width: 599px) {
  .c-btn--responsive {
    width: 100%;
  }
}

.c-btn--eng {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}

.c-btn__arrow {
  width: 37px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  line-height: 0;
}

.c-btn:hover .c-btn__arrow {
  opacity: 0.5;
}

.c-btn--hover1 {
  transition: color 0.25s;
}
.c-btn--hover1::before, .c-btn--hover1::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.c-btn--hover1::before {
  top: 0;
  left: 0;
}
.c-btn--hover1::after {
  bottom: 0;
  right: 0;
}
.c-btn--hover1:hover {
  color: #bababa;
}
.c-btn--hover1:hover::before, .c-btn--hover1:hover::after {
  width: 100%;
  height: 100%;
}
.c-btn--hover1:hover::before {
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.c-btn--hover1:hover::after {
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.c-btn--hover2::after {
  top: 0;
  left: 0;
}
.c-btn--hover2:hover::before {
  border-top-color: #bababa;
  border-right-color: #bababa;
}
.c-btn--hover2:hover::after {
  border-bottom-color: #bababa;
  border-left-color: #bababa;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.c-btn.c-btn--white {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.c-btn.c-btn--white.c-btn--hover1:hover {
  color: #bababa;
}
.c-btn.c-btn--white.c-btn--hover2:hover::before {
  border-top-color: #bababa;
  border-right-color: #bababa;
}
.c-btn.c-btn--white.c-btn--hover2:hover::after {
  border-bottom-color: #bababa;
  border-left-color: #bababa;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

html[class*=is-drawer-open-] {
  overflow: hidden;
}

.c-drawer__body {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: scroll;
  width: 100%;
  padding: 20px;
  background-color: #000;
  z-index: 998;
  transform: translateX(-100%);
  transition: transform cubic-bezier(0.44, 0.37, 0.43, 0.98) 0.6s;
}
.c-drawer__body.is-active {
  transform: translateX(0%);
}
@media (max-width: 599px) {
  .c-drawer__body {
    transform: translateX(100%);
  }
}

.c-drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: none;
  cursor: pointer;
  z-index: 90;
  transition: opacity 0.6s;
}
.c-drawer__bg.is-active {
  opacity: 1;
  display: block;
}

.c-drawer__button.is-open .c-drawer__button--close {
  transform: translateX(0);
}
.c-drawer__button .c-drawer__button--close {
  width: 70px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-duration: 0.6s;
  z-index: 999;
}

.c-drawer__body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
}

.c-drawer__content {
  width: 523px;
  color: #fff;
}

.c-drawer__head {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding-bottom: 13px;
  position: relative;
}
.c-drawer__head .c-drawer__head-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-drawer__head .c-drawer__head-text {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-drawer__head .c-drawer__head-text {
    font-size: 4vw;
  }
}

.c-drawer__close {
  width: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.c-drawer__pages {
  display: grid;
  grid-template-columns: 28.68% 1fr;
  width: 100%;
  gap: 10px 31.74%;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .c-drawer__pages {
    grid-template-columns: 36.68% 1fr;
    width: 100%;
    gap: 10px 12.74%;
  }
}

.c-drawer__col--left,
.c-drawer__col--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 599px) {
  .c-drawer__col--left,
  .c-drawer__col--right {
    gap: 1.5rem;
  }
}

.c-drawer__item {
  width: 100%;
  text-align: left;
}

.c-drawer__item:nth-child(even) {
  justify-self: end;
}

.c-drawer__links {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #595757;
  background-color: #fff;
  padding: 6px 8px;
  line-height: 1;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.17em;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-drawer__links {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .c-drawer__links {
    font-size: 3.47vw;
  }
}
.c-drawer__links.c-drawer__links--wide100 {
  width: 100%;
}
.c-drawer__links.c-drawer__links--wide {
  letter-spacing: 0.2em;
}
.c-drawer__links.c-drawer__links--short {
  letter-spacing: 0.15em;
}
@media (max-width: 599px) {
  .c-drawer__links {
    font-size: 3.73vw;
  }
}

.c-loop-animation {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  padding: 22px 0 19px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .c-loop-animation {
    padding: 11px 0 17px;
  }
}

.c-loop-animation__item {
  flex-shrink: 0;
  white-space: nowrap;
  width: fit-content;
  display: block;
  font-size: 14.7rem;
  line-height: 0.81;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #fff;
  -webkit-text-stroke: 2px #595757;
  text-stroke: 2px #595757;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .c-loop-animation__item {
    font-size: 7.3rem;
    -webkit-text-stroke: 1.5px #595757;
    text-stroke: 1.5px #595757;
  }
}

.c-loop-animation:not(.no-tick) .c-loop-animation__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}

.c-loop-animation:not(.no-tick) .c-loop-animation__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-info-card {
  width: 25vw;
}
@media (max-width: 1024px) {
  .c-info-card {
    width: 40vw;
  }
}
@media (max-width: 599px) {
  .c-info-card {
    width: 80vw;
  }
}
.c-info-card .c-info-card__label {
  line-height: 1;
}
.c-info-card .c-info-card__title {
  font-size: clamp(18px, 1.75vw, 999vw);
  padding: 33px 0 38px;
  line-height: 2.3;
  display: block;
  text-align: left;
  margin: 0;
  display: block;
}
@media (max-width: 599px) {
  .c-info-card .c-info-card__title {
    line-height: 1.9;
    padding: 30px 0;
  }
}
.c-info-card .c-info-card__body {
  font-size: max(14px, 0.88vw);
}
@media (max-width: 599px) {
  .c-info-card .c-info-card__body {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .c-info-card .c-info-card__text-margin {
    height: 40px;
  }
}

.c-company-info {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 21.75vw 0 25.75vw;
}

.c-company-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-company-info__bg-item {
  height: 100%;
}

.c-company-info__bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-company-info__top-clip,
.c-company-info__bottom-clip {
  position: absolute;
  width: 100%;
  height: 21.5vw;
  z-index: 1;
}

.c-company-info__top-clip {
  top: 0;
  background-color: #8a8f00;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.c-company-info__bottom-clip {
  bottom: 0;
  background-color: #000;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.c-company-info__content {
  position: relative;
  z-index: 2;
  width: 75vw;
  margin: 0 0 0 auto;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 3.13vw;
  gap: 3.13vw;
}
@media (max-width: 599px) {
  .c-company-info__content {
    width: 89.87vw;
    flex-direction: column;
    padding: 10.67vw 0 10.67vw 10.67vw;
    gap: 5.33vw;
  }
}

.c-company-info__images,
.c-company-info__text {
  height: auto;
  display: block;
  width: 31.25vw;
  max-width: 500px;
}
@media (max-width: 599px) {
  .c-company-info__images,
  .c-company-info__text {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .c-company-info__images {
    padding-right: 10.67vw;
  }
}

@media (max-width: 599px) {
  .c-company-info__image-item--second {
    display: none;
  }
}

.c-company-info__text {
  color: #fff;
}

.c-company-info__title {
  font-size: 20px;
  margin-bottom: 1.88vw;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-company-info__title {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-company-info__title {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .c-company-info__title {
    font-size: 1.6rem;
    margin-bottom: 4vw;
  }
}

.c-company-info__item {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  padding: 1.88vw 0;
}
@media (max-width: 599px) {
  .c-company-info__item {
    padding: 5.33vw 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.33vw;
  }
}

.c-company-info__label {
  width: 6.44vw;
  max-width: 103px;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .c-company-info__label {
    font-size: 1.6rem;
  }
}

.c-company-info__value {
  flex: 1;
}
.c-company-info__value a {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .c-company-info__value {
    padding-right: 5.33vw;
  }
}

.c-mv {
  padding-top: 3.13vw;
  display: flex;
  justify-content: flex-end;
  gap: 5vw;
  align-items: center;
}
@media (max-width: 599px) {
  .c-mv {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25.07vw;
    gap: 10.67vw;
  }
}

.c-mv__title {
  margin: 0;
  padding-left: 1.69vw;
  position: relative;
  display: flex;
  gap: 0.88vw;
}
.c-mv__title::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 599px) {
  .c-mv__title {
    flex-direction: column;
    width: 64.27vw;
    margin-left: 10.67vw;
    padding-left: 0;
    padding-bottom: 4.8vw;
    gap: 5.33vw;
  }
  .c-mv__title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.c-mv__title-jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.625;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-mv__title-jp {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-mv__title-jp {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .c-mv__title-jp {
    order: 2;
  }
}

.c-mv__title-en {
  width: 6.13vw;
  line-height: 1;
  margin: 0;
}
@media (max-width: 599px) {
  .c-mv__title-en {
    width: 100%;
    order: 1;
  }
}
.c-mv__title-en.c-mv__title-en--short {
  width: 2.81vw;
}
@media (max-width: 599px) {
  .c-mv__title-en.c-mv__title-en--short {
    width: 100%;
  }
}

.c-mv__image {
  width: 65vw;
}
@media (max-width: 599px) {
  .c-mv__image {
    width: 100%;
  }
}

.c-breadcrumb {
  margin: 1.25vw 3.75vw 0 0;
  font-size: 12px;
  color: #333;
  text-align: right;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-breadcrumb {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .c-breadcrumb {
    font-size: 2.67vw;
  }
}
@media (max-width: 599px) {
  .c-breadcrumb {
    margin: 10.67vw 10.67vw 0 0;
  }
}

.c-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
}

.c-breadcrumb__item::after {
  content: "－";
  margin: 0 0.583em;
}

.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-breadcrumb__link {
  text-decoration: none;
  color: inherit;
}

.c-breadcrumb__link:hover {
  text-decoration: underline;
}

.c-breadcrumb__text {
  color: inherit;
}

.c-visual-block {
  width: 100%;
  position: relative;
}

.c-visual-block__image {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-visual-block__bottom-silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.c-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.13vw;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .c-product-list {
    grid-template-columns: 1fr;
    width: 80%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .c-product-list {
    gap: 10.67vw;
    width: 100%;
  }
}

.c-product-card__box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 599px) {
  .c-product-card {
    padding: 5.33vw;
  }
}

.c-product-card--center {
  grid-column: 1/3;
  justify-self: center;
  width: 47.83%;
  max-width: 550px;
}
@media (max-width: 599px) {
  .c-product-card--center {
    grid-column: 1/2;
    width: 100%;
  }
}

.c-product-list.is-single {
  grid-template-columns: 1fr;
  justify-items: center;
}
.c-product-list.is-single .c-product-card {
  max-width: 550px;
}

.c-product-card__box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-product-card__to {
  width: 259px;
  margin-bottom: 5px;
}

.c-product-card__label {
  font-size: clamp(0px, 1.75vw, 2.8rem);
  line-height: 1;
  padding-bottom: 0.357em;
  width: fit-content;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .c-product-card__label {
    font-size: 5.33vw;
  }
}
.c-product-card__label.c-product-card__label--border01 {
  border-bottom: solid 2px #FFD4D5;
}

.c-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}
.c-product-card__meta .c-product-card__meta-item {
  font-size: 1.4rem;
  line-height: 25px;
  padding: 0 19px;
  border-radius: 999px;
  background-color: #FFD4D5;
}

.c-product-card__sale {
  width: 34.36%;
  position: absolute;
  top: 0;
  right: 9.64%;
  transform: translateY(-20%);
}
@media (max-width: 599px) {
  .c-product-card__sale {
    right: 5%;
  }
}

.c-product-card__image {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .c-product-card__image {
    margin-bottom: 5.33vw;
  }
}

.c-product-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-product-card__body-item:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #EBEBEB;
}

.c-product-card__title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  vertical-align: top;
  font-size: 2rem;
  line-height: 2;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-product-card__title {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-product-card__title {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .c-product-card__title {
    display: block;
    vertical-align: top;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }
}
.c-product-card__title.c-product-card__title-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 599px) {
  .c-product-card__title.c-product-card__title-icon {
    flex-wrap: wrap;
  }
}
.c-product-card__title.c-product-card__title-icon .c-product-card__title-icon--circle {
  width: 22px;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .c-product-card__title.c-product-card__title-icon .c-product-card__title-icon--circle {
    order: 2;
    width: 2.67vw;
    margin-right: 4px;
  }
}
.c-product-card__title.c-product-card__title-icon .c-product-card__title-icon--star {
  width: 25px;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .c-product-card__title.c-product-card__title-icon .c-product-card__title-icon--star {
    order: 2;
  }
}
.c-product-card__title.c-product-card__title-icon .c-product-card__title-text {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .c-product-card__title.c-product-card__title-icon .c-product-card__title-text {
    order: 3;
  }
}
.c-product-card__title.c-product-card__title-icon .c-product-card__title-note {
  width: 219px;
}
@media (max-width: 599px) {
  .c-product-card__title.c-product-card__title-icon .c-product-card__title-note {
    order: 1;
    width: 100%;
  }
  .c-product-card__title.c-product-card__title-icon .c-product-card__title-note .c-product-card__title-note-image {
    width: 51.73vw;
  }
}

.c-product-card__description {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 599px) {
  .c-product-card__description {
    padding-top: 5.33vw;
    padding-bottom: 0;
  }
}

/* 👇 上段カード用：金額を下に押し下げ */
.c-product-card__price {
  font-size: 20px;
  font-weight: 700;
  display: block;
  vertical-align: top;
  font-size: 2rem;
  line-height: 2;
  margin-top: -1rem;
  margin-bottom: -1rem;
  color: #00C089;
  padding-top: 13px;
  border-top: solid 1px #EBEBEB;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-product-card__price {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-product-card__price {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .c-product-card__price {
    display: block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
    padding-top: 3vw;
    margin-top: 5.33vw;
  }
}
.c-product-card__price.c-product-card__price--noborder {
  border-top: none;
}
.c-product-card__price.c-product-card__price--pt0 {
  padding-top: 0;
}
.c-product-card__price .c-product-card__price--small {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 599px) {
  .c-product-card__price .c-product-card__price--small {
    font-size: 1.2rem;
  }
}

.c-product-card__terms {
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
}
@media (max-width: 599px) {
  .c-product-card__terms {
    margin-top: 25px;
  }
}

.c-product-card__annotation {
  font-size: 12px;
  display: block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
  color: #333;
  padding-top: 20px;
  display: block;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-product-card__annotation {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .c-product-card__annotation {
    font-size: 2.67vw;
  }
}
@media (max-width: 599px) {
  .c-product-card__annotation {
    display: block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 2;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    padding-top: 5.33vw;
  }
}
.c-product-card__annotation.c-product-card__annotation--pt0 {
  padding-top: 0;
}
@media (max-width: 599px) {
  .c-product-card__annotation.c-product-card__annotation--pt0 {
    padding-top: 5.33vw;
  }
}

/*  c-product-card__detail グレーバックの詳細情報 */
.c-product-card__detail {
  padding: 25px;
  border-radius: 10px;
  background-color: #EBEBEB;
  margin-top: 25px;
}
@media (max-width: 599px) {
  .c-product-card__detail {
    margin-top: 5.33vw;
    padding: 5.33vw;
  }
}

.c-product-card__detail-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .c-product-card__detail-box {
    flex-direction: column;
    gap: 5.33vw;
  }
}

.c-product-card__order-title {
  width: 90px;
  color: #00C089;
  font-weight: 700;
  display: block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: -0.35rem;
  margin-bottom: -0.35rem;
}
.c-product-card__order-title span {
  margin-left: -0.5em;
}

.c-product-card__order-text {
  flex: 1;
}
.c-product-card__order-text .c-product-card__order-body {
  padding-bottom: 18px;
}
.c-product-card__order-text .c-product-card__annotation {
  padding-top: 10px;
  padding-left: 1em;
  padding-bottom: 0;
  position: relative;
}
.c-product-card__order-text .c-product-card__annotation::before {
  content: "※";
  position: absolute;
  top: 10px;
  left: 0;
}
.c-product-card__order-text .c-product-card__annotation.c-product-card__annotation--first {
  padding-top: 0;
}
.c-product-card__order-text .c-product-card__annotation.c-product-card__annotation--first::before {
  top: 0;
}

.c-product-card--mt-auto {
  margin-top: auto;
}
@media (max-width: 599px) {
  .c-product-card--mt-auto {
    margin-top: 5.33vw;
  }
}

.c-product-card__text--large {
  font-size: 2.2rem;
  color: #FF1A00;
  line-height: 1;
}

.c-product-card__text--red {
  color: #FF1A00;
}

.c-section-title {
  color: #333;
  text-align: left;
  margin: 0 0 45px 0;
}
.c-section-title.c-section--white {
  color: #fff;
}
@media (max-width: 599px) {
  .c-section-title {
    padding-top: 40px;
  }
}

.c-section-title__item-eng {
  line-height: 1;
  margin: 0;
}

.c-section-title__item-jap {
  font-size: 28px;
  padding-top: 45px;
  margin: 0;
  line-height: 1;
  display: block;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-section-title__item-jap {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .c-section-title__item-jap {
    font-size: 4.8vw;
  }
}
@media (max-width: 599px) {
  .c-section-title__item-jap {
    padding-top: 40px;
  }
}

.c-news-list__item {
  color: #595757;
  display: grid;
  grid-template-columns: 119px 179px 1fr;
  align-items: center;
  padding-bottom: 1.88vw;
  margin-bottom: 1.88vw;
  border-bottom: 1px solid #595757;
}
.c-news-list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 599px) {
  .c-news-list__item {
    gap: 5.33vw 2.67vw;
    grid-template-columns: 81px 1fr;
    padding-bottom: 10.67vw;
    margin-bottom: 10.67vw;
  }
}

@media (max-width: 599px) {
  .c-news-list-spacer {
    flex: 1;
  }
}

.c-news-list__date {
  font-size: 1.4rem;
}

.c-news-list__category {
  width: 130px;
  display: inline-block;
  border: 1px solid #595757;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .c-news-list__category {
    width: 130px;
  }
}
.c-news-list__category .c-news-list__category-text {
  line-height: 30px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .c-news-list__category .c-news-list__category-text {
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  .c-news-list__link {
    grid-column: 1/3;
  }
}
.c-news-list__link .c-news-list__link-text {
  font-size: 1.4rem;
  line-height: 2;
}

.c-post-head {
  width: 240px;
  margin: 9.38vw auto;
}
@media (max-width: 599px) {
  .c-post-head {
    margin: 26.67vw auto;
  }
}

.c-post-head__title {
  width: 100%;
  border-bottom: solid 1px #333;
  color: #333;
  text-align: center;
  padding-bottom: 1.19vw;
  margin-bottom: 1.19vw;
}
@media (max-width: 599px) {
  .c-post-head__title {
    margin-bottom: 5.33vw;
    padding-bottom: 5.33vw;
  }
}
.c-post-head__title .c-post-head__title-eng {
  display: block;
  width: 100%;
  margin-bottom: 1.19vw;
}
@media (max-width: 599px) {
  .c-post-head__title .c-post-head__title-eng {
    margin-bottom: 5.33vw;
  }
}
.c-post-head__title .c-post-head__title-jap {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-post-head__title .c-post-head__title-jap {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-post-head__title .c-post-head__title-jap {
    font-size: 4vw;
  }
}

.c-title-highlight {
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: solid 1px #fff;
  text-align: center;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-title-highlight {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .c-title-highlight {
    font-size: 4.8vw;
  }
}

.c-client-list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0vw, 14.29%, 10rem);
  background-color: #000;
  color: #fff;
}

.c-client-list__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-client-list__title {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-client-list__title {
    font-size: 4vw;
  }
}

.c-client-list__group {
  border-top: 1px solid #fff;
  padding: 30px 0;
}

.c-client-list__group:last-child {
  border-bottom: 1px solid #fff;
}

.c-client-list__link {
  text-decoration: none;
  color: inherit;
}

.c-example {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(3.13vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .c-example {
    gap: 5.33vw;
  }
}

.c-example__item {
  width: 29.56%;
  min-width: 266px;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
}

.c-example__icon {
  margin-bottom: 15px;
}

.c-example__title {
  font-weight: 700;
  font-size: 17px;
  color: #00A0C6;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-example__title {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .c-example__title {
    font-size: 3.47vw;
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 7px;
}
@media (max-width: 599px) {
  .c-pagination {
    width: 100%;
    gap: 1.33vw;
  }
}

.c-pagination__item {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: solid 1px #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__item.c-pagination__dots, .c-pagination__item.c-pagination__next, .c-pagination__item.c-pagination__prev, .c-pagination__item.c-pagination__first, .c-pagination__item.c-pagination__last {
  border: none;
}
.c-pagination__item.c-pagination__dots {
  width: 12px;
}
.c-pagination__item.is-active {
  background-color: #595757;
  border: none;
  color: #fff;
}
.c-pagination__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__item span {
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .c-pagination__item span {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .c-pagination__item span {
    font-size: 3.73vw;
  }
}

@media (max-width: 599px) {
  .p-home .l-nav {
    background-color: #000;
    color: #fff;
  }
}

.p-home-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 6.25vw;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 599px) {
  .p-home-mv {
    padding-bottom: 13.33vw;
    height: calc(100vh - 71px);
  }
}

.p-home-mv__image-box {
  height: calc(100vh - 6.25vw);
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-home-mv__image-box {
    height: calc(100vh - 13.33vw - 71px);
  }
}
.p-home-mv__image-box picture {
  height: 100%;
  overflow: hidden;
}
.p-home-mv__image-box picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-home-mv__text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.p-home-mv__text-item {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: initial;
  text-align: left;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 0;
}
.p-home-mv__text-item .rotate-number {
  display: inline-block;
  transform: rotate(-90deg) translateX(0.1em);
  letter-spacing: 0;
  line-height: 0;
}

.p-home-mv__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 6.25vw);
  box-sizing: border-box;
  padding: 5vw 5vw 3.31vw 4.38vw;
  color: #fff;
}
@media (max-width: 599px) {
  .p-home-mv__content {
    height: calc(100vh - 13.33vw - 71px);
    padding: 10.67vw 7.2vw 0 10.67vw;
  }
}

.p-home-mv__content-right {
  display: flex;
  gap: 5.5vw;
  justify-content: flex-end;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 599px) {
  .p-home-mv__content-right {
    gap: 7.73vw;
  }
}

.p-home-mv__catch .p-home-mv__text-item {
  font-size: clamp(2rem, 2vw, 3.2rem);
  line-height: 1.8;
}

.p-home-mv__description {
  display: flex;
  gap: 1.63vw;
}
@media (max-width: 599px) {
  .p-home-mv__description {
    gap: 4.27vw;
  }
}

.p-home-mv__place .p-home-mv__text-item {
  font-size: clamp(1.6rem, 1.56vw, 2.5rem);
  line-height: 1;
}

.p-home-mv__body .p-home-mv__text-item {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 2.6;
}
@media (max-width: 599px) {
  .p-home-mv__body .p-home-mv__text-item {
    line-height: 1.9;
  }
}

.p-home-mv__note {
  text-align: left;
  display: block;
  vertical-align: top;
  font-size: 2rem;
  line-height: 2;
  margin-top: -1rem;
  margin-bottom: -1rem;
  position: absolute;
  bottom: 3.31vw;
  left: 4.38vw;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  display: inline-block;
  transform: skewX(-20deg);
  font-size: clamp(1.2rem, 1.25vw, 2rem);
  letter-spacing: 0.032em;
}
@media (max-width: 599px) {
  .p-home-mv__note {
    left: 8vw;
    bottom: 21.33vw;
    letter-spacing: 0;
  }
}

.p-home-menu {
  background-color: #000;
  padding: 0 0 6.25vw;
}
@media (max-width: 599px) {
  .p-home-menu {
    padding: 0 0 13.33vw;
  }
}

.p-home-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 599px) {
  .p-home-menu__list {
    grid-template-columns: 1fr 1fr;
  }
}

.p-home-menu__item {
  position: relative;
}

.p-home-menu__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.p-home-menu__image,
.p-home-menu__image picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-home-menu__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 599px) {
  .p-home-menu__content {
    gap: 5.33vw;
  }
}

.p-home-menu__title {
  font-size: clamp(0px, 2.56vw, 4.1rem);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .p-home-menu__title {
    font-size: 4.8vw;
  }
}

.p-home-menu__subtitle {
  font-size: clamp(0px, 2vw, 3.2rem);
  display: block;
  padding-top: 1.25vw;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .p-home-menu__subtitle {
    padding-top: 2.13vw;
    display: block;
    vertical-align: top;
    font-size: 4.27vw;
    line-height: 1.4;
    margin-top: -0.854vw;
    margin-bottom: -0.854vw;
    font-size: 4.27vw;
  }
}

.p-home-menu__icon {
  width: 1.75vw;
  max-width: 28px;
}
@media (max-width: 599px) {
  .p-home-menu__icon {
    width: 5.33vw;
  }
}

.p-home-menu__description {
  font-size: clamp(1.4rem, 1.09vw, 1.7rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .p-home-menu__description {
    display: none;
  }
}

.p-home-news-list {
  padding-bottom: 0;
}
.p-home-news-list .l-section__inner {
  display: flex;
  gap: 5vw;
  padding: 6.25vw 0;
  max-width: calc(100% + 12.5vw);
  width: calc(100% - 12.5vw);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-home-news-list .l-section__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  .p-home-news-list .l-section__inner {
    padding: 13.33vw 10.67vw;
    width: auto;
    gap: 10.67vw;
  }
}

.p-home-news__header {
  color: #595757;
}
.p-home-news__header .p-home-news__title {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1.25vw;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 599px) {
  .p-home-news__header .p-home-news__title {
    margin-bottom: 4.27vw;
    font-size: 2.4rem;
  }
}
.p-home-news__header .p-home-news__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 599px) {
  .p-home-news__header .p-home-news__btn {
    justify-content: flex-start;
    gap: 1.6vw;
  }
}
.p-home-news__header .p-home-news__btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
.p-home-news__header .p-home-news__icon {
  display: inline-block;
  width: 26px;
}
@media (max-width: 599px) {
  .p-home-news__header .p-home-news__icon {
    width: 14px;
  }
}

.p-home-news__body {
  flex: 1;
}

.p-home-store {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 6.25vw 6.25vw 17.44vw 0;
}
@media (max-width: 599px) {
  .p-home-store {
    padding: 13.33vw 5.33vw 28.53vw 10.67vw;
  }
}

.p-home-store__bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.p-home-store__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .p-home-store__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }
}

.p-home-store__side-label {
  width: 24%;
  max-width: 312px;
}
@media (max-width: 599px) {
  .p-home-store__side-label {
    width: 30.93vw;
    margin: 0 0 0 auto;
  }
}

.p-home-store__body {
  width: 28.23%;
}
@media (max-width: 599px) {
  .p-home-store__body {
    width: 66.13vw;
  }
}

.p-home-store__lead {
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin-bottom: 3.13vw;
}
@media (max-width: 599px) {
  .p-home-store__lead {
    margin-bottom: 8vw;
  }
}

.p-home-store__button {
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  align-items: center;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
  padding: 0 16px 0 28px;
  background-color: #C4FF42;
  color: #595757;
  font-weight: 400;
  border-radius: 999px;
  transition: all 0.3s ease;
  width: 213px;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .p-home-store__button {
    font-size: 1.4rem;
    width: 171px;
    line-height: 40px;
    padding: 0 0 0 18px;
    gap: 5px;
  }
}

.p-home-store__button-icon {
  width: 45px;
  line-height: 1;
}
@media (max-width: 599px) {
  .p-home-store__button-icon {
    width: 30px;
  }
}

.p-mv--120 {
  width: 100%;
  margin-top: 7.5vw;
}

.p-about .l-footer {
  margin-top: 0;
}

.p-about-introduction {
  margin-top: 0;
  position: relative;
}
@media (max-width: 599px) {
  .p-about-introduction {
    padding-top: 40vw;
  }
}
.p-about-introduction .l-section__inner {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.p-about-introduction__text {
  margin: 5.13vw 0 0 12.38vw;
}
@media (max-width: 599px) {
  .p-about-introduction__text {
    margin: -7.73vw 0 0 auto;
    width: 62.67vw;
  }
}
.p-about-introduction__text .p-about-introduction__text--eng {
  font-family: sans-serif;
}

.p-about-line01 {
  position: absolute;
  width: 56vw;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-about-line01 {
    width: 80vw;
  }
}

.p-about-landscape {
  position: relative;
  z-index: 2;
}

.p-about-land scape__text {
  margin-left: 5vw;
}
@media (max-width: 599px) {
  .p-about-land scape__text {
    margin-left: 0;
  }
}

.p-about-groundwater {
  position: relative;
  z-index: 1;
}
.p-about-groundwater .l-section-heading {
  position: relative;
  z-index: 1;
}
.p-about-groundwater .l-section-img {
  position: relative;
  z-index: 1;
}

.p-about-groundwater__box {
  display: flex;
  align-items: flex-start;
  gap: 6.25vw;
  margin-left: 3.13vw;
  position: relative;
}
@media (max-width: 599px) {
  .p-about-groundwater__box {
    gap: 8vw;
    margin-left: 0;
  }
}

.p-about-groundwater__sub-heading {
  font-size: 20px;
  letter-spacing: 0.41em;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-about-groundwater__sub-heading {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .p-about-groundwater__sub-heading {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .p-about-groundwater__sub-heading {
    font-size: 22px;
  }
}

.p-about-groundwater__text {
  margin-top: 4.13vw;
}
@media (max-width: 599px) {
  .p-about-groundwater__text {
    margin-top: 13.33vw;
  }
}

.p-about-line02 {
  position: absolute;
  width: 24.06vw;
  left: -26.88vw;
  bottom: -56.25vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-about-line02 {
    left: -5vw;
    bottom: auto;
    top: -89.2vw;
    width: 32.93vw;
    transform: rotate(316.989deg);
  }
}

.p-about-waterfall {
  position: relative;
  padding-bottom: 12.5vw;
  z-index: 2;
}
@media (max-width: 599px) {
  .p-about-waterfall {
    padding-bottom: 40vw;
  }
}
.p-about-waterfall .p-about-groundwater__box {
  display: flex;
  align-items: flex-end;
  padding: 0 2.5vw 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-about-waterfall .p-about-groundwater__box {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-about-waterfall .p-about-groundwater__box {
    flex-direction: column;
    gap: 16vw;
    padding: 0 0 0 10.67vw;
  }
}
.p-about-waterfall .p-about-groundwater__card {
  flex: 1;
}
.p-about-waterfall .p-about-groundwater__sub-heading {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-about-waterfall .p-about-groundwater__sub-heading {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-about-waterfall .p-about-groundwater__sub-heading {
    font-size: 3.73vw;
  }
}
.p-about-waterfall .p-about-waterfall__text {
  margin-top: 3.13vw;
}
@media (max-width: 599px) {
  .p-about-waterfall .p-about-waterfall__text {
    margin-top: 10.67vw;
  }
}
.p-about-waterfall .p-about-groundwater__movie {
  width: 43.72%;
  margin-top: 9.25vw;
}
@media (max-width: 1024px) {
  .p-about-waterfall .p-about-groundwater__movie {
    width: 60%;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .p-about-waterfall .p-about-groundwater__movie {
    width: 82vw;
  }
}

.p-about-waterfall-bg {
  width: 41.88vw;
  position: absolute;
  bottom: 0;
  left: -27vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-about-waterfall-bg {
    left: 0;
  }
}

.p-mv--120 {
  width: 100%;
  margin-top: 7.5vw;
}

.p-menu .l-footer {
  margin-top: 0;
}

.p-menu-card__title {
  font-size: 18px;
  margin-top: 2.5vw;
  line-height: 1.4;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-menu-card__title {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-menu-card__title {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .p-menu-card__title {
    margin-top: 10.67vw;
  }
}

.p-menu-card__text {
  margin-top: 1.25vw;
  line-height: 2;
}
@media (max-width: 599px) {
  .p-menu-card__text {
    margin-top: 5.33vw;
  }
}

.p-menu-card__price {
  font-size: 18px;
  margin-top: 1.25vw;
  line-height: 1;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-menu-card__price {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-menu-card__price {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .p-menu-card__price {
    margin-top: 5.33vw;
  }
}

.p-menu {
  position: relative;
}
.p-menu .p-menu-introduction {
  position: relative;
  padding-top: 17.88vw;
}
.p-menu .p-menu-introduction__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .p-menu .p-menu-introduction__inner {
    flex-direction: column;
    gap: 10.67vw;
    padding: 16vw 40px 0 20px;
  }
}
.p-menu .p-menu-introduction__body {
  width: 40.94vw;
}
@media (max-width: 599px) {
  .p-menu .p-menu-introduction__body {
    order: 2;
    width: auto;
  }
}
.p-menu .p-menu-introduction__head {
  padding-right: 2.5vw;
  font-size: 20px;
  letter-spacing: 0.64em;
  line-height: 2.3 !important;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-menu .p-menu-introduction__head {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .p-menu .p-menu-introduction__head {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .p-menu .p-menu-introduction__head {
    order: 1;
  }
}
@media (max-width: 599px) {
  .p-menu .p-about-introduction__text {
    margin: -21vw 0 0 auto;
  }
}
.p-menu .p-menu-other-title .l-section-heading__item--jap {
  font-size: 30px;
}
@media (max-width: 599px) {
  .p-menu .p-menu-other-title .l-section-heading__item--jap {
    font-size: 20px;
  }
}
.p-menu .p-menu-other-content {
  font-size: 20px;
}
@media (max-width: 599px) {
  .p-menu .p-menu-other-content {
    font-size: 14px;
  }
}

.p-menu-title-box {
  margin-left: 0;
  margin-top: 5vw;
  font-size: 30px;
}
@media (max-width: 599px) {
  .p-menu-title-box {
    margin-top: 16vw;
  }
}

.p-menu-other-content {
  font-size: 20px;
  margin-top: 3.13vw;
}
@media (max-width: 599px) {
  .p-menu-other-content {
    margin-top: 10.67vw;
  }
}

.p-menu-limited__text {
  font-size: 18px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-menu-limited__text {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-menu-limited__text {
    font-size: 3.73vw;
  }
}

.p-menu-line02 {
  position: absolute;
  width: 22.44vw;
  left: -26.88vw;
  bottom: -64.13vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-menu-line02 {
    position: absolute;
    width: 22.44vw;
    left: 0;
    bottom: -61.13vw;
    transform: rotate(-55deg);
  }
}

.p-menu-line01 {
  position: absolute;
  width: 56.63vw;
  left: -26.88vw;
  top: 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-menu-line01 {
    position: absolute;
    width: 76.63vw;
    left: 0;
  }
}

.p-menu-waterfall-bg {
  position: absolute;
  width: 34.38vw;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-menu-waterfall-bg {
    width: 50.38vw;
  }
}

.p-menu-limited {
  position: relative;
  z-index: 1;
  padding-bottom: 12.5vw;
}
@media (max-width: 599px) {
  .p-menu-limited {
    padding-bottom: 45vw;
  }
}
.p-menu-limited .p-menu-limited__text {
  position: relative;
  z-index: 2;
}

.p-menu-producer {
  background-color: #000;
  margin-top: 0;
}

.p-menu-producer__inner {
  max-width: none;
  display: flex;
  justify-content: space-between;
  padding: 9.38vw 50px 6.25vw;
  max-width: 1520px;
  width: auto;
}
@media (max-width: 599px) {
  .p-menu-producer__inner {
    padding: 26.67vw 40px 21.33vw;
    flex-direction: column;
  }
}

.p-menu-producer__title {
  position: relative;
  margin-left: 3.75vw;
}

.p-menu-producer__box {
  max-width: 1130px;
  width: auto;
  margin-top: 8.25vw;
}

.p-data {
  margin-top: 20px;
  line-height: 1;
}

.p-contact-form__lead {
  text-align: center;
  display: block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 2.5;
  margin-top: -1.05rem;
  margin-bottom: -1.05rem;
  font-size: 14px;
  padding: 6.94vw 0 6.25vw;
  display: block;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-contact-form__lead {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-contact-form__lead {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .p-contact-form__lead {
    padding: 21.33vw 0;
  }
}

.p-contact-form {
  margin-bottom: 9.38vw;
}
.p-contact-form .l-section__inner {
  max-width: 1010px;
  width: calc(100% - 12.5vw);
  margin: 0 auto;
}
@media (max-width: 599px) {
  .p-contact-form .l-section__inner {
    width: auto;
    padding: 0 5.33vw;
    margin-bottom: 26.67vw;
  }
}

.p-contact-from__wrapper {
  display: block;
}

.p-contact-form__body {
  border-top: solid 1px #333;
  border-left: solid 1px #333;
}

.p-contact-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 599px) {
  .p-contact-form__row {
    flex-direction: column;
  }
}

.p-contact-form__label {
  width: 29.01%;
  background-color: #E3E3E3;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 4.95%;
  line-height: 1.6;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-contact-form__label {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-contact-form__label {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .p-contact-form__label {
    width: 100%;
    padding: 5.33vw;
  }
}
.p-contact-form__label .p-contact-form__required {
  color: #FF0000;
}

.p-contact-form__input-box {
  flex: 1;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  padding: 3.17% 4.95%;
}
@media (max-width: 1024px) {
  .p-contact-form__input-box {
    padding: 4.95%;
  }
}
@media (max-width: 599px) {
  .p-contact-form__input-box {
    width: 100%;
    padding: 8vw 5.33vw;
  }
}

.p-contact-form__input,
.p-contact-form__select,
.p-contact-form__textarea {
  width: 100%;
  padding: 1.4% 3.5%;
  border: 1px solid #C9CACA;
  border-radius: 6px;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-contact-form__input,
  .p-contact-form__select,
  .p-contact-form__textarea {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-contact-form__input,
  .p-contact-form__select,
  .p-contact-form__textarea {
    font-size: 3.73vw;
  }
}
.p-contact-form__input::placeholder,
.p-contact-form__select::placeholder,
.p-contact-form__textarea::placeholder {
  color: #C9CACA;
}
@media (max-width: 599px) {
  .p-contact-form__input,
  .p-contact-form__select,
  .p-contact-form__textarea {
    padding: 2.67vw;
  }
}

.p-contact-form__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../assets/images/contact/contact-form-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 14px 12px;
  cursor: pointer;
}

.p-contact-form__input-box input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 0.2s;
}
.p-contact-form__input-box input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-contact-form__input-box input[type=radio]:checked::after {
  opacity: 1;
}
.p-contact-form__input-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.p-contact-form__input-box--type {
  display: flex;
  gap: 3.17%;
}

.p-contact-form__input-box--zip {
  display: flex;
  align-items: center;
  gap: 1.4%;
}
.p-contact-form__input-box--zip .p-contact-form__input-box--zip-child {
  width: 100px;
}
.p-contact-form__input-box--zip .p-contact-form__input--zip {
  width: 100%;
}
.p-contact-form__input-box--zip .p-contact-form__zip-hyphen {
  width: 10px;
  height: 1px;
  background-color: #C9CACA;
}

.p-contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.p-contact-form__consent {
  margin-top: 6.25vw;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .p-contact-form__consent {
    margin-top: 21.33vw;
  }
}

.p-contact-form__checkbox-text {
  line-height: 1;
}

.p-checkbox {
  display: flex;
  align-items: center;
  gap: 0.6em;
  cursor: pointer;
  position: relative;
}

.p-checkbox__native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.p-checkbox__icon {
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 3;
}

.p-checkbox__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/contact/contact-form-checked.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.p-checkbox.is-checked .p-checkbox__icon::after {
  opacity: 1;
}

.p-checkbox__text {
  font-size: 14px;
  line-height: 1.6;
}

span.mwform-checkbox-field.horizontal-item {
  width: 26px;
  position: relative;
  z-index: 5;
}

span.mwform-checkbox-field-text {
  color: transparent;
}

.p-contact-form__submit {
  margin-top: 16px;
  text-align: center;
}

.p-contact-form__button {
  background-color: #bababa;
  color: #fff;
  box-shadow: none;
}

.p-profile-purpose {
  position: relative;
  width: 100%;
  padding-top: 7.88vw;
  padding-bottom: 6.25vw;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-profile-purpose {
    padding-bottom: 26.66vw;
  }
}

.p-profile-director {
  position: relative;
  width: 100%;
}

.p-profile-circulation {
  position: relative;
  width: 82.94vw;
}
@media (max-width: 599px) {
  .p-profile-circulation {
    width: 100%;
  }
}

.p-profile-purpose__bg {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-profile-purpose__bg {
    top: 0;
    bottom: auto;
    width: 167%;
    height: auto;
  }
}
.p-profile-purpose__bg img {
  height: 100%;
  width: auto;
}
@media (max-width: 599px) {
  .p-profile-purpose__bg img {
    width: 100%;
    height: auto;
  }
}

.p-profile-purpose__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 60.38vw;
  margin: 0 3.75vw 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-profile-purpose__contents {
    width: calc(100% - 9.76vw);
  }
}
@media (max-width: 599px) {
  .p-profile-purpose__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw 0 0 0;
  }
}
.p-profile-purpose__contents .p-profile-purpose__text {
  margin: 7.66% 0 0 0;
  width: 22.06vw;
}
@media (max-width: 1024px) {
  .p-profile-purpose__contents .p-profile-purpose__text {
    width: fit-content;
  }
}
@media (max-width: 599px) {
  .p-profile-purpose__contents .p-profile-purpose__text {
    margin: 27vw 0 0 32vw;
  }
}
@media (max-width: 599px) {
  .p-profile-purpose__contents .p-profile-purpose__text .c-info-card {
    width: 62vw;
  }
}
.p-profile-purpose__contents .p-profile-purpose__text .c-info-card .c-info-card__title {
  letter-spacing: 0.001em;
}
.p-profile-purpose__contents .p-profile-purpose__image-box {
  width: auto;
  flex: 1;
  margin: 0 0 0 7.66%;
}
@media (max-width: 599px) {
  .p-profile-purpose__contents .p-profile-purpose__image-box {
    width: 100%;
    margin: 27vw 0 0 0;
  }
}
.p-profile-purpose__contents .p-profile-purpose__image-box .p-profile-purpose__image-item1 {
  width: 69.98%;
  height: auto;
  margin: 0 0 0 auto;
}
@media (max-width: 599px) {
  .p-profile-purpose__contents .p-profile-purpose__image-box .p-profile-purpose__image-item1 {
    width: 47vw;
    margin: 0 auto 0 0;
  }
}
.p-profile-purpose__contents .p-profile-purpose__image-box .p-profile-purpose__image-item2 {
  width: 55.25%;
  height: auto;
  margin: 5vw 11vw 0 0;
}
@media (max-width: 599px) {
  .p-profile-purpose__contents .p-profile-purpose__image-box .p-profile-purpose__image-item2 {
    width: 46vw;
    margin: 0 0 0 auto;
  }
}

.p-profile-director {
  padding-top: 5.75vw;
  padding-bottom: max(3.5vw, 56px);
}

.p-profile-director__contents {
  width: calc(100% - 9.76vw);
  max-width: 858px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media (max-width: 599px) {
  .p-profile-director__contents {
    width: 100%;
    margin: 50vw 0 0 0;
  }
}
.p-profile-director__contents .p-profile-director__image-box {
  width: 34.97%;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-director__image-box {
    position: absolute;
    width: 62%;
    top: -45vw;
    left: 0;
  }
}
.p-profile-director__contents .p-profile-director__image-box .p-profile-director__image-item1 {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-director__image-box .p-profile-director__image-item1 {
    width: 62vw;
  }
}
.p-profile-director__contents .p-profile-director__text {
  position: relative;
  width: 71.33%;
  margin: 8.39% 0 0 -5.59%;
  background-color: #E5E5E5;
  z-index: 1;
  padding: 5.83% 5.83% 9.79%;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-director__text {
    width: 81vw;
    margin: 0 0 0 auto;
    padding: 10vw;
  }
}
.p-profile-director__contents .p-profile-director__text .c-info-card {
  width: auto;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-director__text .c-info-card {
    width: auto;
  }
}
.p-profile-director__contents .p-profile-director__text .c-info-card .c-info-card__label {
  margin-top: 0;
}
.p-profile-director__contents .p-profile-circulation__text {
  margin: 9vw 8vw 0 0;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-circulation__text {
    margin: 0 auto;
    order: 3;
  }
}
.p-profile-director__contents .p-profile-circulation__text .c-info-card {
  width: 28vw;
}
@media (max-width: 599px) {
  .p-profile-director__contents .p-profile-circulation__text .c-info-card {
    width: 78vw;
  }
}

.p-profile-circulation__contents {
  display: flex;
  width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .p-profile-circulation__contents {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-profile-circulation__contents {
    width: 100%;
    margin: 28vw 0 0 0;
  }
}
.p-profile-circulation__contents .p-profile-circulation__image-box1 {
  width: 19.74%;
  margin: 6.03% 7.54% 0 0;
}
@media (max-width: 1024px) {
  .p-profile-circulation__contents .p-profile-circulation__image-box1 {
    width: 50%;
    margin: 0 0 9.7vw auto;
    order: 2;
  }
}
@media (max-width: 599px) {
  .p-profile-circulation__contents .p-profile-circulation__image-box1 {
    width: 59%;
    margin: 0 0 28vw auto;
    order: 2;
  }
}
.p-profile-circulation__contents .p-profile-circulation__image-box1 .p-profile-circulation__image-item {
  width: 100%;
  height: auto;
}
.p-profile-circulation__contents .p-profile-circulation__text {
  width: 34.89%;
  margin: 10.93% 9.8% 0 0;
}
@media (max-width: 1024px) {
  .p-profile-circulation__contents .p-profile-circulation__text {
    width: 55%;
    margin: 0 auto;
    order: 3;
  }
}
@media (max-width: 599px) {
  .p-profile-circulation__contents .p-profile-circulation__text {
    width: 78vw;
    margin: 0 auto;
  }
}
.p-profile-circulation__contents .p-profile-circulation__text .c-info-card {
  width: auto;
}
.p-profile-circulation__contents .p-profile-circulation__image-box2 {
  flex: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .p-profile-circulation__contents .p-profile-circulation__image-box2 {
    width: 60%;
    order: 1;
    margin: 0 0 9.7vw 0;
  }
}
@media (max-width: 599px) {
  .p-profile-circulation__contents .p-profile-circulation__image-box2 {
    width: 80%;
    order: 1;
    margin: 0 0 28vw 0;
  }
}
.p-profile-circulation__contents .p-profile-circulation__image-box2 .p-profile-circulation__image-item {
  width: 100%;
  height: auto;
}

.p-profile-circulation__image--bottom {
  width: 38.51%;
  margin: 1.88vw 7.54% 0 auto;
}
@media (max-width: 1024px) {
  .p-profile-circulation__image--bottom {
    width: 60%;
    margin: 9.7vw 0;
  }
}
@media (max-width: 599px) {
  .p-profile-circulation__image--bottom {
    width: 100%;
    margin: 28vw 0;
  }
}
.p-profile-circulation__image--bottom .p-profile__image-item {
  width: 32vw;
  height: auto;
}
@media (max-width: 599px) {
  .p-profile-circulation__image--bottom .p-profile__image-item {
    width: 100vw;
  }
}

.p-profile-company-info .c-company-info__top-clip {
  background-color: #fff;
}

.p-partner-purpose {
  position: relative;
  width: 100%;
  margin-top: 10.56vw;
}

.p-partner-purpose__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 67.81vw;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-partner-purpose__contents {
    width: auto;
  }
}
@media (max-width: 599px) {
  .p-partner-purpose__contents {
    flex-direction: column;
    gap: 20.3vw;
    padding: 0 5.33vw;
  }
}
.p-partner-purpose__contents .p-partner-purpose__text {
  margin-top: 6.13vw;
}
.p-partner-purpose__contents .p-partner-purpose__image-box {
  position: relative;
  width: 28.94vw;
  margin-top: 10.19vw;
}
@media (max-width: 1024px) {
  .p-partner-purpose__contents .p-partner-purpose__image-box {
    width: 32vw;
  }
}
@media (max-width: 599px) {
  .p-partner-purpose__contents .p-partner-purpose__image-box {
    width: 60vw;
    margin: 0 0 0 auto;
  }
}
.p-partner-purpose__contents .p-partner-purpose__image-box .p-partner-purpose__image-item1 {
  width: 15.44vw;
  position: absolute;
  z-index: 2;
  top: -9.56vw;
  left: -7.19vw;
}
@media (max-width: 599px) {
  .p-partner-purpose__contents .p-partner-purpose__image-box .p-partner-purpose__image-item1 {
    width: 28.44vw;
  }
}
.p-partner-purpose__contents .p-partner-purpose__image-box .p-partner-purpose__image-item2 {
  width: 100%;
  margin: 0;
  z-index: 1;
}

.p-partner-recruit {
  background-color: #fff;
  color: #333;
  padding-bottom: min(273px, 17.06vw);
}
@media (max-width: 599px) {
  .p-partner-recruit {
    padding-bottom: 26.67vw;
  }
}

.p-partner-recruit__title {
  margin-bottom: 67px;
}
@media (max-width: 599px) {
  .p-partner-recruit__title {
    margin-bottom: 8vw;
  }
}

.p-partner-recruit__highlight .c-title-highlight {
  color: #333;
  border-bottom: solid 1px #333;
}

.p-pattner-recruit__example {
  margin-bottom: 50px;
}

.p-partner-recruit__note {
  text-align: center;
}

.p-partner-btn__wrapper {
  margin-top: min(9.38vw, 15rem);
  margin-left: auto;
  margin-right: auto;
}

.p-partner-tonbonomori {
  background-color: #858509;
  position: relative;
  color: #fff;
}

.p-partner-tonbonomori__silhouette {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}

@media (max-width: 599px) {
  .p-partner-tonbonomori__title {
    margin-bottom: 8vw;
  }
}
.p-partner-tonbonomori__title .c-section-title {
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 70px;
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__title .c-section-title {
    margin-bottom: 8vw;
  }
}
.p-partner-tonbonomori__title .c-section-title .c-section-title__item-jap {
  line-height: 2;
  padding-top: 34px;
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__title .c-section-title .c-section-title__item-jap {
    padding-top: 8vw;
  }
}

.p-partner-tonbonomori__contents {
  max-width: 1037px;
  width: 64.81vw;
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 1024px) {
  .p-partner-tonbonomori__contents {
    width: auto;
  }
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__contents {
    flex-direction: column;
    gap: 13.3vw;
    padding-bottom: 21.33vw;
  }
}
.p-partner-tonbonomori__contents .p-partner-tonbonomori__image-box {
  width: 29.75vw;
  max-width: 476px;
}
@media (max-width: 1024px) {
  .p-partner-tonbonomori__contents .p-partner-tonbonomori__image-box {
    width: 32vw;
  }
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__contents .p-partner-tonbonomori__image-box {
    width: 60vw;
    margin: 0 0 0 auto;
  }
}
.p-partner-tonbonomori__contents .p-partner-tonbonomori__text .c-info-card {
  margin-bottom: 50px;
}
.p-partner-tonbonomori__contents .p-partner-tonbonomori__text .c-btn {
  width: 100%;
}

.p-partner-tonbonomori__figure {
  width: 88.17%;
  margin: 0 auto;
  padding-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__figure {
    width: auto;
    padding-bottom: 21.33vw;
  }
}

.p-partner-tonbonomori__map {
  width: auto;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .p-partner-tonbonomori__map {
    padding-bottom: 21.33vw;
  }
}

.p-partner-company-info .c-company-info__top-clip {
  background-color: #858509;
}

.p-local-protect {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-local-protect__contents {
  position: relative;
  display: flex;
  width: 80%;
  margin: 14vw 0 0 9vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-local-protect__contents {
    margin: 12vw 0 0 4vw;
  }
}
@media (max-width: 599px) {
  .p-local-protect__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw auto 0 0;
  }
}
.p-local-protect__contents .p-local-protect__image-box {
  position: relative;
  width: 57%;
}
@media (max-width: 599px) {
  .p-local-protect__contents .p-local-protect__image-box {
    position: relative;
    width: 100%;
    top: 35vw;
    right: auto;
    order: 2;
  }
}
.p-local-protect__contents .p-local-protect__image-box .p-local-protect__image-item1 {
  width: 73%;
}
@media (max-width: 599px) {
  .p-local-protect__contents .p-local-protect__image-box .p-local-protect__image-item1 {
    width: 70%;
  }
}
.p-local-protect__contents .p-local-protect__image-box .p-local-protect__image-item2 {
  position: absolute;
  width: 46%;
  top: -5vw;
  left: 20vw;
}
@media (max-width: 599px) {
  .p-local-protect__contents .p-local-protect__image-box .p-local-protect__image-item2 {
    width: 45%;
    top: -15vw;
    left: 40vw;
  }
}
.p-local-protect__contents .p-local-protect__text {
  position: relative;
  top: 7vw;
  left: 6vw;
}
@media (max-width: 599px) {
  .p-local-protect__contents .p-local-protect__text {
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    order: 1;
  }
}

.p-local-role {
  position: relative;
  width: 100%;
}

.p-local-role__contents {
  display: flex;
  width: 78%;
  margin: 3vw 0 0 auto;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-role__contents {
    flex-direction: column;
    width: 100%;
    margin: 40vw auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .p-local-role__contents .p-local-role__text {
    position: relative;
    width: 100%;
    left: -10vw;
  }
}
@media (max-width: 599px) {
  .p-local-role__contents .p-local-role__text {
    width: 80%;
    margin: 0 auto;
    left: 0;
  }
}
.p-local-role__contents .p-local-role__image-box {
  position: relative;
  width: 54%;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .p-local-role__contents .p-local-role__image-box {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-local-role__contents .p-local-role__image-box {
    width: 90%;
    margin: 27vw 0 0 auto;
  }
}

.p-local-support-strong {
  background-color: #00554C;
  padding-bottom: 0;
}
.p-local-support-strong .p-local-support-strong-white {
  color: #fff;
}

.p-local-support {
  position: relative;
  background-color: #00554C;
  color: #fff;
  width: 100%;
}
.p-local-support .c-section-title {
  color: #fff;
}

.p-local-support__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: -45px auto 0 auto;
  padding-top: 10vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-support__contents {
    flex-direction: column;
    width: 100%;
    margin: -45px auto 30vw auto;
    padding-top: 27vw;
  }
}
.p-local-support__contents .p-local-support__text {
  position: relative;
}
@media (max-width: 1024px) {
  .p-local-support__contents .p-local-support__text {
    right: 6vw;
  }
}
@media (max-width: 599px) {
  .p-local-support__contents .p-local-support__text {
    width: 80%;
    right: 0;
    margin: 0 auto;
  }
}
.p-local-support__contents .p-local-support__image-box {
  position: relative;
  width: 40%;
}
@media (max-width: 1024px) {
  .p-local-support__contents .p-local-support__image-box {
    width: 35%;
    left: 5vw;
  }
}
@media (max-width: 599px) {
  .p-local-support__contents .p-local-support__image-box {
    position: relative;
    width: 100%;
    left: 0;
    margin: 27vw 0 0 auto;
  }
}
.p-local-support__contents .p-local-support__image-box .p-local-support__image-item1 {
  position: absolute;
  width: 64%;
  top: 14vw;
  left: -9vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-support__contents .p-local-support__image-box .p-local-support__image-item1 {
    width: 50%;
    top: 30vw;
    left: 0;
  }
}
.p-local-support__contents .p-local-support__image-box .p-local-support__image-item2 {
  position: relative;
  z-index: 0;
  padding-bottom: 9vw;
}
@media (max-width: 599px) {
  .p-local-support__contents .p-local-support__image-box .p-local-support__image-item2 {
    width: 65%;
    margin: 0 0 0 auto;
  }
}

.p-local-btn__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.13vw;
  flex-wrap: nowrap;
  margin-bottom: 9vw;
}
@media (max-width: 599px) {
  .p-local-btn__wrapper {
    gap: 5.33vw;
    flex-direction: column;
    padding: 0 5.33vw;
  }
}

.p-local-term__title,
.p-local-price__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  width: 100%;
  padding-right: 3.91vw;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-local-term__title,
  .p-local-price__title {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-local-term__title,
  .p-local-price__title {
    font-size: 4.8vw;
  }
}

.p-local-term {
  background-color: #00554C;
  position: relative;
  color: #fff;
}

.p-local-term__contents {
  max-width: 746px;
  width: 46.63vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .p-local-term__contents {
    width: 100%;
  }
}

.p-local-term__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 599px) {
  .p-local-term__list {
    gap: 5.33vw;
  }
}

.p-local-term__illust-left {
  width: 25.07%;
  max-width: 187px;
  position: absolute;
  left: -26.81%;
  top: 0;
}
@media (max-width: 1024px) {
  .p-local-term__illust-left {
    display: none;
  }
}

.p-local-term__illust-right {
  width: 25.07%;
  max-width: 187px;
  position: absolute;
  right: -27.21%;
  bottom: 0;
}
@media (max-width: 1024px) {
  .p-local-term__illust-right {
    display: none;
  }
}

.p-local-price {
  background-color: #00554C;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-local-price > .p-local-price__inner {
    padding: 0 0 0 3.91vw;
  }
}
@media (max-width: 599px) {
  .p-local-price > .p-local-price__inner {
    padding: 0 0 0 5.33vw;
  }
}

.p-local-price__wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 1024px) {
  .p-local-price__wrapper {
    padding-right: 3.91vw;
  }
}
@media (max-width: 599px) {
  .p-local-price__wrapper {
    padding-right: 5.33vw;
  }
}

.p-local-price__contents {
  margin: 0 auto;
  width: 710px;
}
@media (max-width: 599px) {
  .p-local-price__contents {
    width: 620px;
  }
}

.p-local-price__head,
.p-local-price__row {
  display: flex;
  border-left: 1px solid #fff;
  font-size: 17px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-local-price__head,
  .p-local-price__row {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .p-local-price__head,
  .p-local-price__row {
    font-size: 3.47vw;
  }
}
@media (max-width: 1024px) {
  .p-local-price__head,
  .p-local-price__row {
    font-size: 1.4rem;
  }
}

.p-local-price__head {
  border-top: 1px solid #fff;
}

.p-local-price__head {
  font-weight: 700;
}

.p-local-price__cell {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 30px 0;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .p-local-price__cell {
    padding: 5.33vw;
  }
}
.p-local-price__cell.p-local-price__cell-day {
  width: 40.28%;
}
.p-local-price__cell.p-local-price__cell-price {
  width: 22.96%;
}
.p-local-price__cell.p-local-price__cell-note {
  flex: 1;
}

.p-local-nariwai {
  position: relative;
}
.p-local-nariwai .c-section-title {
  color: #fff;
}
.p-local-nariwai .p-local-nariwait__silhouette {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}

.p-local-nariwai-strong {
  background-color: #003D3F;
  padding-bottom: 0;
}
.p-local-nariwai-strong .p-local-nariwai-strong-white {
  color: #fff;
}

.p-local-nariwai {
  position: relative;
  background-color: #003D3F;
  color: #fff;
  width: 100%;
}

.p-local-nariwai__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 77%;
  margin: -45px auto 0 auto;
  padding-top: 10vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-nariwai__contents {
    flex-direction: column;
    width: 100%;
    margin: -45px auto 20vw auto;
    padding-top: 27vw;
  }
}
.p-local-nariwai__contents .p-local-nariwai__image-box {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .p-local-nariwai__contents .p-local-nariwai__image-box {
    right: 5vw;
  }
}
@media (max-width: 599px) {
  .p-local-nariwai__contents .p-local-nariwai__image-box {
    position: relative;
    width: 80%;
    margin: 27vw auto 0 auto;
    right: 0;
    order: 2;
  }
}
@media (max-width: 599px) {
  .p-local-nariwai__contents .p-local-nariwai__image-box .p-local-nariwai__image-item {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 599px) {
  .p-local-nariwai__contents .p-local-nariwai__text {
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}

.p-local-curriculum-strong {
  background-color: #003D3F;
  padding-bottom: 0;
}
.p-local-curriculum-strong .p-local-curriculum-strong-white {
  color: #fff;
}

.p-local-curriculum {
  position: relative;
  background-color: #003D3F;
  color: #fff;
  width: 100%;
}

.p-local-curriculum__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-curriculum__contents {
    flex-direction: column;
    width: 100%;
    margin: -45px auto 27vw auto;
    padding-top: 10vw;
  }
}
.p-local-curriculum__contents .p-local-curriculum__text {
  margin: 5vw 0 0 0;
}
@media (max-width: 1024px) {
  .p-local-curriculum__contents .p-local-curriculum__text {
    margin: 0 5vw 0 0;
  }
}
@media (max-width: 599px) {
  .p-local-curriculum__contents .p-local-curriculum__text {
    width: 80%;
    margin: 0 auto;
  }
}
.p-local-curriculum__contents .p-local-curriculum__image-box {
  position: relative;
  width: 100%;
}
@media (max-width: 599px) {
  .p-local-curriculum__contents .p-local-curriculum__image-box {
    position: relative;
    width: 100%;
    margin: 20vw 0 0 auto;
  }
}
.p-local-curriculum__contents .p-local-curriculum__image-box .p-local-curriculum__image-item1 {
  position: absolute;
  width: 40%;
  top: 0;
  left: 15vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-local-curriculum__contents .p-local-curriculum__image-box .p-local-curriculum__image-item1 {
    width: 60%;
    margin: 15vw 0 0 0;
    top: 0;
    left: 0;
  }
}
.p-local-curriculum__contents .p-local-curriculum__image-box .p-local-curriculum__image-item2 {
  position: relative;
  width: 100%;
  padding: 14vw 0 0 28vw;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-local-curriculum__contents .p-local-curriculum__image-box .p-local-curriculum__image-item2 {
    width: 75%;
    margin: 60vw 0 0 auto;
    padding: 0;
  }
}

.p-local-company-info .c-company-info__top-clip {
  background-color: #003D3F;
}

.p-maki-use {
  position: relative;
  width: 100%;
}

.p-maki-use__bg-pc {
  position: absolute;
  width: 71%;
  top: -9vw;
  left: 16vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-maki-use__bg-pc {
    display: none;
  }
}

.p-maki-use__bg-sp {
  display: none;
}
@media (max-width: 599px) {
  .p-maki-use__bg-sp {
    display: block;
    position: absolute;
    width: 80%;
    right: 0;
    z-index: 0;
  }
}

.p-maki-use__contents {
  position: relative;
  display: flex;
  width: 86%;
  margin: 14vw auto 0 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-maki-use__contents {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-maki-use__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw auto 0 0;
  }
}
.p-maki-use__contents .p-maki-use__image-box1 {
  display: grid;
  position: relative;
  width: 41%;
  margin-top: 8vw;
}
@media (max-width: 1024px) {
  .p-maki-use__contents .p-maki-use__image-box1 {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__image-box1 {
    width: 95%;
    top: 27vw;
    right: auto;
    order: 2;
  }
}
.p-maki-use__contents .p-maki-use__image-box1 .p-maki-use__image-item1 {
  width: 65%;
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__image-box1 .p-maki-use__image-item1 {
    width: 75%;
  }
}
.p-maki-use__contents .p-maki-use__image-box1 .p-maki-use__image-item2 {
  width: 68%;
  margin: 15vw 0 0 auto;
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__image-box1 .p-maki-use__image-item2 {
    width: 78%;
  }
}
@media (max-width: 1024px) {
  .p-maki-use__contents .p-maki-use__text {
    margin: 0 0 0 -7vw;
  }
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__text {
    margin: 27vw 0 0 32vw;
    order: 1;
  }
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__text .c-info-card {
    width: 62vw;
  }
}
.p-maki-use__contents .p-maki-use__image-box2 {
  position: relative;
  width: 20%;
  margin-top: 30vw;
  left: 10vw;
}
@media (max-width: 1024px) {
  .p-maki-use__contents .p-maki-use__image-box2 {
    width: 30%;
    top: 15vw;
    left: 0;
  }
}
@media (max-width: 599px) {
  .p-maki-use__contents .p-maki-use__image-box2 {
    display: none;
  }
}
.p-maki-use__contents .p-maki-use__image-box2 .p-maki-use__image-item1 {
  width: 100%;
}

.p-maki-stove {
  position: relative;
  width: 100%;
}

.p-maki-stove__contents {
  position: relative;
  display: flex;
  width: 68%;
  margin: 0 0 0 10vw;
}
@media (max-width: 599px) {
  .p-maki-stove__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 0 41vw 0;
  }
}
@media (max-width: 599px) {
  .p-maki-stove__contents .p-maki-stove__text {
    margin: 27vw auto;
  }
}
.p-maki-stove__contents .p-maki-stove__image-box {
  position: relative;
  width: 49%;
  top: -13vw;
  left: 11vw;
}
@media (max-width: 1024px) {
  .p-maki-stove__contents .p-maki-stove__image-box {
    top: 5vw;
    left: 17vw;
  }
}
@media (max-width: 599px) {
  .p-maki-stove__contents .p-maki-stove__image-box {
    width: 83%;
    margin: 0 0 0 auto;
    top: 0;
    left: auto;
  }
}
.p-maki-stove__contents .p-maki-stove__image-box .p-maki-stove__image-item1 {
  width: 80%;
}
@media (max-width: 599px) {
  .p-maki-stove__contents .p-maki-stove__image-box .p-maki-stove__image-item1 {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.p-maki-stove__contents .p-maki-stove__image-box .p-maki-stove__image-item2 {
  position: absolute;
  width: 43%;
  top: 13vw;
  left: -6vw;
}
@media (max-width: 1024px) {
  .p-maki-stove__contents .p-maki-stove__image-box .p-maki-stove__image-item2 {
    top: 10vw;
  }
}
@media (max-width: 599px) {
  .p-maki-stove__contents .p-maki-stove__image-box .p-maki-stove__image-item2 {
    width: 43%;
    top: 35vw;
  }
}

.p-maki-sauna {
  position: relative;
  width: 100%;
}

.p-maki-sauna__contents {
  position: relative;
  display: flex;
  width: 63%;
  margin: 5vw 0 0 14vw;
}
@media (max-width: 1024px) {
  .p-maki-sauna__contents {
    width: 75%;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 599px) {
  .p-maki-sauna__contents {
    flex-direction: column;
    width: 100%;
    margin: -22vw 0 0 0;
  }
}
.p-maki-sauna__contents .p-maki-sauna__image-box {
  width: 70%;
}
@media (max-width: 599px) {
  .p-maki-sauna__contents .p-maki-sauna__image-box {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-maki-sauna__contents .p-maki-sauna__image-box {
    width: 83%;
    margin: 27vw auto 0 auto;
    order: 2;
  }
}
@media (max-width: 599px) {
  .p-maki-sauna__contents .p-maki-sauna__image-box .p-maki-sauna__image-item1 {
    margin-left: auto;
  }
}
.p-maki-sauna__contents .p-maki-sauna__text {
  position: relative;
  top: -26vw;
  left: 8vw;
}
@media (max-width: 1024px) {
  .p-maki-sauna__contents .p-maki-sauna__text {
    top: 0;
  }
}
@media (max-width: 599px) {
  .p-maki-sauna__contents .p-maki-sauna__text {
    order: 1;
  }
}

.p-maki-arrow {
  width: 6.17%;
  margin: 25px auto;
}
@media (max-width: 1024px) {
  .p-maki-arrow {
    width: 18.93%;
  }
}

.p-maki-product {
  background-color: #989882;
  padding: 1.56vw 0 12.5vw;
}
.p-maki-product .c-section-title {
  color: #fff;
}

.p-maki-company-info .c-company-info__top-clip {
  background-color: #989882;
}

.p-ryosuitei-eat {
  position: relative;
  width: 100%;
}

.p-ryosuitei-eat__bg-pc {
  position: absolute;
  width: 66%;
  top: -14vw;
  left: -3vw;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-ryosuitei-eat__bg-pc {
    top: -10vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-eat__bg-pc {
    width: 100%;
    top: -15vw;
    left: 0;
  }
}

.p-ryosuitei-eat__contents {
  position: relative;
  display: flex;
  width: 62%;
  margin: 14vw 0 0 22vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-ryosuitei-eat__contents {
    margin: 10vw 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-eat__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw auto 0 0;
  }
}
.p-ryosuitei-eat__contents .p-ryosuitei-eat__image-box {
  width: 44%;
}
@media (max-width: 1024px) {
  .p-ryosuitei-eat__contents .p-ryosuitei-eat__image-box {
    position: relative;
    width: 65%;
    top: 20vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-eat__contents .p-ryosuitei-eat__image-box {
    width: 75%;
    top: 54vw;
    right: auto;
    order: 2;
  }
}
.p-ryosuitei-eat__contents .p-ryosuitei-eat__text {
  position: relative;
  top: 6vw;
  left: 10vw;
}
@media (max-width: 1024px) {
  .p-ryosuitei-eat__contents .p-ryosuitei-eat__text {
    top: 0;
    left: 7vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-eat__contents .p-ryosuitei-eat__text {
    top: 27vw;
    left: 32vw;
    order: 1;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-eat__contents .p-ryosuitei-eat__text .c-info-card {
    width: 62vw;
  }
}

.p-ryosuitei-purpose {
  position: relative;
  width: 100%;
}
.p-ryosuitei-purpose .c-btn__wrapper {
  padding: 0 5.33vw;
}

.p-ryosuitei-purpose__contents {
  position: relative;
  display: flex;
  width: 69%;
  margin: 0 0 10vw 15vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-ryosuitei-purpose__contents {
    margin: 0 0 10vw 7vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-purpose__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-purpose__contents .p-ryosuitei-purpose__text {
    margin: 54vw auto 0 auto;
  }
}
.p-ryosuitei-purpose__contents .p-ryosuitei-purpose__image-box {
  position: relative;
  width: 54%;
  top: 6vw;
  left: 7vw;
}
@media (max-width: 1024px) {
  .p-ryosuitei-purpose__contents .p-ryosuitei-purpose__image-box {
    width: 80%;
    top: 10vw;
    left: 15vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-purpose__contents .p-ryosuitei-purpose__image-box {
    width: 90%;
    top: 0;
    left: 0;
    margin: 10vw auto 27vw auto;
  }
}

.p-ryosuitei-strong {
  display: grid;
  width: 100%;
  place-items: center;
}
.p-ryosuitei-strong .p-ryosuitei-strong__text {
  display: flex;
  border-bottom: 1px solid #000;
}
@media (max-width: 599px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text {
    display: grid;
  }
}
.p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-top {
  font-size: 28px;
  margin: 10vw 0 2vw 17vw;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-top {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-top {
    font-size: 4.8vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-top {
    margin: 10vw auto 0 auto;
  }
}
.p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-bottom {
  font-size: 28px;
  margin: 10vw 17vw 2vw 0;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-bottom {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-bottom {
    font-size: 4.8vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-strong .p-ryosuitei-strong__text .p-ryosuitei-strong__text-bottom {
    margin: 0 15vw 4vw 15vw;
  }
}

.p-ryosuitei-water {
  position: relative;
  width: 100%;
}

.p-ryosuitei-water__contents {
  position: relative;
  display: flex;
  width: 91%;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-ryosuitei-water__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.p-ryosuitei-water__contents .p-ryosuitei-water__image-box1 {
  width: 35%;
}
@media (max-width: 599px) {
  .p-ryosuitei-water__contents .p-ryosuitei-water__image-box1 {
    width: 80%;
    margin: 0 auto;
  }
}
.p-ryosuitei-water__contents .p-ryosuitei-water__text {
  position: relative;
  width: 26%;
  top: 6vw;
  left: 6vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-water__contents .p-ryosuitei-water__text {
    width: 80%;
    margin: 27vw auto;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .p-ryosuitei-water__contents .p-ryosuitei-water__text .c-info-card {
    width: 25vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-water__contents .p-ryosuitei-water__text .c-info-card {
    width: 80vw;
  }
}
.p-ryosuitei-water__contents .p-ryosuitei-water__image-box2 {
  position: relative;
  width: 21%;
  top: 31vw;
  margin-left: auto;
}
@media (max-width: 599px) {
  .p-ryosuitei-water__contents .p-ryosuitei-water__image-box2 {
    width: 60%;
    top: 0;
  }
}

.p-ryosuitei-products {
  position: relative;
  width: 100%;
}

.p-ryosuitei-products__contents {
  position: relative;
  display: flex;
  width: 90%;
  margin: 12vw auto 0 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-ryosuitei-products__contents {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
  height: 50vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 {
    width: 100%;
  }
}
.p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 .p-ryosuitei-products__image-item1 {
  width: 90%;
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 .p-ryosuitei-products__image-item1 {
    width: 60%;
  }
}
.p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 .p-ryosuitei-products__image-item2 {
  width: 74%;
  margin-left: auto;
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__image-box1 .p-ryosuitei-products__image-item2 {
    width: 50%;
    margin: -10vw 0 27vw auto;
  }
}
.p-ryosuitei-products__contents .p-ryosuitei-products__text {
  position: relative;
  top: 6vw;
  left: 4vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__text {
    width: 80%;
    margin: 54vw auto 27vw auto;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__text .c-info-card {
    width: 25vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__text .c-info-card {
    width: 80vw;
  }
}
.p-ryosuitei-products__contents .p-ryosuitei-products__image-box2 {
  position: relative;
  width: 35%;
  top: 11vw;
  left: 8vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-products__contents .p-ryosuitei-products__image-box2 {
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
}

.p-ryosuitei-products {
  position: relative;
  width: 100%;
}

.p-ryosuitei-employment__contents {
  position: relative;
  display: flex;
  width: 66%;
  margin: 0 0 0 10vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box {
  width: 82%;
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box {
    width: 80%;
    margin: 27vw auto 0 auto;
    order: 2;
  }
}
.p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box .p-ryosuitei-employment__image-item1 {
  width: 66%;
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box .p-ryosuitei-employment__image-item1 {
    width: 80%;
  }
}
.p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box .p-ryosuitei-employment__image-item2 {
  position: relative;
  width: 50%;
  top: -3vw;
  left: 18vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__image-box .p-ryosuitei-employment__image-item2 {
    width: 80%;
    top: -10vw;
    right: 0;
  }
}
.p-ryosuitei-employment__contents .p-ryosuitei-employment__text {
  position: relative;
  top: 7vw;
  left: 5vw;
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__text {
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__text .c-info-card {
    width: 25vw;
  }
}
@media (max-width: 599px) {
  .p-ryosuitei-employment__contents .p-ryosuitei-employment__text .c-info-card {
    width: 80vw;
  }
}

.p-ryosuitei-staff__contents {
  background-color: #f5f5f5;
  padding: clamp(0vw, 14.29%, 10rem);
}
@media (max-width: 599px) {
  .p-ryosuitei-staff__contents {
    padding: 10.66vw;
  }
}

.p-ryosuitei-staff__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-ryosuitei-staff__lead {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  color: #555;
  text-transform: uppercase;
}

.p-ryosuitei-staff__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}

.p-ryosuitei-staff__cards {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0vw, 4.77%, 4.5rem);
  margin-bottom: clamp(0vw, 4.77%, 4.5rem);
}
@media (max-width: 599px) {
  .p-ryosuitei-staff__cards {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}

.p-ryosuitei-staff__card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-ryosuitei-staff__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: clamp(0vw, 4.77%, 4.5rem);
}
@media (max-width: 599px) {
  .p-ryosuitei-staff__image img {
    margin-bottom: 40px;
  }
}

.p-ryosuitei-staff__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.p-ryosuitei-company-info .c-company-info__top-clip {
  background-color: #fff;
}

.p-iburikoko-purpose {
  position: relative;
  width: 100%;
}

.p-iburikoko-purpose__contents {
  display: flex;
  margin: 11vw 0 0 9vw;
}
@media (max-width: 1024px) {
  .p-iburikoko-purpose__contents {
    margin: 11vw auto 0 0;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-purpose__contents {
    flex-direction: column;
    margin: 27vw auto;
    width: 100%;
  }
}
.p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box {
  display: flex;
  margin: 9vw 22vw 0 0;
}
@media (max-width: 1024px) {
  .p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box {
    margin: 9vw 17vw 0 0;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box {
    margin: 51vw 0 0 0;
    order: 2;
  }
}
.p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box .p-iburikoko-purpose__image-item1 {
  width: 20vw;
}
@media (max-width: 599px) {
  .p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box .p-iburikoko-purpose__image-item1 {
    width: 60vw;
  }
}
.p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box .p-iburikoko-purpose__image-item2 {
  position: absolute;
  width: 17vw;
  margin: -11vw 0 0 14vw;
}
@media (max-width: 599px) {
  .p-iburikoko-purpose__contents .p-iburikoko-purpose__image-box .p-iburikoko-purpose__image-item2 {
    width: 55vw;
    margin: -24vw 0 0 33vw;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-purpose__contents .p-iburikoko-purpose__text {
    margin: 0 auto;
    order: 1;
  }
}

.p-iburikoko-about {
  position: relative;
  width: 100%;
}

.p-iburikoko-about__contents {
  display: flex;
  margin: 0 0 0 9vw;
}
@media (max-width: 1024px) {
  .p-iburikoko-about__contents {
    margin: 0 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-about__contents {
    flex-direction: column;
    margin: -22vw auto 0 auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-about__contents .p-iburikoko-about__text {
    margin: 0 auto;
  }
}
.p-iburikoko-about__contents .p-iburikoko-about__image-box {
  display: flex;
  margin: 10vw 0 0 18vw;
}
@media (max-width: 599px) {
  .p-iburikoko-about__contents .p-iburikoko-about__image-box {
    margin: 57vw 0 0 0;
    order: 2;
  }
}
.p-iburikoko-about__contents .p-iburikoko-about__image-box .p-iburikoko-about__image-item1 {
  position: absolute;
  width: 21vw;
  margin: -12vw 0 0 -9vw;
}
@media (max-width: 599px) {
  .p-iburikoko-about__contents .p-iburikoko-about__image-box .p-iburikoko-about__image-item1 {
    width: 55vw;
    margin: -31vw 0 0 auto;
  }
}
.p-iburikoko-about__contents .p-iburikoko-about__image-box .p-iburikoko-about__image-item2 {
  width: 29vw;
}
@media (max-width: 599px) {
  .p-iburikoko-about__contents .p-iburikoko-about__image-box .p-iburikoko-about__image-item2 {
    width: 77vw;
    margin: 0 0 0 auto;
  }
}

.p-iburikoko-made {
  position: relative;
  width: 100%;
}

.p-iburikoko-made__contents {
  display: flex;
  margin: 0 auto 0 0;
}
@media (max-width: 599px) {
  .p-iburikoko-made__contents {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-made__contents .p-iburikoko-made__image-box {
    margin: 27vw 0 0 0;
    order: 2;
  }
}
.p-iburikoko-made__contents .p-iburikoko-made__image-box .p-iburikoko-made__image-item1 {
  width: 44vw;
}
@media (max-width: 1024px) {
  .p-iburikoko-made__contents .p-iburikoko-made__image-box .p-iburikoko-made__image-item1 {
    width: 35vw;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-made__contents .p-iburikoko-made__image-box .p-iburikoko-made__image-item1 {
    width: 90vw;
    margin: 0 0 0 auto;
  }
}
.p-iburikoko-made__contents .p-iburikoko-made__text {
  margin: 10vw 0 0 11vw;
}
@media (max-width: 1024px) {
  .p-iburikoko-made__contents .p-iburikoko-made__text {
    margin: 0 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-iburikoko-made__contents .p-iburikoko-made__text {
    margin: 0 auto;
    order: 1;
  }
}

.p-iburikoko-product {
  background-color: #650000;
}
.p-iburikoko-product .c-section-title {
  color: #fff;
}

.p-iburikoko-client {
  background-color: #650000;
  position: relative;
}
.p-iburikoko-client .c-client-list {
  margin-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 599px) {
  .p-iburikoko-client .c-client-list {
    margin-bottom: 26.67vw;
  }
}
.p-iburikoko-client .p-iburikoko-client__silhouette {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-iburikoko-recipe {
  background-color: #843333;
}
.p-iburikoko-recipe .c-product-card__description {
  padding-bottom: 0;
}
.p-iburikoko-recipe .c-product-card__detail {
  margin-top: auto;
}
.p-iburikoko-recipe .c-product-card__annotation {
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .p-iburikoko-recipe .c-product-card__annotation {
    margin-bottom: 20px;
  }
}

.p-iburikoko-company-info .c-company-info__top-clip {
  background-color: #843333;
}

.p-kuromoji-purpose {
  position: relative;
  width: 100%;
}

.p-kuromoji-purpose__contents {
  display: flex;
  margin: 10vw 0 0 19vw;
}
@media (max-width: 1024px) {
  .p-kuromoji-purpose__contents {
    margin: 10vw 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-purpose__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw 0 0 0;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-purpose__contents .p-kuromoji-purpose__text {
    margin: 0 auto;
  }
}
.p-kuromoji-purpose__contents .p-kuromoji-purpose__image-box {
  width: 24%;
  margin: 4vw 0 0 9vw;
}
@media (max-width: 1024px) {
  .p-kuromoji-purpose__contents .p-kuromoji-purpose__image-box {
    margin: 4vw 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-purpose__contents .p-kuromoji-purpose__image-box {
    width: 80%;
    margin: 27vw auto 0 auto;
  }
}
.p-kuromoji-purpose__contents .p-kuromoji-purpose__image-box .p-kuromoji-purpose__image-item1 {
  width: 24vw;
}
@media (max-width: 599px) {
  .p-kuromoji-purpose__contents .p-kuromoji-purpose__image-box .p-kuromoji-purpose__image-item1 {
    width: 80vw;
  }
}

.p-kuromoji-aroma {
  position: relative;
  width: 100%;
}

.p-kuromoji-aroma__contents {
  display: flex;
  margin: 0 0 0 15vw;
}
@media (max-width: 1024px) {
  .p-kuromoji-aroma__contents {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-aroma__contents {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box {
  display: flex;
}
@media (max-width: 599px) {
  .p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box {
    width: 100%;
    margin-top: 27vw;
    order: 2;
  }
}
.p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box .p-kuromoji-aroma__image-item1 {
  width: 18vw;
  margin-top: 7vw;
}
@media (max-width: 599px) {
  .p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box .p-kuromoji-aroma__image-item1 {
    width: 80vw;
    margin-top: 20vw;
  }
}
.p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box .p-kuromoji-aroma__image-item2 {
  position: relative;
  width: 20vw;
  left: -9vw;
}
@media (max-width: 599px) {
  .p-kuromoji-aroma__contents .p-kuromoji-aroma__image-box .p-kuromoji-aroma__image-item2 {
    width: 90vw;
    left: -15vw;
  }
}
.p-kuromoji-aroma__contents .p-kuromoji-aroma__text {
  margin-left: 0;
}
@media (max-width: 599px) {
  .p-kuromoji-aroma__contents .p-kuromoji-aroma__text {
    margin: 0 auto;
    order: 1;
  }
}

.p-kuromoji-smell {
  position: relative;
  width: 100%;
}

.p-kuromoji-smell__contents {
  display: flex;
  margin: 0 0 0 auto;
}
@media (max-width: 599px) {
  .p-kuromoji-smell__contents {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.p-kuromoji-smell__contents .p-kuromoji-smell__text {
  margin: 0 9vw 0 auto;
}
@media (max-width: 1024px) {
  .p-kuromoji-smell__contents .p-kuromoji-smell__text {
    margin: 0 0 0 7vw;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-smell__contents .p-kuromoji-smell__text {
    margin: 0 auto 27vw auto;
  }
}
.p-kuromoji-smell__contents .p-kuromoji-smell__image-box {
  width: 45%;
}
@media (max-width: 1024px) {
  .p-kuromoji-smell__contents .p-kuromoji-smell__image-box {
    margin-left: 7vw;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-smell__contents .p-kuromoji-smell__image-box {
    width: 100%;
    left: 10vw;
  }
}
.p-kuromoji-smell__contents .p-kuromoji-smell__image-box .p-kuromoji-aroma__image-item1 {
  width: 45vw;
}
@media (max-width: 599px) {
  .p-kuromoji-smell__contents .p-kuromoji-smell__image-box .p-kuromoji-aroma__image-item1 {
    width: 80vw;
  }
}

.p-iburikoko-recipe {
  background-color: #843333;
}
.p-iburikoko-recipe .c-product-card__description {
  padding-bottom: 0;
}
.p-iburikoko-recipe .c-product-card__detail {
  margin-top: auto;
}
.p-iburikoko-recipe .c-product-card__annotation {
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .p-iburikoko-recipe .c-product-card__annotation {
    margin-bottom: 20px;
  }
}
.p-iburikoko-recipe .c-product-card__order-title {
  line-height: 1.5;
}
.p-iburikoko-recipe .c-product-card__order-title span {
  margin-left: -0.5em;
}

.p-kuromoji-product {
  background-color: #EEF2F2;
}
.p-kuromoji-product .p-kuromoji-product__list {
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .p-kuromoji-product .p-kuromoji-product__list {
    padding-bottom: 13.33vw;
  }
}

.p-kuromoji-company-info .c-company-info__top-clip {
  background-color: #EEF2F2;
}
.p-kuromoji-company-info .c-client-list__group {
  border-bottom: none;
}
@media (max-width: 599px) {
  .p-kuromoji-company-info .c-client-list__group {
    padding-right: 5.33vw;
  }
}
@media (max-width: 599px) {
  .p-kuromoji-company-info .c-btn__wrapper {
    padding-right: 5.33vw;
  }
}
.p-kuromoji-company-info .c-btn {
  width: 100%;
}

.p-training-about {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.p-training-about__contents {
  display: flex;
  margin: 12vw 0 0 12vw;
}
@media (max-width: 1024px) {
  .p-training-about__contents {
    margin: 12vw 0 0 5vw;
  }
}
@media (max-width: 599px) {
  .p-training-about__contents {
    flex-direction: column;
    width: 100%;
    margin: 27vw 0 0 0;
  }
}
.p-training-about__contents .p-training-about__text {
  margin: 0 0 0 10vw;
}
@media (max-width: 1024px) {
  .p-training-about__contents .p-training-about__text {
    margin: 0 0 0 5vw;
  }
}
@media (max-width: 599px) {
  .p-training-about__contents .p-training-about__text {
    margin: 0 auto;
    order: 1;
  }
}
.p-training-about__contents .p-training-about__image-box {
  width: 40%;
}
@media (max-width: 599px) {
  .p-training-about__contents .p-training-about__image-box {
    width: 78%;
    margin: 27vw auto;
    order: 2;
  }
}
@media (max-width: 599px) {
  .p-training-about__contents .p-training-about__image-box .p-training-about__image-item1 {
    width: 78vw;
  }
}

.p-training-purpose {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}

.p-training-purpose__contents {
  display: flex;
  margin: 12vw 0 12vw auto;
}
@media (max-width: 1024px) {
  .p-training-purpose__contents {
    margin: 12vw 0 12vw 5vw;
  }
}
@media (max-width: 599px) {
  .p-training-purpose__contents {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.p-training-purpose__contents .p-training-purpose__text {
  margin: 0 0 0 16vw;
}
@media (max-width: 1024px) {
  .p-training-purpose__contents .p-training-purpose__text {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .p-training-purpose__contents .p-training-purpose__text {
    margin: 0 auto;
  }
}
.p-training-purpose__contents .p-training-purpose__image-box {
  display: flex;
}
@media (max-width: 599px) {
  .p-training-purpose__contents .p-training-purpose__image-box {
    display: block;
    margin: 27vw 0;
  }
}
.p-training-purpose__contents .p-training-purpose__image-box .p-training-purpose__image-item1 {
  width: 23vw;
  margin: 14vw 0 0 6vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-training-purpose__contents .p-training-purpose__image-box .p-training-purpose__image-item1 {
    width: 60vw;
    margin: 0 0 27vw auto;
  }
}
.p-training-purpose__contents .p-training-purpose__image-box .p-training-purpose__image-item2 {
  position: absolute;
  width: 22vw;
  right: 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-training-purpose__contents .p-training-purpose__image-box .p-training-purpose__image-item2 {
    position: static;
    width: 65vw;
    margin: 0 auto 27vw 0;
  }
}

.p-training-organizations {
  background-color: #00607F;
}
.p-training-organizations .c-section-title {
  color: #fff;
}

.p-training-organizations__contents {
  width: 74.56vw;
  display: flex;
  justify-content: flex-end;
  gap: 9.38vw;
  margin: 0 0 0 auto;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-training-organizations__contents {
    gap: 4.88vw;
    width: auto;
    padding: 0 0 0 3.91vw;
  }
}
@media (max-width: 599px) {
  .p-training-organizations__contents {
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 5.33vw;
    gap: 13.33vw;
  }
}

.p-training-organizations__text {
  margin-top: 8.13vw;
}

.p-training-organizations__image-box {
  flex: 1;
}

.p-training-organizations__image-item1 {
  width: 65.96%;
}

.p-training-organizations__image-item2 {
  width: 34.04%;
  margin: 0 0 0 auto;
}

.p-training-plan {
  background-color: #00607F;
}

.p-training-plan__example .c-example__item {
  background-color: #fff;
  border: none;
}

.p-training-plan-bot__wrapper {
  margin-top: 50px;
}

.p-training-company-info .c-company-info__top-clip {
  background-color: #00607F;
}

.p-archive {
  color: #595757;
}

.p-archive .c-breadcrumb {
  margin: 0 0 0 auto;
}

.p-archive-news-list {
  padding: 0 0 12.5vw;
}
@media (max-width: 599px) {
  .p-archive-news-list {
    padding: 0 0 26.67vw;
  }
}
.p-archive-news-list .l-section__inner {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-archive-news-list .l-section__inner {
    padding: 0 3.91vw;
    width: auto;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list .l-section__inner {
    padding: 0 5.33vw;
  }
}

.p-archive-news-list__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 3.81vw;
  font-weight: 700;
  color: #333;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-archive-news-list__title {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__title {
    font-size: 6.93vw;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__title {
    margin-bottom: 10.67vw;
  }
}

.p-archive-news-list__wrapper {
  display: flex;
}
@media (max-width: 1280px) {
  .p-archive-news-list__wrapper {
    flex-direction: column;
    gap: 5vw;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__wrapper {
    gap: 10.67vw;
  }
}

.p-archive-news-list__category {
  width: 13.88vw;
}
@media (max-width: 1280px) {
  .p-archive-news-list__category {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-archive-news-list__category-list {
  display: grid;
  flex-direction: column;
  gap: 1.19vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1280px) {
  .p-archive-news-list__category-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    gap: 1.88vw 1.19vw;
  }
}
@media (max-width: 1024px) {
  .p-archive-news-list__category-list {
    grid-template-rows: repeat(2, auto);
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__category-list {
    grid-template-rows: repeat(3, auto);
    gap: 2.67vw;
  }
}

.p-archive-news-list__category-item {
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-archive-news-list__category-item {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__category-item {
    font-size: 3.73vw;
  }
}
@media (max-width: 599px) {
  .p-archive-news-list__category-item {
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
.p-archive-news-list__category-item.is-active::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url("../assets/images/archive/archive-category-is-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .p-archive-news-list__category-item.is-active::before {
    width: 8px;
    height: 7px;
  }
}

.p-archive-news-list__content {
  flex: 1;
}

.p-news-pagenation {
  margin: 3.13vw auto 0;
}
@media (max-width: 1024px) {
  .p-news-pagenation {
    margin: 4.88vw auto 0;
  }
}
@media (max-width: 599px) {
  .p-news-pagenation {
    margin: 13.33vw auto 0;
  }
}

.p-single {
  color: #333;
}

.p-single .c-breadcrumb {
  margin: 0 0 0 auto;
}

.p-single-article {
  padding: 0 0 12.5vw;
}
@media (max-width: 599px) {
  .p-single-article {
    padding: 0 0 26.67vw;
  }
}
.p-single-article .p-single-article__inner {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-single-article .p-single-article__inner {
    padding: 0 3.91vw;
    width: auto;
  }
}
@media (max-width: 599px) {
  .p-single-article .p-single-article__inner {
    padding: 0 5.33vw;
  }
}

.p-single-article__header {
  margin-bottom: 3.13vw;
}

.p-single-article__title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  vertical-align: top;
  font-size: 2.8rem;
  line-height: 2;
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-single-article__title {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-single-article__title {
    font-size: 4.8vw;
  }
}

.p-single-article__meta {
  display: flex;
  align-items: center;
  gap: 1.88vw;
  margin-top: 3.13vw;
}
@media (max-width: 599px) {
  .p-single-article__meta {
    margin-top: 10.67vw;
  }
}

.p-single-article__date {
  font-size: 14px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-single-article__date {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-single-article__date {
    font-size: 3.73vw;
  }
}

.p-single-article__category {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #595757;
  color: #595757;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 26px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-single-article__category {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .p-single-article__category {
    font-size: 2.67vw;
  }
}

.p-single-article__text,
.p-single-article__image {
  margin-top: 3.13vw;
}
@media (max-width: 599px) {
  .p-single-article__text,
  .p-single-article__image {
    margin-top: 10.67vw;
  }
}

.p-single-article__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-bouken-play {
  position: relative;
  width: 100%;
  padding-top: clamp(0vw, 11.88vw, 19rem);
  padding-bottom: clamp(0vw, 9.5vw, 15.2rem);
}
@media (max-width: 599px) {
  .p-bouken-play {
    padding: 32vw 0 25.07vw;
  }
}

.p-bouken-play__bg {
  position: absolute;
  width: 42.44vw;
  top: 8.56vw;
  right: -2vw;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-bouken-play__bg {
    width: 100%;
    top: 52.8vw;
    left: 0;
  }
}

.p-bouken-play__contents {
  position: relative;
  display: flex;
  width: 82.88vw;
  margin: 0 auto 0 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-bouken-play__contents {
    flex-direction: column;
    width: 100%;
  }
}
.p-bouken-play__contents .p-bouken-play__image-box1 {
  width: 30.77%;
  margin: 0 11.31% 0 0;
}
@media (max-width: 1024px) {
  .p-bouken-play__contents .p-bouken-play__image-box1 {
    margin: 0 2.9vw 0 0;
    width: 24%;
  }
}
@media (max-width: 599px) {
  .p-bouken-play__contents .p-bouken-play__image-box1 {
    position: relative;
    width: 73.33vw;
  }
}
.p-bouken-play__contents .p-bouken-play__text {
  margin: 2.11% 0 0 0;
}
@media (max-width: 599px) {
  .p-bouken-play__contents .p-bouken-play__text {
    position: relative;
    margin: 21.07vw 4.8vw 0 auto;
    order: 1;
  }
}
@media (max-width: 599px) {
  .p-bouken-play__contents .p-bouken-play__text .c-info-card {
    width: 62vw;
  }
}
.p-bouken-play__contents .p-bouken-play__image-box2 {
  width: 21.12%;
  margin: 19.61% 0 0 auto;
}
@media (max-width: 1024px) {
  .p-bouken-play__contents .p-bouken-play__image-box2 {
    width: 20%;
  }
}
@media (max-width: 599px) {
  .p-bouken-play__contents .p-bouken-play__image-box2 {
    position: relative;
    width: 40%;
    margin: 25.07vw 0 0 auto;
    order: 3;
  }
}

.p-bouken-purpose {
  position: relative;
  width: 100%;
}
@media (max-width: 599px) {
  .p-bouken-purpose {
    padding-bottom: 36.27vw;
  }
}

.p-bouken-purpose__contents {
  position: relative;
  display: flex;
  width: 69%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-bouken-purpose__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.p-bouken-purpose__contents .p-bouken-purpose__text {
  margin: 3vw 0 0 0;
}
@media (max-width: 599px) {
  .p-bouken-purpose__contents .p-bouken-purpose__text {
    margin: 13vw auto 27vw auto;
  }
}
.p-bouken-purpose__contents .p-bouken-purpose__image-box {
  position: relative;
  width: 47%;
  left: 7vw;
}
@media (max-width: 599px) {
  .p-bouken-purpose__contents .p-bouken-purpose__image-box {
    width: 80%;
  }
}

.p-bouken-product {
  background-color: #00C089;
}
.p-bouken-product .c-section-title {
  color: #fff;
}
.p-bouken-product .c-product-card {
  padding: 25px 25px 50px 25px;
  flex: 1;
}
@media (max-width: 599px) {
  .p-bouken-product .c-product-card .c-product-card__annotation.c-product-card__annotation--pt0 {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .p-bouken-product .c-product-card .c-product-card__annotation.c-product-card__annotation--pt-responsive {
    padding-top: 5.33vw;
  }
}
.p-bouken-product .c-btn__wrapper {
  width: 49.04%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .p-bouken-product .c-btn__wrapper {
    width: 100%;
  }
}
.p-bouken-product .c-btn__wrapper .c-btn {
  width: 100%;
  aspect-ratio: 564/100;
}
.p-bouken-product .c-btn__wrapper .c-btn .c-btn__text-item {
  line-height: 1;
}
.p-bouken-product .p-bouken-product__list01 {
  padding-bottom: clamp(0vw, 9.38vw, 15rem);
}
.p-bouken-product .p-bouken-product__list01 .c-btn {
  background-color: #FFD4D5;
  border: none;
  box-shadow: none;
  color: #333;
}
@media (max-width: 599px) {
  .p-bouken-product .p-bouken-product__list02 {
    margin-top: 15.93vw;
  }
}
.p-bouken-product .p-bouken-product__list02 .c-btn {
  background-color: #00607F;
  border: none;
  box-shadow: none;
}

.p-bouken-arrow {
  width: 6.17%;
  margin: 25px auto;
}
@media (max-width: 1024px) {
  .p-bouken-arrow {
    width: 18.93%;
  }
}

.p-bouken-cautions {
  background-color: #00C089;
}
.p-bouken-cautions .c-section-title {
  color: #fff;
}
.p-bouken-cautions .c-btn__wrapper {
  width: 49.04%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .p-bouken-cautions .c-btn__wrapper {
    width: 100%;
  }
}
.p-bouken-cautions .c-btn__wrapper .c-btn {
  width: 100%;
  aspect-ratio: 50/11;
  background-color: #FFD4D5;
  color: #333;
  box-shadow: none;
}
.p-bouken-cautions .c-btn__wrapper .c-btn .c-btn__text-item {
  line-height: 1;
  line-height: 2;
}

.p-bouken-cautions__annotation {
  color: #fff;
  font-size: 2rem;
  display: block;
  margin-bottom: 7.83vw;
  padding-left: 45px;
}
@media (max-width: 599px) {
  .p-bouken-cautions__annotation {
    font-size: 1.2rem;
    margin-bottom: 10.66vw;
    padding-left: 0;
  }
}

.p-bouken-cautions__illustration {
  width: 90.35%;
  margin: 0 auto;
  margin-bottom: 7.83vw;
}
@media (max-width: 599px) {
  .p-bouken-cautions__illustration {
    margin-bottom: 10.66vw;
  }
}

.p-bouken-goods {
  background-color: #00C089;
  color: #fff;
}
.p-bouken-goods > .p-bouken-goods__inner {
  padding: 0 0 0 3.91vw;
}
@media (max-width: 599px) {
  .p-bouken-goods > .p-bouken-goods__inner {
    padding: 0 0 0 5.33vw;
  }
}

.p-bouken-goods__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  width: 100%;
  padding-right: 3.91vw;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-bouken-goods__title {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-bouken-goods__title {
    font-size: 4.8vw;
  }
}

.p-bouken-goods__wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: clamp(0vw, 9.38vw, 15rem);
}
@media (max-width: 1024px) {
  .p-bouken-goods__wrapper {
    padding-right: 3.91vw;
  }
}
@media (max-width: 599px) {
  .p-bouken-goods__wrapper {
    padding-right: 5.33vw;
  }
}

.p-bouken-goods__contents {
  margin: 0 auto;
  width: 1038px;
}
@media (max-width: 599px) {
  .p-bouken-goods__contents {
    width: 813px;
  }
}

.p-bouken-goods__contents {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-bouken-goods__contents {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .p-bouken-goods__contents {
    font-size: 3.47vw;
  }
}
@media (max-width: 1024px) {
  .p-bouken-goods__contents {
    font-size: 1.4rem;
  }
}

.p-bouken-goods__cal.p-bouken-goods__cal-paid {
  width: 22.74%;
  border-left: 1px solid #fff;
}
@media (max-width: 599px) {
  .p-bouken-goods__cal.p-bouken-goods__cal-paid {
    width: 23.62%;
  }
}
.p-bouken-goods__cal.p-bouken-goods__cal-free {
  width: 22.74%;
}
@media (max-width: 599px) {
  .p-bouken-goods__cal.p-bouken-goods__cal-free {
    width: 27%;
  }
}
.p-bouken-goods__cal.p-bouken-goods__cal-sale {
  flex: 1;
  border-left: 1px solid #fff;
}

.p-bouken-goods__head {
  border-top: 1px solid #fff;
  font-weight: 700;
  color: #EAFF5F;
  background-color: #03A173;
  font-size: 18px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-bouken-goods__head {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-bouken-goods__head {
    font-size: 3.73vw;
  }
}

.p-bouken-goods__body {
  font-size: 17px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-bouken-goods__body {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .p-bouken-goods__body {
    font-size: 3.47vw;
  }
}
.p-bouken-goods__body.p-bouken-goods__body--2cal {
  display: flex;
  flex-wrap: wrap;
}
.p-bouken-goods__body.p-bouken-goods__body--2cal .p-bouken-goods__body--2ca-left {
  width: 52.42%;
}
.p-bouken-goods__body.p-bouken-goods__body--2cal .p-bouken-goods__body--2ca-right {
  flex: 1;
}

.p-bouken-goods__cell {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .p-bouken-goods__cell {
    height: 61px;
  }
}
.p-bouken-goods__cell.p-bouken-goods__cell-noborder {
  border-right: none;
}

.p-bouken-company-info .c-company-info__top-clip {
  background-color: #00C089;
}

.p-intern-about {
  position: relative;
  width: 100%;
}

.p-intern-about__contents {
  display: flex;
  width: 73%;
  margin: 12vw 0 0 15vw;
}
@media (max-width: 1024px) {
  .p-intern-about__contents {
    margin: 12vw 0 0 5vw;
  }
}
@media (max-width: 599px) {
  .p-intern-about__contents {
    flex-direction: column;
    width: 100%;
    margin: 40vw auto 0 auto;
  }
}
@media (max-width: 599px) {
  .p-intern-about__contents .p-intern-about__text {
    width: 80%;
    margin: 0 auto;
  }
}
.p-intern-about__contents .p-intern-about__image-box {
  position: relative;
  width: 100%;
  margin: 0 0 0 20vw;
}
@media (max-width: 1024px) {
  .p-intern-about__contents .p-intern-about__image-box {
    width: 60%;
    left: 12vw;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .p-intern-about__contents .p-intern-about__image-box {
    width: 80%;
    margin: 27vw auto 0 auto;
  }
}

.p-intern-purpose {
  position: relative;
  width: 100%;
}

.p-intern-purpose__contents {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto 12vw 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-intern-purpose__contents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20vw 0;
  }
}
.p-intern-purpose__contents .p-intern-purpose__image-box {
  position: relative;
  width: 55%;
}
@media (max-width: 1024px) {
  .p-intern-purpose__contents .p-intern-purpose__image-box {
    width: 45%;
  }
}
@media (max-width: 599px) {
  .p-intern-purpose__contents .p-intern-purpose__image-box {
    position: relative;
    width: 100%;
    margin-top: 27vw;
    right: auto;
    order: 2;
  }
}
.p-intern-purpose__contents .p-intern-purpose__image-box .p-intern-purpose__image-item1 {
  position: relative;
  width: 43%;
  top: 14vw;
  left: 0;
}
@media (max-width: 599px) {
  .p-intern-purpose__contents .p-intern-purpose__image-box .p-intern-purpose__image-item1 {
    width: 45%;
  }
}
.p-intern-purpose__contents .p-intern-purpose__image-box .p-intern-purpose__image-item2 {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .p-intern-purpose__contents .p-intern-purpose__image-box .p-intern-purpose__image-item2 {
    width: 65%;
    top: -15vw;
    right: 0;
  }
}
.p-intern-purpose__contents .p-intern-purpose__text {
  position: relative;
  top: 7vw;
  left: 6vw;
}
@media (max-width: 599px) {
  .p-intern-purpose__contents .p-intern-purpose__text {
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    order: 1;
  }
}

.p-intern-recruit-strong {
  background-color: #078598;
  padding-bottom: 0;
}
.p-intern-recruit-strong .p-intern-recruit-strong-white {
  color: #fff;
}

.p-intern-recruit {
  position: relative;
  background-color: #078598;
  color: #fff;
  width: 100%;
}

.p-intern-recruit__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 83%;
  margin: -45px 0 0 auto;
  padding-top: 10vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-intern-recruit__contents {
    flex-direction: column;
    width: 100%;
    margin: -40px auto 20vw auto;
    padding-top: 27vw;
  }
}
.p-intern-recruit__contents .p-intern-recruit__image-box {
  display: flex;
  position: relative;
  width: 56%;
}
@media (max-width: 599px) {
  .p-intern-recruit__contents .p-intern-recruit__image-box {
    position: relative;
    width: 80%;
    margin: 35vw 0 0 auto;
    order: 2;
  }
}
.p-intern-recruit__contents .p-intern-recruit__image-box .p-intern-recruit__image-item1 {
  position: relative;
  width: 40%;
  top: -11vw;
}
@media (max-width: 1024px) {
  .p-intern-recruit__contents .p-intern-recruit__image-box .p-intern-recruit__image-item1 {
    top: -9.5vw;
  }
}
.p-intern-recruit__contents .p-intern-recruit__image-box .p-intern-recruit__image-item2 {
  position: relative;
  width: 60%;
  top: 5vw;
}
@media (max-width: 599px) {
  .p-intern-recruit__contents .p-intern-recruit__text {
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}

.p-intern-product {
  background-color: #078598;
}

.p-intern-arrow {
  width: 6.17%;
  margin: 25px auto;
}
@media (max-width: 1024px) {
  .p-intern-arrow {
    width: 18.93%;
  }
}

.p-intern-product__list .c-product-card__price {
  margin-bottom: 0;
  padding-top: 25px;
}
@media (max-width: 599px) {
  .p-intern-product__list .c-product-card__price {
    padding-top: 0;
  }
}
.p-intern-product__list .p-intern-arrow {
  width: 11.45%;
  margin: 25px auto;
}
@media (max-width: 1024px) {
  .p-intern-product__list .p-intern-arrow {
    width: 18.93%;
  }
}
.p-intern-product__list .c-btn__wrapper {
  width: 90.91%;
  margin-left: auto;
  margin-right: auto;
}
.p-intern-product__list .c-btn__wrapper .c-btn {
  width: 100%;
  aspect-ratio: 500/108;
}
.p-intern-product__list .c-btn__wrapper .c-btn .c-btn__text-item {
  line-height: 2;
}

.p-intern-client {
  background-color: #078598;
}

.p-intern-company-info .c-company-info__top-clip {
  background-color: #078598;
}

.p-privacy__wrapper {
  padding-top: clamp(0vw, 9.38vw, 15rem);
}

.p-privacy-contents {
  width: 89.57%;
  margin: 0 auto;
}

.p-privacy-contents__box {
  margin-bottom: 80px;
}
.p-privacy-contents__box:last-child {
  margin-bottom: 0;
}

.p-privacy-contents__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-privacy-contents__title {
    font-size: 18rpx;
  }
}
@media (max-width: 599px) {
  .p-privacy-contents__title {
    font-size: 4.8vw;
  }
}

.p-privacy-contents__subtitle {
  font-size: 14px;
  line-height: 2.3;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-privacy-contents__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .p-privacy-contents__subtitle {
    font-size: 3.73vw;
  }
}

.p-privacy-contents__text {
  margin-top: 0;
  margin-bottom: 35px;
}
.p-privacy-contents__text:last-child {
  margin-bottom: 0;
}

.p-privacy-contents__list {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.p-privacy-contents__item {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.u-text--vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: nowrap;
  font-feature-settings: initial;
}
@media (max-width: 599px) {
  .u-text--vertical {
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}

.u-text-links {
  padding-bottom: 4px;
  line-height: 1;
  border-bottom: solid 1px #333;
}

.u-font-symbol {
  font-family: "Noto Serif JP", sans-serif;
  display: inline-block;
}

/* _display.scss */
.u-only-sp {
  display: none;
}
@media (max-width: 599px) {
  .u-only-sp {
    display: block;
  }
}

.u-br-only-sp {
  display: none;
}
@media (max-width: 599px) {
  .u-br-only-sp {
    display: inline;
  }
}

.u-only-pc {
  display: block;
}
@media (max-width: 599px) {
  .u-only-pc {
    display: none;
  }
}

.u-zoom-hover {
  display: block;
  overflow: hidden;
}
.u-zoom-hover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.u-zoom-hover:hover img {
  transform: scale(1.05);
}

.u-underline-hover {
  position: relative;
  display: inline-block;
}
.u-underline-hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  display: inline-block;
}
.u-underline-hover:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.u-underline-hover.u-underline-hover-white::before {
  background: #333;
}

.u-underline-hover-hidden {
  position: relative;
  display: inline-block;
}
.u-underline-hover-hidden::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  display: inline-block;
}
.u-underline-hover-hidden:hover::before {
  transform: scale(0.5, 1);
  transform-origin: left top;
}
.u-underline-hover-hidden.u-underline-hover-hidden-white::before {
  background: #fff;
}

.u-textflow-anime {
  overflow: hidden;
  transform: translate(0, -100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.u-textflow-anime .u-textflow-anime__item {
  display: block;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition-delay: 0s;
}

.u-textflow-anime.is-visible {
  transform: translate(0, 0);
}

.u-textflow-anime.is-visible .u-textflow-anime__item {
  transform: translate(0, 0);
}

.u-textflow-anime.u-textflow-anime--delay05 {
  transition-delay: 0.5s;
}
.u-textflow-anime.u-textflow-anime--delay05 .u-textflow-anime__item {
  transition-delay: 0.5s;
}
.u-textflow-anime.u-textflow-anime--delay1 {
  transition-delay: 1s;
}
.u-textflow-anime.u-textflow-anime--delay1 .u-textflow-anime__item {
  transition-delay: 1s;
}
.u-textflow-anime.u-textflow-anime--delay15 {
  transition-delay: 1.5s;
}
.u-textflow-anime.u-textflow-anime--delay15 .u-textflow-anime__item {
  transition-delay: 1.5s;
}
.u-textflow-anime.u-textflow-anime--delay2 {
  transition-delay: 2s;
}
.u-textflow-anime.u-textflow-anime--delay2 .u-textflow-anime__item {
  transition-delay: 2s;
}
.u-textflow-anime.u-textflow-anime--delay4 {
  transition-delay: 4s;
}
.u-textflow-anime.u-textflow-anime--delay4 .u-textflow-anime__item {
  transition-delay: 4s;
}

/*text u-animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.u-anime-up.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}

.u-anime-up.displayed > span {
  overflow: hidden;
}

.u-anime-up.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}
