@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  :target {
    scroll-margin-top: 70px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  line-break: strict;
  overflow-wrap: anywhere;
  color: #1A1A1A;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.is-active {
    height: initial;
    overflow: initial;
  }
}

a,
button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
a:focus-visible,
button:focus-visible {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-btn {
  position: fixed;
  inset-inline-end: 0;
  inset-block-end: 0;
  z-index: 10;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .l-btn {
    inset-inline-end: min(5.9895833333%, 92px);
    inset-block-end: 2%;
    inline-size: 175px;
  }
}

.l-footer {
  -webkit-padding-before: 27px;
  padding-block-start: 27px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    -webkit-padding-before: 82px;
    padding-block-start: 82px;
    overflow: hidden;
  }
}

.l-header {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
@media screen and (min-width: 768px) {
  .l-header {
    width: initial;
    height: initial;
    overflow: initial;
    border: initial;
    padding: initial;
    clip: initial;
    -webkit-clip-path: initial;
    clip-path: initial;
    margin: initial;
    position: -webkit-sticky;
    position: sticky;
    inset-block-start: 0;
    inset-inline-start: 0;
    inline-size: 100%;
    z-index: 999;
  }
}

.l-inner {
  width: 100%;
  max-width: 767px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.p-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.p-btn.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  body:has(.p-btn)::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    content: "";
    position: fixed;
    inset-inline-end: min(5.9895833333%, 92px);
    inset-block-end: 2%;
    inline-size: 175px;
    block-size: 175px;
    border-radius: 100vh;
    background-color: rgba(204, 204, 204, 0.75);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translate(7px, 7px);
    transform: translate(7px, 7px);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 9;
  }
}

@media screen and (min-width: 768px) {
  body:has(.p-btn.is-active)::after {
    opacity: 1;
    visibility: visible;
  }
}

.p-btn__link {
  display: inline-block;
  inline-size: 100%;
}

.p-btn__item {
  inline-size: 100%;
  block-size: auto;
}

.p-footer {
  background-color: #1A1A1A;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 52px;
  }
}

.p-footer__head-container {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-footer__head-container {
    display: contents;
  }
}

