@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #515151;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.is-active {
  overflow: hidden;
}
body.is-active::before {
  opacity: 1;
  visibility: visible;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  background: #35383c;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__desc {
    text-align: center;
  }
}
.l-footer__desc__txt {
  font-size: 1.5rem;
  line-height: 2;
}
.l-footer__desc__btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 1.5rem 4.5rem;
  border: solid 0.1rem #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.l-footer__desc__btn:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.l-footer__menu {
  padding: 2rem;
  background: #282b2e;
}
.l-footer__menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__menu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.l-footer__menu__list li a {
  font-size: 1.4rem;
  line-height: 2;
}
.l-footer__menu__list li a:hover {
  text-decoration: underline;
}
.l-footer__menu__privacy {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    text-align: center;
  }
}
.l-footer__sns__ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.l-footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.l-footer__sns__list a {
  display: block;
  max-width: 2.8rem;
}

.l-header {
  padding: 4rem 0 2rem;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
  }
}

.l-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-logo {
    margin-left: 0;
    max-width: 8rem;
  }
}

.l-gNav ul {
  font-family: "Lato", sans-serif;
  color: #777777;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
    gap: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-gNav ul li {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-gNav ul li:hover .child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul li {
    width: 100%;
    border-bottom: solid 1px #eee;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .link {
    display: block;
    padding: 1.5rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-gNav ul li .link {
    padding: 1rem 1.5rem;
  }
}
.l-gNav ul li .link--primary {
  color: #c4a000;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .link--primary {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }
}
.l-gNav ul li .child {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.6rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .child {
    position: static;
    padding-top: 0;
  }
  .l-gNav ul li .child.is-open {
    display: block;
  }
}
.l-gNav ul li .child__link {
  font-size: 1.4rem;
  color: #000000;
  padding: 1.5rem;
  display: block;
  white-space: nowrap;
  line-height: 1;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .child__link {
    display: block;
    padding: 1rem 1.5rem 1rem 2.5rem;
    font-size: 1.3rem;
    border-top: solid 1px #eee;
  }
}
.l-gNav ul li .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .parent {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-gNav ul li .parent__toggle img {
  display: block;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .parent__toggle img {
    width: 1.3rem;
  }
}
.l-gNav ul li .parent__toggle.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -100%;
    width: calc(100% - 2rem);
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }
  .l-gNav.is-active {
    right: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 1.8rem;
    height: 1.4px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-elmCta {
  padding: 8rem 3rem;
  background: #fcfcfc;
}
.p-elmCta__catch {
  text-align: center;
}
.p-elmCta__catch h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  color: #68654b;
}
.p-elmCta__catch p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-elmCta__catch p {
    font-size: 1.3rem;
  }
}

.p-elmCatch__ttl {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #68654b;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}
.p-elmCatch__ttl--primary {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #68654b;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.p-elmCatch__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmCatch__txt:not(:last-child) {
  margin-bottom: 3rem;
}

.p-elmDesc__ttl--primary {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  color: #68654b;
  margin-bottom: 5rem;
  line-height: 1.5;
  text-align: center;
}
.p-elmDesc__ttl--secondary {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: #68654b;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.p-elmDesc__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmDesc__txt:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-elmSec {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec {
    margin: 10rem 3rem;
  }
}
.p-elmSec--primary {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec--primary {
    margin: 10rem 3rem;
  }
}

.p-elmBox--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--primary {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--primary:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmBox--primary:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--primary:not(:last-child) {
  margin-bottom: 10rem;
}
.p-elmBox--primary .thumb {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--primary .thumb {
    width: auto;
  }
}
.p-elmBox--primary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmBox--primary .desc--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-elmBox--primary .desc__catch {
  color: #777777;
}
.p-elmBox--primary .desc__catch:not(:first-child) {
  margin-top: 4rem;
}
.p-elmBox--primary .desc__catch h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.p-elmBox--primary .desc__catch h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.p-elmBox--primary .desc__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmBox--primary .desc__txt:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-elmBox--primary .desc__txt:last-of-type {
  margin-bottom: 0;
}
.p-elmBox--primary .desc__name {
  margin-top: 4rem;
}
.p-elmBox--primary .desc__name dl {
  margin-top: 1.5rem;
}
.p-elmBox--primary .desc__name dl dt {
  font-size: 2rem;
  color: #68654b;
  margin-bottom: 0.5rem;
}
.p-elmBox--primary .desc__name dl dd {
  font-size: 1.4rem;
  line-height: 2;
}
.p-elmBox--secondary .boxItem__ttl {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  color: #68654b;
  margin-bottom: 2rem;
}
.p-elmBox--secondary .boxItem__img {
  width: 100%;
  max-width: 84rem;
  border: solid 1px #333;
  padding: 0.8rem;
}
.p-elmBox--tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--tertiary:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--tertiary:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.p-elmBox--tertiary .thumb {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary .thumb {
    width: auto;
  }
}
.p-elmBox--tertiary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary .desc {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.p-elmBox--tertiary .desc__catch {
  color: #777777;
}
.p-elmBox--tertiary .desc__catch h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--tertiary .desc__catch h2 {
    font-size: 2rem;
  }
}
.p-elmBox--tertiary .desc__catch h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.p-elmBox--tertiary .desc__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmBox--tertiary .desc__txt:not(:last-child) {
  margin-bottom: 4rem;
}
.p-elmBox--quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quaternary {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--quaternary:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-elmBox--quaternary:not(:last-child) {
  margin-bottom: 10rem;
}
.p-elmBox--quaternary .thumb {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quaternary .thumb {
    width: auto;
    text-align: center;
  }
}
.p-elmBox--quaternary .desc__catch {
  color: #777777;
}
.p-elmBox--quaternary .desc__catch:not(:first-child) {
  margin-top: 4rem;
}
.p-elmBox--quaternary .desc__catch h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.p-elmBox--quaternary .desc__catch h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.p-elmBox--quaternary .desc__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmBox--quaternary .desc__txt:not(:last-child) {
  margin-bottom: 4rem;
}
.p-elmBox--quaternary .desc__txt:last-of-type {
  margin-bottom: 0;
}
.p-elmBox--quinary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quinary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmBox--quinary .thumb {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quinary .thumb {
    width: auto;
  }
}
.p-elmBox--quinary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-elmBox--quinary .desc--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-elmBox--quinary .desc__catch {
  color: #777777;
}
.p-elmBox--quinary .desc__catch:not(:first-child) {
  margin-top: 4rem;
}
.p-elmBox--quinary .desc__catch h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.p-elmBox--quinary .desc__catch h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.p-elmBox--quinary .desc__catch--center h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}
.p-elmBox--quinary .desc__catch--center h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.p-elmBox--quinary .desc__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quinary .desc__txt {
    font-size: 1.5rem;
  }
}
.p-elmBox--quinary .desc__txt:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-elmBox--quinary .desc__txt:last-of-type {
  margin-bottom: 0;
}
.p-elmBox--quinary .desc__txt--center {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .p-elmBox--quinary .desc__txt--center {
    font-size: 1.5rem;
  }
}
.p-elmBox--quinary .desc__name {
  margin-top: 4rem;
}
.p-elmBox--quinary .desc__name dl {
  margin-top: 1.5rem;
}
.p-elmBox--quinary .desc__name dl dt {
  font-size: 2rem;
  color: #68654b;
  margin-bottom: 0.5rem;
}
.p-elmBox--quinary .desc__name dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

.p-elmList--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmList--primary .listItem {
  width: calc((100% - 14rem) / 3);
  background: #ffffff;
  border: solid 1px #333;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary .listItem {
    width: 100%;
  }
}
.p-elmList--primary .listItem img {
  margin-top: 6rem;
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary .listItem img {
    margin-top: 4rem;
  }
}
.p-elmList--primary .listItem img.listItem__map {
  max-height: 28rem;
  display: block;
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-elmList--primary .listItem--secondary {
  width: calc((100% - 14rem) / 3);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary .listItem--secondary {
    width: 100%;
  }
}
.p-elmList--primary .listItem--secondary .ttl {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  color: #68654b;
  margin-bottom: 2.5rem;
}
.p-elmList--primary .listItem--secondary .txt {
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary .listItem--secondary .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-elmList--primary .listItem__catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1rem;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #68654b;
}
@media screen and (max-width: 767px) {
  .p-elmList--primary .listItem__catch {
    font-size: 1.6rem;
  }
}
.p-elmList--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-elmList--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-elmList--secondary .listItem {
  width: calc((100% - 20rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-elmList--secondary .listItem {
    width: 100%;
  }
}
.p-elmList--secondary .listItem p {
  text-align: center;
  color: #c4a000;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.p-elmList--tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmList--tertiary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.p-elmList--tertiary .listItem {
  width: 100%;
  text-align: center;
}
.p-elmList--tertiary .listItem img {
  margin-bottom: 2rem;
}
.p-elmList--tertiary .listItem h3 {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  color: #68654b;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.p-elmList--tertiary .listItem p {
  font-size: 1.4rem;
  line-height: 1.65;
}
.p-elmList--quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmList--quaternary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-elmList--quaternary .listItem {
  width: calc((100% - 12rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-elmList--quaternary .listItem {
    width: 100%;
  }
}
.p-elmList--quaternary .listItem__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.p-elmList--quaternary .listItem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-elmList--quaternary .listItem__ttl {
  font-size: 2rem;
  text-align: center;
  margin: 3rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #68654b;
  width: 100%;
}
.p-elmList--quaternary .listItem__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-elmView__splide {
  background: #fcfcfc;
}
.p-elmView__splide .splide__slide {
  text-align: center;
}
.p-elmView__splide .splide__slide img {
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}
.p-elmView__hero--half {
  max-width: 110rem;
  margin: auto;
  display: block;
}
.p-elmView__hero--fit {
  width: 100%;
  height: 62rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-elmView__hero--fit {
    height: 46rem;
  }
}
.p-elmView__hero img {
  width: 100%;
}
.p-elmView__hero video {
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-elmView__hero video {
    height: 42rem;
  }
}

.p-elmNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-elmNews__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmNews__catch {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.p-elmNews__bnr {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-elmNews__bnr {
    width: 100%;
  }
}
.p-elmNews__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmNews__list .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  padding: 1.8rem 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-elmNews__list .newsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-elmNews__list .newsItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-elmNews__list .newsItem::after {
    right: 1rem;
  }
}
.p-elmNews__list .newsItem__date {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #68654b;
  letter-spacing: 0.05em;
}
.p-elmNews__list .newsItem__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #515151;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmNews__list .newsItem__ttl {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.p-elmCookie {
  max-width: 42rem;
  border: solid 1px #bebebe;
  padding: 3.5rem;
  z-index: 90;
  position: fixed;
  bottom: 5rem;
  left: 5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-elmCookie {
    display: none;
  }
}
.p-elmCookie__txt {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-elmCookie__link {
  color: #c4a000;
  text-decoration: underline;
  margin-top: 1rem;
  display: inline-block;
  text-underline-offset: 0.4rem;
}
.p-elmCookie__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.p-elmShowroom__wrap {
  padding: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f1ee;
}
@media screen and (max-width: 767px) {
  .p-elmShowroom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 3rem;
    gap: 4rem;
  }
}
.p-elmShowroom__wrap__ttl {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  color: #68654b;
}
.p-elmShowroom__wrap__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}
.p-elmShowroom__wrap dt {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-elmShowroom__wrap dt {
    width: auto;
  }
}
.p-elmShowroom__wrap dt.large {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-elmShowroom__wrap dt.large {
    width: auto;
  }
}
.p-elmShowroom__wrap dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-elmShowroom__wrap dd .c-elmBtn--primary a {
  background: #ffffff;
}

.p-elmShop__list .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  border-top: solid 1px #ddd;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-elmShop__list .listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-elmShop__list .listItem:last-child {
  border-bottom: solid 1px #ddd;
}
.p-elmShop__list .listItem:not(:last-child) {
  margin-bottom: 3rem;
}
.p-elmShop__list .listItem dt {
  width: 16rem;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  color: #68654b;
}
.p-elmShop__list .listItem dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmShop__list .listItem dd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/275;
  border: none;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmShop__list .listItem dd iframe {
    aspect-ratio: 300/200;
  }
}
.p-elmShop__list .listItem__catch h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-elmShop__list .listItem__catch h3 {
    margin-left: 2rem;
  }
}
.p-elmShop__list .listItem__catch h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 1.6rem;
  height: 2rem;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  background: url(/assets/img/ico/ico_logo.svg) no-repeat center center/contain;
}
.p-elmShop__list .listItem__catch p {
  font-size: 1.5rem;
  line-height: 2;
}

