@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/* plus alfa
   ========================================================================== */
ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

html {
  font-size: min(4.2666vw, 32px);
}
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: white;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  letter-spacing: 0.05em;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a > img {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:link {
  color: #09781f;
}

a:visited {
  color: #09781f;
}

a:hover {
  color: #105a27;
}

a:active {
  color: #09781f;
}

ol,
ul {
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
}
li:last-of-type {
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 600px) {
  h2 {
    font-size: min(4.16666vw, 3.125rem);
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 600px) {
  h3 {
    font-size: min(3.3333vw, 2.5rem);
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 940px) {
  .l-container {
    max-width: 1336px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-container--slim {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 940px) {
  .l-container--slim {
    max-width: 1096px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.fl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fl-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fl-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fl-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fl-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-center__item {
  display: block;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 1rem;
  border: none;
}
table thead,
table tbody,
table tr,
table th,
table td {
  display: block;
  width: 100%;
}
table th {
  padding: 8px 16px 0;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 4px 16px 8px;
  text-align: left;
}
@media (min-width: 600px) {
  table {
    display: table;
  }
  table thead,
  table tbody {
    display: table-header-group;
  }
  table tr {
    display: table-row;
  }
  table th,
  table td {
    display: table-cell;
  }
  table th {
    padding: 16px;
    width: 25%;
  }
  table td {
    padding: 16px;
    width: 75%;
  }
}
@media (min-width: 940px) {
  table th {
    padding: 16px 16px 16px 24px;
  }
  table td {
    padding: 16px 24px 16px 16px;
  }
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

.is-pc {
  display: none;
}
@media (min-width: 940px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media (min-width: 600px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

.l-header__top {
  padding: 12px 0;
  width: 100%;
}
@media (min-width: 940px) {
  .l-header__top {
    padding: 1rem 0;
  }
}
.l-header__top .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 940px) {
  .l-header__top .l-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__bottom {
  padding: 0.25em 0;
  background-color: black;
  color: white;
  text-align: center;
  font-size: min(16px, 3.2vw);
}
@media (min-width: 940px) {
  .l-header__bottom {
    display: none;
  }
}

.l-header__logo {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4%;
  font-size: 1rem;
  margin: 0 auto 0 0;
}
@media (min-width: 940px) {
  .l-header__logo {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    padding-right: 2rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  max-width: 100%;
  min-height: 32px;
  max-height: 64px;
}
@media (min-width: 940px) {
  .l-header__logo img {
    height: 64px;
  }
}

.l-header__cta {
  margin-left: 0.5rem;
}
.l-header__cta .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .l-header__cta .c-btn {
    width: min(6.25vw, 60px);
    height: min(6.25vw, 60px);
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn {
    width: auto;
    height: auto;
    padding: 0.5em 0.75em;
  }
}
.l-header__cta .c-btn span {
  display: none;
}
@media (min-width: 940px) {
  .l-header__cta .c-btn span {
    display: inline;
  }
}
.l-header__cta .c-btn::before {
  content: "";
  display: block;
  width: min(1.75rem, 28px);
  height: min(1.75rem, 28px);
}
@media (min-width: 600px) {
  .l-header__cta .c-btn::before {
    width: min(4.6666vw, 40px);
    height: min(4.6666vw, 40px);
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn::before {
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
  }
}
.l-header__cta .c-btn--tel {
  background: #09781f;
  -webkit-box-shadow: 0 3px 0 #105a27;
          box-shadow: 0 3px 0 #105a27;
}
.l-header__cta .c-btn--tel::before {
  background: url("../img/icon_tel.svg") center no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .l-header__cta .c-btn--tel::before {
    display: none;
  }
}
@media (min-width: 600px) {
  .l-header__cta .c-btn--tel {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 0 #105a27;
            box-shadow: 0 5px 0 #105a27;
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn--tel {
    background: none;
    padding: 0;
    margin-right: 0.75rem;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn--tel img {
    width: 100%;
    max-width: 322px;
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn--tel span {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .l-header__cta .c-btn--tel span {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .l-header__cta .c-btn--tel:hover, .l-header__cta .c-btn--tel:focus {
    -webkit-box-shadow: 0 3px 0 #105a27;
            box-shadow: 0 3px 0 #105a27;
  }
}
@media (min-width: 940px) {
  .l-header__cta .c-btn--tel:hover, .l-header__cta .c-btn--tel:focus {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.l-header__cta .c-btn--mail::before {
  background: url("../img/icon_mail.svg") center no-repeat;
  background-size: contain;
}
.l-header__cta .c-btn--line::before {
  background: url("../img/icon_line.svg") center no-repeat;
  background-size: contain;
}

.home .l-header__mv {
  padding-top: 4vw;
  padding-bottom: 8vw;
  background: #d0e7d2 url("../img/bg_mv-sp.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 940px) {
  .home .l-header__mv {
    padding: min(4vw, 32px) 0 0;
    background: #d0e7d2 url("../img/bg_mv.jpg") center no-repeat;
    background-size: cover;
  }
}

.l-header__mv__title {
  margin-bottom: 1.5rem;
}

.l-header__mv__body {
  text-shadow: 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 1px 0px 2px white, 0px 1px 2px white, -1px 0px 2px white, 0px -1px 2px white, 0 0 4px white, 0 0 6px white;
  font-size: 0.75rem;
}
@media (min-width: 600px) {
  .l-header__mv__body {
    font-size: 1.125rem;
  }
}
@media (min-width: 940px) {
  .l-header__mv__body {
    font-size: 1.25rem;
  }
}

.l-main {
  padding-top: 32px;
}
@media (min-width: 600px) {
  .l-main {
    padding-top: 64px;
  }
}
@media (min-width: 940px) {
  .l-main {
    padding-top: 96px;
  }
}

.home .l-main {
  padding-top: 0;
}

.l-footer {
  padding-top: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .l-footer {
    padding-top: 3rem;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .l-footer > .l-container:first-child {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__photo {
  margin: 0 auto;
  max-width: 520px;
}
@media (min-width: 600px) {
  .l-footer__photo {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media (min-width: 600px) {
  .l-footer__photo {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

.l-footer__address {
  font-size: 0.875rem;
  margin-top: min(5.3333vw, 40px);
}
@media (min-width: 600px) {
  .l-footer__address {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  .l-footer__address {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    font-size: 1rem;
    line-height: 1.75;
    white-space: nowrap;
    padding-right: 1.5rem;
  }
}

.l-footer__address__title {
  margin-bottom: 0.25em;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  color: #09781f;
}
@media (min-width: 600px) {
  .l-footer__address__title {
    font-size: min(4.16666vw, 2.5rem);
  }
}

.l-footer__address__subtitle {
  margin-bottom: 0.25em;
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #09781f;
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .l-footer__address__subtitle {
    font-size: min(2.6666vw, 1.375rem);
    line-height: 1.25;
  }
}

.l-footer__nav {
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
}
.l-footer__nav li {
  display: inline-block;
}

.l-copy {
  margin-top: 1.5rem;
  padding: 0.75em;
  background: #09781f;
  font-size: 0.75rem;
  color: white;
}
@media (min-width: 600px) {
  .l-copy {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.875rem;
  }
}
.l-copy p {
  margin: 0;
}

.c-section {
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  .c-section {
    padding-bottom: 4rem;
  }
}
@media (min-width: 940px) {
  .c-section {
    padding-bottom: 5rem;
  }
}
.c-section .l-container > *:last-child {
  margin-bottom: 0;
}

.c-section--hasbg {
  padding-top: 2rem;
}
@media (min-width: 600px) {
  .c-section--hasbg {
    padding-top: 4rem;
  }
}
@media (min-width: 940px) {
  .c-section--hasbg {
    padding-top: 5rem;
  }
}

.c-section__title {
  color: #09781f;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-section-block {
  padding-top: 2rem;
}
@media (min-width: 600px) {
  .c-section-block {
    padding-top: 48px;
  }
}
@media (min-width: 940px) {
  .c-section-block {
    padding-top: 72px;
  }
}
.c-section-block > *:last-child {
  margin-bottom: 0;
}

.c-section-block__title {
  margin-bottom: calc(1rem + 0.25em);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.25em 0.75em;
  border: 2px solid #09781f;
}
@media (min-width: 600px) {
  .c-section-block__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  .c-section-block__title {
    font-size: 2rem;
  }
}

.c-section-block__title--lv3 {
  margin-top: 1.5em;
  margin-bottom: calc(0.5rem + 0.25em);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #09781f;
}
@media (min-width: 600px) {
  .c-section-block__title--lv3 {
    font-size: 1.5rem;
  }
}

.c-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 3px;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .c-btn {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 0 #105a27;
            box-shadow: 0 5px 0 #105a27;
  }
}
@media (min-width: 940px) {
  .c-btn {
    font-size: 1rem;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .c-btn {
    font-size: 1.25rem;
  }
}
.c-btn:link, .c-btn:visited, .c-btn:hover, .c-btn:focus {
  color: white;
}
@media (min-width: 600px) {
  .c-btn:hover, .c-btn:focus {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: 0 3px 0 #105a27;
            box-shadow: 0 3px 0 #105a27;
  }
}

.c-btn--mail {
  background: #c1161b;
  -webkit-box-shadow: 0 3px 0 #8c1114;
          box-shadow: 0 3px 0 #8c1114;
}
@media (min-width: 600px) {
  .c-btn--mail {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 0 #8c1114;
            box-shadow: 0 5px 0 #8c1114;
  }
}
@media (min-width: 600px) {
  .c-btn--mail:hover, .c-btn--mail:focus {
    -webkit-box-shadow: 0 3px 0 #8c1114;
            box-shadow: 0 3px 0 #8c1114;
  }
}

.c-btn--line {
  background: #06c755;
  -webkit-box-shadow: 0 3px 0 #349248;
          box-shadow: 0 3px 0 #349248;
}
@media (min-width: 600px) {
  .c-btn--line {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 0 #349248;
            box-shadow: 0 5px 0 #349248;
  }
}
@media (min-width: 600px) {
  .c-btn--line:hover, .c-btn--line:focus {
    -webkit-box-shadow: 0 3px 0 #349248;
            box-shadow: 0 3px 0 #349248;
  }
}

.c-section .l-container > .c-columns:last-child {
  margin-bottom: max(-6.4vw, -40px);
}

.c-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .c-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-column {
  padding-bottom: min(6.4vw, 40px);
}

.c-columns--3col::before {
  content: "";
  display: block;
  width: calc(33.3333% - 16px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 600px) {
  .c-columns--3col .c-column {
    -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
  }
}
@media (min-width: 940px) {
  .c-columns--3col .c-column {
    -ms-flex-preferred-size: calc(33.3333% - 20px);
        flex-basis: calc(33.3333% - 20px);
  }
}
@media (min-width: 600px) {
  .c-columns--3col .c-column__body {
    padding: 24px 16px;
  }
}
@media (min-width: 940px) {
  .c-columns--3col .c-column__body {
    padding: 32px;
  }
}

@media (min-width: 600px) {
  .c-columns--2col .c-column {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
@media (min-width: 940px) {
  .c-columns--2col .c-column {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 600px) {
  .c-columns--2col .c-column__body {
    padding: 24px 16px;
  }
}
@media (min-width: 940px) {
  .c-columns--2col .c-column__body {
    padding: 32px;
  }
}

.c-column__body {
  padding: 24px 30px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-column__body {
    padding: 24px;
  }
}
@media (min-width: 940px) {
  .c-column__body {
    padding: 32px;
    font-size: 16px;
  }
}
.c-column__body > *:last-child {
  margin-bottom: 0;
}

.c-column__title {
  margin: 0 0 1rem;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  color: #09781f;
  letter-spacing: 0;
}
@media (min-width: 375px) {
  .c-column__title {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .c-column__title {
    font-size: calc(0.862vw + 12.828px);
  }
}
@media (min-width: 1200px) {
  .c-column__title {
    font-size: 24px;
  }
}

.c-list--cir {
  padding: 0;
}
.c-list--cir li {
  padding-left: 24px;
  position: relative;
  list-style: none;
  line-height: 1.5;
}
.c-list--cir li::before {
  display: block;
  content: "";
  background-color: #09781f;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 6px;
}

.c-list--note li {
  display: inline-block;
  position: relative;
  padding-left: 1.125em;
  list-style: none;
}
.c-list--note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-list--num li {
  padding-left: 2em;
  position: relative;
  list-style: none;
  counter-increment: num;
}
.c-list--num li::before {
  display: block;
  content: counter(num) ".";
  width: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #ffee00;
  text-align: right;
}

.c-list--num.is-main-color li::before {
  color: #09781f;
}

.c-caption-block {
  background: white;
}

.c-caption-block__caption {
  padding: 0.5em;
  margin-bottom: 0;
  background: #09781f;
  text-align: center;
  color: white;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 940px) {
  .c-caption-block__caption {
    padding: 0.5rem 1rem;
  }
}

.c-caption-block__body {
  padding: 1rem 1.125rem;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .c-caption-block__body {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 940px) {
  .c-caption-block__body {
    padding: 2rem 2.5rem;
  }
}
.c-caption-block__body > * {
  margin: 0;
}

.c-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d0e7d2;
}

.c-page__title {
  margin: 1.75em auto;
  font-size: 1.5625rem;
  color: #09781f;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 600px) {
  .c-page__title {
    font-size: min(4.16666vw, 2.5rem);
  }
}

.c-box {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  background-color: #e8f4e9;
}
@media (min-width: 600px) {
  .c-box {
    margin-top: 2rem;
    border-radius: 10px;
    padding: 1.5rem;
  }
}
@media (min-width: 940px) {
  .c-box {
    padding: 2rem 2.5rem;
  }
}

.c-box__title {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  color: #09781f;
}

.p-cta {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #09781f;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #105a27 4px, #105a27 4px);
  background-size: 5px 5px;
}
@media (min-width: 600px) {
  .p-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 940px) {
  .p-cta {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-cta__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  margin-bottom: calc(0.25em + 0.5rem);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media (min-width: 600px) {
  .p-cta__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  .p-cta__subtitle {
    font-size: 2rem;
  }
}
.p-cta__subtitle::before, .p-cta__subtitle::after {
  content: "";
  height: 1.5em;
  width: 1px;
  background-color: white;
}
.p-cta__subtitle::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.p-cta__subtitle::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.p-cta__maintitle {
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-bottom: calc(0.25em + 0.5rem);
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  color: #c1161b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 600px) {
  .p-cta__maintitle {
    font-size: 1.75rem;
  }
}
@media (min-width: 940px) {
  .p-cta__maintitle {
    font-size: 2.25rem;
  }
}
.p-cta__maintitle .u-marker {
  background: repeating-linear-gradient(to bottom, transparent, transparent 0.75em, #fff8a7 0.75em, #fff8a7 1.5em);
}

.p-cta__box {
  padding: 0.875rem 1.25rem;
  background-color: white;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 600px) {
  .p-cta__box {
    border-radius: 10px;
  }
}
@media (min-width: 600px) {
  .p-cta__box {
    padding: 1.5rem;
  }
}
@media (min-width: 940px) {
  .p-cta__box {
    margin: 0 auto;
    padding: 2rem;
    max-width: 1000px;
  }
}

@media (min-width: 940px) {
  .p-cta__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 940px) {
  .p-cta__tel {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
  }
}
.p-cta__tel a {
  display: block;
}
.p-cta__tel img {
  width: 100%;
  max-width: 414px;
}
.p-cta__tel span {
  display: block;
  margin-top: 0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-cta__tel span {
    font-size: 0.9375rem;
  }
}

.p-cta__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2vw;
  padding-top: 0.75rem;
}
@media (min-width: 940px) {
  .p-cta__action {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
    gap: 1rem;
  }
}
.p-cta__action .p-cta__btn {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.p-cta__action .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.5em;
  padding: 0.5em;
  border-radius: 5px;
  font-size: 0.875rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .p-cta__action .c-btn {
    min-height: auto;
    border-radius: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 940px) {
  .p-cta__action .c-btn {
    padding: 0.5em 1em;
  }
}
.p-cta__action .c-btn::before {
  content: "";
  display: block;
  margin-right: 0.25em;
  width: 1.75rem;
  height: 1.75em;
}
@media (min-width: 600px) {
  .p-cta__action .c-btn::before {
    width: 2.25em;
    height: 2em;
  }
}
.p-cta__action .c-btn--mail::before {
  content: "";
  background: url("../img/icon_mail.svg") center no-repeat;
  background-size: contain;
}
.p-cta__action .c-btn--line::before {
  content: "";
  background: url("../img/icon_line.svg") center no-repeat;
  background-size: contain;
}

.p-issue {
  position: relative;
  background: #b7b7b7 url("../img/bg_issue.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: calc(48vw + 0.5rem);
}
@media (min-width: 940px) {
  .p-issue {
    padding-bottom: 112px;
  }
}
.p-issue::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60.9333vw;
  height: 48vw;
  margin: auto;
  background: url("../img/img_issue.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue::after {
    width: min(40vw, 578px);
    height: min(38vw, 456px);
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    z-index: 1;
  }
}

.p-issue__title {
  position: relative;
  padding: 0 2vw;
  margin-bottom: 5.4vw;
  text-align: center;
  z-index: 1;
}
@media (min-width: 940px) {
  .p-issue__title {
    margin-bottom: 2.5rem;
  }
}
.p-issue__title::before {
  content: "";
  display: block;
  position: absolute;
  left: -4vw;
  bottom: -12.5333vw;
  width: 48.2666vw;
  height: 39.4666vw;
  background: url("../img/bg_title-issue.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-issue__title::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37.16%;
    max-width: 362px;
    height: 27.3333vw;
    max-height: 296px;
    margin: auto;
    -webkit-transform: translate(12%, -5.4%);
            transform: translate(12%, -5.4%);
  }
}
@media (min-width: 940px) {
  .p-issue__title img {
    width: 100%;
    max-width: 970px;
  }
}

.p-issue__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .p-issue__itemList {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media (min-width: 940px) {
  .p-issue__itemList {
    max-width: none;
  }
}

.p-issue__itemList__item {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: min(3.7333vw, 20px);
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
@media (min-width: 940px) {
  .p-issue__itemList__item {
    font-size: min(1.6vw, 1.25rem);
  }
}
.p-issue__itemList__item:first-of-type {
  width: min(67.2vw, 400px);
  height: auto;
  margin: 0 auto max(-5vw, -1.5rem);
  padding: min(5.6vw, 32px) min(4vw, 40px) min(12.6vw, 64px);
  background: url("../img/bg_issue-item01-sp.svg") top no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue__itemList__item:first-of-type {
    width: 32%;
    margin-bottom: 1.5rem;
    padding: 1.75em 1em 3.25em;
    background: url("../img/bg_issue-item01.svg") top no-repeat;
    background-size: contain;
  }
}
.p-issue__itemList__item:nth-of-type(2) {
  width: min(41.8666vw, 252px);
  height: auto;
  padding: min(3.8888vw, 32px) min(3.7333vw, 32px) min(7vw, 64px);
  background: url("../img/bg_issue-item02-sp.svg") top no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue__itemList__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 32%;
    margin-top: 1.5rem;
    padding: 1.75em 1em 3.25em;
    background: url("../img/bg_issue-item02.svg") top no-repeat;
    background-size: contain;
  }
}
.p-issue__itemList__item:nth-of-type(3) {
  width: min(41.8666vw, 252px);
  height: auto;
  margin-top: min(2vw, 1.5rem);
  padding: min(3.8888vw, 32px) min(3.7333vw, 32px) min(7vw, 64px);
  background: url("../img/bg_issue-item03-sp.svg") top no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue__itemList__item:nth-of-type(3) {
    width: 32%;
    padding: 1.75em 1em 3.25em;
    background: url("../img/bg_issue-item03.svg") top no-repeat;
    background-size: contain;
  }
}
.p-issue__itemList__item:nth-of-type(4) {
  width: min(42.4vw, 254px);
  height: auto;
  padding: min(4vw, 32px) min(4vw, 32px) min(8vw, 68px);
  background: url("../img/bg_issue-item04-sp.svg") top no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue__itemList__item:nth-of-type(4) {
    width: 31%;
    margin-top: 1.5rem;
    margin-left: 2%;
    margin-right: auto;
    padding: 2em 1em 3em;
    background: url("../img/bg_issue-item04.svg") top no-repeat;
    background-size: contain;
  }
}
.p-issue__itemList__item:nth-of-type(5) {
  width: min(41.8666vw, 252px);
  height: auto;
  margin-top: min(2vw, 1.5rem);
  padding: min(3vw, 32px) min(3.7333vw, 32px) min(7vw, 64px);
  background: url("../img/bg_issue-item05-sp.svg") top no-repeat;
  background-size: contain;
}
@media (min-width: 940px) {
  .p-issue__itemList__item:nth-of-type(5) {
    width: 32%;
    margin-top: 1.5rem;
    margin-right: 1%;
    margin-left: auto;
    padding: 2em 1em 3em;
    background: url("../img/bg_issue-item05.svg") top no-repeat;
    background-size: contain;
  }
}

.p-solution {
  position: relative;
  padding-top: 18.6666vw;
  margin-top: -22.8vw;
}
@media (min-width: 940px) {
  .p-solution {
    z-index: 1;
    padding-top: 200px;
    margin-top: -108px;
  }
}
.p-solution::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_solution-sp.png") top no-repeat;
  background-size: cover;
}
@media (min-width: 940px) {
  .p-solution::before {
    background: url("../img/bg_solution-pc.png") top no-repeat;
    background-size: cover;
  }
}
.p-solution .l-container {
  position: relative;
}
.p-solution .c-caption-block {
  max-width: 1000px;
  margin: 0 auto;
}

.p-solution__header {
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 940px) {
  .p-solution__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 2.5rem;
    text-align: left;
  }
}
.p-solution__header img {
  width: min(17.06vw, 128px);
}
@media (min-width: 940px) {
  .p-solution__header img {
    width: min(17vw, 208px);
    margin: auto;
  }
}

.p-solution__header__title {
  margin-bottom: min(6.4vw, 48px);
}
@media (min-width: 940px) {
  .p-solution__header__title {
    display: inline-block;
    margin-bottom: 0;
  }
}
.p-solution__header__title .is-fz--smaller {
  font-size: 0.8em;
}
.p-solution__header__title .u-txt--marker-strong {
  font-size: 1.4em;
  color: #c1161b;
}

.p-works {
  background: url("../img/bg_works.jpg") center center no-repeat;
  background-size: cover;
}

.p-works__maintitle {
  text-align: center;
  color: #09781f;
}
.p-works__maintitle > span {
  display: inline-block;
  padding: 0 0.25em;
  background-color: #09781f;
  color: white;
  margin: 0 0.125em;
}

.p-works__pickup {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .p-works__pickup {
    border-radius: 20px;
  }
}
@media (min-width: 600px) {
  .p-works__pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 940px) {
  .p-works__pickup {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-works__pickup {
    padding: 2rem;
  }
}

.p-works__pickup__image {
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .p-works__pickup__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-bottom: 0;
  }
}
.p-works__pickup__image > img {
  border-radius: 5px;
}
@media (min-width: 600px) {
  .p-works__pickup__image > img {
    border-radius: 10px;
  }
}

@media (min-width: 600px) {
  .p-works__pickup__text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-works__pickup__text {
    padding-left: 2rem;
  }
}

.p-works__pickup__title {
  margin-bottom: 0.5em;
  color: #09781f;
}
@media (min-width: 600px) {
  .p-works__pickup__title {
    font-size: min(3.3333vw, 1.75rem);
  }
}

.p-works__pickup__client {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 1.5rem;
  background-color: #09781f;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
}

.p-artisan {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(0, 0, 0, 0.08) 3px, rgba(0, 0, 0, 0.08) 4px), repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0, 0, 0, 0.08) 3px, rgba(0, 0, 0, 0.08) 4px);
}
@media (min-width: 600px) {
  .p-artisan {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px), repeating-linear-gradient(0deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px);
  }
}

.p-artisan__title {
  text-align: center;
  letter-spacing: 0;
}
.p-artisan__title img {
  width: min(44.5333vw, 333px);
  margin-bottom: min(2vw, 1rem);
}
.p-artisan__title .u-txt-color--accent {
  font-size: 1.4em;
}

.p-artisan__catch {
  color: #09781f;
  text-align: center;
}
@media (min-width: 940px) {
  .p-artisan__catch {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}

.p-artisan__body {
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-artisan__body {
    max-width: 790px;
    margin: 0 auto;
    font-size: 1rem;
  }
}

@media (min-width: 600px) {
  .p-artisan__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-artisan__gallery img {
    width: 50%;
  }
}

.p-trouble {
  background: rgba(0, 0, 0, 0.87) url("../img/bg_trouble.jpg") center no-repeat;
  background-size: cover;
  color: white;
}

.p-trouble__header {
  text-align: center;
}
.p-trouble__header img {
  width: min(14.1333vw, 107px);
}

.p-trouble__header__title {
  padding-top: min(4vw, 24px);
  margin-left: -2vw;
  margin-right: -2vw;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-trouble__header__title .u-txt-color--yellow {
  font-size: 1.2em;
}

.p-trouble__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-trouble__itemList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8vw;
       -moz-column-gap: 8vw;
            column-gap: 8vw;
  }
}
@media (min-width: 940px) {
  .p-trouble__itemList::before {
    content: "";
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .p-trouble__itemList {
    gap: calc((100% - 897.6px) / 3);
  }
  .p-trouble__itemList::before, .p-trouble__itemList::after {
    content: "";
    display: block;
    width: 81.6px;
  }
}

.p-trouble__item {
  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;
  width: min(41.3333vw, 272px);
  height: min(41.3333vw, 272px);
  background: url("../img/bg_trouble-item.svg") center no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-trouble__item {
    width: min(28vw, 272px);
    height: min(28vw, 272px);
    font-size: min(2.6666vw, 1.875rem);
  }
}
@media (min-width: 1200px) {
  .p-trouble__item {
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .p-trouble__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 940px) {
  .p-trouble__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 940px) {
  .p-trouble__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 1200px) {
  .p-trouble__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .p-trouble__item:nth-of-type(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .p-trouble__item:nth-of-type(6) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-trouble__item > *:last-child {
  margin-bottom: 0;
}
.p-trouble__item .u-txt-color--accent {
  color: #8c1114;
}

.p-advisor {
  background: #e6f3fc url("../img/bg_advisor-sp.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 940px) {
  .p-advisor {
    background: #e6f3fc url("../img/bg_advisor-pc.jpg") center no-repeat;
    background-size: cover;
  }
}

.p-advisor__header {
  position: relative;
  max-width: 500px;
  border: 2px solid #09781f;
  margin: 0 auto min(12.8vw, 3rem);
  background-color: white;
  text-align: center;
}
@media (min-width: 940px) {
  .p-advisor__header {
    border-width: 4px;
  }
}

.p-advisor__maintitle {
  padding: 0.5em 0.5em 0.75em;
  margin: 0;
}
@media (min-width: 940px) {
  .p-advisor__maintitle {
    padding: 0.25em 0.5em 0.5em;
  }
}

.p-advisor__subtitle {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 12vw);
  padding: 0.125em 1em;
  margin: 0 auto;
  background-color: #09781f;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
@media (min-width: 600px) {
  .p-advisor__subtitle {
    font-size: 1rem;
    width: calc(100% - 4em);
  }
}
@media (min-width: 940px) {
  .p-advisor__subtitle {
    font-size: 1.25rem;
  }
}

.p-advisor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 940px) {
  .c-columns--2col .c-column.p-advisor__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}

.p-advisor__item__photo {
  width: max(150px, 40vw);
  margin: 0 auto max(-72px, -9.6vw);
  z-index: 1;
}
@media (min-width: 600px) {
  .p-advisor__item__photo {
    width: min(32vw, 300px);
  }
}

.p-advisor__item__body {
  height: 100%;
  padding: min(72px, 9.6vw) 1.25em 1.5em;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 940px) {
  .p-advisor__item__body {
    padding: min(72px, 9.6vw) 2em 1.5em;
  }
}

.p-advisor__item__title {
  padding-top: 0.75em;
  margin-bottom: 0.5em;
  color: #09781f;
  text-align: center;
}
@media (min-width: 940px) {
  .p-advisor__item__title {
    padding-top: 0.5em;
    margin-bottom: 0.25em;
  }
}

.p-quality {
  background: #e6f3fc url("../img/bg_wall-sp.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 940px) {
  .p-quality {
    background: #e6f3fc url("../img/bg_wall-pc.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 600px) {
  .p-quality .c-columns--3col .c-column {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
@media (min-width: 940px) {
  .p-quality .c-columns--3col .c-column {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

.p-quality__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  padding-bottom: min(4.2vw, 32px);
}
@media (min-width: 600px) {
  .p-quality__header {
    gap: 1rem;
  }
}
.p-quality__header img {
  width: min(22vw, 118px);
}
@media (min-width: 600px) {
  .p-quality__header img {
    width: min(10vw, 118px);
  }
}

.p-quality__maintitle {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-quality__maintitle {
    font-size: min(3.3333vw, 2.5rem);
  }
}
.p-quality__maintitle .u-txt--bg-red {
  font-size: 1.2em;
}
@media (min-width: 600px) {
  .p-quality__maintitle .u-txt--bg-red {
    font-size: 1.5em;
  }
}
.p-quality__maintitle .u-txt--bg-red:first-of-type {
  margin-left: 0;
}
.p-quality__maintitle .u-inline-block {
  word-spacing: nowrap;
}

.p-quality__item {
  font-size: min(3.7333vw, 1.75rem);
}
@media (min-width: 600px) {
  .p-quality__item {
    font-size: 1rem;
  }
}
.p-quality__item figure {
  padding: 4vw;
  margin: 0;
}
@media (min-width: 600px) {
  .p-quality__item figure {
    padding: 0;
  }
}
.p-quality__item figure img {
  border-radius: 10px;
}
@media (min-width: 600px) {
  .p-quality__item figure img {
    border-radius: 20px;
  }
}

.p-quality__item__body {
  padding: 0 4vw;
}
@media (min-width: 600px) {
  .p-quality__item__body {
    padding: 0;
  }
}
.p-quality__item__body > *:last-child {
  margin-bottom: 0;
}

.p-quality__item__title {
  padding: 0.25em 0;
  margin-bottom: 0.5em;
  background: url("../img/bg_quality-item-title.png") center no-repeat;
  background-size: contain;
  text-align: center;
  color: #09781f;
}
@media (min-width: 600px) {
  .p-quality__item__title {
    padding: 0.5em 0;
    margin-top: 0.75em;
    font-size: min(2.6666vw, 1.5rem);
  }
}
@media (min-width: 940px) {
  .p-quality__item__title {
    font-size: min(1.71vw, 1.5rem);
  }
}

.c-section.p-matter .l-container > .c-columns:last-child {
  margin-bottom: 0;
}

.p-matter__header {
  background: url("../img/bg_title-matter.svg") center no-repeat;
  background-size: contain;
}

.p-matter__maintitle {
  text-align: center;
  font-size: min(5vw, 2.5rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 600px) {
  .p-matter__maintitle {
    font-size: min(3.3333vw, 2.5rem);
  }
}
@media (min-width: 940px) {
  .p-matter__maintitle {
    padding-top: 0.75em;
    padding-bottom: 0.5em;
  }
}
.p-matter__maintitle .u-inline-block {
  white-space: nowrap;
}
.p-matter__maintitle .u-txt-color--accent {
  font-size: 1.5em;
}

.p-matter__item {
  padding: 4vw 2vw;
  margin-top: 4vw;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  .p-matter__item {
    border-radius: 20px;
  }
}
@media (min-width: 600px) {
  .p-matter__item {
    margin-top: min(2vw, 2rem);
    padding: min(2vw, 2rem) min(2vw, 1rem);
  }
}
.p-matter__item figure {
  margin: 0;
}
.p-matter__item h3 {
  margin-bottom: 0.25em;
}
@media (min-width: 600px) {
  .p-matter__item h3 {
    font-size: min(3.3333vw, 2rem);
  }
}

.p-matter__item--other {
  background-color: #eceded;
}
.p-matter__item--other h3 {
  color: #4f4d4d;
}

.p-matter__item--this {
  background-color: #d0e7d2;
}
.p-matter__item--this h3 {
  color: #09781f;
}

.p-price {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(0, 0, 0, 0.08) 3px, rgba(0, 0, 0, 0.08) 4px), repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0, 0, 0, 0.08) 3px, rgba(0, 0, 0, 0.08) 4px);
}
@media (min-width: 600px) {
  .p-price {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px), repeating-linear-gradient(0deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px);
  }
}

.p-price__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media (min-width: 940px) {
  .p-price__header {
    gap: 2em;
  }
}
.p-price__header::before, .p-price__header::after {
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.87);
}
.p-price__header::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (min-width: 940px) {
  .p-price__header::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.p-price__header::after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (min-width: 940px) {
  .p-price__header::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.p-price__maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .p-price__maintitle {
    font-size: min(3.3333vw, 2.5rem);
  }
}
@media (min-width: 940px) {
  .p-price__maintitle {
    display: block;
  }
}
.p-price__maintitle .u-txt--marker-strong {
  font-size: 1.5em;
}

.p-price__list {
  margin-top: 4vw;
}
@media (min-width: 600px) {
  .p-price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
  }
}
@media (min-width: 940px) {
  .p-price__list {
    margin-bottom: 1.5em;
  }
}

.p-price__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2vw;
  margin-top: 2vw;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .p-price__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
    gap: 8px;
    margin-top: 1rem;
  }
}
@media (min-width: 940px) {
  .p-price__list__item {
    -ms-flex-preferred-size: calc(25% - 8px);
        flex-basis: calc(25% - 8px);
  }
}
.p-price__list__item dt,
.p-price__list__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 1vw);
      flex-basis: calc(50% - 1vw);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 20vw;
  padding: 4.8vw 4vw;
  margin: 0;
}
@media (min-width: 600px) {
  .p-price__list__item dt,
  .p-price__list__item dd {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0.25em 1em;
  }
}
@media (min-width: 940px) {
  .p-price__list__item dt,
  .p-price__list__item dd {
    padding: 0 1rem;
  }
}
.p-price__list__item dt {
  background-color: #4f4d4d;
  font-size: min(4.2666vw, 2rem);
  color: white;
}
@media (min-width: 600px) {
  .p-price__list__item dt {
    min-height: 2.5rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 940px) {
  .p-price__list__item dt {
    height: 3rem;
    font-size: min(2vw, 1.875rem);
  }
}
.p-price__list__item dd {
  border: 1px solid #4f4d4d;
  background-color: white;
  font-size: min(4vw, 1.875rem);
  font-weight: 700;
  vertical-align: baseline;
}
@media (min-width: 600px) {
  .p-price__list__item dd {
    min-height: min(13.333vw, 8.5rem);
    font-size: min(3vw, 1.875rem);
  }
}
@media (min-width: 940px) {
  .p-price__list__item dd {
    font-size: min(2.5vw, 1.875rem);
  }
}
.p-price__list__item.p-price__list__item--this dt {
  background-color: #c1161b;
  font-weight: 700;
  font-size: min(5.3333vw, 2.5rem);
}
@media (min-width: 600px) {
  .p-price__list__item.p-price__list__item--this dt {
    min-height: 2.5rem;
    padding: 0.25em 1em;
    font-size: min(3vw, 1.875rem);
  }
}
@media (min-width: 940px) {
  .p-price__list__item.p-price__list__item--this dt {
    font-size: min(2vw, 1.875rem);
  }
}
.p-price__list__item.p-price__list__item--this dd {
  background-color: #fffcd6;
  border: 1px solid #c1161b;
  color: #c1161b;
  font-size: min(5.3333vw, 2.5rem);
  line-height: 1.25;
}
@media (min-width: 600px) {
  .p-price__list__item.p-price__list__item--this dd {
    font-size: min(4.2vw, 2.5rem);
  }
}
@media (min-width: 940px) {
  .p-price__list__item.p-price__list__item--this dd {
    border-width: 2px;
    font-size: min(2.7vw, 2.5rem);
  }
}

.p-price__note {
  text-align: center;
}

.p-service__header {
  padding-bottom: min(6vw, 4rem);
}

.p-service__maintitle {
  margin-bottom: 0;
  text-align: center;
  color: #09781f;
}
.p-service__maintitle > span {
  display: inline-block;
  padding: 0 0.25em;
  background-color: #09781f;
  color: white;
  margin: 0 0.125em;
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .p-service__item {
    display: block;
  }
}
.p-service__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(38.4vw, 288px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .p-service__item figure {
    width: auto;
  }
}

.p-service__item__body {
  padding-left: 4vw;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-service__item__body {
    padding: 1rem 0 0;
  }
}
@media (min-width: 940px) {
  .p-service__item__body {
    font-size: 1rem;
  }
}
.p-service__item__body > *:last-child {
  margin-bottom: 0;
}

.p-service__item__title {
  margin-bottom: 0.5em;
  text-align: center;
  color: #09781f;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .p-service__item__title {
    font-size: min(3.3333vw, 2rem);
    margin-bottom: 0.25em;
  }
}

.p-review {
  position: relative;
  background: #e8f4e9 url("../img/bg_review-sp.jpg") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 940px) {
  .p-review {
    background: #e8f4e9 url("../img/bg_review-pc.jpg") center no-repeat;
    background-size: cover;
  }
}
.p-review .c-columns {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .p-review .c-columns::after {
    content: "";
    position: absolute;
    bottom: -4rem;
    right: -20px;
    width: 36%;
    height: 40vw;
    background: url("../img/bg_review-accent.png") center bottom no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
@media (min-width: 940px) {
  .p-review .c-columns::after {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .p-review .c-columns::after {
    right: -80px;
    width: 42%;
  }
}

.p-review__header {
  position: relative;
  margin-right: -20px;
  z-index: 1;
}
@media (min-width: 600px) {
  .p-review__header {
    text-align: center;
    padding-bottom: min(3vw, 1.5rem);
    margin-right: 0;
  }
}
.p-review__header::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  width: 49.6vw;
  height: 40vw;
  background: url("../img/bg_review-accent.png") left top no-repeat;
  background-size: 56vw;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-review__header::before {
    content: none;
  }
}

.p-review__maintitle {
  font-size: 1.25rem;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white, 2px 0px 1px white, 0px 2px 1px white, -2px 0px 1px white, 0px -2px 1px white, 0 0 3px white, 0 0 6px white;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 600px) {
  .p-review__maintitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white), to(white));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 100%);
    font-size: min(3.2vw, 2.5rem);
    white-space: nowrap;
  }
  .p-review__maintitle .u-inline-block {
    display: inline;
    padding: 0;
    margin: 0;
  }
  .p-review__maintitle .u-txt--marker-white {
    background: none;
  }
}
.p-review__maintitle .u-txt-color--accent {
  font-size: 1.5em;
}

.p-review__item {
  height: 100%;
  padding: 1.25rem;
  border-radius: 5px;
  background-color: #09781f;
  color: white;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-review__item {
    border-radius: 10px;
  }
}
@media (min-width: 940px) {
  .p-review__item {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }
}
.p-review__item > *:last-child {
  margin-bottom: 0;
}

.p-review__item__icon {
  margin: 0.25rem auto 1rem;
  width: min(13.6vw, 88px);
}

.p-review__item__title {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 600px) {
  .p-review__item__title {
    font-size: min(3vw, 1.375rem);
  }
}

.p-guarantee {
  background: #e8f4e9 url("../img/bg_guarantee-sp.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .p-guarantee {
    background: #e8f4e9 url("../img/bg_guarantee.jpg") no-repeat;
    background-size: cover;
  }
}

.p-guarantee__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #09781f;
}
.p-guarantee__header::before, .p-guarantee__header::after {
  content: "";
  width: 10.2666vw;
  max-width: 77px;
}
.p-guarantee__header::before {
  background: url("../img/bg_guarantee-title-l.svg") center bottom no-repeat;
  background-size: contain;
}
.p-guarantee__header::after {
  background: url("../img/bg_guarantee-title-r.svg") center bottom no-repeat;
  background-size: contain;
}

.p-guarantee__maintitle {
  display: block;
  margin-bottom: 0.125em;
  font-size: 1.875rem;
}
@media (min-width: 600px) {
  .p-guarantee__maintitle {
    font-size: min(5vw, 3.75rem);
  }
}
.p-guarantee__maintitle::before {
  content: "";
  display: block;
  width: min(10.8vw, 82px);
  height: min(12.2666vw, 93px);
  margin: 0 auto 0.125em;
  background: url("../img/icon_guarantee.svg") no-repeat;
  background-size: contain;
}

.p-guarantee__body {
  max-width: 800px;
  padding: min(6vw, 3rem) min(5.3333vw, 2.5rem);
  margin-top: min(5.3333vw, 2rem);
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 2px solid #09781f;
}
@media (min-width: 940px) {
  .p-guarantee__body {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-guarantee__body h3 {
  color: #09781f;
  text-align: center;
}
.p-guarantee__body > *:last-child {
  margin-bottom: 0;
}

.p-flow {
  background-color: #eeeeee;
  counter-reset: num;
}

.p-flow__item {
  position: relative;
}
@media (min-width: 600px) {
  .p-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 230px;
    margin-bottom: 2rem;
  }
}
.p-flow__item:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num01.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(1)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num02.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(2)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:nth-of-type(3)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num03.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(3)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:nth-of-type(4)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num04.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(4)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:nth-of-type(5)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num05.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(5)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:nth-of-type(6)::before {
  content: "";
  display: block;
  position: absolute;
  width: min(15.3333vw, 115px);
  height: min(13.6vw, 102px);
  background: url("../img/num06.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-4vw, -1.8vw);
          transform: translate(-4vw, -1.8vw);
}
@media (min-width: 600px) {
  .p-flow__item:nth-of-type(6)::before {
    width: min(10.9vw, 131px);
    height: min(9.75vw, 117px);
  }
}
.p-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 2vw solid white;
  background-color: white;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 600px) {
  .p-flow__item:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-width: 14px;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
}

.p-flow__item__image {
  margin: 0;
}
@media (min-width: 600px) {
  .p-flow__item__image {
    -ms-flex-preferred-size: min(30vw, 350px);
        flex-basis: min(30vw, 350px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 600px) {
  .p-flow__item__image > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.p-flow__item__body {
  padding: 4vw 4.6662vw;
  background-color: white;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-flow__item__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 2rem 1.5rem 2rem min(7vw, 100px);
  }
}
@media (min-width: 940px) {
  .p-flow__item__body {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-flow__item__body > *:last-child {
  margin-bottom: 0;
}

.p-flow__item__title {
  margin-bottom: 0.25em;
  color: #09781f;
  text-align: center;
}
@media (min-width: 600px) {
  .p-flow__item__title {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 1.375rem;
  }
}
@media (min-width: 940px) {
  .p-flow__item__title {
    font-size: 1.75rem;
  }
}

.p-area {
  background: url("../img/bg_wall-sp.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .p-area__body {
    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;
  }
}

.p-area__image {
  width: min(50vw, 374px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .p-area__image {
    padding-top: 0;
    -ms-flex-preferred-size: 37.3%;
        flex-basis: 37.3%;
  }
}

.p-area__text {
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-area__text {
    -ms-flex-preferred-size: 63.6%;
        flex-basis: 63.6%;
  }
}
@media (min-width: 940px) {
  .p-area__text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-area__text {
    font-size: 1.125rem;
  }
}
.p-area__text > *:last-child {
  margin-bottom: 0;
}

.p-area__text__header {
  position: relative;
  z-index: 1;
  padding-top: 10vw;
}
@media (min-width: 600px) {
  .p-area__text__header {
    padding-top: min(5vw, 5rem);
  }
}
.p-area__text__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: min(45.8666vw, 344px);
  height: min(30.4vw, 228px);
  background: url("../img/bg_area-title.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-68.02%);
          transform: translateX(-68.02%);
  z-index: -1;
}
@media (min-width: 600px) {
  .p-area__text__header::before {
    right: auto;
    width: min(28.6666vw, 344px);
    height: min(19vw, 228px);
    -webkit-transform: translateX(-30.81%);
            transform: translateX(-30.81%);
  }
}

.p-area__text__title {
  margin-bottom: 0.5em;
  font-size: 1.875rem;
  text-align: center;
  color: #c1161b;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white, 2px 0px 1px white, 0px 2px 1px white, -2px 0px 1px white, 0px -2px 1px white, 0 0 3px white, 0 0 4px white;
}
@media (min-width: 600px) {
  .p-area__text__title {
    font-size: min(5vw, 3.75rem);
    text-align: left;
  }
}

.p-area__text__arealist {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .p-area__text__arealist {
    text-align: left;
    font-size: min(2.3333vw, 2rem);
    line-height: 1.5;
  }
}
.p-area__text__arealist li {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 0;
  border-radius: 100vh;
  background-color: #105a27;
  font-weight: 700;
  color: white;
}

.p-area__box {
  max-width: 584px;
  padding: 66px 20px 16px 20px;
  margin-top: 2rem;
  background: #e8f4e9 url("../img/icon_truck.svg") center 16px no-repeat;
  background-size: 62px 42px;
  border: 3px solid #09781f;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 600px) {
  .p-area__box {
    font-size: 16px;
  }
}
@media (min-width: 940px) {
  .p-area__box {
    padding: 16px 24px 24px calc(8.989vw - 22.494px + 56px);
    background: #e8f4e9 url("../img/icon_truck.svg") 32px center no-repeat;
    background-size: calc(8.989vw - 22.494px) calc(6.18vw - 16.09px);
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .p-area__box {
    padding: 16px 24px 24px 150px;
    background: #e8f4e9 url("../img/icon_truck.svg") 32px center no-repeat;
    background-size: 94px 64px;
  }
}
.p-area__box p {
  margin-bottom: 0;
}

.p-area__box__maintext {
  margin-top: 0.25rem;
  font-size: 24px;
  color: #09781f;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-area__box__maintext {
    font-size: calc(0.893vw + 20.429px);
  }
}
@media (min-width: 940px) {
  .p-area__box__maintext {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-area__box__maintext {
    font-size: 32px;
  }
}

.p-faq {
  background: #e8f4e9;
}

.p-faq__itemList {
  margin-bottom: 0;
}

.p-faq__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-faq__item__title,
.p-faq__item__detail {
  position: relative;
  padding: calc(0.325rem + 4px) 0.5rem calc(0.325rem + 4px) 3.25rem;
  min-height: calc(2.25em + 8px);
}
@media (min-width: 940px) {
  .p-faq__item__title,
  .p-faq__item__detail {
    padding: calc(0.40625rem + 4px) 1.25rem calc(0.40625rem + 4px) 4.0625rem;
  }
}
.p-faq__item__title span,
.p-faq__item__detail span {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  text-align: center;
}
@media (min-width: 940px) {
  .p-faq__item__title span,
  .p-faq__item__detail span {
    font-size: 1.875rem;
  }
}

.p-faq__item__title {
  background-color: white;
  font-size: 1rem;
  color: #09781f;
}
@media (min-width: 940px) {
  .p-faq__item__title {
    font-size: 1.25rem;
  }
}
.p-faq__item__title span {
  background-color: #105a27;
}

.p-faq__item__detail {
  padding-top: 4px;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-faq__item__detail {
    font-size: 1rem;
  }
}
.p-faq__item__detail span {
  background-color: #c1161b;
}
.p-faq__item__detail > *:last-child {
  margin-bottom: 0;
}

.p-contact {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.p-contact__thanks {
  text-align: center;
}

.p-contact__thanks-icon {
  width: 25%;
  max-width: 200px;
  margin-bottom: 1.5rem;
}

.flatpickr-time input {
  font-size: 1.125rem !important;
}

.p-policy__dl dt {
  font-weight: 700;
  border-bottom: 2px solid #d0e7d2;
}
.p-policy__dl dd {
  margin: 1em 0 1.5em;
  padding-left: 1rem;
}

.p-policy__url {
  word-break: break-all;
  line-height: 1.5;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

.u-align--middle {
  vertical-align: middle;
}

.u-align--top {
  vertical-align: top;
}

.u-align--bottom {
  vertical-align: bottom;
}

.u-margin-no {
  margin: 0;
}

.u-margin-b--0 {
  margin-bottom: 0;
}

.u-margin-b--s {
  margin-bottom: 1rem;
}

.u-margin-b--m {
  margin-bottom: 1.5rem;
}

.u-margin-b--l {
  margin-bottom: 2.5rem;
}

.u-margin-t--m {
  margin-top: 1.5rem;
}

.u-pad-no {
  margin: 0;
}

.u-pad-b--0 {
  padding-bottom: 0;
}

.u-txt-color--main {
  color: #09781f;
}

.u-txt-color--sub {
  color: #ffee00;
}

.u-txt-color--accent {
  color: #c1161b;
}

.u-txt-color--blue {
  color: #09781f;
}

.u-txt-color--yellow {
  color: #ffee00;
}

.u-txt--s {
  font-size: 0.75em;
}

.u-txt--l {
  font-size: 1.25em;
}

.u-txt--ll {
  font-size: 1.5em;
}

.u-txt--bold {
  font-weight: 700;
}

.u-txt--st {
  font-size: 1.25rem;
  font-weight: 700;
}

.u-txt--marker-weak {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #fff8a7), to(#fff8a7));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff8a7 50%, #fff8a7 100%);
  padding: 0 0.25em;
  margin: 0 0.25rem;
}

.u-txt--marker-strong {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ffee00), to(#ffee00));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffee00 50%, #ffee00 100%);
  padding: 0 0.125em;
  margin: 0 0.125em;
}

.u-txt--marker-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 100%);
  padding: 0 0.25em;
  margin: 0 0.25rem;
}

.u-txt--bg-red {
  display: inline-block;
  padding: 0 0.125em;
  background-color: #c1161b;
  color: white;
  margin: 0 0.125em;
}

.u-copy {
  margin: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 0.625rem;
}
@media (min-width: 600px) {
  .u-copy {
    font-size: 0.875rem;
  }
}
.u-copy a:link,
.u-copy a:visited {
  color: #105a27;
}
.u-copy a:hover {
  opacity: 0.6;
}

.u-ff--serif {
  font-family: Century, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}

.u-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.u-inline-block {
  display: inline-block;
}

.u-fsz--l {
  font-size: calc(2.172vw + 11.857px);
}
@media (min-width: 1200px) {
  .u-fsz--l {
    font-size: 40px;
  }
}

.u-fsz--ll {
  font-size: calc(2.172vw + 41.857px);
}
@media (min-width: 1200px) {
  .u-fsz--ll {
    font-size: 70px;
  }
}

/* ==========================================================================
// Foundation
========================================================================== */
/* ==========================================================================
// Layout
========================================================================== */
/* ==========================================================================
// Object
========================================================================== */