.p-footer__head {
  grid-area: 1/1;
}
@media screen and (min-width: 768px) {
  .p-footer__head {
    grid-area: initial;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.p-footer__address-container {
  -webkit-margin-before: 11px;
  margin-block-start: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.p-footer__address-item {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__address-item::before {
  content: "";
  background: url(../img/icon_map.svg) no-repeat center/contain;
  inline-size: 13px;
  block-size: 16px;
  -webkit-margin-end: 0.5em;
  margin-inline-end: 0.5em;
  display: inline-block;
  -webkit-margin-before: 0.25em;
  margin-block-start: 0.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-footer__address-item:has([href^="tel:"])::before {
  background-image: url(../img/icon_tel.svg);
}

.p-footer__logo {
  inline-size: min(26.0869565217%, 90px);
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    inline-size: 90px;
  }
}

.p-footer__logo-link {
  display: inline-block;
  inline-size: 100%;
}

.p-footer__logo-item {
  inline-size: 100%;
  block-size: auto;
}

.p-footer__page-top {
  grid-area: 1/1;
  inline-size: min(28.9855072464%, 100px);
  justify-self: end;
  align-self: start;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    grid-area: initial;
    max-inline-size: 100px;
  }
}

.p-footer__page-top-link {
  display: inline-block;
  inline-size: 100%;
}

.p-footer__page-top-item {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.p-footer__nav-list {
  list-style-type: "";
  background-image: linear-gradient(to bottom, #fff 5px, transparent 4px);
  background-size: 1px 9px;
  background-repeat: repeat-y;
  background-position: left bottom;
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #fff;
  -webkit-margin-before: 28px;
  margin-block-start: 28px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    background-image: initial;
    background-size: initial;
    background-repeat: initial;
    background-position: initial;
    -webkit-padding-start: initial;
    padding-inline-start: initial;
    font-size: 16px;
    -webkit-margin-before: initial;
    margin-block-start: initial;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-footer__nav-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    -webkit-padding-start: 17px;
    padding-inline-start: 17px;
  }
}

.p-footer__nav-item:not(:first-child) {
  -webkit-padding-before: 1em;
  padding-block-start: 1em;
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item.p-footer__nav-item--first {
    -webkit-padding-before: initial;
    padding-block-start: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item::before {
    content: "";
    inline-size: 1px;
    block-size: 100%;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    background-image: linear-gradient(to bottom, #fff 5px, transparent 3px);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item:not(:last-child)::before {
    block-size: calc(100% + 1em);
  }
}

.p-footer__txt {
  font-size: 10px;
  text-align: center;
  -webkit-border-before: 1px solid #fff;
  border-block-start: 1px solid #fff;
  padding-block: 1em;
  -webkit-margin-before: 23px;
  margin-block-start: 23px;
}
@media screen and (min-width: 768px) {
  .p-footer__txt {
    font-size: 12px;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    -webkit-padding-after: 1.5em;
    padding-block-end: 1.5em;
    -webkit-margin-before: 101px;
    margin-block-start: 101px;
  }
}

.p-footer__note {
  font: inherit;
}

.p-header-nav {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    overflow: initial;
    padding: 0;
  }
}

.p-header-nav__wrapper {
  padding-block: 20px;
  margin-bottom: 50px;
  background-color: #94b29b;
}
@media screen and (min-width: 768px) {
  .p-header-nav__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-height: inherit;
    padding-block: inherit;
    margin-bottom: inherit;
    background-image: initial;
    background-color: initial;
    border: initial;
    margin-inline: initial;
    max-width: initial;
    padding-inline: initial;
  }
}

.p-header-nav__list {
  margin-inline: 5.7971014493%;
}
@media screen and (min-width: 768px) {
  .p-header-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2px 0;
    min-height: 30px;
    margin-inline: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-header-nav__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item {
    min-height: inherit;
    position: initial;
    border: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-header-nav__item:not(:last-child) {
  border-bottom: 1px solid #c1d5c6;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item:not(:last-child) {
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item:not(:first-child)::before {
    content: "｜";
  }
}

.p-header-nav__link {
  display: block;
  padding-inline: 1em;
  padding-block: 15px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-header-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 0.5em;
    padding-block: initial;
    min-height: inherit;
    color: initial;
    text-align: initial;
    color: #1A1A1A;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-nav__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item:last-child .p-header-nav__link {
    -webkit-padding-end: initial;
    padding-inline-end: initial;
  }
}

.p-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 20px 10px;
  background-color: #fff;
  min-height: 70px;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding-inline: initial;
  }
}

.p-header__inner {
  display: contents;
  min-height: 60px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 1.8374558304%;
    padding-inline: 20px;
    padding-block: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    min-height: inherit;
    padding-inline: 2.6041666667%;
  }
}

.p-header__logo-link {
  min-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    width: 8.1272084806%;
    max-width: 115px;
    min-width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-header__logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: inherit;
  width: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__logo-container {
    width: 100%;
  }
}

.p-header__logo-txt {
  font-weight: 500;
  font-size: 8px;
  color: #646464;
}
@media screen and (min-width: 768px) {
  .p-header__logo-txt {
    font-size: 10px;
  }
}

.p-header__logo {
  max-width: 167px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: inherit;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .p-header__logo {
    width: 100%;
  }
}
.p-header__logo-item {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 10;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    height: initial;
    position: initial;
    margin-top: initial;
    z-index: initial;
    min-height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav.is-active {
    display: block !important;
  }
}

.p-header__btn-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__btn-container {
    margin-top: 5px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    gap: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn {
    max-width: 200px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:has(a[href^=tel]) {
    max-width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .p-img {
    overflow: hidden;
  }
}

.p-img__item {
  inline-size: 100%;
  block-size: auto;
}
@media screen and (min-width: 768px) {
  .p-img__item {
    inline-size: 120%;
    -webkit-transform: translateX(-8.25%);
    transform: translateX(-8.25%);
  }
}
@media screen and (min-width: 1024px) {
  .p-img__item {
    inline-size: 100%;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-intro {
  background: url(../img/bg_01.png) no-repeat center/cover;
  padding-block: 12.5333333333% 13.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-block: 6.1197916667% 6.640625%;
  }
}

.p-intro__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-intro__img {
    inline-size: 79.6%;
  }
}

.p-intro__img-item {
  inline-size: 100%;
  block-size: auto;
}

.p-intro__video {
  margin-inline: auto;
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .p-intro__video {
    inline-size: 80%;
  }
}

.p-intro__video video {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 800/600;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-mv__img-item {
  inline-size: 100%;
  block-size: auto;
}

.p-requirements {
  padding-block: 12.8% 14.1333333333%;
}
@media screen and (min-width: 768px) {
  .p-requirements {
    padding-block: 6.3151041667% 6.5104166667%;
  }
}

.p-requirements__ttl {
  inline-size: 73.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-requirements__ttl {
    inline-size: 55.9%;
  }
}

.p-requirements__ttl-item {
  inline-size: 100%;
  block-size: auto;
}

.p-requirements__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  -webkit-margin-before: 7.5757575758%;
  margin-block-start: 7.5757575758%;
}
@media screen and (min-width: 768px) {
  .p-requirements__list {
    gap: 20px;
    -webkit-margin-before: 4.6%;
    margin-block-start: 4.6%;
  }
}

.p-requirements__item {
  inline-size: 29.8666666667%;
  min-inline-size: 90px;
}
@media screen and (min-width: 768px) {
  .p-requirements__item {
    inline-size: max(25%, 200px);
    min-inline-size: initial;
  }
}

.p-requirements__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: min(14px, 3.73vw);
  line-height: 1.2142857143;
  text-align: center;
  color: #fff;
  background-color: #e08b51;
  border-radius: 15px;
  padding-inline: calc(0.25em + 2px);
  padding-block: calc(0.25em + 2px);
  inline-size: 100%;
  min-block-size: 45px;
}
@media screen and (min-width: 768px) {
  .p-requirements__link {
    font-size: min(18px, 1.79vw);
    line-height: 1.3888888889;
    padding-inline: 0.75em;
    padding-block: 1em;
    min-block-size: initial;
  }
}

.p-requirements__img {
  -webkit-padding-before: 10.7246376812%;
  padding-block-start: 10.7246376812%;
}
@media screen and (min-width: 768px) {
  .p-requirements__img {
    -webkit-padding-before: 7.6%;
    padding-block-start: 7.6%;
  }
}

.p-requirements__img-item {
  inline-size: 100%;
  block-size: auto;
}

.p-requirements__btn {
  inline-size: 69.5652173913%;
  margin-inline: auto;
  -webkit-margin-before: 11.0144927536%;
  margin-block-start: 11.0144927536%;
}
@media screen and (min-width: 768px) {
  .p-requirements__btn {
    inline-size: 55.5%;
    -webkit-margin-before: 5.2%;
    margin-block-start: 5.2%;
  }
}

.p-requirements__btn-link {
  display: inline-block;
  inline-size: 100%;
}

.p-requirements__btn-item {
  inline-size: 100%;
  block-size: auto;
  -webkit-filter: drop-shadow(7px 7px 5px rgba(204, 204, 204, 0.75));
  filter: drop-shadow(7px 7px 5px rgba(204, 204, 204, 0.75));
}
@media screen and (min-width: 768px) {
  .p-requirements__btn-item {
    -webkit-filter: drop-shadow(2px 2px 4px rgba(204, 204, 204, 0.75));
    filter: drop-shadow(2px 2px 4px rgba(204, 204, 204, 0.75));
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-requirements__btn-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
/*# sourceMappingURL=styles.css.map */