.p-elmGallery__list .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  border-top: solid 1px #ddd;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-elmGallery__list .listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmGallery__list .listItem:last-child {
  border-bottom: solid 1px #ddd;
}
.p-elmGallery__list .listItem:not(:last-child) {
  margin-bottom: 3rem;
}
.p-elmGallery__list .listItem dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.p-elmGallery__list .listItem dt h3 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: #68654b;
  margin-bottom: 1rem;
}
.p-elmGallery__list .listItem dt p {
  font-size: 1.5rem;
  line-height: 2;
  color: #68654b;
}
.p-elmGallery__list .listItem dd {
  width: 96rem;
}
@media screen and (max-width: 767px) {
  .p-elmGallery__list .listItem dd {
    width: 100%;
  }
}
.p-elmGallery__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-elmGallery__modal .listItem {
  width: calc((100% - 2rem) / 3);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .p-elmGallery__modal .listItem {
    border: solid 1px #ccc;
  }
}
.p-elmGallery__modal .listItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-elmFaq__wrap {
  border: solid 1px #ddd;
}
.p-elmFaq__toggle:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.p-elmFaq__toggle .js-summary {
  padding: 1rem 1rem 1rem 3.5rem;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
.p-elmFaq__toggle .js-summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-elmFaq__toggle .js-summary.is-open::after {
  content: "ー";
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #c4a000;
  font-weight: 600;
}
.p-elmFaq__toggle .js-detail p {
  border-top: solid 1px #ddd;
  padding: 1rem 1.5rem;
  margin-top: 0;
}

.p-elmRepairs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmRepairs__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-elmRepairs__img {
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-elmRepairs__img {
    width: auto;
  }
}
.p-elmRepairs__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmRepairs__desc__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #68654b;
  margin-bottom: 2rem;
}
.p-elmRepairs__desc__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmRepairs__desc__txt:not(:last-child) {
  margin-bottom: 2rem;
}

