@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ============================================ */
/* Mixin */
/* ============================================ */
/* ============================================ */
/* Variables */
/* ============================================ */
/* 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 */
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* img */
/* ============================================ */
img {
  width: 100%;
}

/* ============================================ */
/* ここから自分で追加したスタイル */
/* ============================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #000;
}

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

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.fv {
  position: relative;
}
.fv__img {
  display: block;
  width: 100%;
}
.fv__ttl {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: -80px auto 110px;
}
@media (max-width: 768px) {
  .fv__ttl {
    width: 90%;
    margin: -14px auto 50px;
  }
}
.fv__lead {
  display: block;
  width: 100%;
  max-width: 707px;
  margin: 0 auto 62px;
}
@media (max-width: 768px) {
  .fv__lead {
    width: 76%;
    margin-bottom: 30px;
  }
}
.fv__lead img {
  width: 100%;
}
.fv__img2 {
  display: block;
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .fv__img2 {
    margin-bottom: 40px;
  }
}

.point {
  padding: 100px 20px 80px;
  margin-bottom: 55px;
  background-color: #F7F1E8;
}
@media (max-width: 768px) {
  .point {
    padding: 56px 20px 0;
    margin-bottom: 64px;
    overflow: hidden;
  }
}
.point__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 54px;
}
@media (max-width: 768px) {
  .point__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 40px;
  }
}
.point__content {
  width: 46%;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .point__content {
    width: 100%;
    margin-bottom: 80px;
  }
}
.point__lead {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #006934;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .point__lead {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.point__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}
.point__txt2 {
  display: block;
  max-width: 888px;
  margin: 0 auto 40px;
}
.point__img {
  width: 48%;
}
@media (max-width: 768px) {
  .point__img {
    width: 100%;
  }
}
.point__img2 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .point__img2 {
    width: 100vw;
    margin-left: -20px;
  }
}

.structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 36px;
}
@media (max-width: 768px) {
  .structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 50px;
  }
}
.structure__content {
  width: calc(100% - 332px - 40px);
  padding-top: 26px;
}
@media (max-width: 768px) {
  .structure__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.structure__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #006934;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .structure__ttl {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 14px;
    gap: 14px;
  }
}
.structure__ttl span {
  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: 100px;
  height: 52px;
  color: #fff;
  background-color: #006934;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .structure__ttl span {
    font-size: 24px;
    width: 100%;
    height: 52px;
  }
}
.structure__img {
  width: 332px;
}

.work {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.work__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #A98500;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .work__ttl {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 60px;
    gap: 14px;
  }
}
.work__ttl span {
  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: 100px;
  height: 52px;
  color: #fff;
  background-color: #A98500;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .work__ttl span {
    font-size: 24px;
    width: 100%;
    height: 52px;
  }
}
.work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 70px;
  }
}
.work__item {
  width: 42%;
}
@media (max-width: 768px) {
  .work__item {
    width: 100%;
  }
}
.work__img {
  display: block;
  width: 100%;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .work__img {
    margin-bottom: 14px;
  }
}
.work__txt {
  font-size: 20px;
}
@media (max-width: 768px) {
  .work__txt {
    font-size: 16px;
  }
}

.stretch {
  padding: 0 20px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .stretch {
    padding: 0;
  }
}
.stretch__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.stretch h2 {
  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;
  margin-bottom: 18px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .stretch h2 {
    margin-bottom: 26px;
    padding-right: 0;
  }
}
.stretch h2 p {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #006934;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .stretch h2 p {
    font-size: 34px;
    margin-top: 20px;
  }
}
.stretch h2 span {
  color: #A98500;
}
.stretch h2 img:first-child {
  width: 170px;
  margin-right: 42px;
}
@media (max-width: 768px) {
  .stretch h2 img:first-child {
    width: 80px;
    margin-right: -8px;
  }
}
.stretch h2 img:last-child {
  width: 137px;
  margin-left: 23px;
}
@media (max-width: 768px) {
  .stretch h2 img:last-child {
    width: 63px;
    margin-left: 0;
  }
}

.reason__inner {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .reason__inner {
    padding: 0 20px;
    margin-bottom: 134px;
  }
}
.reason h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  color: #006934;
}
@media (max-width: 768px) {
  .reason h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
}
.reason__txt1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .reason__txt1 {
    font-size: 20px;
  }
}
.reason__txt2 {
  padding: 13px 20px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #009B7C;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .reason__txt2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 18px;
    font-size: 24px;
    margin: 0 auto 38px;
  }
}
.reason__item {
  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-bottom: 78px;
}
@media (max-width: 768px) {
  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 37px;
  }
}
.reason__item-txt {
  width: 410px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .reason__item-txt {
    width: 86%;
    margin-top: 22px;
  }
}
.reason__item-txt p:first-child {
  font-size: 24px;
  font-weight: 500;
  color: #D7083B;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .reason__item-txt p:first-child {
    font-size: 20px;
  }
}
.reason__item-txt p:last-child {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 768px) {
  .reason__item-txt p:last-child {
    font-size: 15px;
  }
}
.reason__item-txt p:last-child span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffeb70));
  background: linear-gradient(transparent 60%, #ffeb70 60%);
}
.reason__item img {
  width: calc(100% - 440px);
}
@media (max-width: 768px) {
  .reason__item img {
    width: 100%;
  }
}
.reason__expert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 35px;
  background-color: #009B7C;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .reason__expert {
    gap: 20px;
    padding: 22px 16px;
    margin-bottom: 50px;
  }
}
.reason__expert img {
  position: absolute;
  inset: 0 auto 0 20px;
  margin: auto;
  width: 100px;
}
@media (max-width: 768px) {
  .reason__expert img {
    position: static;
  }
}
.reason__expert-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-left: 130px;
}
@media (max-width: 768px) {
  .reason__expert-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
    padding-left: 0;
  }
}
.reason__expert-txt p:first-child {
  min-width: 160px;
  font-size: 20px;
  font-weight: 700;
  color: #F9E895;
}
@media (max-width: 768px) {
  .reason__expert-txt p:first-child {
    font-size: 18px;
    text-align: center;
  }
}
.reason__expert-txt p:last-child {
  font-size: 16px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 768px) {
  .reason__expert-txt p:last-child {
    font-size: 15px;
  }
}

.custom h2 {
  position: relative;
  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;
  padding: 12px 20px;
  background-color: #009B7C;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .custom h2 {
    padding: 27px 20px;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.custom h2 img {
  width: 228px;
}
@media (max-width: 768px) {
  .custom h2 img {
    position: absolute;
    inset: -92px 0 auto 0;
    margin: auto;
  }
}
.custom h2 .custom__ttl {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  padding: 6px 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media (max-width: 768px) {
  .custom h2 .custom__ttl {
    font-size: 30px;
    padding: 23px 10px 13px;
  }
}
.custom h2 .custom__ttl span {
  color: #F9E895;
}
.custom__content {
  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;
  gap: 30px;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto 84px;
}
@media (max-width: 768px) {
  .custom__content {
    padding: 0;
    margin-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.custom__content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .custom__content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
.custom__content img {
  width: 50%;
}
@media (max-width: 768px) {
  .custom__content img {
    width: 100%;
  }
}
.custom__img {
  display: block;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.custom__img.--01, .custom__img.--02 {
  margin-bottom: 40px;
}
.custom__img.--03 {
  margin-bottom: 143px;
}
@media (max-width: 768px) {
  .custom__img.--03 {
    margin-bottom: 37px;
  }
}

.sec-wrapper {
  padding: 115px 20px 160px;
  background-color: #E5F2E6;
}
@media (max-width: 768px) {
  .sec-wrapper {
    padding: 53px 20px 77px;
  }
}

.story__inner {
  max-width: 900px;
  margin: 0 auto 130px;
}
@media (max-width: 768px) {
  .story__inner {
    margin-bottom: 78px;
  }
}
.story h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #A98500;
}
@media (max-width: 768px) {
  .story h2 {
    font-size: 17px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .story__content {
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.story__content p {
  width: 48%;
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .story__content p {
    width: 100%;
    font-size: 14px;
  }
}
.story__thema {
  font-size: 20px;
  font-weight: 500;
  color: #006934;
  background-color: #fff;
  padding: 29px 34px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .story__thema {
    font-size: 14px;
    padding: 16px 25px;
    margin-bottom: 43px;
  }
}
.story__consider-ttl {
  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;
  gap: 20px;
  margin-bottom: 84px;
}
@media (max-width: 768px) {
  .story__consider-ttl {
    gap: 8px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.story__consider-ttl p:first-child {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .story__consider-ttl p:first-child {
    font-size: 13px;
  }
}
.story__consider-ttl p:last-child {
  font-size: 32px;
  font-weight: 500;
  color: #A98500;
}
@media (max-width: 768px) {
  .story__consider-ttl p:last-child {
    font-size: 20px;
  }
}
.story__consider-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 27px;
}
@media (max-width: 768px) {
  .story__consider-list li {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.story__consider-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .story__consider-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.story__consider-list li span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  height: 37px;
  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: 7px;
  color: #fff;
  background-color: #006934;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .story__consider-list li span {
    width: 55px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
  }
}
.story__consider-list li p {
  text-align: justify;
}
@media (max-width: 768px) {
  .story__consider-list li p {
    font-size: 14px;
  }
}

.experience__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto 73px;
  padding: 67px 50px 56px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .experience__inner {
    padding: 40px;
  }
}
.experience h2 {
  position: absolute;
  inset: -22px 0 auto 0;
  margin: auto;
  width: 218px;
  height: 45px;
  z-index: 1;
}
@media (max-width: 768px) {
  .experience h2 {
    top: -18px;
    width: 163px;
    height: 34px;
  }
}
.experience h2 span {
  position: relative;
  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: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #006934;
  font-size: 24px;
  font-weight: 500;
  color: #A98500;
}
@media (max-width: 768px) {
  .experience h2 span {
    font-size: 20px;
  }
}
.experience h2::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 92%;
  height: 100%;
  background-color: #006934;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: -1;
}

.faq__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto 70px;
  padding: 67px 50px 56px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .faq__inner {
    padding: 45px 20px 30px;
  }
}
.faq h2 {
  position: absolute;
  inset: -22px 0 auto 0;
  margin: auto;
  width: 218px;
  height: 45px;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq h2 {
    top: -18px;
    width: 163px;
    height: 34px;
  }
}
.faq h2 span {
  position: relative;
  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: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #006934;
  font-size: 24px;
  font-weight: 500;
  color: #A98500;
}
@media (max-width: 768px) {
  .faq h2 span {
    font-size: 20px;
  }
}
.faq h2::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 92%;
  height: 100%;
  background-color: #006934;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: -1;
}
.faq__item {
  border-bottom: 1px solid #006934;
}
.faq__icon {
  width: 18px;
}
.faq__question {
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 14px 0;
  }
}
.faq__question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.faq__question-text {
  font-size: 20px;
  font-weight: 500;
  color: #006934;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 14px;
  }
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .faq__answer-inner {
    padding-bottom: 14px;
  }
}
.faq__answer .faq__icon {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .faq__answer {
    font-size: 14px;
  }
}
.faq__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 17px;
  background-color: #A98500;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq__question.is-open .faq__toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* ============================================ */
/* Contact Section */
/* ============================================ */
.contact {
  padding: 80px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f6f2), to(#fff));
  background: linear-gradient(180deg, #f9f6f2 0%, #fff 100%);
}

@media (max-width: 768px) {
  .contact {
    padding: 60px 16px;
  }
}
.contact__inner {
  max-width: 800px;
  margin: 0 auto;
}

.contact__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #4a3c31;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__lead {
  text-align: center;
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contact__lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.contact__form-wrapper {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact__form-wrapper iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  border: none;
}


.cta p {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cta p {
    font-size: 14px;
  }
}
.cta__btn {
  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: 350px;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #006934;
  border: 1px solid #006934;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .cta__btn {
    width: 300px;
    height: 54px;
    font-size: 18px;
  }
}
.cta__btn:hover {
  background-color: #006934;
  color: #fff;
}

.spec {
  padding: 0 20px;
}
.spec__inner {
  max-width: 900px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .spec__inner {
    margin-bottom: 35px;
  }
}
.spec h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .spec__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.spec__item:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .spec__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.spec__item:last-child .spec__item-txt p {
  margin-top: -40px;
  text-align: right;
}
@media (max-width: 768px) {
  .spec__item:last-child .spec__item-txt p {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
  }
}
.spec__img {
  width: 48%;
}
@media (max-width: 768px) {
  .spec__img {
    width: 100%;
  }
}
.spec__item-txt {
  width: 48%;
  font-size: 14px;
}
@media (max-width: 768px) {
  .spec__item-txt {
    width: 100%;
    font-size: 12px;
  }
}
.spec__item-txt p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.cta__linkBnr {
  display: block;
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cta__linkBnr {
    margin-bottom: 90px;
  }
}
.cta__linkBnr img {
  width: 100%;
}

.cta__bnr-wrapper .cta__linkBnr {
  max-width: 840px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cta__bnr-wrapper .cta__linkBnr {
    margin-bottom: 16px;
  }
}
.cta__bnr-wrapper .cta__linkBnr-txt {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 80px;
  color: #006934;
  border-bottom: 1px solid #006934;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta__bnr-wrapper .cta__linkBnr-txt:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .cta__bnr-wrapper .cta__linkBnr-txt {
    font-size: 16px;
  }
}
.cta__bnr-wrapper .cta__bnr-ttl {
  margin: auto;
  width: 375px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #006934;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cta__bnr-wrapper .cta__bnr-ttl {
    font-size: 16px;
  }
}
.cta__bnr-wrapper .storeList__cta {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .cta__bnr-wrapper .storeList__cta {
    margin-bottom: 50px;
  }
}
.cta__bnr-wrapper .storeList__cta::before {
  content: none;
}

.storeList {
  padding: 80px 20px;
  background-color: #F7F1E8;
}
@media (max-width: 768px) {
  .storeList {
    padding: 40px 20px;
  }
}
.storeList__inner {
  max-width: 900px;
  margin: 0 auto;
}
.storeList h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .storeList h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.storeList__lead {
  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-bottom: 70px;
}
@media (max-width: 768px) {
  .storeList__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 40px;
  }
}
.storeList__lead p:first-child {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  color: #006934;
}
@media (max-width: 768px) {
  .storeList__lead p:first-child {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.storeList__lead p:last-child {
  width: 42%;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 768px) {
  .storeList__lead p:last-child {
    width: 100%;
    font-size: 15px;
  }
}
.storeList__container {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .storeList__container {
    margin-bottom: 90px;
  }
}
.storeList__ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .storeList__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.storeList__item {
  border-bottom: 1px solid #000;
}
.storeList__txt {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .storeList__txt {
    font-size: 13px;
  }
}
.storeList__name {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .storeList__name {
    padding: 14px 0;
    font-size: 18px;
  }
}
.storeList__name-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.storeList__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.storeList__content-inner {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .storeList__content-inner {
    padding-bottom: 14px;
  }
}
.storeList__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 17px;
  background-color: #006934;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.storeList__name.is-open .storeList__toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.storeList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .storeList__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.storeList__list li {
  border: 1px solid #000;
}
.storeList__list li a {
  display: block;
  padding: 20px 24px;
}
@media (max-width: 768px) {
  .storeList__list li a {
    text-align: center;
  }
}
.storeList__list li h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.storeList__list li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.storeList__list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.storeList__cta {
  position: relative;
  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;
  gap: 30px;
}
@media (max-width: 768px) {
  .storeList__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.storeList__cta::before {
  content: "一般のお客様のお問い合わせ・体験のご相談〈 LOUVREDOカスタマーサービス 〉";
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 375px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #006934;
}
@media (max-width: 768px) {
  .storeList__cta::before {
    top: -50px;
    left: 0;
    width: 290px;
    font-size: 14px;
  }
}
.storeList__form-btn {
  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: 342px;
  height: 48px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #006934;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .storeList__form-btn {
    width: 324px;
    height: 40px;
    font-size: 20px;
  }
}
.storeList__form-btn:hover {
  opacity: 0.8;
}
.storeList__tel-btn {
  font-size: 28px;
  font-weight: 700;
  color: #006934;
}
.storeList__tel-text {
  font-size: 16px;
  font-weight: 500;
  color: #006934;
}/*# sourceMappingURL=lp_nobiraku.css.map */