@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  color: #3C3C3C;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-top: 0rem;
    padding-left: 0.875rem;
  }
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.75rem;
  }
}
.l-header__logo {
  position: relative;
  top: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 0rem;
    gap: 0.5rem;
  }
}
.l-header__logo img {
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 2.5rem;
  }
}
.l-header__logo h1 {
  color: #003700;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1 {
    color: #004500;
    font-size: 1.125rem;
    line-height: 1.4864864865;
  }
}
.l-header__logo h1 span {
  display: block;
  color: #3C3C3C;
  font-size: 0.875rem;
  padding-left: 0.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1 span {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.l-header__logo p {
  color: #003700;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .l-header__logo p {
    color: #004500;
    font-size: 1.125rem;
    line-height: 1.4864864865;
  }
}
.l-header__logo p span {
  display: block;
  color: #3C3C3C;
  font-size: 1.125rem;
  padding-left: 0.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .l-header__logo p span {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}
.l-header__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #003700;
  font-family: din-condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-top: 0.5rem;
}
.l-header__tel::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  background-image: url(../imgs/tel_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.625rem;
}

.l-header-nav {
  width: 100%;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header-nav__list {
  position: relative;
  width: 100%;
  border-right: 1.5px solid #3C3C3C;
}
.l-header-nav__list:first-child {
  border-left: 1.5px solid #3C3C3C;
}
.l-header-nav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 1rem 1.125rem;
  z-index: 2;
}
.l-header-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 0.6875rem;
  background-image: url(../imgs/arrow_green_down.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover::before {
  bottom: -1.375rem;
}
.l-header-nav__link_noicon::before {
  display: none;
}
.l-header-nav__lists02 {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.75rem;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  padding: 0rem 0.625rem 0rem 1.25rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.l-header-nav__link02 {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.l-header-nav__link02::before {
  content: ">";
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.l-header-nav__list:hover .l-header-nav__lists02 {
  height: auto;
  padding: 3.75rem 0.625rem 2.5rem 1.25rem;
  overflow: visible;
}

.l-header-navSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-navSp {
    display: block;
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.l-header-navSp ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.0625rem;
  background: #ffffff;
}
.l-header-navSp li {
  width: 100%;
}
.l-header-navSp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #336A33;
}
.l-header-navSp__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../imgs/nav_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.l-header-navSp__link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #707070;
}
.l-header-navSp__link02::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.78125rem;
  height: 1.25rem;
  background-image: url(../imgs/nav_icon02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.l-header-navSp__link03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #336A33;
}
.l-header-navSp__link03::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.9375rem;
  height: 1.125rem;
  background-image: url(../imgs/nav_icon03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}

.l-main {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}
.l-main__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.l-side {
  width: 100%;
}
.l-side__inner {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  background-image: url(../imgs/footer_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: none;
    padding-bottom: 3.75rem;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 2.1875rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: none;
  }
}
.l-footer__wrapper {
  width: 100%;
  max-width: 37.8125rem;
  margin-left: auto;
}
.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.4px solid #003700;
  margin-bottom: 1.25rem;
}
.l-footer__img {
  width: 100%;
  max-width: 23.5625rem;
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 10.875rem;
  height: 4.5625rem;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4736842105;
  letter-spacing: 0.1em;
  background: #003700;
}
.l-footer__address {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3.125rem;
}
.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5625rem;
  margin-bottom: 3.125rem;
}
.l-footer__column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.l-footer__column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
}
.l-footer__title {
  color: #003700;
  font-family: kepler-std, serif;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
}
.l-footer__subTitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.9375rem;
}
.l-footer__cope {
  text-align: center;
  background: #3C3C3C;
  padding: 1.9375rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    background: #ffffff;
    padding: 1.25rem 0;
  }
}
.l-footer__cope small {
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__cope small {
    color: #4D4D4D;
    font-size: 0.8125rem;
    letter-spacing: 0em;
  }
}

.l-footer-nav_mb {
  margin-bottom: 2.8125rem;
}
.l-footer-nav ul {
  padding-left: 1.25rem;
}
.l-footer-nav li {
  margin-bottom: 0.625rem;
  list-style: disc;
}
.l-footer-nav li:last-child {
  margin-bottom: 0;
}
.l-footer-nav a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.75rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 1rem;
  background: #003700;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-button {
    background: #004500;
  }
}
.c-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  width: 0.6875rem;
  height: 1rem;
  background-image: url(../imgs/arrow_white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-button_gray {
  background: #3C3C3C;
}

.c-button-box {
  width: 100%;
  max-width: 48.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-button-box {
    max-width: 19.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}
.c-button-box__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 1rem;
  background: #003700;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-button-box__btn {
    height: 2.5rem;
    font-size: 0.9375rem;
    padding-right: 0.625rem;
    background: #004500;
  }
}
.c-button-box__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url(../imgs/arrow_white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button-box__btn::before {
    width: 0.5rem;
    height: 0.71875rem;
  }
}
.c-button-box__btn_gray {
  background: #3C3C3C;
}

#page-top {
  position: fixed;
  bottom: 2.5rem;
  right: 1.25rem;
  width: 5rem;
  z-index: 10;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 4.875rem;
    right: 1.875rem;
    width: 2.5rem;
  }
}

.c-band {
  text-align: center;
}
.c-band__title {
  /* テキストを透明に設定 */
  color: transparent;
  /* 線形グラデーションを背景として設定。上半分は緑色、下半分は黒色 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #003700), color-stop(50%, #3C3C3C));
  background: linear-gradient(to bottom, #003700 50%, #3C3C3C 50%);
  /* 背景をテキストにクリップ */
  -webkit-background-clip: text;
  /* フォールバックとしてのテキストの色を設定（非対応ブラウザ用） */
  -webkit-text-fill-color: transparent;
  /* 他のブラウザでの対応 */
  background-clip: text;
  text-fill-color: transparent;
  font-family: kepler-std, serif;
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-band__title {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #004500), color-stop(50%, #3C3C3C));
    background: linear-gradient(to bottom, #004500 50%, #3C3C3C 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.8125rem;
    margin-bottom: 0.25rem;
  }
}
.c-band__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-band__text {
    font-size: 0.9375rem;
  }
}

.c-list {
  position: relative;
  width: 100%;
  margin-top: -3.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-list {
    margin-top: -2.8125rem;
  }
}

.c-list-tag {
  width: 100%;
  max-width: 48.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-list-tag {
    max-width: 19.375rem;
  }
}
.c-list-tag__list {
  cursor: pointer;
  width: 100%;
  max-width: 21.875rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 1rem 0 1.25rem 0;
  background: #003700;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-list-tag__list {
    max-width: 9.375rem;
    font-size: 0.9375rem;
    padding: 0.9375rem 0;
    background: #004500;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
}
.c-list-tag__list_gray {
  background: #3C3C3C;
}