.p-elmVirtual__catch h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #68654b;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmVirtual__catch h2 {
    margin-bottom: 6rem;
  }
}
.p-elmVirtual__list .listItem {
  width: 100%;
  max-width: 88rem;
  margin: auto;
}
.p-elmVirtual__list .listItem h3 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  color: #68654b;
  line-height: 1.4;
}
.p-elmVirtual__list .listItem iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/780;
  border: none;
}
.p-elmVirtual__list .listItem:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-elmVirtual__list .listItem:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.p-elmVideo__desc {
  margin-left: auto;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  .p-elmVideo__desc {
    max-width: 100%;
  }
}
.p-elmVideo__desc__ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #68654b;
}
.p-elmVideo__desc__sub {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}

.p-elmTips__list {
  margin-top: 8rem;
}
.p-elmTips__list .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmTips__list .listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmTips__list .listItem:not(:last-child) {
  margin-bottom: 10rem;
}
.p-elmTips__list .listItem__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmTips__list .listItem__desc__ttl {
  font-size: 2rem;
  color: #68654b;
  margin-bottom: 2.5rem;
}
.p-elmTips__list .listItem__desc__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #515151;
}
.p-elmTips__list .listItem__movie {
  width: 50rem;
  background: #ffffff;
  border: solid 2px #333;
  position: relative;
  z-index: 10;
  padding: 4rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmTips__list .listItem__movie {
    width: auto;
  }
}
.p-elmTips__list .listItem__movie p {
  position: absolute;
  top: 0;
  left: 5rem;
  right: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1rem;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #68654b;
}
.p-elmTips__list .listItem__movie video {
  background-color: #000;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}

.p-elmTab:not(:first-child) {
  margin-top: 10rem;
}
.p-elmTab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmTab__menu {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-elmTab__menu button {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-elmTab__cnt .tabItem__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-elmTab__cnt .tabItem__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmTab__cnt .tabItem__desc {
  background: #f8f8f8;
  padding: 3rem;
  width: 46rem;
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-elmTab__cnt .tabItem__desc {
    width: auto;
  }
}
.p-elmTab__cnt .tabItem__desc__ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #68654b;
}
.p-elmTab__cnt .tabItem__desc__txt {
  font-size: 1.5rem;
  line-height: 2;
}
.p-elmTab__cnt .tabItem__mov {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem;
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.p-elmTab__cnt .tabItem__mov iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 545/285;
}

.p-elmMagazin {
  margin: 5rem 3rem 15rem;
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form {
  margin: 12rem 3rem;
}
.p-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-form__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form__desc h2 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.p-form__desc p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2rem;
}
.p-form__desc p a {
  color: #c4a000;
}
.p-form__main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p-form__item {
  margin-bottom: 3rem;
}
.p-form__item--secondary {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-form__item--secondary .mwform-checkbox-field-text {
  display: none;
}
.p-form__item--secondary .error {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
.p-form__item__privacy a {
  color: #c4a000;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  border-bottom: solid 1px #eeeeee;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-family: "Lato", sans-serif;
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 2rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  text-align: center;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form input[type=submit] {
    min-width: 20rem;
  }
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 15rem;
  resize: none;
  padding: 2rem 1rem;
  border-bottom: solid 1px #eeeeee;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.p-form .mw_wp_form_confirm .p-form__item__privacy {
  display: none;
}

.p-thanks {
  text-align: center;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks__btn {
  font-family: "Lato", sans-serif;
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 2rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  text-align: center;
  position: relative;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ol {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  list-style: decimal;
  margin-left: 2rem;
}
.p-privacy__list-detail ol:not(:last-child) {
  margin-bottom: 2rem;
}

.c-elmBtn--primary:not(:first-child) {
  margin-top: 4rem;
}
.c-elmBtn--primary a {
  font-family: "Lato", sans-serif;
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  text-align: center;
  position: relative;
}
.c-elmBtn--primary a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #c4a000;
  border-right: solid 0.2rem #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-elmBtn--primary a {
    min-width: unset;
  }
}
.c-elmBtn--primary span {
  font-family: "Lato", sans-serif;
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-elmBtn--primary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #c4a000;
  border-right: solid 0.2rem #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-elmBtn--primary span {
    min-width: unset;
  }
}
.c-elmBtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmBtn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.c-elmBtn__list a {
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  min-width: 20rem;
  text-align: center;
  position: relative;
}
.c-elmBtn__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #c4a000;
  border-right: solid 0.2rem #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-elmBtn__list a {
    min-width: unset;
  }
}
.c-elmBtn__list--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmBtn__list--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.c-elmBtn__list--secondary a {
  display: block;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  min-width: 20rem;
  text-align: center;
  position: relative;
}
.c-elmBtn__list--secondary a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #c4a000;
  border-right: solid 0.2rem #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-elmBtn__list--secondary a {
    min-width: unset;
  }
}

.c-elmKv {
  padding-left: 3rem;
  padding-right: 3rem;
}
.c-elmKv__desc h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #68654b;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-elmKv__desc h2 {
    font-size: 2.2rem;
  }
}
.c-elmKv__desc h2:not(:first-child) {
  margin-top: 4rem;
}
.c-elmKv__desc h2.center {
  text-align: center;
}
.c-elmKv__desc p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-elmKv__desc p {
    font-size: 1.4rem;
  }
}
.c-elmKv__desc p b {
  color: #c4a000;
  font-weight: 400;
}

.c-elmRelated {
  padding: 8rem 3rem;
  margin-inline: 0;
  margin-bottom: 0;
  background: #d8d8d8;
}
.c-elmRelated__catch {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #68654b;
}
@media screen and (max-width: 767px) {
  .c-elmRelated__catch {
    margin-bottom: 6rem;
  }
}
.c-elmRelated__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-elmRelated__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-elmRelated__list .listItem {
  width: calc((100% - 8rem) / 3);
  text-align: center;
}
.c-elmRelated__list .listItem__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.c-elmRelated__list .listItem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-elmRelated__list .listItem__ttl {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #68654b;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.c-elmRelated__list .listItem__sub {
  margin-top: 3rem;
  margin-bottom: -1rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}
.c-elmRelated__list .listItem__time {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px #eee;
}
.c-elmRelated__list .listItem__btn {
  font-family: "Lato", sans-serif;
  display: block;
  margin: auto;
  border: solid 0.2rem #c4a000;
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  color: #c4a000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  text-align: center;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-elmRelated__list .listItem__btn:hover {
  background: #c4a000;
  color: #ffffff;
}
.c-elmRelated__list .listItem__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #c4a000;
  border-right: solid 0.2rem #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-elmRelated__list .listItem__btn {
    min-width: unset;
  }
}

.js-summary {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.js-detail p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.c-pager .wp-pagenavi a:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  opacity: 1;
}

.c-post__box--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .c-post__box--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-post__box--primary .thumb {
  width: 37rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post__box--primary .thumb {
    width: auto;
  }
}
.c-post__box--primary .thumb img {
  max-height: 74rem;
}
@media screen and (max-width: 767px) {
  .c-post__box--primary .thumb img {
    max-height: 34rem;
  }
}
.c-post__box--primary .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-post__box--primary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-post__box--primary .desc__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #68654b;
  margin-bottom: 7rem;
}
.c-post__box--primary .desc__sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #68654b;
}
.c-post__box--primary .desc__editor ul {
  list-style: disc;
  margin-left: 2rem;
}
.c-post__box--primary .desc__editor ul:not(:last-child) {
  margin-bottom: 4rem;
}
.c-post__box--primary .desc__editor ul li {
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 0.5rem;
}
.c-post__box--primary .desc__editor ul li:last-child {
  margin-bottom: 0;
}
.c-post__box--primary .desc__editor p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.c-post__box--primary .detail__toggle:nth-of-type(even) {
  background: #f7f7f7;
}
.c-post__box--primary .detail__toggle:not(:last-child) {
  border-bottom: solid 0.1rem #dcdcdc;
}
.c-post__box--primary .detail__toggle .js-summary {
  padding: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: solid 0.1rem #dcdcdc;
  position: relative;
}
.c-post__box--primary .detail__toggle .js-summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4a000;
  font-weight: 600;
}
.c-post__box--primary .detail__toggle .js-summary.is-open::after {
  content: "ー";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4a000;
  font-weight: 600;
}
.c-post__box--primary .detail__toggle .js-detail p {
  padding: 1rem;
  margin-top: 0;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead {
  text-align: center;
  margin-top: 8rem;
}
.c-postHead h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #68654b;
}
.c-postHead p {
  font-size: 1.4rem;
  margin-bottom: 8rem;
}

.c-postWrap h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #68654b;
}
.c-postWrap h2:not(:first-child) {
  margin-top: 3rem;
}
.c-postWrap h2:not(:last-child) {
  margin-bottom: 3rem;
}
.c-postWrap p {
  font-size: 1.4rem;
  line-height: 1.65;
}
.c-postWrap p:not(:last-child) {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap .btn--primary a {
  border-color: #c4a000;
  background: unset;
  color: #c4a000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-postWrap .btn--primary a:hover {
  background: #c4a000;
  color: #ffffff;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap--default table {
  font-size: 1.4rem;
  line-height: 1.65;
}
.c-postWrap--default table th {
  padding: 2rem;
}
.c-postWrap--default table td {
  padding: 2rem;
}
.c-postWrap--default h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap--default h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap--default h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap--default h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #333333;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap--default h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #333333;
  margin-right: 1rem;
}
.c-postWrap--default h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap--default h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap--default p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap--default p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap--default p a:hover, .c-postWrap--default p a:active, .c-postWrap--default p a:focus, .c-postWrap--default p a:focus-within {
  text-decoration: none;
}
.c-postWrap--default ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap--default ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap--default ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap--default ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap--default ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap--default ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap--default ol li:last-child {
  margin-bottom: 0;
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
  border-top: solid 0.1rem #dcdcdc;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: left;
  display: block;
  padding: 3rem 3rem 3rem 7rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #c4a000;
}
.c-postPager__prev a::before {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  content: "←";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4a000;
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: right;
  display: block;
  padding: 3rem 7rem 3rem 3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #c4a000;
}
.c-postPager__next a::before {
  font-family: "Lato", sans-serif;
  content: "→";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4a000;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 2rem 3rem;
    padding: 0.3rem 0;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #a37d2c;
}
.c-breadcrumb ul li:first-child a {
  color: #a37d2c;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */