@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
body {
  color: #141414;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: #FCFCFC;
  overflow-x: hidden;
}
@media screen and (max-width: 1239px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (min-width: 1240px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.l-inner {
  max-width: 1240px;
  width: 90%;
  margin: auto;
}
.l-inner.--small {
  max-width: 980px;
  width: 90%;
}
.l-inner.--large {
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .l-inner.--large {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 90.4761904762%;
  }
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background: #10941E;
  overflow: hidden;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  border-radius: 50%;
  background: #A0F3A9;
  transition: all 0.3s ease-out;
}
.c-btn:hover::after {
  transform: translateY(-50%) scale(20, 20);
}
.c-btn:hover .c-btn__txt {
  color: #10941E;
}
@media screen and (max-width: 1239px) {
  .c-btn {
    width: 120px;
    height: 35px;
  }
  .c-btn::after {
    width: 10px;
    right: 8px;
  }
}
.c-btn__txt {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .c-btn__txt {
    font-size: 0.875rem;
  }
}

.c-ttl {
  position: relative;
  color: #10941E;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.5em;
}
@media screen and (max-width: 1239px) {
  .c-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.25rem;
    padding-left: 1.25em;
  }
}
.c-ttl::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background: #10941E;
}
@media screen and (max-width: 1239px) {
  .c-ttl::before {
    width: 26px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl::before {
    width: 18px;
    height: 5px;
  }
}
.c-ttl::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 15px;
  height: 8px;
  border-radius: 4px;
  background: #10941E;
  opacity: 0.5;
}
@media screen and (max-width: 1239px) {
  .c-ttl::after {
    width: 13px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl::after {
    width: 9px;
    height: 5px;
  }
}

.p-drw {
  position: relative;
  z-index: 999;
}
.p-drw__icons {
  position: relative;
  z-index: 1000;
}
.p-drw__icons.is-active .p-drw__bars::after {
  content: "close";
  color: #fff;
}
.p-drw__icons.is-active .p-drw__bar1, .p-drw__icons.is-active .p-drw__bar2 {
  top: 5px;
  background: #fff;
}
.p-drw__icons.is-active .p-drw__bar1 {
  transform: rotate(-30deg);
}
.p-drw__icons.is-active .p-drw__bar2 {
  transform: rotate(30deg);
}
.p-drw__bars {
  position: relative;
  width: 30px;
  height: 28px;
  margin-top: 0.2em;
  display: block;
}
.p-drw__bars::after {
  content: "menu";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #10941E;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.p-drw__bar1, .p-drw__bar2 {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #10941E;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.p-drw__bar1 {
  top: 0;
}
.p-drw__bar2 {
  top: 10px;
}

.p-drwContent {
  position: fixed;
  z-index: 999;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
  width: calc(100% + 20px);
  height: 100dvh;
  background: #10941E;
  overflow-y: auto;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.p-drwContent.is-active {
  opacity: 1;
  visibility: visible;
}
.p-drwContent__top {
  margin-top: 90px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  height: 60px;
}
.p-drwContent__topItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-drwContent__topItem:not(:last-child) {
  border-right: 1px solid #fff;
}
.p-drwContent__section {
  padding: 30px;
}
.p-drwContent__section:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.p-drwContent__sectionTtl {
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2em;
}
.p-drwContent__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-drwContent__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-drwContent__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 18.75/6.25;
  width: 20px;
  height: auto;
  background: url(../img/icon-arrowSecond.svg) no-repeat center center/cover;
}
.p-drwContent__link--window {
  position: relative;
  padding-right: 1.5em;
}
.p-drwContent__link--window::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  background: url(../img/icon-newWindow.svg) no-repeat center center/cover;
}
.p-drwContent__company {
  text-align: center;
}
.p-drwContent__companyTxt {
  font-weight: 500;
  line-height: 1.6;
}
.p-drwContent__companyTxt:first-child {
  margin-bottom: 1rem;
}
.p-drwContent__companyNumber {
  display: inline-block;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.p-cta {
  background: #E4F2E6;
  padding: 80px 0 130px;
}
@media screen and (max-width: 1239px) {
  .p-cta {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 60px 0 70px;
  }
}
.p-cta__ttlWrap {
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 1239px) {
  .p-cta__ttlWrap {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ttlWrap {
    margin-bottom: 45px;
  }
}
.p-cta__ttl {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.3em;
}
.p-cta__ttl--slash {
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  padding: 0 0.25em;
}
@media screen and (max-width: 1239px) {
  .p-cta__ttl {
    font-size: 1.875rem;
  }
  .p-cta__ttl--slash {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .p-cta__ttl--slash {
    display: none;
  }
}
.p-cta__subTtl {
  color: #10941E;
  text-transform: uppercase;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1239px) {
  .p-cta__subTtl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__subTtl {
    font-size: 0.75rem;
  }
}
.p-cta__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff;
  padding: 55px 0;
}
@media screen and (max-width: 1239px) {
  .p-cta__wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0;
    padding: 20px;
  }
}
.p-cta__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-cta__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #cccccc;
}
@media screen and (max-width: 1239px) {
  .p-cta__item:not(:last-child)::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__item:not(:last-child)::after {
    content: "";
  }
}
@media screen and (max-width: 1239px) {
  .p-cta__item:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #cccccc;
  }
  .p-cta__item:last-child {
    max-width: 100%;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .p-cta__item:last-child {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1239px) {
  .p-cta__item:last-child::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 60px);
    height: 1px;
    background: #cccccc;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .p-cta__item:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    width: 100%;
    max-width: 100%;
    padding: 40px 0 30px;
  }
  .p-cta__item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}
.p-cta__itemTtl {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-cta__itemTtl {
    font-size: 1.25rem;
    margin-bottom: 1.3em;
  }
}
.p-cta__txt {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 1239px) {
  .p-cta__txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.p-cta__contactWrap .p-cta__txt {
  line-height: 1.5;
  margin-bottom: 1.4em;
}
.p-cta__number {
  display: block;
  color: #10941E;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.p-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100%;
  height: 60px;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0% 100%);
  background: url(../img/img-ctaBtn.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    height: 50px;
    background: url(../img/img-ctaBtn-sp.svg) no-repeat center center/cover;
  }
}
.p-cta__btn--content {
  position: relative;
  color: #10941E;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 1.5em;
  transition: all 0.3s ease-out;
}
.p-cta__btn--content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  background: url(../img/icon-newWindow_caution.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
.p-cta__btn.--caution {
  background: url(../img/img-ctaBtn_caution.svg) no-repeat center center/cover;
}
.p-cta__btn.--caution .p-cta__btn--content {
  color: #fff;
  padding-right: 0;
}
.p-cta__btn.--caution .p-cta__btn--content::after {
  content: none;
}
.p-cta__btn.--caution:hover {
  background: url(../img/img-ctaBtn.svg) no-repeat center center/cover;
}
.p-cta__btn.--caution:hover .p-cta__btn--content {
  color: #10941E;
}
@media screen and (max-width: 767px) {
  .p-cta__btn.--caution {
    background: url(../img/img-ctaBtn_caution-sp.svg) no-repeat center center/cover;
  }
}
.p-cta__btn:hover {
  background: url(../img/img-ctaBtn_caution.svg) no-repeat center center/cover;
}
.p-cta__btn:hover .p-cta__btn--content {
  color: #fff;
}
.p-cta__btn:hover .p-cta__btn--content::after {
  background: url(../img/icon-newWindow.svg) no-repeat center center/cover;
}

.p-pageKv {
  margin-top: 200px;
}
@media screen and (max-width: 1239px) {
  .p-pageKv {
    margin-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageKv {
    margin-top: 160px;
  }
}
.p-pageKv__ttlWrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-pageKv__ttlWrap {
    margin-bottom: 100px;
  }
}
.p-pageKv__ttl {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1239px) {
  .p-pageKv__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageKv__ttl {
    font-size: 1.5rem;
  }
}
.p-pageKv__subTtl {
  color: #10941E;
  text-transform: capitalize;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-pageKv__subTtl {
    font-size: 0.75rem;
  }
}
.p-pageKv__subTtl.--product {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-breadcrumb__listLink, .p-breadcrumb__listTxt {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-breadcrumb__listLink {
  color: #a7a7a7;
  padding: 10px 3px;
  transition: all 0.3s ease-out;
}
.p-breadcrumb__listLink:hover {
  color: #10941E;
}

.p-header__body {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 60px);
  height: 70px;
  margin: auto;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1239px) {
  .p-header__body {
    width: calc(100vw - 30px);
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__body {
    display: none;
  }
}
.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1239px) {
  .p-header__wrap {
    padding: 0 10px;
  }
}
.p-header__logoWrap {
  width: 154px;
  transition: all 0.3s ease-out;
}
.p-header__logoWrap:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1239px) {
  .p-header__logoWrap {
    width: 120px;
  }
}
.p-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1239px) {
  .p-header__nav {
    gap: 15px;
  }
}
.p-header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1239px) {
  .p-header__menu {
    gap: 5px;
  }
}
.p-header__menuItem {
  padding-bottom: 3px;
}
.p-header__link {
  text-transform: uppercase;
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.p-header__link:hover {
  color: #10941E;
}
.p-header__link.is-active {
  color: #10941E;
}
@media screen and (max-width: 1239px) {
  .p-header__link {
    font-size: 0.75rem;
    padding: 5px;
  }
}

.p-headerSp {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
  height: 60px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.p-headerSp:has(.is-active) {
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-headerSp {
    display: block;
  }
}
.p-headerSp__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 20px;
  width: 100%;
  height: 100%;
}
.p-headerSp__logoWrap {
  position: relative;
  z-index: 1000;
  width: 120px;
}

.p-footer {
  color: #67716b;
}
.p-footer__wrap {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    padding: 50px 0 80;
  }
}
.p-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media screen and (max-width: 1239px) {
  .p-footer__top {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 20px;
  }
}
.p-footer__logo {
  width: 200px;
  transition: all 0.3s ease-out;
}
.p-footer__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 150px;
  }
}
.p-footer__list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0.2em;
  }
}
.p-footer__listItem {
  display: block;
  width: 100%;
}
.p-footer__listLink {
  text-align: right;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 5px 0;
  transition: all 0.3s ease-out;
}
.p-footer__listLink:hover {
  color: #10941E;
}
@media screen and (max-width: 767px) {
  .p-footer__listLink {
    text-align: left;
    padding: 10px 0;
  }
}
.p-footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.p-footer__copyright {
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-transform: capitalize;
  font-size: 0.875rem;
}
.p-footer__copyright--caution {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}
.p-footer__txt {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-footer__txt {
    text-align: right;
    font-size: 0.75rem;
  }
}

.p-mv {
  margin-bottom: 170px;
}
@media screen and (max-width: 1239px) {
  .p-mv {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-bottom: 90px;
  }
}
.p-mv__wrap {
  width: 100%;
  height: 675px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    height: 650px;
    margin-top: 0;
  }
}
.p-mv__ttl {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1239px) {
  .p-mv__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 1.75rem;
  }
}
.p-mv__txt {
  color: #10941E;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.1em;
}
@media screen and (max-width: 1239px) {
  .p-mv__txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    font-size: 0.75rem;
  }
}
.p-mv__imgWrap {
  width: 100vw;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__imgWrap {
    height: 500px;
  }
}
.p-mv__imgWrap img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 1239px) {
  .p-mv__imgWrap img {
    width: 150%;
    height: 150%;
  }
}

.p-front {
  margin-bottom: 180px;
}
@media screen and (max-width: 1239px) {
  .p-front {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-front {
    margin-bottom: 120px;
  }
}
.p-front__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  .p-front__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__top {
    gap: 38px;
    margin-bottom: 50px;
  }
}
.p-front__subTtl {
  color: #10941E;
  text-transform: uppercase;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-front__subTtl {
    font-size: 0.75rem;
    margin-left: 0;
  }
}
.p-front__ttl {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1239px) {
  .p-front__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__ttl {
    font-size: 1.5rem;
    margin-left: -0.1em;
  }
}
.p-front__topTxt {
  width: 520px;
  max-width: 100%;
  line-height: 2;
}
@media screen and (max-width: 1239px) {
  .p-front__topTxt {
    margin-left: auto;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__topTxt {
    margin-left: 0;
  }
}

.p-new {
  display: block;
  background: linear-gradient(to right, #10941E 50%, #cccccc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease-out;
  padding: 0 1px 1px 0;
  /* 枠線の太さ */
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0% 100%);
  margin-bottom: 40px;
}
.p-new:hover {
  background-position: left bottom;
}
.p-new:hover .p-new__ttl {
  color: #10941E;
}
.p-new:hover .p-new__ttl::before {
  left: -0.5rem;
}
.p-new:hover .p-new__imgWrap img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .p-new {
    margin-bottom: 30px;
  }
}
.p-new__wrap {
  background: #FCFCFC;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 40px 70px 50px 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0% 100%);
}
@media screen and (max-width: 1239px) {
  .p-new__wrap {
    gap: 5%;
    padding: 40px 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-new__wrap {
    flex-direction: column;
    gap: 20px;
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-new__wrap {
    padding: 25px 15px 30px;
  }
}
.p-new__imgWrap {
  width: 56.45%;
  overflow: hidden;
}
.p-new__imgWrap img {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-new__imgWrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-new__imgWrap {
    width: 100%;
    margin: auto;
    aspect-ratio: 330.59/245.2;
  }
  .p-new__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-new__info {
  flex: 1;
}
.p-new__cautionTxt {
  color: #E93030;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-new__cautionTxt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.p-new__ttlWrap {
  padding-left: 1rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-new__ttlWrap {
    margin-bottom: 1.5em;
  }
}
.p-new__ttl {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  transition: all 0.3s ease-out;
  margin-bottom: 0.2em;
}
.p-new__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  aspect-ratio: 6.05/11;
  width: 6px;
  height: auto;
  background: url(../img/icon-arrow.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-new__ttl {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-new__ttl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-new__subTtl {
  color: #10941E;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  .p-new__subTtl {
    margin-left: -1rem;
  }
}

.p-frontProduct {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-frontProduct {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-frontProduct__item {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #10941E 50%, #cccccc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease-out;
  padding: 0 1px 1px 0;
  /* 枠線の太さ */
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0% 100%);
  margin-bottom: 40px;
}
.p-frontProduct__item:hover {
  background-position: left bottom;
}
.p-frontProduct__item:hover .p-frontProduct__ttl {
  color: #10941E;
}
.p-frontProduct__item:hover .p-frontProduct__ttl::before {
  left: -0.5rem;
}
.p-frontProduct__item:hover .p-frontProduct__imgWrap img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .p-frontProduct__item {
    margin-bottom: 0;
  }
}
.p-frontProduct__wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #FCFCFC;
  position: relative;
  z-index: 10;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0% 100%);
  padding: 25px 25px 42px;
}
@media screen and (max-width: 1239px) {
  .p-frontProduct__wrap {
    padding: 25px 15px 42px;
  }
}
@media screen and (max-width: 1239px) {
  .p-frontProduct__wrap {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontProduct__wrap {
    padding: 25px 15px 30px;
  }
}
.p-frontProduct__imgWrap {
  overflow: hidden;
  margin-bottom: 2.5em;
}
.p-frontProduct__imgWrap img {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-frontProduct__imgWrap {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    aspect-ratio: 330.59/245.2;
  }
  .p-frontProduct__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-frontProduct__info {
  flex: 1;
}
.p-frontProduct__cautionTxt {
  color: #E93030;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.p-frontProduct__ttlWrap {
  padding-left: 1rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-frontProduct__ttlWrap {
    margin-bottom: 1.5em;
  }
}
.p-frontProduct__ttl {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  transition: all 0.3s ease-out;
  margin-bottom: 0.2em;
}
.p-frontProduct__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  aspect-ratio: 6.05/11;
  width: 6px;
  height: auto;
  background: url(../img/icon-arrow.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-frontProduct__ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-frontProduct__ttl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-frontProduct__subTtl {
  color: #10941E;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  .p-frontProduct__subTtl {
    margin-left: -1rem;
  }
}

.p-product {
  margin-top: 270px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1239px) {
  .p-product {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-product {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}
.p-product__item:not(:last-child) {
  margin-bottom: 200px;
}
@media screen and (max-width: 1239px) {
  .p-product__item:not(:last-child) {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__item:not(:last-child) {
    margin-bottom: 150px;
  }
}
.p-product__ttlWrap {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-product__ttlWrap {
    margin-bottom: 50px;
  }
}
.p-product__ttl {
  color: #10941E;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 1239px) {
  .p-product__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    font-size: 1.25rem;
  }
}
.p-product__subTtl {
  font-size: 0.9375rem;
  line-height: 1.75;
  width: 640px;
}
@media screen and (max-width: 1239px) {
  .p-product__subTtl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-product__subTtl {
    font-size: 0.875rem;
  }
}
.p-product__media {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .p-product__media {
    flex-direction: column;
    gap: 30px;
  }
}
.p-product__imgWrap {
  position: sticky;
  top: 120px;
  width: 42.74%;
}
@media screen and (max-width: 767px) {
  .p-product__imgWrap {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.p-product__note {
  position: relative;
  color: #67716b;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 1em;
}
.p-product__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-product__note {
    font-size: 0.875rem;
  }
}
.p-product__info {
  flex: 1;
}
.p-product__infoTtl {
  color: #10941E;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 0.5em;
  border-left: 5px solid #10941E;
  margin-bottom: 1em;
}
@media screen and (max-width: 1239px) {
  .p-product__infoTtl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__infoTtl {
    font-size: 1rem;
  }
}
.p-product__gallery {
  width: 980px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1239px) {
  .p-product__gallery {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__gallery {
    flex-direction: column;
    gap: 50px;
    margin-top: 0;
  }
}
.p-product__galleryFirst {
  width: 48.98%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .p-product__galleryFirst {
    width: 100%;
    max-width: 100%;
  }
}
.p-product__gallerySecond {
  width: 35.71%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .p-product__gallerySecond {
    width: 100%;
    max-width: 100%;
  }
}
.p-product__galleryItem:not(:last-child) {
  margin-bottom: 50px;
}
.p-product__noteWrap {
  margin-top: 1em;
}

.p-productLead {
  margin-bottom: 180px;
}
@media screen and (max-width: 1239px) {
  .p-productLead {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-productLead {
    margin-bottom: 120px;
  }
}
.p-productLead__item {
  display: flex;
  gap: 20px;
}
.p-productLead__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-productLead__item {
    flex-direction: column;
  }
}
.p-productLead__ttl {
  flex: 1;
}
.p-productLead__info {
  width: 750px;
  max-width: 80%;
  border-radius: 5px;
  background: #FBFEFA;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5em 3.43em 2.8em;
}
@media screen and (max-width: 1239px) {
  .p-productLead__info {
    width: 75%;
    max-width: 100%;
    padding: 2em 2.5em 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-productLead__info {
    width: 100%;
    padding: 2em 1.5em 2.2em;
  }
}
.p-productLead__listItem {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.75;
  padding-left: 1.2em;
}
.p-productLead__listItem::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-productLead__listItem {
    font-size: 0.875rem;
  }
}
.p-productLead__listItem:not(:last-child) {
  margin-bottom: 2em;
}
.p-productLead__listItem.--caution {
  color: #10941E;
  font-weight: 700;
}
.p-productLead__listItem--note {
  font-feature-settings: "palt";
  font-weight: 400;
  color: #141414;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-productLead__listItem--note {
    font-size: 0.75rem;
  }
}
.p-productLead__txt {
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-productLead__txt {
    font-size: 0.875rem;
  }
}
.p-productLead__link {
  position: relative;
  display: inline-block;
  color: #3B35E2;
  padding-right: 1.2em;
  transition: all 0.3s ease-out;
  margin-top: 0.5em;
}
.p-productLead__link::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 14/15;
  width: 14px;
  height: auto;
  background: url(../img/icon-popup.svg) no-repeat center center/cover;
}
.p-productLead__link:hover {
  opacity: 0.7;
}
.p-productLead__link:not(:last-child) {
  margin-right: 2em;
}
.p-productLead__table {
  width: 100%;
  border-collapse: collapse;
}
.p-productLead__table th,
.p-productLead__table td {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .p-productLead__table th,
.p-productLead__table td {
    padding: 0.25em 1em;
  }
}
.p-productLead__line {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-productLead__line {
    flex-direction: column;
    font-size: 0.875rem;
    align-items: flex-start;
    padding: 1em 0;
  }
}
.p-productLead__line::before, .p-productLead__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-productLead__line::before {
  width: 100%;
  background: #cccccc;
}
.p-productLead__line::after {
  width: 150px;
  background: #10941E;
}
@media screen and (max-width: 1239px) {
  .p-productLead__line::after {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-productLead__line::after {
    width: 90px;
  }
}
.p-productLead__tableTtl {
  text-transform: uppercase;
  width: 150px;
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .p-productLead__tableTtl {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-productLead__tableTtl {
    width: 100%;
    color: #10941E;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-left: -0.1em;
  }
}
.p-productLead__tableTxt {
  flex: 1;
}

.p-productNav {
  margin-bottom: 140px;
}
@media screen and (max-width: 1239px) {
  .p-productNav {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav {
    margin-bottom: 80px;
  }
}
.p-productNav__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 40px;
}
@media screen and (max-width: 1239px) {
  .p-productNav__items {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav__items {
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }
}
.p-productNav__item {
  width: 100%;
  height: 65px;
  border-radius: 33px;
}
@media screen and (max-width: 1239px) {
  .p-productNav__item {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav__item {
    height: 50px;
  }
}
.p-productNav__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px 0 40px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-productNav__btn {
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav__btn {
    padding: 0 10px 0 1em;
  }
}
.p-productNav__btn--txt {
  text-transform: uppercase;
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-productNav__btn--txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav__btn--txt {
    font-size: 0.875rem;
  }
}
.p-productNav__btn:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.p-productNav__btn:hover .p-productNav__btn--txt {
  color: #10941E;
}
.p-productNav__btn:hover .p-productNav__btnIcon {
  box-shadow: 0 0 0 3px #A0F3A9;
}
.p-productNav__btnIcon {
  position: relative;
  aspect-ratio: 1/1;
  width: 35px;
  height: auto;
  border-radius: 18px;
  background: #10941E;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1239px) {
  .p-productNav__btnIcon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-productNav__btnIcon {
    width: 25px;
  }
}
.p-productNav__btnIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 15/14;
  width: 15px;
  background: url(../img/icon-productArrow.svg) no-repeat center center/cover;
}
.p-productNav__btnIcon.--popup::after {
  top: calc(50% + 1px);
  aspect-ratio: 14/15;
  width: 15px;
  background: url(../img/icon-popup_white.svg) no-repeat center center/cover;
}

.p-productTable {
  width: 100%;
}
.p-productTable__wrap {
  width: 100%;
  border-collapse: collapse;
}
.p-productTable__wrap th,
.p-productTable__wrap td {
  padding: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .p-productTable__wrap th,
.p-productTable__wrap td {
    padding: 0.25em 1em;
  }
}
.p-productTable__line {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-productTable__line {
    flex-direction: column;
    font-size: 0.875rem;
    align-items: flex-start;
    padding: 1em 0;
  }
}
.p-productTable__line::before, .p-productTable__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-productTable__line::before {
  width: 100%;
  background: #cccccc;
}
.p-productTable__line::after {
  width: 180px;
  background: #10941E;
}
@media screen and (max-width: 1239px) {
  .p-productTable__line::after {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-productTable__line::after {
    width: 90px;
  }
}
.p-productTable__ttl {
  font-feature-settings: "palt";
  text-transform: uppercase;
  width: 180px;
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .p-productTable__ttl {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-productTable__ttl {
    width: 100%;
    color: #10941E;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-left: -0.1em;
  }
}
.p-productTable__txt {
  font-feature-settings: "palt";
  flex: 1;
}
.p-productTable__txt--caution {
  color: #10941E;
  font-weight: 700;
}

.p-productRvp__ttlWrap {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-productRvp__ttlWrap {
    margin-bottom: 2em;
  }
}
.p-productRvp__sampleImgWrap {
  max-width: 980px;
  margin: auto;
  margin-bottom: 2em;
}
.p-productRvp__point {
  position: relative;
  color: #67716b;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 1em;
}
.p-productRvp__point::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-productRvp__point {
    font-size: 0.875rem;
  }
}
.p-productRvp__media {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .p-productRvp__media {
    flex-direction: column;
    gap: 30px;
  }
}
.p-productRvp__imgWrap {
  width: 60%;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__imgWrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__imgWrap {
    width: 100%;
  }
}
.p-productRvp__info {
  flex: 1;
}
.p-productRvp__list {
  margin-bottom: 3em;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__list {
    margin-bottom: 2em;
  }
}
.p-productRvp__listItem--red {
  color: #E93030;
}
.p-productRvp__listItem--green {
  color: #0EB51E;
}
.p-productRvp__listItem--blue {
  color: #3061E9;
}
.p-productRvp__txt {
  line-height: 1.75;
}
.p-productRvp__noteWrap {
  color: #67716b;
  margin-top: 3rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__noteWrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__noteWrap {
    font-size: 0.875rem;
  }
}
.p-productRvp__noteTtl {
  margin-bottom: 0.25em;
}
.p-productRvp__termRow {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}
.p-productRvp__termLabel {
  display: flex;
  justify-content: space-between;
  width: 4em;
  flex-shrink: 0;
  font-weight: 400;
}
.p-productRvp__termTxt {
  text-align-last: justify;
  width: 100%;
}
.p-productRvp__termDesc {
  line-height: 1.6;
}
.p-productRvp__faqNavWrap {
  margin-bottom: 80px;
}
.p-productRvp__faqNav {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__faqNav {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__faqNav {
    gap: 20px;
  }
}
.p-productRvp__faqItems {
  display: none;
}
.p-productRvp__faqItems.is-active {
  display: block;
}
.p-productRvp__faqNavItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 65px;
  border-radius: 33px;
  padding: 0 20px 0 40px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.p-productRvp__faqNavItem.is-active {
  cursor: default;
  background: #10941E;
}
.p-productRvp__faqNavItem.is-active .p-productRvp__faqNavTxt {
  color: #fff;
}
.p-productRvp__faqNavItem.is-active .p-productRvp__faqNavBtn {
  background: #fff;
}
.p-productRvp__faqNavItem.is-active .p-productRvp__faqNavBtn::after {
  background: #10941E;
}
.p-productRvp__faqNavItem:not(.is-active):hover {
  background: #10941E;
}
.p-productRvp__faqNavItem:not(.is-active):hover .p-productRvp__faqNavTxt {
  color: #fff;
}
.p-productRvp__faqNavItem:not(.is-active):hover .p-productRvp__faqNavBtn {
  background: #fff;
}
.p-productRvp__faqNavItem:not(.is-active):hover .p-productRvp__faqNavBtn::after {
  background: #10941E;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__faqNavItem {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__faqNavItem {
    width: 200px;
    max-width: calc(50% - 20px);
    height: 50px;
    padding: 0 10px 0 1em;
  }
}
.p-productRvp__faqNavTxt {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__faqNavTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__faqNavTxt {
    font-size: 0.875rem;
  }
}
.p-productRvp__faqNavBtn {
  position: relative;
  aspect-ratio: 1/1;
  width: 30px;
  height: auto;
  border-radius: 50%;
  background: #10941E;
  transition: all 0.3s ease-out;
}
.p-productRvp__faqNavBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease-out;
}
.p-productRvp__faqItem {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.p-productRvp__faqItem:not(:last-child) {
  margin-bottom: 20px;
}
.p-productRvp__faqItem.is-open {
  color: #fff;
  background: #10941E;
}
.p-productRvp__faqItem.is-open .p-productRvp__questionIcon {
  color: #fff;
}
.p-productRvp__faqItem.is-open .p-productRvp__openIcon::before, .p-productRvp__faqItem.is-open .p-productRvp__openIcon::after {
  background: #fff;
}
.p-productRvp__faqItem.is-open .p-productRvp__openIcon::after {
  height: 0;
}
.p-productRvp__question, .p-productRvp__answer {
  padding: 1.5em 3em;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__question, .p-productRvp__answer {
    padding: 1.2em 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__question, .p-productRvp__answer {
    padding: 1em 20px;
  }
}
.p-productRvp__question {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-productRvp__answer {
  position: relative;
  display: none;
  border-top: 2px dashed #fff;
}
.p-productRvp__answerWrap {
  display: flex;
  gap: 1em;
}
.p-productRvp__questionIcon, .p-productRvp__answerIcon {
  width: 1.5em;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .p-productRvp__questionIcon, .p-productRvp__answerIcon {
    width: 1.2em;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-productRvp__questionIcon, .p-productRvp__answerIcon {
    width: 0.8em;
    font-size: 1.875rem;
  }
}
.p-productRvp__questionIcon {
  color: #10941E;
}
.p-productRvp__answerIcon {
  color: #fff;
}
.p-productRvp__openIcon {
  position: relative;
  width: 20px;
  height: 20px;
}
.p-productRvp__openIcon::before, .p-productRvp__openIcon::after {
  content: "";
  position: absolute;
  border-radius: 1px;
  background: #141414;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.p-productRvp__openIcon::before {
  width: 100%;
  height: 2px;
}
.p-productRvp__openIcon::after {
  width: 2px;
  height: 100%;
}
.p-productRvp__questionTxt, .p-productRvp__answerTxt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-productRvp__questionTxt, .p-productRvp__answerTxt {
    line-height: 1.6;
  }
}
.p-productRvp__answerTxt {
  color: #fff;
}
.p-productRvp__answerTxt--caution {
  font-weight: 700;
}

.p-company {
  margin-top: 270px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1239px) {
  .p-company {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}
.p-company__lead {
  margin-bottom: 200px;
}
@media screen and (max-width: 1239px) {
  .p-company__lead {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__lead {
    margin-bottom: 100px;
  }
}
.p-company__leadTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1239px) {
  .p-company__leadTtl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__leadTtl {
    margin-bottom: 40px;
  }
}
.p-company__leadTxt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-company__leadTxt {
    margin-bottom: 40px;
  }
}
.p-company__nameWrap {
  text-align: right;
}
.p-company__position {
  margin-bottom: 10px;
  padding-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-company__position {
    margin-bottom: 5px;
  }
}
.p-company__nameImgWrap {
  width: 200px;
  margin-left: auto;
}
@media screen and (max-width: 1239px) {
  .p-company__nameImgWrap {
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__nameImgWrap {
    width: 150px;
  }
}

.p-companyTable {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1239px) {
  .p-companyTable {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-companyTable {
    gap: 25px;
  }
}
.p-companyTable__ttl {
  flex: 1;
}
.p-companyTable__info {
  width: 670px;
  max-width: 80%;
}
@media screen and (max-width: 1239px) {
  .p-companyTable__info {
    width: 100%;
    max-width: 100%;
  }
}
.p-companyTable__wrap {
  width: 100%;
  border-collapse: collapse;
}
.p-companyTable__wrap th,
.p-companyTable__wrap td {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .p-companyTable__wrap th,
.p-companyTable__wrap td {
    padding: 0.25em 1em;
  }
}
.p-companyTable__line {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-companyTable__line {
    flex-direction: column;
    font-size: 0.875rem;
    align-items: flex-start;
    padding: 1em 0;
  }
}
.p-companyTable__line::before, .p-companyTable__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-companyTable__line::before {
  width: 100%;
  background: #cccccc;
}
.p-companyTable__line::after {
  width: 150px;
  background: #10941E;
}
@media screen and (max-width: 1239px) {
  .p-companyTable__line::after {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyTable__line::after {
    width: 90px;
  }
}
.p-companyTable__itemTtl {
  text-transform: uppercase;
  width: 150px;
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .p-companyTable__itemTtl {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyTable__itemTtl {
    width: 100%;
    color: #10941E;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-left: -0.1em;
  }
}
.p-companyTable__txt {
  flex: 1;
}

.p-contact {
  margin-top: 270px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1239px) {
  .p-contact {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}
.p-contact__ttlWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  .p-contact__ttlWrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__ttlWrap {
    margin-bottom: 60px;
  }
}
.p-contact__ttl {
  margin-bottom: 0.7em;
}
.p-contact__subTtl {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__subTtl {
    font-size: 0.875rem;
  }
}
.p-contact__subTtl--caution {
  color: #E93030;
}
.p-contact__formWrap {
  padding: 80px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1239px) {
  .p-contact__formWrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__formWrap {
    padding: 40px 15px;
  }
}
.p-contact__form {
  width: 100%;
}
.p-contact__item {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 28px 0.5em 30px;
  }
}
.p-contact__item::before, .p-contact__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-contact__item::before {
  width: 100%;
  background: #cccccc;
}
.p-contact__item::after {
  width: 180px;
  background: #10941E;
}
@media screen and (max-width: 767px) {
  .p-contact__item::after {
    width: 90px;
  }
}
.p-contact__label, .p-contact__inputWrap {
  padding: 30px 0.5em;
}
@media screen and (max-width: 767px) {
  .p-contact__label, .p-contact__inputWrap {
    padding: 0;
  }
}
.p-contact__label {
  width: 180px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 0.875rem;
  }
}
.p-contact__inputWrap {
  flex: 1;
  width: 100%;
}
.p-contact__input {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 0 0.5em;
}
.p-contact__textarea {
  width: 100%;
  border: 1px solid #cccccc;
  resize: vertical;
  min-height: 180px;
  padding: 0 0.5em;
}
.p-contact__privacy {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-contact__link {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-decoration: underline;
  color: #3B35E2;
  transition: all 0.3s ease-out;
  text-underline-offset: 1px;
}
@media screen and (max-width: 767px) {
  .p-contact__link {
    font-size: 0.875rem;
  }
}
.p-contact__link:hover {
  color: #67716b;
}
.p-contact__btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100%;
  height: 60px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0% 100%);
  background: url(../img/img-ctaBtn.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__btnWrap {
    height: 50px;
    background: url(../img/img-ctaBtn-sp.svg) no-repeat center center/cover;
  }
}
.p-contact__btnWrap.--caution {
  background: url(../img/img-ctaBtn_caution.svg) no-repeat center center/cover;
}
.p-contact__btnWrap.--caution .p-contact__btn--content {
  color: #fff;
  padding-right: 0;
}
.p-contact__btnWrap.--caution .p-contact__btn--content::after {
  content: none;
}
.p-contact__btnWrap.--caution:hover {
  background: url(../img/img-ctaBtn.svg) no-repeat center center/cover;
}
.p-contact__btnWrap.--caution:hover .p-contact__btn--content {
  color: #10941E;
}
@media screen and (max-width: 767px) {
  .p-contact__btnWrap.--caution {
    background: url(../img/img-ctaBtn_caution-sp.svg) no-repeat center center/cover;
  }
}
.p-contact__btnWrap:hover {
  background: url(../img/img-ctaBtn_caution.svg) no-repeat center center/cover;
}
.p-contact__btnWrap:hover .p-contact__btn--content {
  color: #fff;
}
.p-contact__btnWrap:hover .p-contact__btn--content::after {
  background: url(../img/icon-newWindow.svg) no-repeat center center/cover;
}
.p-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0% 100%);
}
.p-contact__btn--content {
  position: relative;
  color: #10941E;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-right: 1.5em;
  transition: all 0.3s ease-out;
}
.p-contact__btn--content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  background: url(../img/icon-newWindow_caution.svg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}

.p-privacy {
  margin-top: 270px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1239px) {
  .p-privacy {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-top: 120px;
  }
}
.p-privacy__lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  .p-privacy__lead {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    margin-bottom: 60px;
  }
}
.p-privacy__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-privacy__item {
    gap: 20px;
  }
}
.p-privacy__item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-privacy__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-privacy__list {
  position: relative;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.p-privacy__listItem:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-privacy__listChild {
  margin-top: 0.5em;
}
.p-privacy__listChild:is(ol) li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy__listChild:is(ol) li:first-child::before {
  content: "①";
}
.p-privacy__listChild:is(ol) li:nth-child(2)::before {
  content: "②";
}
.p-privacy__listChild:is(ol) li:nth-child(3)::before {
  content: "③";
}
.p-privacy__listChild:is(ol) li:nth-child(4)::before {
  content: "④";
}
.p-privacy__listChild:is(ol) li:nth-child(5)::before {
  content: "⑤";
}
.p-privacy__listChild:is(ul) {
  margin-bottom: 0.5em;
}
.p-privacy__listChild:is(ul) li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy__listChild:is(ul) li:first-child::before {
  content: "ア";
}
.p-privacy__listChild:is(ul) li:nth-child(2)::before {
  content: "イ";
}
.p-privacy__listChild:is(ul) li:nth-child(3)::before {
  content: "ウ";
}
.p-privacy__listChild:is(ul) li:nth-child(4)::before {
  content: "エ";
}
.p-privacy__listChild:is(ul) li:nth-child(5)::before {
  content: "オ";
}
.p-privacy__listChildItem {
  position: relative;
  padding-left: 1.2em;
}
.p-privacy__listChildItem:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-404 {
  position: relative;
  height: calc(100svh - 75px);
}
@media screen and (max-width: 767px) {
  .p-404 {
    height: calc(100svh - 50px);
  }
}
.p-404__wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-404__ttl {
  font-size: 3.75rem;
  text-align: center;
  color: #10941E;
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 2.5rem;
  }
}
.p-404__message {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-404__message {
    margin-bottom: 40px;
  }
}
.p-404__head {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-404__head {
    font-size: 1.0625rem;
  }
}
.p-404__txt {
  line-height: 2;
}
.p-404__btn {
  margin: auto;
}
.p-404__comingWrap {
  text-align: center;
  margin-bottom: 40px;
}
.p-404__coming {
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #10941E;
  text-transform: uppercase;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2em;
}
.p-404__coming.--404 {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-404__coming {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .p-404__coming {
    font-size: 2.1875rem;
  }
}
.p-404__comingSub {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__comingSub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .p-404__comingSub {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1240px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1239px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .u-minTab-only {
    display: none;
  }
}
@media screen and (max-width: 1239px) {
  .u-minTab-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-minTab-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-minTab-none {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 1239px) {
  .u-tab-only {
    display: block;
  }
}

@media screen and (max-width: 1239px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-pc-only {
    display: none;
  }
}

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

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