.c-list-item {
  position: relative;
  width: 100%;
  border-top: 0.53125rem solid #003700;
  padding: 3.75rem 0;
  background-image: url(../imgs/list_bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-list-item {
    border-top: 0.25rem solid #004500;
    padding: 1.25rem 0;
    background-image: url(../imgs/list_bg_sp.jpg);
  }
}
.c-list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.3);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-list-item::before {
    background: rgba(0, 69, 0, 0.3);
  }
}
.c-list-item__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 0.1875rem #003700;
}
.c-list-item__lists {
  position: relative;
  width: 100%;
  max-width: 73.875rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 0rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-list-item__lists {
    max-width: 21.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 0.625rem;
    z-index: 3;
  }
}
.c-list-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.875rem;
  height: 5rem;
  color: #003700;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  padding-right: 1.125rem;
  background: #ffffff;
  border-radius: 0.625rem;
  border: 1px solid #003700;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-list-item__link {
    width: 10.3125rem;
    height: 3.125rem;
    color: #004500;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    border: 1px solid #004500;
  }
}
.c-list-item__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url(../imgs/arrow_green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-list-item__link::before {
    right: 0.625rem;
    width: 0.53125rem;
    height: 0.78125rem;
    background-image: url(../imgs/arrow_green_sp.png);
  }
}
.c-list-item_gray {
  display: none;
  border-top: 0.53125rem solid #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-list-item_gray {
    border-top: 0.25rem solid #3C3C3C;
  }
}
.c-list-item_gray::before {
  background: rgba(60, 60, 60, 0.3);
}
.c-list-item_gray .c-list-item__link {
  color: #3C3C3C;
  border: 1px solid #3C3C3C;
}
.c-list-item_gray .c-list-item__link::before {
  background-image: url(../imgs/arrow_gray.png);
}

.c-content {
  position: relative;
  width: 100%;
  background-image: url(../imgs/bg_img.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-content {
    background-image: url(../imgs/bg_img_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.c-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    top: 0rem;
    right: 0rem;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    background: #004500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 1.625rem;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0.875rem;
}
.c-hamburger span:nth-child(2) {
  top: 1.375rem;
}
.c-hamburger span:nth-child(3) {
  top: 1.875rem;
}
.c-hamburger__text {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

.c-hamburger.active span:nth-child(1) {
  top: 1.375rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 1.375rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger-nav {
  display: block;
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background: #004500;
  padding-top: 5rem;
}
.c-hamburger-nav ul {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.c-hamburger-nav li {
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li {
    font-size: 0.875rem;
  }
}
.c-hamburger-nav li a {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 1.25rem 1.25rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li a {
    font-size: 0.875rem;
  }
}
.c-hamburger-nav li p {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 1.25rem 1.25rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li p {
    font-size: 0.875rem;
  }
}
.c-hamburger-nav li span {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  margin-left: 1.25rem;
}
.c-hamburger-nav .sub-menu {
  display: none;
}
.c-hamburger-nav .sub-menu li {
  padding-left: 0.625rem;
}
.c-hamburger-nav .sub-menu li:first-child {
  border-top: none;
}
.c-hamburger-nav .sub-menu li:last-child {
  border-bottom: none;
}
.c-hamburger-nav .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* このクラスを、jQueryで付与・削除する */
.c-hamburger-nav.active {
  z-index: 997;
  opacity: 1;
}

.c-hamburger-list > a:hover {
  opacity: 1;
}

.c-hamburger-list {
  position: relative;
}
.c-hamburger-list::before {
  position: absolute;
  top: 1.8125rem;
  right: 0.625rem;
  content: "";
  color: #ffffff;
  width: 1.25rem;
  height: 0.125rem;
  margin-right: 0.9375rem;
  background-color: #ffffff;
}
.c-hamburger-list::after {
  position: absolute;
  top: 1.8125rem;
  right: 0.625rem;
  content: "";
  color: #ffffff;
  width: 1.25rem;
  height: 0.125rem;
  margin-right: 0.9375rem;
  background-color: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-list.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* 180度から0度に変更 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* トランジションの時間を定義 */
}

.p-front {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front_mb {
    margin-bottom: 7.5rem;
  }
}
.p-front__title {
  position: absolute;
  top: 10rem;
  left: 2.5rem;
  max-height: 30rem;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-front__title {
    top: 6.375rem;
    left: 1.0625rem;
    width: calc(100% - 2.125rem);
    max-height: 16.875rem;
    font-size: 1.125rem;
  }
}
.p-front__title_main {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__title_main {
    font-size: 1.375rem;
  }
}
.p-front__title_pozi {
  position: absolute;
  z-index: 2;
  width: calc(100% - 2.125rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__title_pozi {
    font-size: 1rem;
  }
}
.p-front__title span {
  display: inline-block;
  background: #ffffff;
  margin: 0.375rem 0rem;
  padding: 0.375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-front__thumbnail img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 6.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-front-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    top: 100%;
    bottom: auto;
    max-width: 100%;
    z-index: 2;
  }
}
.p-front-news__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-news__titleBox {
  width: 8.125rem;
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.25rem;
  background: #003700;
}
@media screen and (max-width: 767px) {
  .p-front-news__titleBox {
    width: 4.6875rem;
    min-height: 7.5rem;
    gap: 0.125rem;
    background: #004500;
  }
}
.p-front-news__title {
  color: #ffffff;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .p-front-news__title {
    font-size: 0.9375rem;
  }
}
.p-front-news__all {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .p-front-news__all {
    font-size: 0.625rem;
  }
}
.p-front-news__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 8.125rem);
  min-height: 7.5rem;
  background: rgba(0, 55, 0, 0.4);
  padding: 0rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__lists {
    width: calc(100% - 4.6875rem);
    min-height: 7.5rem;
    padding: 0rem 1.0625rem;
    background: rgba(0, 69, 0, 0.4);
  }
}
.p-front-news__list {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.p-front-news__list:last-child {
  border-bottom: none;
}
.p-front-news__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  padding: 1.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem;
    padding: 0.625rem 0;
  }
}
.p-front-news__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 0.9375rem;
  height: 1.3125rem;
  background-image: url(../imgs/news_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-news__link::before {
    display: none;
  }
}
.p-front-news__time {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-front-news__text {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-front-news__thumbnail {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-front-slider {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-slider {
    display: none;
  }
}
.p-front-slider_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-slider_sp {
    display: block;
  }
}
.p-front-slider__list {
  position: relative;
}
.p-front-slider__img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-front-slider__img {
    height: 25.75rem;
  }
}

/* Slickドットのスタイル */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6875rem;
  padding: 0.75rem 0;
}

.slick-dots li button {
  /* ボタンのテキスト（数字）を隠す */
  font-size: 0;
  /* ドットを表示するためのスタイル */
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #80A280;
}

/* アクティブなドットのスタイル */
.slick-dots li.slick-active button {
  background: #004500;
}

.p-trouble {
  width: 100%;
  background-image: url(../imgs/trouble_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    background-image: url(../imgs/trouble_bg_sp.png);
  }
}
.p-trouble__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.4375rem 0rem 4.6875rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__inner {
    padding: 1.0625rem 1.0625rem 1.875rem 1.0625rem;
  }
}
.p-trouble__wrapper {
  position: relative;
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__wrapper {
    padding-top: 2.25rem;
  }
}
.p-trouble__icon {
  position: absolute;
  top: 0.625rem;
  right: 11.25rem;
  width: 11.875rem;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-trouble__icon {
    top: 1rem;
    right: -0.6875rem;
    width: 4.125rem;
  }
}
.p-trouble__box {
  width: 100%;
  max-width: 66.875rem;
  margin: 2.6875rem auto 3.5625rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-trouble__box {
    max-width: 20.3125rem;
    margin: 1.625rem auto 2.125rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0rem;
  }
}
.p-trouble__arrow {
  width: 9.375rem;
  margin: 0 auto 3.125rem auto;
}
@media screen and (max-width: 767px) {
  .p-trouble__arrow {
    width: 6.875rem;
    margin: 0 auto 1.875rem auto;
  }
}
.p-trouble__text {
  margin: 0 auto;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.5rem;
  line-height: 2.125;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trouble__text {
    max-width: 19.375rem;
    font-size: 0.875rem;
    line-height: 1.9642857143;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.p-trouble-item {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  background-image: url(../imgs/trouble_bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.0625rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item {
    border-radius: 0.3125rem;
    background-image: url(../imgs/trouble_bg02_sp.jpg);
    padding: 1.5625rem 1.875rem;
  }
}
.p-trouble-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.5);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item::before {
    background: rgba(0, 69, 0, 0.5);
    border-radius: 0.3125rem;
  }
}
.p-trouble-item__inner {
  position: relative;
  z-index: 2;
}
.p-trouble-item__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-trouble-item__text {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0.9375rem;
  }
}
.p-trouble-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.625rem;
  height: 3.625rem;
  color: #003700;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #ffffff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__link {
    width: 12.5rem;
    height: 2.8125rem;
    color: #004500;
    font-size: 1rem;
    border-radius: 1.875rem;
  }
}
.p-trouble-item__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.3125rem;
  width: 0.75rem;
  height: 1.0625rem;
  background-image: url(../imgs/arrow_green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__link::before {
    right: 1.0625rem;
    width: 0.59375rem;
    height: 0.84375rem;
    background-image: url(../imgs/arrow_green_sp.png);
  }
}

.p-trouble-card {
  width: 100%;
  max-width: 8.125rem;
  text-align: center;
}
.p-trouble-card__img {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-card__img {
    max-width: 5.625rem;
    margin: 0 auto 0.4375rem auto;
  }
}
.p-trouble-card__text {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-trouble-card__text {
    font-size: 0.8125rem;
  }
}

.p-gastro {
  position: relative;
  width: 100%;
  background-image: url(../imgs/gastro_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -3.375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-gastro {
    background-image: url(../imgs/gastro_bg_sp.png);
    margin-top: -1.0625rem;
  }
}
.p-gastro__inner {
  width: 100%;
  padding: 7.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-gastro__inner {
    padding: 4.375rem 0 4.6875rem 0;
  }
}
.p-gastro__wrapper {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto 3.125rem auto;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-gastro__wrapper {
    margin: 0 auto 1.25rem auto;
    padding-left: 0rem;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
  }
}
.p-gastro__icon {
  position: absolute;
  top: -14.375rem;
  left: 2.8125rem;
  width: 12.6875rem;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-gastro__icon {
    top: -5.125rem;
    left: auto;
    right: 0.625rem;
    width: 5.3125rem;
    z-index: 3;
  }
}
.p-gastro__icon02 {
  position: absolute;
  top: -8.4375rem;
  right: 0rem;
  width: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__icon02 {
    top: 8.75rem;
    right: 0.625rem;
    width: 4.375rem;
  }
}
.p-gastro__leftBox {
  width: 100%;
  max-width: 38.75rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__leftBox {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.p-gastro__rightBox {
  width: 100%;
  max-width: 32.1875rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__rightBox {
    max-width: 100%;
    padding-right: 1.4375rem;
  }
}
.p-gastro__img {
  position: relative;
  border-left: 1px solid #3C3C3C;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__img {
    max-width: 17.8125rem;
    margin: 0 auto;
  }
}
.p-gastro__img img {
  border-radius: 0.625rem;
}
.p-gastro__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #3C3C3C;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__img::before {
    width: 3.125rem;
  }
}
.p-gastro__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #3C3C3C;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-gastro__img::after {
    width: 3.125rem;
  }
}
.p-gastro__text {
  max-width: 29.6875rem;
  margin: 2.1875rem auto 0 auto;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-gastro__text {
    max-width: 19.375rem;
    margin: 1.5625rem auto 0 auto;
    letter-spacing: 0.02em;
  }
}
.p-gastro__box {
  width: 100%;
  max-width: 66.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-gastro__box {
    max-width: 20.3125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}

.p-gastro-card {
  display: block;
  width: 100%;
  max-width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-gastro-card {
    max-width: 100%;
  }
}
.p-gastro-card__img {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-gastro-card__img {
    margin-bottom: 0rem;
  }
}
.p-gastro-card__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-gastro-card__title {
    font-size: 0.9375rem;
    padding: 0 0.5rem;
  }
}
.p-gastro-card__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/arrow_en.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-gastro-card__title::before {
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-colono {
  position: relative;
  width: 100%;
  background-image: url(../imgs/colono_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 1.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-colono {
    background-image: url(../imgs/colono_bg_sp.png);
    margin-top: 0.9375rem;
  }
}
.p-colono__inner {
  width: 100%;
  padding: 7.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-colono__inner {
    padding: 4.375rem 0 4.6875rem 0;
  }
}
.p-colono__wrapper {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto 3.125rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-colono__wrapper {
    margin: 0 auto 1.25rem auto;
    padding-left: 0rem;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
  }
}
.p-colono__icon {
  position: absolute;
  top: -8.75rem;
  right: -0.9375rem;
  width: 12.6875rem;
  opacity: 0.3;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-colono__icon {
    top: -5.125rem;
    left: auto;
    right: 0.625rem;
    width: 5.3125rem;
    z-index: 3;
  }
}
.p-colono__icon02 {
  position: absolute;
  top: 15.3125rem;
  left: -0.625rem;
  width: 5.1875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-colono__icon02 {
    top: 8.75rem;
    left: auto;
    right: 0.625rem;
    width: 4.375rem;
  }
}
.p-colono__leftBox {
  width: 100%;
  max-width: 40.625rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-colono__leftBox {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.p-colono__rightBox {
  width: 100%;
  max-width: 32.1875rem;
}
@media screen and (max-width: 767px) {
  .p-colono__rightBox {
    max-width: 100%;
    padding-right: 1.4375rem;
  }
}
.p-colono__img {
  position: relative;
  border-left: 1px solid #3C3C3C;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-colono__img {
    max-width: 17.8125rem;
    margin: 0 auto;
  }
}
.p-colono__img img {
  border-radius: 0.625rem;
}
.p-colono__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #3C3C3C;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-colono__img::before {
    width: 3.125rem;
  }
}
.p-colono__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #3C3C3C;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-colono__img::after {
    width: 3.125rem;
  }
}
.p-colono__text {
  max-width: 29.6875rem;
  margin: 2.1875rem auto 0 auto;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-colono__text {
    max-width: 19.375rem;
    margin: 1.5625rem auto 0 auto;
    letter-spacing: 0.02em;
  }
}
.p-colono__box {
  width: 100%;
  max-width: 66.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-colono__box {
    max-width: 20.3125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}

.p-colono-card {
  display: block;
  width: 100%;
  max-width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-colono-card {
    max-width: 100%;
  }
}
.p-colono-card__img {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-colono-card__img {
    margin-bottom: 0rem;
  }
}
.p-colono-card__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-colono-card__title {
    font-size: 0.9375rem;
    padding: 0 0.5rem;
  }
}
.p-colono-card__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/arrow_en.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-colono-card__title::before {
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-card {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-card {
    margin-top: 1.25rem;
  }
}
.p-card__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-card__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-card__box {
  position: relative;
  width: 100%;
  min-height: 23.125rem;
  background-image: url(../imgs/card_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0.3125rem solid #003700;
}
@media screen and (max-width: 767px) {
  .p-card__box {
    min-height: 8.625rem;
    border-bottom: 0.15625rem solid #004500;
    background-image: url(../imgs/card_bg_sp.png);
  }
}
.p-card__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.4);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-card__box::before {
    background: rgba(0, 69, 0, 0.4);
  }
}
.p-card__box_bg02 {
  background-image: url(../imgs/card_bg02.jpg);
  border-bottom: 0.3125rem solid #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-card__box_bg02 {
    background-image: url(../imgs/card_bg02_sp.png);
    border-bottom: 0.15625rem solid #3C3C3C;
  }
}
.p-card__box_bg02::before {
  background: rgba(60, 60, 60, 0.6);
}
.p-card__box_bg03 {
  background-image: url(../imgs/card_bg03.jpg);
}
@media screen and (max-width: 767px) {
  .p-card__box_bg03 {
    background-image: url(../imgs/card_bg03_sp.png);
  }
}
.p-card__box_bg03::before {
  background: rgba(0, 55, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-card__box_bg03::before {
    background: rgba(0, 69, 0, 0.4);
  }
}
.p-card__box_in {
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
  position: relative;
  padding: 4.875rem 0 1.875rem 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-card__box_in {
    max-width: 19.375rem;
    padding: 1.25rem 0;
  }
}
.p-card__title {
  color: #ffffff;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 1.25rem;
    letter-spacing: 0.18em;
  }
}
.p-card__eng {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-card__eng {
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
  }
}
.p-card__text {
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-card__text {
    letter-spacing: 0.02em;
    margin-bottom: 0.9375rem;
  }
}
.p-card__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  color: #003700;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 0.1875rem;
  background: #ffffff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-card__link {
    max-width: 12.1875rem;
    height: 2.1875rem;
    color: #004500;
    font-size: 0.9375rem;
    margin: 0 auto;
  }
}
.p-card__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.6875rem;
  height: 1rem;
  background-image: url(../imgs/arrow_green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-card__link::before {
    right: 0.9375rem;
    width: 0.5rem;
    height: 0.71875rem;
    background-image: url(../imgs/arrow_green_sp.png);
  }
}
.p-card__link_gray {
  color: #3C3C3C;
}
.p-card__link_gray::before {
  background-image: url(../imgs/arrow_gray.png);
}

.p-reason {
  position: relative;
  width: 100%;
  background: url(../imgs/reason_bg.png) no-repeat center center/100% 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason {
    background: url(../imgs/reason_bg_sp.png) no-repeat center center/100% 100%;
  }
}
.p-reason__inner {
  position: relative;
  width: 100%;
  max-width: 73.4375rem;
  margin: 0 auto;
  padding: 3.75rem 0 16.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 2.1875rem 1.0625rem 3.125rem 1.0625rem;
  }
}
.p-reason__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-reason__icon {
  position: absolute;
  top: 3rem;
  left: 3.625rem;
  width: 12.6875rem;
  opacity: 0.3;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-reason__icon {
    top: 1.4375rem;
    left: 1.1875rem;
    width: 4.125rem;
  }
}
.p-reason__icon02 {
  position: absolute;
  top: 7.75rem;
  right: 2.125rem;
  width: 7.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason__icon02 {
    top: 50.625rem;
    left: 0.625rem;
    right: auto;
    width: 4.6875rem;
    z-index: 3;
  }
}
.p-reason__icon03 {
  position: absolute;
  top: 80rem;
  left: -1.0625rem;
  width: 7.6875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason__icon03 {
    top: 78.125rem;
    left: auto;
    right: 1.25rem;
    width: 3.8125rem;
    z-index: 3;
  }
}
.p-reason__icon04 {
  position: absolute;
  top: 132.3125rem;
  right: -0.1875rem;
  width: 7.6875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason__icon04 {
    top: 107.8125rem;
    left: 0.625rem;
    right: auto;
    width: 4.6875rem;
    z-index: 3;
  }
}
.p-reason__icon05 {
  position: absolute;
  bottom: -11.875rem;
  right: -6.5625rem;
  width: 28.1875rem;
  opacity: 0.3;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason__icon05 {
    bottom: -13.125rem;
    left: -0.625rem;
    right: auto;
    width: 14.0625rem;
  }
}
.p-reason__icon06 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-reason__icon06 {
    top: 135.625rem;
    right: 1.25rem;
    width: 3.8125rem;
    z-index: 3;
  }
}

.p-reason-item {
  position: relative;
  width: 100%;
  min-height: 40.625rem;
  margin: 4.0625rem auto 2.8125rem auto;
}
@media screen and (max-width: 767px) {
  .p-reason-item {
    min-height: auto;
    margin: 1.875rem auto 2.5rem auto;
  }
}
.p-reason-item__imgBox {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item__imgBox {
    max-width: 20.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-reason-item__imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.5);
  border-radius: 0.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-item__imgBox::before {
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 69, 0, 0.5);
    border-radius: 0.3125rem;
  }
}
.p-reason-item__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  z-index: 2;
}
.p-reason-item__img02 {
  position: absolute;
  top: 15.9375rem;
  left: 1.625rem;
  width: 100%;
  max-width: 15.625rem;
  border-radius: 0.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item__img02 {
    top: 7.5rem;
    left: auto;
    right: 5.1875rem;
    width: 100%;
    max-width: 6.25rem;
  }
}
.p-reason-item__img03 {
  position: absolute;
  top: 18.4375rem;
  left: 17.875rem;
  width: 100%;
  max-width: 15.625rem;
  border-radius: 0.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item__img03 {
    top: 8.125rem;
    left: auto;
    right: -0.9375rem;
    width: 100%;
    max-width: 6.25rem;
  }
}
.p-reason-item__number {
  position: absolute;
  top: 23.75rem;
  right: 0rem;
  color: #003700;
  font-family: kepler-std, serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-item__number {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    color: #004500;
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
}
.p-reason-item__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003700;
}
@media screen and (max-width: 767px) {
  .p-reason-item__number::before {
    background: #004500;
    bottom: 0.625rem;
  }
}
.p-reason-item__number span {
  display: inline-block;
  font-size: 6.25rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item__number span {
    font-size: 4.0625rem;
  }
}
.p-reason-item__box {
  position: absolute;
  top: 28.75rem;
  right: 11.25rem;
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item__box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
}
.p-reason-item__title {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item__title {
    font-size: 1.0625rem;
    margin-bottom: 1.125rem;
  }
}
.p-reason-item__text {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-reason-item__text {
    letter-spacing: 0.02em;
  }
}

.p-reason-item02 {
  position: relative;
  width: 100%;
  margin: 0rem auto 8.75rem auto;
}
@media screen and (max-width: 767px) {
  .p-reason-item02 {
    margin: 0rem auto 2.5rem auto;
    text-align: right;
  }
}
.p-reason-item02__imgBox {
  position: relative;
  width: 100%;
  max-width: 48.125rem;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__imgBox {
    max-width: 20.875rem;
    margin-bottom: 0.9375rem;
    margin-left: 0;
  }
}
.p-reason-item02__imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.5);
  border-radius: 0.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__imgBox::before {
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 69, 0, 0.5);
    border-radius: 0.3125rem;
  }
}
.p-reason-item02__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  z-index: 2;
}
.p-reason-item02__number {
  position: absolute;
  top: 3.125rem;
  left: 2.1875rem;
  color: #003700;
  font-family: kepler-std, serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__number {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #004500;
    font-size: 1.0625rem;
    text-shadow: 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff;
    margin-top: -3.125rem;
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
    z-index: 2;
  }
}
.p-reason-item02__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003700;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__number::before {
    background: #004500;
    bottom: 0.625rem;
  }
}
.p-reason-item02__number span {
  display: inline-block;
  font-size: 6.25rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__number span {
    font-size: 4.0625rem;
  }
}
.p-reason-item02__box {
  position: absolute;
  top: 10.625rem;
  left: 2.8125rem;
  width: 100%;
  max-width: 25rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason-item02__box {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}

.p-reason-item03 {
  position: relative;
  width: 100%;
  max-width: 34.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item03 {
    max-width: 100%;
  }
}
.p-reason-item03_right {
  text-align: right;
}
.p-reason-item03__imgBox {
  position: relative;
  width: 100%;
  margin-bottom: 2.1875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__imgBox {
    max-width: 20.875rem;
    margin-bottom: 0.9375rem;
    margin-left: 0;
  }
}
.p-reason-item03__imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.5);
  border-radius: 0.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__imgBox::before {
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 69, 0, 0.5);
    border-radius: 0.3125rem;
  }
}
.p-reason-item03__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  z-index: 2;
}
.p-reason-item03__number {
  position: absolute;
  top: -4.375rem;
  left: 1.875rem;
  color: #003700;
  font-family: kepler-std, serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__number {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #004500;
    font-size: 1.0625rem;
    text-shadow: 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff;
    margin-top: -3.125rem;
    margin-bottom: 0.625rem;
  }
}
.p-reason-item03__number_mr {
  margin-right: 1.25rem;
}
.p-reason-item03__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003700;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__number::before {
    background: #004500;
    bottom: 0.625rem;
  }
}
.p-reason-item03__number span {
  display: inline-block;
  font-size: 6.25rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__number span {
    font-size: 4.0625rem;
  }
}
.p-reason-item03__box {
  width: 100%;
  max-width: 25rem;
  margin-left: 3.125rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason-item03__box {
    max-width: 100%;
    margin-left: 0rem;
    text-align: left;
  }
}

.p-reason-item04 {
  position: relative;
  width: 100%;
}
.p-reason-item04__imgBox {
  position: relative;
  width: 100%;
  max-width: 48.125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__imgBox {
    max-width: 20.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-reason-item04__imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.5);
  border-radius: 0.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__imgBox::before {
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 69, 0, 0.5);
    border-radius: 0.3125rem;
  }
}
.p-reason-item04__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  z-index: 2;
}
.p-reason-item04__number {
  position: absolute;
  top: 3.125rem;
  right: 14.375rem;
  color: #003700;
  font-family: kepler-std, serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__number {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    color: #004500;
    font-size: 1.0625rem;
    text-shadow: 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff;
    margin-top: -3.125rem;
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
    z-index: 2;
  }
}
.p-reason-item04__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003700;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__number::before {
    background: #004500;
    bottom: 0.625rem;
  }
}
.p-reason-item04__number span {
  display: inline-block;
  font-size: 6.25rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__number span {
    font-size: 4.0625rem;
  }
}
.p-reason-item04__box {
  position: absolute;
  top: 10.625rem;
  right: -0.9375rem;
  width: 100%;
  max-width: 25rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-reason-item04__box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}

.p-message {
  position: relative;
  width: 100%;
  background-image: url(../imgs/message_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-bottom: 2.5rem;
  }
}
.p-message__inner {
  position: relative;
  width: 100%;
  max-width: 73.75rem;
  margin: -8.4375rem auto 0 auto;
  padding: 4.25rem 0 5.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    margin: -3.125rem auto 0 auto;
    padding: 1.375rem 0 2.1875rem 0;
  }
}
.p-message__wrapper {
  width: 100%;
  padding-right: 10.25rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    padding-right: 0rem;
    margin-bottom: 0rem;
  }
}
.p-message__img {
  position: absolute;
  top: 1.75rem;
  right: 0rem;
  width: 100%;
  max-width: 62.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }
}
.p-message__img02 {
  position: absolute;
  top: 35rem;
  right: 3.125rem;
  width: 100%;
  max-width: 33.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__img02 {
    display: none;
  }
}
.p-message__img03 {
  position: absolute;
  top: 1.75rem;
  left: 2.5rem;
  width: 100%;
  max-width: 12.6875rem;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__img03 {
    display: none;
  }
}
.p-message__img04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-message__img04 {
    display: block;
    position: absolute;
    top: 15.375rem;
    left: 1.6875rem;
    width: 100%;
    max-width: 3.4375rem;
    z-index: 2;
  }
}
.p-message__bigText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 37.5rem;
  min-height: 12.5rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  background: #ffffff;
  padding: 3.125rem;
  margin-bottom: 8.4375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__bigText {
    max-width: 20.9375rem;
    min-height: auto;
    font-size: 1.0625rem;
    line-height: 1.7142857143;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5625rem 1.25rem;
    margin: -5rem 0 1.25rem 0.625rem;
  }
}
.p-message__box {
  width: 100%;
  max-width: 35.3125rem;
  padding-left: 3.125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    max-width: 100%;
    padding: 0rem 2rem;
    margin-bottom: 2.1875rem;
  }
}
.p-message__text {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    margin-bottom: 1.25rem;
  }
}
.p-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-message__item {
    gap: 0.25rem;
  }
}
.p-message__post {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-message__post {
    font-size: 0.875rem;
  }
}
.p-message__name {
  position: relative;
  top: 0.3125rem;
  font-family: shinryu, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    top: 0.1875rem;
    font-size: 2.0625rem;
  }
}

.p-info {
  position: relative;
  width: 100%;
  background-image: url(../imgs/info_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    background-image: url(../imgs/info_bg_sp.png);
    background-position: top;
    background-size: contain;
    margin-bottom: 2.625rem;
  }
}
.p-info__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 3.875rem 0 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    padding: 21.875rem 0.9375rem 0rem 0.9375rem;
  }
}
.p-info__wrapper {
  width: 100%;
}
.p-info__img {
  width: 100%;
  max-width: 23.5625rem;
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-info__img {
    max-width: 18.75rem;
    margin: 0 auto 1.125rem auto;
  }
}
.p-info__dl {
  width: 100%;
  max-width: 36.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.4px solid #003700;
}
@media screen and (max-width: 767px) {
  .p-info__dl {
    border-top: 0.4px solid #004500;
    max-width: 100%;
  }
}
.p-info__dl dt {
  width: 4.6875rem;
  color: #003700;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.9375rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-info__dl dt {
    width: 2.8125rem;
    color: #004500;
    font-size: 0.8125rem;
    line-height: 1.56;
    padding: 0.625rem 0;
  }
}
.p-info__dl dt:first-of-type {
  border-bottom: 0.4px solid #003700;
}
@media screen and (max-width: 767px) {
  .p-info__dl dt:first-of-type {
    border-bottom: 0.4px solid #004500;
  }
}
.p-info__dl dd {
  width: calc(100% - 4.6875rem);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.9375rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-info__dl dd {
    width: calc(100% - 2.8125rem);
    font-size: 0.8125rem;
    line-height: 1.56;
    padding: 0.625rem 0;
  }
}
.p-info__dl dd:first-of-type {
  border-bottom: 0.4px solid #003700;
}
@media screen and (max-width: 767px) {
  .p-info__dl dd:first-of-type {
    border-bottom: 0.4px solid #004500;
  }
}
.p-info__comment {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-info__comment {
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.875rem;
  }
}
.p-info__btn {
  max-width: 22.5rem;
}

.p-info-table {
  width: 100%;
  max-width: 36.25rem;
  border-bottom: 0.4px solid #003700;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-info-table {
    border-bottom: 0.4px solid #004500;
    margin-bottom: 0.625rem;
  }
}
.p-info-table tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-info-table__tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-info-table__tr th {
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: #335F33;
  text-align: center;
  padding: 0.6875rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__tr th {
    padding: 0.9375rem 0.3125rem;
    font-size: 0.75rem;
  }
}
.p-info-table__tr td {
  width: 100%;
  color: #335F33;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__tr td {
    font-size: 0.75rem;
    padding: 0.9375rem 0.3125rem;
  }
}
.p-info-table__tr td:last-child {
  border-top: 0.4px solid #003700;
}
@media screen and (max-width: 767px) {
  .p-info-table__tr td:last-child {
    border-top: 0.4px solid #004500;
  }
}
.p-info-table__first {
  width: 100%;
  min-width: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__first {
    min-width: 6.875rem;
  }
}
.p-info-table__first td {
  color: #3C3C3C;
  padding: 0.625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__first td {
    padding: 0.9375rem 0rem;
  }
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-slider {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-slider {
    margin-bottom: 2.5rem;
  }
}
.p-slider__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-slider__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
.p-slider__lists_left {
  -webkit-animation: slider-scroll-left 40s infinite linear 0.5s both;
          animation: slider-scroll-left 40s infinite linear 0.5s both;
}
.p-slider__list {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-slider__list {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.p-slider__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-map {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-map {
    margin-bottom: 0rem;
  }
}
.p-map iframe {
  width: 100%;
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-map iframe {
    height: 15.625rem;
  }
}

.p-parts-Breadcrumb {
  width: 100%;
  padding: 1.25rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb {
    padding: 0.9375rem 0rem 1.25rem 0rem;
  }
}
.p-parts-Breadcrumb a,
.p-parts-Breadcrumb span {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0rem 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb a,
  .p-parts-Breadcrumb span {
    top: -0.0125rem;
    font-size: 0.875rem;
    padding: 0rem 0.125rem;
  }
}
.p-parts-Breadcrumb .home span {
  position: relative;
  color: #003700;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb .home span {
    color: #004500;
    font-size: 0.875rem;
  }
}

.p-parts {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}
.p-parts__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-parts__inner {
    margin: 0rem auto 3.75rem auto;
    padding: 0 0.9375rem;
  }
}
.p-parts h3 {
  position: relative;
  color: #003700;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-parts h3 {
    font-size: 1.375rem;
    margin-top: 3.125rem;
  }
}
.p-parts h3::before {
  content: "";
  display: block;
  margin: 0 auto 0.625rem auto;
  position: relative;
  width: 3.26rem;
  height: 4.16rem;
  background-image: url(../imgs/icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-parts h4 {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  background: #B2C7B2;
}
@media screen and (max-width: 767px) {
  .p-parts h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 3.125rem;
    padding: 0.9375rem;
  }
}
.p-parts h5 {
  position: relative;
  color: #004500;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1538461538;
  border-bottom: 0.1875rem solid #004500;
  padding-bottom: 0.3125rem;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
.p-parts h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  color: #004500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 3.125rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
.p-parts h6::before {
  content: "●";
  display: inline-block;
}
.p-parts p {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-parts p {
    line-height: 1.875;
  }
}
.p-parts .p-parts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column_reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-parts .p-parts-column__imgBox {
  width: 100%;
  max-width: 26.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.p-parts .p-parts-column__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
}
.p-parts .p-parts-column p {
  width: 100%;
  max-width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column p {
    max-width: 100%;
  }
}
.p-parts .p-parts-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
.p-parts .p-parts-column02__imgBox {
  width: 100%;
  max-width: 32.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column02__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.p-parts .p-parts-column02__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
.p-parts .p-parts-column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
.p-parts .p-parts-column03__imgBox {
  width: 100%;
  max-width: 20.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column03__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.p-parts .p-parts-column03__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column03__imgBox img {
    margin-bottom: 1.25rem;
  }
}
.p-parts .p-parts-imgBox {
  position: relative;
  width: 100vw;
  margin: 4.375rem calc(50% - 50vw);
  padding: 3.4375rem 7.8125%;
  background-image: url(../imgs/bgitem.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-imgBox {
    margin: 3.125rem calc(50% - 50vw);
    padding: 1.875rem 0.9375rem;
  }
}
.p-parts .p-parts-imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.1875rem;
  right: 1rem;
  width: 12.6875rem;
  height: 15rem;
  background-image: url(../imgs/icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-imgBox::before {
    top: -0.625rem;
    right: 0.625rem;
    width: 3.80625rem;
    height: 4.5rem;
  }
}
.p-parts .p-parts-imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
.p-parts .p-parts-imgBox02 {
  position: relative;
  width: 100vw;
  margin: 4.375rem calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-imgBox02 {
    margin: 3.125rem calc(50% - 50vw);
  }
}
.p-parts .p-parts-imgBox02 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts__inner > ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.25rem;
  padding: 2.5rem;
  margin: 3.75rem 0 1.25rem 0;
  background: rgba(0, 69, 0, 0.8);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 3.125rem 0 1.25rem 0;
    padding: 2.5rem 1.875rem;
    row-gap: 1.25rem;
  }
}
.p-parts__inner > ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.3125rem;
  right: -0.625rem;
  width: 3.4375rem;
  height: 5.875rem;
  background-image: url(../imgs/list_icon_l.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-parts__inner > ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: -0.625rem;
  width: 3.4375rem;
  height: 5.875rem;
  background-image: url(../imgs/list_icon_r.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-parts__inner > ul li {
  position: relative;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > ul li {
    line-height: 1.5;
  }
}
.p-parts__inner > ul li::before {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url(../imgs/list_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.275rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > ul li::before {
    top: 0.125rem;
  }
}
.p-parts .p-parts-list {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list {
    margin: 3.125rem 0 1.25rem 0;
  }
}
.p-parts .p-parts-list ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  padding: 2.5rem;
  background: rgba(0, 69, 0, 0.8);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem 1.875rem;
  }
}
.p-parts .p-parts-list ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.3125rem;
  right: -0.625rem;
  width: 3.4375rem;
  height: 5.875rem;
  background-image: url(../imgs/list_icon_l.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-parts .p-parts-list ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: -0.625rem;
  width: 3.4375rem;
  height: 5.875rem;
  background-image: url(../imgs/list_icon_r.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-parts .p-parts-list li {
  position: relative;
  padding-left: 1.25rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
.p-parts .p-parts-list li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: "●";
  display: inline-block;
  font-size: 0.875rem;
  background-image: none;
}
.p-parts .p-parts-list02 {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list02 {
    margin: 3.125rem 0 1.25rem 0;
  }
}
.p-parts .p-parts-list02 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  padding: 2.5rem 5rem;
  background: rgba(0, 69, 0, 0.8);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list02 ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem 1.25rem;
  }
}
.p-parts .p-parts-list02 li {
  position: relative;
  color: #ffffff;
  padding-left: 1.25rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list02 li {
    line-height: 1.5;
  }
}
.p-parts .p-parts-list02 li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: ">";
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  background-image: none;
}
.p-parts .p-parts-button {
  text-align: center;
  margin: 1.875rem auto;
}
.p-parts .p-parts-button a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 21.25rem;
  height: 3.75rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 3.5rem 0 2.5rem;
  background: #003700;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-button a {
    padding: 0 2.375rem 0 1.875rem;
    font-size: 0.875rem;
    min-width: 17.5rem;
    height: 2.5rem;
    background: #004500;
  }
}
.p-parts .p-parts-button a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url(../imgs/arrow_white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-button a::before {
    width: 0.5rem;
    height: 0.71875rem;
  }
}
.p-parts .p-parts-button_gray a {
  background: #3C3C3C;
}
.p-parts .p-parts-flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.25rem;
  margin: 3.75rem auto;
  background: #80A280;
  padding: 3.125rem 3.125rem 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow {
    gap: 2.5rem;
    margin: 3.125rem auto;
    padding: 2.5rem 0.9375rem;
  }
}
.p-parts .p-parts-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
}
.p-parts .p-parts-flow__number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  min-width: 9.375rem;
  min-height: 9.375rem;
  background: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__number {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
    font-size: 2.5rem;
    margin: 0 auto;
  }
}
.p-parts .p-parts-flow__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.625rem;
  width: 2.375rem;
  height: 1.5625rem;
  background-image: url(../imgs/flow_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__number::before {
    display: none;
  }
}
.p-parts .p-parts-flow__number_last::before {
  display: none;
}
.p-parts .p-parts-flow__textBox {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__textBox {
    padding-top: 0rem;
  }
}
.p-parts .p-parts-flow__title {
  position: relative;
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1538461538;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__title {
    font-size: 1.125rem;
  }
}
.p-parts .p-parts-flow__text {
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-flow__text {
    line-height: 1.875;
  }
}
.p-parts__inner > table {
  width: 100%;
  margin: 2.5rem 0;
}
.p-parts__inner > table tr:nth-child(odd) th {
  background: #80A280;
}
.p-parts__inner > table tr:nth-child(odd) td {
  background: #EDEDED;
}
.p-parts__inner > table tr:nth-child(even) th {
  color: #004500;
  background: #E5ECE5;
}
.p-parts__inner > table tr:nth-child(even) td {
  background: #ffffff;
}
.p-parts__inner > table tr {
  border: 0.09375rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-parts__inner > table tr th {
  width: 23.75rem;
  color: #ffffff;
  padding: 0.9375rem 1.25rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  text-align: center;
  border-right: 0.09375rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > table tr th {
    padding: 0.75rem 0.625rem;
    font-size: 0.875rem;
    line-height: 2;
    width: 100%;
    text-align: left;
  }
}
.p-parts__inner > table tr td {
  width: calc(100% - 23.75rem);
  padding: 0.9375rem 1.25rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-parts__inner > table tr td {
    width: 100%;
    padding: 0.75rem 0.625rem;
  }
}
.p-parts .p-parts-faqBox {
  width: 100%;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faqBox {
    margin: 3.75rem 0;
  }
}
.p-parts .p-parts-faq {
  width: 100%;
}
.p-parts .p-parts-faq:last-of-type {
  margin-bottom: 0;
}
.p-parts .p-parts-faq__title {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 0.625rem 2.5rem 0rem 0rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #004500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faq__title {
    font-size: 1rem;
    padding: 0.625rem 2.5rem 0.3125rem 0rem;
  }
}
.p-parts .p-parts-faq__title::before {
  content: "Q1.";
  position: relative;
  display: block;
  color: #004500;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.12;
  text-align: left;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faq__title::before {
    top: 0.125rem;
    font-size: 1.125rem;
    width: 1.875rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.p-parts .p-parts-faq__title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9375rem 0.625rem 0rem 0.625rem;
  border-color: #80A280 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-faq:nth-child(2) .p-parts-faq__title::before {
  content: "Q2.";
}
.p-parts .p-parts-faq:nth-child(3) .p-parts-faq__title::before {
  content: "Q3.";
}
.p-parts .p-parts-faq:nth-child(4) .p-parts-faq__title::before {
  content: "Q4.";
}
.p-parts .p-parts-faq:nth-child(5) .p-parts-faq__title::before {
  content: "Q5.";
}
.p-parts .p-parts-faq:nth-child(6) .p-parts-faq__title::before {
  content: "Q6.";
}
.p-parts .p-parts-faq:nth-child(7) .p-parts-faq__title::before {
  content: "Q7.";
}
.p-parts .p-parts-faq:nth-child(8) .p-parts-faq__title::before {
  content: "Q8.";
}
.p-parts .p-parts-faq:nth-child(9) .p-parts-faq__title::before {
  content: "Q9.";
}
.p-parts .p-parts-faq:nth-child(10) .p-parts-faq__title::before {
  content: "Q10.";
}
.p-parts .p-parts-faq__content {
  display: none;
  padding: 1.25rem 0rem;
  text-align: left;
}
.p-parts .p-parts-faq__text {
  position: relative;
  width: 100%;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  padding: 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faq__text {
    padding: 0.625rem 2.5rem 0rem 1.875rem;
  }
}
.p-parts .p-parts-faq__title.open {
  margin-bottom: 0rem;
}
.p-parts .p-parts-faq__title.open span {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: 30%;
}
.p-parts .p-parts-contact {
  width: 100%;
  margin: 3.75rem 0;
}
.p-parts .p-parts-contact__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
}
.p-parts .p-parts-contact__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.p-parts .p-parts-table {
  margin: 4.375rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table {
    margin: 3.75rem 0 1.875rem 0;
  }
}
.p-parts .p-parts-table table {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #004500;
}
.p-parts .p-parts-table tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-parts .p-parts-table__tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-parts .p-parts-table__tr th {
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: #335F33;
  text-align: center;
  padding: 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table__tr th {
    padding: 0.9375rem 0.3125rem;
    font-size: 0.75rem;
  }
}
.p-parts .p-parts-table__tr td {
  width: 100%;
  color: #335F33;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table__tr td {
    font-size: 0.75rem;
    padding: 0.9375rem 0.3125rem;
  }
}
.p-parts .p-parts-table__tr td:last-child {
  border-top: 1px solid #003700;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table__tr td:last-child {
    border-top: 1px solid #004500;
  }
}
.p-parts .p-parts-table__first {
  width: 100%;
  min-width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table__first {
    min-width: 6.875rem;
  }
}
.p-parts .p-parts-table__first td {
  color: #3C3C3C;
  padding: 0.9375rem 0rem;
}
.p-parts .p-parts-table__text {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5882352941;
  text-align: left;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table__text {
    margin-top: 0.625rem;
    font-size: 0.6875rem;
  }
}
.p-parts .p-parts-map {
  width: 100%;
  max-width: 100%;
  height: 31.25rem;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-map {
    height: 15.625rem;
  }
}

.p-parts-news {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-parts-news__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto 5rem auto;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-parts-news__inner {
    margin: 0rem auto 3.75rem auto;
    padding: 3.125rem 0.9375rem 0 0.9375rem;
  }
}

.p-blogs {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-blogs__inner {
  position: relative;
  width: 100%;
}
.p-blogs__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  border-bottom: 1px solid #003700;
  padding: 2.5rem 0;
}
.p-blogs__wapper:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-blogs__wapper {
    display: block;
  }
}
.p-blogs__thumbnail {
  position: relative;
  width: 13.75rem;
  padding-top: 71.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-blogs__thumbnail {
    margin: 0 auto 1.25rem auto;
    width: 100%;
  }
}
.p-blogs__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blogs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-blogs__item {
    display: block;
  }
}
.p-blogs__time {
  width: 5.3125rem;
  min-width: 5.3125rem;
  height: 1.5625rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 2;
  background: #003700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blogs__time {
    display: block;
    margin-bottom: 0.9375rem;
  }
}
.p-blogs__title {
  display: inline-block;
  color: #3C3C3C;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-blogs__title {
    font-size: 1rem;
  }
}
.p-blogs__pageNav .navigation {
  text-align: center;
  margin-top: 2.5rem;
}
.p-blogs__pageNav .page-numbers {
  background-color: #003700;
  color: #ffffff;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  padding-top: 0.875rem;
  margin-bottom: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blogs__pageNav .page-numbers:hover {
  opacity: 0.6;
}
.p-blogs__pageNav .current {
  color: #003700;
  background: #ffffff;
  border: 1px solid #003700;
}

@media screen and (max-width: 1000px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .u-change_sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */