@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1071px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1072px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: white;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #066EC7;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  background: white;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
.l-header__inner {
  padding: 1.25rem 1.5rem;
  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: 0 auto;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-block: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 4.375rem;
  }
}
.l-header__logo {
  margin: 0;
}
.l-header__logo a {
  display: block;
  width: 14.03125rem;
  display: block;
}
@media (max-width: 1279px) {
  .l-header__logo a {
    width: 11.6875rem;
  }
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 11.6875rem;
  }
}

.l-globalnav__list {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 1279px) {
  .l-globalnav__list {
    gap: 0.75rem;
  }
}
.l-globalnav__btn {
  display: block;
  padding: 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.l-globalnav__btn.-reverse {
  margin-left: 1rem;
  font-weight: 900;
  color: white;
  background: #FF5200;
  border-radius: 6.25rem;
  padding: 0.75rem 1.625rem;
}
@media (max-width: 1279px) {
  .l-globalnav__btn {
    font-size: 1rem;
  }
  .l-globalnav__btn.-reverse {
    margin-left: 0.375rem;
    padding: 0.75rem 1.25rem;
  }
}

.l-header-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0;
  cursor: pointer;
  z-index: 102;
}
.l-header-hamburger__bar {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header-hamburger__bar, .l-header-hamburger__bar::before, .l-header-hamburger__bar::after {
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.1875rem;
  background: #009E00;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header-hamburger__bar::before {
  top: -0.5625rem;
}
.l-header-hamburger__bar::after {
  top: 0.5625rem;
}
.l-header-hamburger.-open .l-header-hamburger__bar {
  background-color: transparent;
}
.l-header-hamburger.-open .l-header-hamburger__bar::before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header-hamburger.-open .l-header-hamburger__bar::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l-sp-nav {
  position: fixed;
  top: 4.375rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.375rem);
  background: #009E00;
  z-index: 999;
}
.l-sp-nav__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
.l-sp-nav__list {
  background: white;
  list-style: none;
  margin: 0;
  padding: 2.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-sp-nav__btn {
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.375rem;
  padding: 0.75rem 0;
}
.l-sp-nav__btn.-reverse {
  font-weight: 900;
  color: white;
  background: #FF5200;
  padding: 1.5rem 0;
  margin-top: 2.25rem;
}

.l-sp-footer {
  background: #009E00;
  padding: 3rem 1.875rem;
}
.l-sp-footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-sp-footer__bnr-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.l-sp-footer__bnr-btn.-sustainable {
  background: white;
  border-radius: 0.25rem;
  padding: 1.875rem;
}
.l-sp-footer__bnr-btn.-sustainable img {
  width: 15.3125rem;
}
.l-sp-footer__copyright, .l-sp-footer__policy {
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
}
.l-sp-footer__policy {
  margin: 2rem 0 0 0;
}
.l-sp-footer__copyright {
  margin: 1.5rem 0 0 0;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer-index .l-footer__areaA {
  background: #0FB309;
  padding: 1.25rem 0;
}
.l-footer-index .l-footer__areaB {
  background: #009E00;
  padding: 2.1875rem 0 1.6875rem;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__areaB {
    padding: 3rem 0;
  }
}
.l-footer-index .l-footer__areaB .l-footer__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__areaB .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer-index .l-footer__inner {
  max-width: 1266px;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer-index .l-footer__logo {
  display: block;
  width: 14.03125rem;
}
@media (max-width: 1279px) {
  .l-footer-index .l-footer__logo {
    width: 11.6875rem;
  }
}
.l-footer-index .l-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.25rem;
}
@media (max-width: 1279px) {
  .l-footer-index .l-footer__links {
    font-size: 1rem;
    gap: 0.75rem;
  }
}
.l-footer-index .l-footer__links-btn {
  color: white;
  font-weight: 500;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-index .l-footer__links-btn.-reverse {
  font-weight: 900;
  color: #0FB309;
  background: white;
  border-radius: 6.25rem;
  padding: 0.75rem 1.625rem;
}
.l-footer-index .l-footer__copyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__copyWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer-index .l-footer__copyright, .l-footer-index .l-footer__policy {
  margin: 0;
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__copyright, .l-footer-index .l-footer__policy {
    text-align: center;
  }
}
.l-footer-index .l-footer__bnr {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
.l-footer-index .l-footer__bnr-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15rem;
  max-width: 100%;
}
.l-footer-index .l-footer__bnr-btn.-sustainable {
  background: white;
  border-radius: 0.25rem;
  width: 19.5rem;
  height: 100%;
}
.l-footer-index .l-footer__bnr-btn.-sustainable img {
  width: 15.0625rem;
}
@media (max-width: 767px) {
  .l-footer-index .l-footer__bnr-btn {
    width: 100%;
  }
  .l-footer-index .l-footer__bnr-btn.-sustainable {
    width: 100%;
    padding: 1.875rem;
  }
  .l-footer-index .l-footer__bnr-btn.-sustainable img {
    width: 15.3125rem;
  }
}

.fix-bnr {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.fix-bnr__contents {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 85.375rem;
  margin: 0 auto;
  position: relative;
}
.fix-bnr__contents::before {
  position: absolute;
  content: "";
  width: calc((100vw - 85.375rem) / 2);
  height: 100%;
  top: 0;
  right: 100%;
  background: #0FB309;
}
@media (max-width: 767px) {
  .fix-bnr__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.fix-bnr__title {
  background: #0FB309;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2.625rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.875rem) 100%, 0 100%);
  width: 16.3982430454%;
  max-width: 14rem;
}
.fix-bnr__title img {
  width: 100%;
  display: block;
}
@media (max-width: 1279px) {
  .fix-bnr__title {
    padding-left: 0.625rem;
    padding-right: 1.75rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
  }
}
.fix-bnr__lead {
  margin: 0;
  background: #D1FF00;
  font-weight: bold;
  font-size: 0.6875rem;
  text-align: center;
  padding: 0.25rem;
}
.fix-bnr__btns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.125rem;
  padding: 1.125rem 2rem 1.125rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1279px) {
  .fix-bnr__btns {
    padding-right: 0.625rem;
    padding-left: 0.1875rem;
  }
}
@media (max-width: 767px) {
  .fix-bnr__btns {
    gap: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fix-bnr__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 23.5rem;
  background: #FF5200;
  padding: 0.5rem 0.875rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
}
@media (max-width: 1279px) {
  .fix-bnr__tel {
    padding: 0.5rem 0.3125rem;
  }
}
@media (max-width: 767px) {
  .fix-bnr__tel {
    border-radius: 0;
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 3.75rem;
    min-height: 2.5rem;
    color: white;
    font-weight: bold;
    line-height: 1.0909090909;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 0.6875rem;
    padding: 6px;
  }
  .fix-bnr__tel img {
    height: 100%;
  }
  .fix-bnr__tel small {
    font-size: 0.625rem;
  }
  .fix-bnr__tel::before {
    display: inline-block;
    content: "";
    width: 0.625rem;
    height: 1rem;
    margin-right: 0.25rem;
    background: url(../../tokushima-lp/images/icon-phone.png) no-repeat center/contain;
  }
  .fix-bnr__tel:hover {
    color: white;
  }
}
.fix-bnr__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: white;
  font-weight: bold;
  width: 24.1035856574%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
  border-radius: 0.25rem;
  position: relative;
}
.fix-bnr__btn:hover {
  color: white;
}
.fix-bnr__btn.-mail {
  background: #066EC7;
}
.fix-bnr__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: url(../../tokushima-lp/images/icon-mail.png) no-repeat center/contain;
}
.fix-bnr__btn.-line {
  background: #06C755;
}
.fix-bnr__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../tokushima-lp/images/icon-line.png) no-repeat center/contain;
}
.fix-bnr__btn.-lp {
  color: #006934;
  border: solid 1px #006934;
  background: #FFFF00;
}
@media (max-width: 1279px) {
  .fix-bnr__btn {
    height: 3.75rem;
    font-size: 0.9375rem;
  }
  .fix-bnr__btn.-mail::before {
    width: 1.25rem;
  }
  .fix-bnr__btn.-line::before {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .fix-bnr__btn {
    text-align: center;
    line-height: 1.2;
    width: 33.3333333333%;
    height: 3.75rem;
    min-height: 2.5rem;
    font-size: 0.6875rem;
    border-radius: 0;
    margin: 0;
    line-height: 1.0909090909;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fix-bnr__btn.-mail::before {
    margin-right: 0;
    width: 1.125rem;
    height: 1.375rem;
  }
  .fix-bnr__btn.-line::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.3125rem;
    margin-right: 0;
  }
  .fix-bnr__btn.-lp {
    border: none;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  overflow: hidden;
}
@media (max-width: 767px) {
  body > .inbox {
    padding-top: 4.375rem;
  }
}

.l-page-container {
  position: relative;
}
.l-page-bg {
  background-color: #D6F2D3;
  background-image: linear-gradient(90deg, #BCEAB8 1px, transparent 1px), linear-gradient(#BCEAB8 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4rem 4rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .l-page-bg {
    padding: 2.5rem 0;
  }
}

.l-section {
  position: relative;
  padding: 3.375rem 1.5rem;
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, #0FB309;
}
.l-section.-deco {
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, url(../../images/bg-section.png) no-repeat top center/100% auto, #0FB309;
}
@media (max-width: 767px) {
  .l-section {
    padding: 2rem 1rem;
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, #0FB309;
  }
  .l-section.-deco {
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, url(../../images/bg-section.png) no-repeat top center/100% auto, #0FB309;
  }
}
.l-section__box {
  background: white;
  border-radius: 1rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .l-section__box {
    padding: 2rem 0;
  }
}

.l-page-contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1rem;
  }
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-xs {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .l-page-contents-xs {
    padding: 0 1rem;
  }
}
.l-page-contents-xs > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .l-page-contents-s {
    padding: 0 1rem;
  }
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-m {
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .l-page-contents-m {
    padding: 0 1rem;
  }
}
.l-page-contents-m > *:first-child {
  margin-top: 0 !important;
}

.l-btn-center {
  margin: 4rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-btn-center {
    margin-top: 2.5rem;
  }
}
.l-btn-center.-mt10 {
  margin-top: 1.25rem;
}

.l-breadcrumb {
  position: relative;
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-breadcrumb__list {
    row-gap: 0.25rem;
  }
}
.l-breadcrumb__list > li {
  display: block;
  position: relative;
  font-size: 0.875rem;
  color: #666666;
}
@media (max-width: 767px) {
  .l-breadcrumb__list > li {
    font-size: 0.75rem;
  }
}
.l-breadcrumb__list > li:not(:first-child) {
  padding-left: 0.75rem;
}
.l-breadcrumb__list > li:not(:last-child) {
  margin-right: 0.5rem;
}
.l-breadcrumb__list > li:not(:first-child)::after {
  position: absolute;
  top: 0.8em;
  left: 0;
  margin-top: -0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  border-radius: 6.25rem;
  background: #FF5200;
}
.l-breadcrumb__list > li a {
  display: block;
  color: #FF5200;
  font-weight: bold;
  text-decoration: none;
}

/**************************************************/
/* single */
/**************************************************/
.icon-image {
  width: 1em;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-heading-a {
  color: #FFFF00;
  font-size: 2.375rem;
  margin: 4rem 0 0 0;
  text-align: center;
  font-weight: 900;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-heading-a {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.l-section > .c-heading-a:first-child {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-section > .c-heading-a:first-child {
    margin-top: 1rem;
  }
}

.c-btn-prev {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  background: #FF5200;
  padding: 1.125rem 4.0625rem 1.1875rem;
  border-radius: 6.25rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-btn-prev {
    padding: 1rem 3.75rem;
    font-size: 1rem;
  }
}

.c-btn-a, .c-btn, .c-btn-b {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  width: 100%;
  max-width: 18.75rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  background: #FF5200;
  padding: 1.125rem 2.1875rem 1.1875rem;
  border-radius: 6.25rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-a, .c-btn, .c-btn-b {
    padding: 1rem 2.1875rem;
    font-size: 1rem;
  }
}
.c-btn-a::after, .c-btn::after, .c-btn-b::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.625rem solid #ffffff;
  border-right: 0;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-a.-green, .-green.c-btn, .-green.c-btn-b {
  background: #009E00;
}
.c-btn-a.-shadow, .-shadow.c-btn, .-shadow.c-btn-b {
  -webkit-box-shadow: 0 0.5rem 0 #9C2100;
          box-shadow: 0 0.5rem 0 #9C2100;
  margin-bottom: 0.5rem;
}
.c-btn-b {
  padding: 1.6875rem 2.1875rem;
  -webkit-box-shadow: 0 0.5rem 0 #9C2100;
          box-shadow: 0 0.5rem 0 #9C2100;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  max-width: 28.125rem;
}
.c-btn-b::after {
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.9375rem solid #ffffff;
}
@media (max-width: 767px) {
  .c-btn-b {
    padding: 1.25rem 2.1875rem;
    font-size: 1.125rem;
  }
  .c-btn-b::after {
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 0.625rem solid #ffffff;
  }
}

.c-btn {
  color: white !important;
}
.c-btn_icon {
  display: none;
}

.c-pagetitle {
  margin: 0;
  background: white;
}
.c-pagetitle__title {
  min-height: 18.75rem;
  background: url(../../images/bg-pagetitle.png) no-repeat center/cover, #0FB309;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.c-pagetitle__title img {
  height: 7.125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-pagetitle__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.875rem;
  background: url(../../images/line-green.png) repeat-x center top/auto 100%;
  top: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .c-pagetitle__title {
    min-height: 12.5rem;
    padding-bottom: 2rem;
  }
  .c-pagetitle__title img {
    height: 4rem;
  }
  .c-pagetitle__title::before {
    height: 1rem;
  }
}
.c-pagetitle__leadBlock {
  padding: 0 6.25rem 1rem 6.875rem;
  margin: -4.75rem auto 0;
  position: relative;
  z-index: 2;
  max-width: 34.375rem;
}
.c-pagetitle__leadBlock::before {
  position: absolute;
  content: "";
  width: 10.75rem;
  height: 18.75rem;
  background: url(../../images/deco-pagetitle.png) no-repeat center bottom/contain;
  bottom: 1rem;
  right: -1.125rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-pagetitle__leadBlock {
    padding: 0 3.125rem 1rem 3.75rem;
  }
  .c-pagetitle__leadBlock::before {
    width: 4rem;
    height: 9.375rem;
    right: 0.625rem;
  }
}
.c-pagetitle__lead {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.7777777778;
  background: #FF5200;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip-path: polygon(4rem 0, calc(100% - 4rem) 0, 100% 3.375rem, 100% calc(100% - 3.375rem), calc(100% - 4rem) 100%, 4rem 100%, 0 calc(100% - 3.375rem), 0 3.375rem);
}
@media (max-width: 767px) {
  .c-pagetitle__lead {
    font-size: 0.75rem;
    padding: 1rem 1.875rem;
    clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 1.625rem, 100% calc(100% - 1.625rem), calc(100% - 2rem) 100%, 2rem 100%, 0 calc(100% - 1.625rem), 0 1.625rem);
  }
}

.c-report-list {
  margin: 4.375rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1.25rem;
}
.c-report-list > li {
  width: calc((100% - 2.5rem) / 3);
}
@media (max-width: 767px) {
  .c-report-list {
    margin-top: 2.5rem;
  }
  .c-report-list > li {
    width: 100%;
  }
}

.c-report-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.c-report-card__img {
  aspect-ratio: 270/200;
  border-radius: 1.25rem;
  overflow: hidden;
}
.c-report-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-report-card__date {
  color: #999999;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .c-report-card__date {
    margin-top: 0.625rem;
  }
}
.c-report-card__title {
  margin: 0.375rem 0 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-report-card__title {
    font-size: 1rem;
    margin: 0.1875rem 0 0.625rem;
  }
}
.c-report-card__category {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-report-card__category > span {
  background: #009E00;
  border-radius: 6.25rem;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 0.6875rem;
  padding: 0.25rem 0.9375rem;
}

.c-pagenavi {
  margin: 4rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-pagenavi {
    margin-top: 2.5rem;
  }
}
.c-pagenavi .wp-pagenavi {
  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;
  font-size: 1.125rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-pagenavi .wp-pagenavi {
    gap: 0.5rem;
    font-size: 1rem;
  }
}
.c-pagenavi .wp-pagenavi a {
  text-decoration: none;
}
.c-pagenavi .wp-pagenavi a, .c-pagenavi .wp-pagenavi span:not(.extend) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  border: solid 1px #888888;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-pagenavi .wp-pagenavi a, .c-pagenavi .wp-pagenavi span:not(.extend) {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.c-pagenavi .wp-pagenavi span.current {
  color: white;
  background: #009E00;
  border-color: #009E00;
}
.c-pagenavi .wp-pagenavi .extend {
  display: inline-block;
  color: #888888;
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-bg-color: #F5F5F5;
  --form-required-color: #FF5200;
  --form-alert-color: #FF5200;
  --form-btn-bg-color: #0FB309;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

*:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-hurry {
  padding-top: 1rem;
}
.f-hurry__box {
  background: #4365C3;
  border-radius: 1rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: white;
  text-align: center;
}
.f-hurry__box::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../images/icon-notes.png) no-repeat center center/contain;
  width: 2.1875rem;
  height: 1.9375rem;
}
@media (max-width: 767px) {
  .f-hurry__box {
    padding: 1.5rem 1rem;
  }
}
.f-hurry__heading {
  margin: 0;
  font-weight: 900;
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px white;
}
@media (max-width: 767px) {
  .f-hurry__heading {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
  }
}
.f-hurry__text {
  margin: 1rem 0 0 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .f-hurry__text {
    font-size: 0.9375rem;
  }
}
.f-hurry__num {
  display: block;
  margin: 1rem auto 0;
  max-width: 29.75rem;
}
.f-hurry__num img {
  display: block;
}

.f-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 0 0;
  background: #F5F5F5;
  border-radius: 0.25rem;
  padding: 0.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .f-progress {
    margin-top: 2.5rem;
    padding: 0.25rem;
  }
}
.f-progress__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.f-progress__item.-current {
  color: white;
  font-weight: bold;
  background: #0FB309;
}
@media (max-width: 767px) {
  .f-progress__item {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
}

.f-lead {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7777777778;
  margin: 2.5rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .f-lead {
    font-size: 0.9375rem;
    margin: 1.5rem 0 0 0;
    line-height: 1.6;
  }
}

.wpcf7-not-valid-tip,
.f-error {
  display: block;
  position: relative;
  margin: 0.5rem 0 0;
  color: var(--form-alert-color);
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip,
  .f-error {
    font-size: 0.875rem;
  }
}

.f-field {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--form-bg-color);
  width: 100%;
  padding: 0.6875rem 1.25rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  line-height: 1.5;
  font-size: 1.125rem;
  color: black;
  font-weight: 500;
  font-family: inherit;
  margin: 0;
}
.f-field.-short {
  max-width: 12.5rem;
}
.f-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .f-field {
    font-size: 1rem;
  }
  .f-field.-short {
    max-width: 100%;
  }
}

textarea.f-field {
  display: block;
  height: 14.0625rem;
}
@media (max-width: 767px) {
  textarea.f-field {
    height: 11.25rem;
  }
}

.f-date {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.f-date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../img/icon-calendar.png) no-repeat right 1rem center/auto 1.5rem;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@-moz-document url-prefix() {
  .f-date::before {
    display: none;
  }
}
.f-date .wpcf7-form-control-wrap {
  display: contents !important;
}
.f-date input[type=date] {
  line-height: 1.15;
}
.f-date input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.f-date input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.f-date input[type=date]::-moz-inner-spin-button {
  -moz-appearance: none;
}
.f-date input[type=date]::-moz-clear-button {
  -moz-appearance: none;
}
.f-date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.f-checkbox {
  font-size: 1.125rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .f-checkbox {
    font-size: 1rem;
  }
}
.f-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.f-checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.75rem;
}
.f-checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.125rem;
  background: white;
  border: solid 1px #DDDDDD;
}
.f-checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.875rem;
  height: 0.5rem;
  background: white;
  border-left: solid 0.1875rem #0FB309;
  border-bottom: solid 0.1875rem #0FB309;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .f-checkbox input[type=checkbox] + span {
    padding-left: 1.5rem;
  }
  .f-checkbox input[type=checkbox] + span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .f-checkbox input[type=checkbox] + span::after {
    width: 0.625rem;
    height: 0.375rem;
  }
}
.f-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.f-field-heading {
  font-size: 1.125rem;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .f-field-heading {
    font-size: 1rem;
    margin: 1.25rem 0 0.5rem;
  }
}

.f-form {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .f-form {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.f-form > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .f-form > li {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-form-heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #006934;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 30%;
  min-height: 3.125rem;
}
.f-form-heading.-min {
  min-height: auto;
}
@media (max-width: 767px) {
  .f-form-heading {
    min-height: auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.f-form-heading__required {
  color: white;
  display: inline-block;
  padding: 0.1875rem 0.5rem 0.25rem;
  border-radius: 0.25rem;
  background: #FF5200;
}
@media (max-width: 767px) {
  .f-form-heading__required {
    font-size: 0.875rem;
    padding: 0.125rem 0.375rem;
  }
}
.f-form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.f-form-input > *:first-child {
  margin-top: 0 !important;
}
.f-form-input.-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  padding-left: 2.125rem;
}
.f-form-input.-address::before {
  content: "〒";
  position: absolute;
  color: #006934;
  font-weight: bold;
  font-size: 1.125rem;
  top: 0.75rem;
  left: 0;
}
@media (max-width: 767px) {
  .f-form-input.-address {
    padding-left: 1.5rem;
  }
  .f-form-input.-address::before {
    font-size: 1rem;
  }
}

.f-form-confirm {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .f-form-confirm {
    font-size: 1rem;
  }
}

.f-policy {
  border: solid 0.6875rem #E4F7E2;
  background: white;
  padding: 2.375rem 4.5rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .f-policy {
    border-width: 0.375rem;
    padding: 1.25rem;
    text-align: left;
  }
}
.f-policy__heading {
  margin: 0;
  font-size: 1.125rem;
}
.f-policy__heading a {
  color: #009E00;
}
@media (max-width: 767px) {
  .f-policy__heading {
    font-size: 1rem;
  }
}
.f-policy__lead {
  margin: 1.875rem 0 0 0;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding: 1.875rem 0;
  line-height: 1.8571428571;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .f-policy__lead {
    margin-top: 1rem;
    padding: 1rem 0;
  }
}

.f-policy-check {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .f-policy-check {
    margin-top: 1.25rem;
  }
}

.f-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6.25rem;
  background: var(--form-btn-bg-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 13.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .f-btn {
    font-size: 1rem;
  }
}

.f-toConfirm,
.f-toSend {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .f-toConfirm,
  .f-toSend {
    margin-top: 2rem;
    gap: 0.5rem;
  }
}

.f-formarea-confirm {
  display: none;
}
.f-formarea-confirm .f-form-heading {
  min-height: auto;
}

/* Contact Form 7が追加する余計なスタイルをリセット */
.wpcf7-form-control-wrap {
  margin: 0;
  padding: 0;
  display: block;
}
.wpcf7-form-control-wrap[data-name=address3] {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/*  */
/**************************************************/
@-webkit-keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.2);
            transform: translateX(-50%) scale(0.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.2);
            transform: translateX(-50%) scale(0.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes shiny2 {
  0% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(55deg);
            transform: scale(1) rotate(55deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(50) rotate(55deg);
            transform: scale(50) rotate(55deg);
    opacity: 0;
  }
}
@keyframes shiny2 {
  0% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(55deg);
            transform: scale(1) rotate(55deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(50) rotate(55deg);
            transform: scale(50) rotate(55deg);
    opacity: 0;
  }
}
.confetti {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cv-a {
  padding: 2.5rem 0 5rem;
  background: url(../../images/cv-bg.png) no-repeat bottom center/100% auto;
}
@media (max-width: 767px) {
  .cv-a {
    padding: 1.5rem 0 2.5rem;
    background-size: cover;
  }
}
.cv-a.-home {
  padding-top: 7.375rem;
  padding-bottom: 4rem;
  background: white;
}
.cv-a.-home .cv-block {
  position: relative;
}
.cv-a.-home .cv-block::before {
  position: absolute;
  content: "";
  width: 11.125rem;
  height: 18.75rem;
  bottom: -3.125rem;
  left: -4.125rem;
  background: url(../../images/deco-top-cv.png) no-repeat bottom left/contain;
  z-index: 3;
}
.cv-a.-home .cv-block__credit-logo {
  padding-bottom: 2.625rem;
}
.cv-a.-home .cv-block__credit-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(72, 166, 63)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(72, 166, 63) 50%, rgb(0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .cv-a.-home {
    padding-top: 2rem;
  }
  .cv-a.-home .cv-block__credit-logo {
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .cv-a.-home .cv-block::before {
    width: 5rem;
    height: 6.25rem;
    left: -1.25rem;
    bottom: -3.75rem;
  }
}

.cv-b {
  padding: 4.375rem 0 0;
  z-index: 2;
  position: relative;
  margin-bottom: -3.4375rem;
}
.cv-b::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 3.4375rem);
  top: 0;
  left: 0;
  background: url(../../images/cv-b-bg-b.png) no-repeat top center/cover, radial-gradient(at 50% 100%, #a9cb04 0, #0FB309 100%), #0FB309;
}
.cv-b .confetti {
  height: calc(100% - 3.4375rem);
}
@media (max-width: 767px) {
  .cv-b {
    padding: 1.875rem 0 0 0;
    margin-bottom: -1.3125rem;
  }
  .cv-b::before {
    height: calc(100% - 1.3125rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cv-b .confetti {
    height: calc(100% - 1.3125rem);
  }
}

.cv-bnr__title {
  max-width: 49.25rem;
  margin: 0 auto;
}
.cv-bnr__bnr {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cv-bnr__bnr {
    margin-top: 1rem;
  }
}

.cv-block__title {
  font-weight: 900;
  font-size: 2.875rem;
  text-align: center;
  margin: 0;
}
.cv-block__title em {
  color: #FF5200;
  font-size: 4.1875rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cv-block__title {
    font-size: 1.1875rem;
  }
  .cv-block__title em {
    font-size: 1.75rem;
  }
}
.cv-block__lead {
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: center;
}
.cv-block__lead > span {
  display: inline-block;
  background: #d1ff00;
  border-radius: 0.125rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cv-block__lead {
    margin-top: 0.125rem;
    font-size: 0.6875rem;
  }
  .cv-block__lead > span {
    padding: 0.25rem;
  }
}
.cv-block__wrap {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .cv-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
  }
}
.cv-block__num {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FF5200;
  border-radius: 0.25rem;
  padding: 0.875rem 1.125rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .cv-block__num {
    padding: 0.75rem 1rem 0.625rem;
  }
}
.cv-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 20.875rem;
}
@media (max-width: 767px) {
  .cv-block__right {
    width: 100%;
    gap: 0.5rem;
  }
}
.cv-block__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: white;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-height: 2.875rem;
  border-radius: 0.25rem;
  position: relative;
}
.cv-block__btn:hover {
  color: white;
}
.cv-block__btn.-mail {
  background: #066EC7;
}
.cv-block__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../../images/icon-mail.png) no-repeat center/contain;
}
.cv-block__btn.-line {
  background: #06C755;
}
.cv-block__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../images/icon-line.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .cv-block__btn {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-height: 3.75rem;
  }
}
.cv-block__credit {
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  background: white;
}
.cv-block__credit-title {
  padding: 1.875rem 0.75rem 1.5rem;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0 0;
  background: url(../../images/credit-bg.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.cv-block__credit-title::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: -18.75rem;
  left: -18.75rem;
  width: 15.625rem;
  height: 15.625rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny2;
          animation-name: shiny2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cv-block__credit-title img {
  width: 37.5rem;
  margin: 0 auto;
}
.cv-block__credit-logo {
  padding: 1.375rem 0.75rem 1.875rem;
}
.cv-block__credit-logo img {
  display: block;
  width: 33.75rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cv-block__credit {
    margin-top: 1.25rem;
    border-radius: 1rem;
  }
  .cv-block__credit-title {
    border-radius: 1rem 1rem 0 0;
    padding: 1.25rem 0.5rem 1rem;
  }
  .cv-block__credit-logo {
    padding: 1.25rem 0.5rem;
  }
}

/**************************************************/
/* price */
/**************************************************/
.price {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .price {
    padding-bottom: 1.5rem;
  }
}
.price__bnr-a {
  padding: 0 5.625rem 1.625rem;
  background: white;
  text-align: center;
}
.price__bnr-a img {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 767px) {
  .price__bnr-a {
    padding: 0 1.5rem 0.6875rem;
  }
}
.price__bnr-b {
  padding: 0 1rem;
  text-align: center;
}
.price__bnr-b img {
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 767px) {
  .price__bnr-b {
    padding: 0 1.5rem;
  }
}
.price__bnr-text {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .price__bnr-text {
    font-size: 0.8125rem;
    margin-top: 1em;
  }
}
.price__bg {
  position: relative;
  z-index: 0;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .price__bg {
    padding-bottom: 3.125rem;
  }
}
.price__bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6.125rem;
  width: 100%;
  height: calc(100% - 6.125rem);
  z-index: -2;
  pointer-events: none;
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(11.5625rem, transparent), color-stop(59.375rem, #0FB309), color-stop(#0FB309), color-stop(transparent), to(transparent)), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, linear-gradient(180deg, transparent 0%, transparent 11.5625rem, #0FB309 59.375rem, #0FB309 calc(100% - 59.375rem), transparent calc(100% - 11.5625rem), transparent 100%), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
}
@media (max-width: 767px) {
  .price__bg::before {
    top: 2rem;
    height: calc(100% - 2rem);
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3.75rem, transparent), color-stop(12.5rem, #0FB309), color-stop(#0FB309), color-stop(transparent), to(transparent)), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, linear-gradient(180deg, transparent 0%, transparent 3.75rem, #0FB309 12.5rem, #0FB309 calc(100% - 12.5rem), transparent calc(100% - 3.75rem), transparent 100%), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
  }
}

.specialPrice__title {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 4rem;
}
.specialPrice__title > span {
  display: inline-block;
  max-width: 31.5625rem;
  padding: 0 2.25rem;
  position: relative;
}
.specialPrice__title > span::before, .specialPrice__title > span::after {
  position: absolute;
  content: "";
  height: 3.125rem;
  width: 100%;
  top: 0.375rem;
}
.specialPrice__title > span::before {
  background: url(../../images/price/special-deco.png) no-repeat center right/contain;
  right: 100%;
}
.specialPrice__title > span::after {
  background: url(../../images/price/special-deco.png) no-repeat center left/contain;
  left: 100%;
}
.specialPrice__title > span img {
  display: block;
}
@media (max-width: 767px) {
  .specialPrice__title {
    padding-top: 1.25rem;
  }
  .specialPrice__title > span {
    max-width: 11.25rem;
    padding: 0 1rem;
  }
  .specialPrice__title > span::before, .specialPrice__title > span::after {
    height: 1.25rem;
    top: 0.1875rem;
  }
}

.specialPrice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.5rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .specialPrice-list {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specialPrice-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.specialPrice-item img {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
          filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
}

.comparison {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .comparison {
    margin-top: 2.5rem;
  }
}
.comparison__box {
  z-index: 0;
  position: relative;
  padding: 4rem 5.375rem;
  background: white;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .comparison__box {
    padding: 1.875rem 1rem;
    border-radius: 1rem;
  }
}
.comparison__title {
  max-width: 35.625rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .comparison__title {
    max-width: 80%;
  }
}
.comparison__table {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .comparison__table {
    margin-top: 1.5rem;
    overflow-x: scroll;
  }
  .comparison__table img {
    max-width: 28.125rem;
  }
}

.packPrice {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .packPrice {
    margin: 2.5rem 0 0;
  }
}
.packPrice__title {
  margin: 0;
}

.packPrice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.375rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .packPrice-list {
    margin-top: 2rem;
  }
}

.packPrice-item {
  width: calc((100% - 2rem) / 3);
}
.packPrice-item:first-child {
  width: calc(100% - 1rem - (100% - 2rem) / 3);
}
.packPrice-item img {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
          filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
}
@media (max-width: 767px) {
  .packPrice-item {
    width: 100%;
  }
  .packPrice-item:first-child {
    width: 100%;
  }
}

.packPrice-more {
  position: relative;
}
.packPrice-more::before {
  position: absolute;
  content: "";
  background: url(../../images/price/deco-price.png) no-repeat center top/contain;
  width: 11.125rem;
  height: 18.75rem;
  top: -4.5625rem;
  left: 5.9375rem;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .packPrice-more {
    padding: 0 2.5rem;
  }
  .packPrice-more::before {
    width: 4rem;
    height: 9.375rem;
    left: 0;
    background-position: center bottom;
    top: auto;
    bottom: -1rem;
  }
}

/**************************************************/
/* company */
/**************************************************/
.companyMotto {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .companyMotto {
    gap: 1.5rem;
  }
}
.companyMotto__item {
  padding-left: 7.5rem;
  padding-top: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .companyMotto__item {
    padding-left: 0;
  }
}
.companyMotto__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.5rem;
  border-radius: 6.25rem;
  color: white;
  font-weight: bold;
  padding-bottom: 0.25rem;
  background: #0FB309;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1.6;
}
.companyMotto__num > em {
  font-style: normal;
  color: #FFFF00;
  font-size: 2.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .companyMotto__num {
    position: relative;
    font-size: 1rem;
    width: 6.25rem;
  }
  .companyMotto__num > em {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
.companyMotto__heading {
  color: #006934;
  font-weight: bold;
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .companyMotto__heading {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.companyMotto__text {
  font-weight: bold;
  margin: 0.375rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .companyMotto__text {
    font-size: 0.9375rem;
  }
}

.companyOutline__mapLink {
  display: inline-block;
  margin-left: 0.5rem;
  color: #0FB309;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 767px) {
  .companyOutline__mapLink {
    margin: 0;
  }
}
.companyOutline__iframe {
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 512/250;
  margin-top: 1.5rem;
}
.companyOutline__iframe > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .companyOutline__iframe {
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.companyOutline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  padding: 1.9375rem 0;
}
.companyOutline dl:first-child {
  padding-top: 0;
}
.companyOutline dl:last-child {
  padding-bottom: 0;
}
.companyOutline dl:not(:last-child) {
  border-bottom: solid 1px #bed1bd;
}
.companyOutline dl dt {
  color: #006934;
  width: 40%;
  font-weight: bold;
}
.companyOutline dl dd {
  width: 60%;
  font-weight: 500;
}
.companyOutline dl dd .three {
  display: inline-block;
  position: relative;
}
.companyOutline dl dd .three::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% - 0.1875rem);
  font-size: 0.5625rem;
  content: "スリー";
  position: absolute;
  white-space: none;
  line-height: 1;
  width: 1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .companyOutline dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0;
    font-size: 1rem;
  }
  .companyOutline dl dt, .companyOutline dl dd {
    width: 100%;
  }
}

.companyPartner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 1.25rem;
}
@media (max-width: 767px) {
  .companyPartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.companyPartner__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.companyPartner__logo {
  color: inherit;
  text-decoration: none;
  border: solid 1px #0FB309;
  border-radius: 1rem;
  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;
  aspect-ratio: 415/260;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.companyPartner__item:first-child .companyPartner__logo img {
  width: 22.5rem;
}
@media (max-width: 767px) {
  .companyPartner__item:first-child .companyPartner__logo img {
    width: 13.75rem;
  }
}
.companyPartner__item:last-child .companyPartner__logo img {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .companyPartner__item:last-child .companyPartner__logo img {
    width: 8.75rem;
  }
}
.companyPartner__text {
  color: #006934;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .companyPartner__text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

/**************************************************/
/* company */
/**************************************************/
.faq-list {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .faq-list {
    padding: 0;
    gap: 1.5rem;
  }
}
.faq-list__toggle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.25rem;
  right: 1.875rem;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/faq/faq-arrow.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .faq-list__toggle {
    width: 0.75rem;
    height: 0.625rem;
    right: 0.75rem;
  }
}
.faq-list dl {
  width: 100%;
  margin: 0;
  background: white;
  border: solid 1px #006934;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.faq-list dt,
.faq-list dd {
  position: relative;
  font-weight: bold;
  line-height: 1.7777777778;
}
.faq-list dt::before,
.faq-list dd::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.4875rem;
  left: 2rem;
  top: 1.6875rem;
}
@media (max-width: 767px) {
  .faq-list dt::before,
  .faq-list dd::before {
    width: 1.25rem;
    height: 1.125rem;
    left: 0.875rem;
    top: 1.25rem;
  }
}
.faq-list dt::after,
.faq-list dd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 1.75rem);
  background: #006934;
}
@media (max-width: 767px) {
  .faq-list dt::after,
  .faq-list dd::after {
    left: 3.125rem;
  }
}
.faq-list dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 1.25rem;
  color: #006934;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.375rem 3.75rem 1.375rem 7.75rem;
}
@media (max-width: 767px) {
  .faq-list dt {
    font-size: 1rem;
    padding: 1rem 1.875rem 1rem 4rem;
  }
}
.faq-list dt::before {
  background: url(../../images/faq/faq-q.png) no-repeat center center/contain;
}
.faq-list dt.-open {
  background: #ffffbf;
}
.faq-list dt.-open .faq-list__toggle {
  -webkit-transform: translateY(-50%) scale(1, -1);
      -ms-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}
.faq-list dt.-open + dd {
  display: block;
}
.faq-list dd {
  display: none;
  font-size: 1.125rem;
  padding: 1.625rem 1.5rem 1.625rem 7.75rem;
  border-top: solid 1px #006934;
}
@media (max-width: 767px) {
  .faq-list dd {
    padding: 1rem 1rem 1rem 4rem;
    font-size: 0.9375rem;
  }
}
.faq-list dd::before {
  background: url(../../images/faq/faq-a.png) no-repeat center center/contain;
}

/**************************************************/
/* service */
/**************************************************/
.serviceTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .serviceTab {
    gap: 0.25rem;
  }
}
.serviceTab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.serviceTab__btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #006934;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .serviceTab__btn {
    border-radius: 0.5rem 0.5rem 0 0;
    min-height: 3.125rem;
    font-size: 0.8125rem;
  }
}
.serviceTab__btn:hover {
  opacity: 1;
}
.serviceTab__btn > span {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.serviceTab__btn > span::after {
  width: 100%;
  height: 0.25rem;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #009E00;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .serviceTab__btn > span::after {
    height: 0.125rem;
  }
}
.serviceTab__btn.-active {
  background: white;
  color: #009E00;
  font-weight: 900;
  font-size: 1.5rem;
}
.serviceTab__btn.-active > span::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .serviceTab__btn.-active {
    font-size: 0.875rem;
  }
}

.serviceContents {
  padding: 4rem 0;
  background: white;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .serviceContents {
    padding: 2rem 0;
  }
}
.serviceContents__list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.serviceItem__heading {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .serviceItem__heading {
    font-size: 1.125rem;
  }
}

.serviceItem-worry {
  margin-top: 3rem;
  padding: 4.5rem 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .serviceItem-worry {
    padding-top: 2rem;
    margin-top: 1rem;
  }
}
.serviceItem-worry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../images/service/bg01.png) no-repeat top center/contain;
  width: calc(100% + 3rem);
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .serviceItem-worry::before {
    width: calc(100% + 1rem);
  }
}
.serviceItem-worry__mainImg {
  max-width: 31.625rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 506/314;
}
@media (max-width: 767px) {
  .serviceItem-worry__mainImg {
    max-width: 90%;
  }
}
.serviceItem-worry__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceItem-worry__lead {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 40.75rem;
  margin: -3rem auto 0;
}
@media (max-width: 767px) {
  .serviceItem-worry__lead {
    margin-top: -1rem;
  }
}
.serviceItem-worry__text {
  text-align: center;
  font-weight: bold;
  color: #696969;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .serviceItem-worry__text {
    font-size: 0.8125rem;
  }
}

.serviceItem-kinds {
  margin: 3rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  list-style: none;
}
@media (max-width: 767px) {
  .serviceItem-kinds {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.serviceItem-kinds__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}
@media (max-width: 767px) {
  .serviceItem-kinds__item {
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceItem-kinds__img {
  max-width: 18.375rem;
  width: 35%;
}
@media (max-width: 767px) {
  .serviceItem-kinds__img {
    width: 100%;
  }
}
.serviceItem-kinds__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .serviceItem-kinds__textarea {
    gap: 0.5rem;
  }
}
.serviceItem-kinds__heading {
  display: inline-block;
  margin: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  background: #009E00;
  padding: 0.3125rem 2.625rem;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  .serviceItem-kinds__heading {
    font-size: 1rem;
    padding: 0.25rem 2rem;
  }
}
.serviceItem-kinds__text {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .serviceItem-kinds__text {
    font-size: 0.9375rem;
  }
}

.serviceItem-other {
  margin-top: 2.8125rem;
}
@media (max-width: 767px) {
  .serviceItem-other {
    margin-top: 2rem;
  }
}
.serviceItem-other__heading {
  margin: 0 auto;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1.375rem;
  max-width: 36.4375rem;
  text-align: center;
  background: #FF5200;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  .serviceItem-other__heading {
    font-size: 1.0625rem;
    padding: 0.625rem;
  }
}
.serviceItem-other__subHeading {
  margin: 1.5rem 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 767px) {
  .serviceItem-other__subHeading {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.serviceItem-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .serviceItem-other__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25rem;
  }
}
.serviceItem-other__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .serviceItem-other__item {
    width: calc(50% - 0.5625rem);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.serviceItem-other__item-img {
  border-radius: 1rem;
  aspect-ratio: 199/144;
  overflow: hidden;
}
.serviceItem-other__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceItem-other__item-heading {
  color: #006934;
  font-weight: bold;
  margin: 0.5625rem 0 0 0;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .serviceItem-other__item-heading {
    font-size: 1rem;
  }
}
.serviceItem-other__item-text {
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .serviceItem-other__item-text {
    font-size: 0.875rem;
  }
}

.serviceItem-cv {
  padding: 0 3.875rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .serviceItem-cv {
    padding: 0 0.625rem;
    margin-top: 2rem;
  }
}
.serviceItem-cv .cv-b {
  padding: 0;
}
.serviceItem-cv .cv-b::before {
  border-radius: 1rem;
}
.serviceItem-cv .cv-bnr__bnr {
  margin: 0;
}
.serviceItem-cv .cv-block {
  margin-top: 6.4375rem;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .serviceItem-cv .cv-block {
    margin-top: 2.5rem;
    padding: 0 0.375rem;
  }
  .serviceItem-cv .cv-block__title {
    font-size: 1rem;
  }
  .serviceItem-cv .cv-block__title em {
    font-size: 1.375rem;
  }
}
.serviceItem-cv .cv-block__credit-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(72, 166, 63)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(72, 166, 63) 50%, rgb(0, 0, 0) 100%);
}

/**************************************************/
/* privacy */
/**************************************************/
.privacyList {
  padding: 1rem 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  list-style: none;
  counter-reset: listnum;
}
@media (max-width: 767px) {
  .privacyList {
    padding: 0;
    gap: 2rem;
  }
}
.privacyList__heading {
  color: #009E00;
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.privacyList__heading::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum) ".";
}
@media (max-width: 767px) {
  .privacyList__heading {
    font-size: 1.0625rem;
  }
}
.privacyList__text {
  line-height: 1.7777777778;
  font-size: 1.125rem;
  margin: 1.25rem 0 0 0;
}
@media (max-width: 767px) {
  .privacyList__text {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}
.privacyList__subList {
  padding: 0;
  list-style: none;
  line-height: 1.7777777778;
  font-size: 1.125rem;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .privacyList__subList {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
.privacyList__subList > li {
  padding-left: 1.4em;
  position: relative;
}
.privacyList__subList > li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.privacyList__btn {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .privacyList__btn {
    margin-top: 1.5rem;
  }
}

/**************************************************/
/* acceptable items */
/**************************************************/
.acceptableItems-title {
  max-width: 30.125rem;
  width: 90%;
  margin: 2.875rem auto 0;
}
@media (max-width: 767px) {
  .acceptableItems-title {
    margin-top: 1rem;
  }
}

.acceptableItems-notes {
  background: #006934;
  -webkit-box-shadow: inset 0 0 3rem #005a2d;
          box-shadow: inset 0 0 3rem #005a2d;
  border-radius: 1rem;
  max-width: 53.125rem;
  z-index: 2;
  position: relative;
  margin: 5.875rem auto -6rem;
  padding: 1.5rem 2rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .acceptableItems-notes {
    max-width: 92%;
    margin: 2.25rem auto -6.25rem;
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
  }
}
.acceptableItems-notes__heading {
  font-weight: 900;
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: solid 1px white;
}
.acceptableItems-notes__heading::before {
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 1.9375rem;
  top: -2.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../images/icon-notes.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .acceptableItems-notes__heading {
    font-size: 1.0625rem;
    padding-bottom: 0.75rem;
  }
  .acceptableItems-notes__heading::before {
    width: 1.875rem;
    top: -2.375rem;
  }
}
.acceptableItems-notes__text {
  line-height: 2;
  font-weight: 500;
  margin: 0.75rem 0 0 0;
}
@media (max-width: 767px) {
  .acceptableItems-notes__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.acceptableItems {
  padding-top: 6rem;
}
.acceptableItems__heading {
  text-align: center;
  margin: 0;
  color: #0FB309;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .acceptableItems__heading {
    font-size: 1.5rem;
  }
}
.acceptableItems__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acceptableItems-item {
  padding: 4rem 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media (max-width: 767px) {
  .acceptableItems-item {
    padding: 2rem 0 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.acceptableItems-item:not(:first-child) {
  border-top: solid 1px #0FB309;
}
.acceptableItems-item__img {
  width: 18.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .acceptableItems-item__img {
    width: 100%;
  }
}
.acceptableItems-item__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.acceptableItems-item__label {
  margin: 0;
}
@media (max-width: 767px) {
  .acceptableItems-item__label {
    text-align: center;
  }
}
.acceptableItems-item__label > span {
  font-weight: bold;
  font-size: 1.125rem;
  color: white;
  display: inline-block;
  background: #0FB309;
  border-radius: 6.25rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 15.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .acceptableItems-item__label > span {
    font-size: 0.9375rem;
    min-width: 12.5rem;
    padding: 0.375rem;
  }
}
.acceptableItems-item__dl {
  margin: 1.875rem 0 0 0;
  padding: 0;
  display: block;
  font-size: 1.125rem;
}
.acceptableItems-item__dl dt {
  display: block;
  margin: 0;
  font-weight: bold;
  color: #006934;
}
.acceptableItems-item__dl dd {
  margin: 0.125rem 0 0 0;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .acceptableItems-item__dl {
    margin-top: 1.25rem;
  }
  .acceptableItems-item__dl dt,
  .acceptableItems-item__dl dd {
    font-size: 0.875rem;
  }
}

.acceptableItems-footer {
  margin: 0;
  background: #0FB309;
  border-radius: 0.5rem;
  color: #FFFF00;
  font-weight: 900;
  font-size: 1.75rem;
  padding: 2.8125rem 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .acceptableItems-footer {
    padding: 1.25rem 0rem;
    font-size: 1rem;
  }
}

.acceptable-none {
  margin-top: 4rem;
  margin-bottom: 0.625rem;
  background: url(../../images/items/deco-none01.png) no-repeat top -0.875rem left -1.4375rem, url(../../images/items/deco-none02.png) no-repeat bottom -2.3125rem right -1.0625rem, white;
  background-size: 7.25rem 6.6875rem, 11.5625rem 10.3125rem, cover;
  border: solid 1.25rem #006934;
  -webkit-box-shadow: 0.625rem 0.625rem 0 #71d267;
          box-shadow: 0.625rem 0.625rem 0 #71d267;
  padding: 2.5rem 1.5rem 4.5rem;
}
@media (max-width: 767px) {
  .acceptable-none {
    margin-top: 2.5rem;
    margin-bottom: 0.375rem;
    -webkit-box-shadow: 0.375rem 0.375rem 0 #71d267;
            box-shadow: 0.375rem 0.375rem 0 #71d267;
    border-width: 0.375rem;
    padding: 2rem 1.25rem 2.5rem;
    background: url(../../images/items/deco-none01.png) no-repeat top -0.375rem left -0.625rem, url(../../images/items/deco-none02.png) no-repeat bottom -0.75rem right -0.375rem, white;
    background-size: 3.5rem 3.125rem, 5.625rem 5rem, cover;
  }
}
.acceptable-none__textarea {
  max-width: 46rem;
  margin: 0 auto;
}
.acceptable-none__heading {
  text-align: center;
  margin: 0 0 0.875rem;
  padding-bottom: 1.125rem;
  border-bottom: solid 1px #006934;
  color: #006934;
  font-weight: 900;
  font-size: 1.75rem;
  position: relative;
}
.acceptable-none__heading::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #006934;
}
@media (max-width: 767px) {
  .acceptable-none__heading {
    font-size: 1.25rem;
  }
}
.acceptable-none__text {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .acceptable-none__text {
    font-size: 1rem;
  }
}

/**************************************************/
/* voice */
/**************************************************/
.voice-card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 1.25rem;
  padding: 5.25rem 3.125rem 3.125rem;
}
@media (max-width: 767px) {
  .voice-card {
    padding: 3.375rem 1.25rem 1.5rem;
    border-radius: 1rem;
  }
}
.voice-card__caseNum {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.875rem;
  height: 5.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  background: #FF5200;
  border-radius: 0 0 6.25rem 6.25rem;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Open Sans", sans-serif, "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  padding-top: 1.25rem;
}
.voice-card__caseNum > span {
  display: inline-block;
  font-size: 2.5rem;
  margin-left: 0.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice-card__caseNum {
    width: 6.25rem;
    height: 3.125rem;
    font-size: 1rem;
    padding-top: 0.5rem;
  }
  .voice-card__caseNum > span {
    font-size: 1.5rem;
    margin-left: 0.25rem;
  }
}
.voice-card__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-card__title {
    font-size: 1.125rem;
  }
}
.voice-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .voice-card__label {
    margin-top: 0.625rem;
  }
}
.voice-card__label.-page {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .voice-card__label.-page {
    margin-top: 0.75rem;
  }
}
.voice-card__label > li {
  background: #009E00;
  border-radius: 6.25rem;
  padding: 0.25rem 1rem;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .voice-card__label > li {
    font-size: 0.75rem;
  }
}
.voice-card__bfaf {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .voice-card__bfaf {
    margin-top: 0.75rem;
  }
}
.voice-card__bfaf.-page {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .voice-card__bfaf.-page {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .voice-card__bfaf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.voice-card__bfaf-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .voice-card__bfaf-item {
    padding-bottom: 1.0625rem;
  }
}
.voice-card__bfaf-item:first-child::after {
  z-index: 2;
  position: absolute;
  content: "";
  width: 2.375rem;
  height: 2.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #D1FF00;
  right: -1.875rem;
  top: calc((100% - 1.25rem) / 2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice-card__bfaf-item:first-child::after {
    width: 2.25rem;
    height: 1.5rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -1.875rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.voice-card__bfaf-img {
  aspect-ratio: 342/193;
  overflow: hidden;
}
.voice-card__bfaf-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-card__bfaf-label {
  font-weight: bold;
  font-size: 1.125rem;
  max-width: 100%;
  border-radius: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 3.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice-card__bfaf-label.-before {
  color: white;
  background: #555555;
}
.voice-card__bfaf-label.-after {
  color: #0FB309;
  background: #D1FF00;
}
@media (max-width: 767px) {
  .voice-card__bfaf-label {
    font-size: 0.9375rem;
    padding: 0.375rem 1.875rem;
  }
}
.voice-card__staff-heading {
  color: #009E00;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .voice-card__staff-heading {
    font-size: 1rem;
  }
}
.voice-card__staff-text {
  font-weight: 500;
  margin: 0.25rem 0 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .voice-card__staff-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.voice-card__box {
  margin: 1.25rem 0 0 0;
  border-radius: 1.25rem;
  background: white;
  padding: 2.5rem;
  border: solid 1px #48A63F;
}
@media (max-width: 767px) {
  .voice-card__box {
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
  }
}
.voice-card__customer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice-card__customer-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  color: #48A63F;
}
.voice-card__customer-heading.-page {
  color: #009E00;
}
@media (max-width: 767px) {
  .voice-card__customer-heading {
    font-size: 1rem;
  }
}
.voice-card__customer-text {
  font-weight: 500;
  margin: 0.625rem 0 0 0;
  line-height: 2;
}
.voice-card__customer-text.-lg {
  font-size: 1.125rem;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .voice-card__customer-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .voice-card__customer-text.-lg {
    font-size: 1rem;
  }
}
.voice-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.875rem 0 0 0;
}
@media (max-width: 767px) {
  .voice-card__wrap {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.voice-card__wrap-l dl dt, .voice-card__wrap-l dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .voice-card__wrap-l dl dt, .voice-card__wrap-l dl dd {
    font-size: 0.875rem;
  }
}
.voice-card__wrap-l dl dt {
  font-weight: bold;
  color: #48A63F;
}
.voice-card__wrap-l dl dd {
  font-weight: 500;
}
.voice-card__wrap-l dl + dl {
  margin-top: 0.5rem;
}
.voice-card__wrap-r {
  width: 22.875rem;
  max-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .voice-card__wrap-r {
    width: 100%;
    max-width: 100%;
  }
}
.voice-card__price-a {
  background: #E9F8E7;
  padding: 1rem 2rem 0.75rem;
  color: #48A63F;
}
@media (max-width: 767px) {
  .voice-card__price-a {
    padding: 0.75rem 1.5rem;
  }
}
.voice-card__price-a-heading {
  font-weight: bold;
  margin: 0;
}
.voice-card__price-a-price {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
}
.voice-card__price-a-price small {
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 500;
}
.voice-card__price-a-price .-num {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Open Sans", sans-serif, "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
  margin-left: auto;
}
@media (max-width: 767px) {
  .voice-card__price-a-price {
    font-size: 0.9375rem;
  }
  .voice-card__price-a-price small {
    font-size: 0.8125rem;
  }
  .voice-card__price-a-price .-num {
    font-size: 1.3125rem;
  }
}
.voice-card__price-b {
  background: #FF5200;
  border-radius: 6.25rem;
  margin-top: 1rem;
  padding: 1.25rem 2rem;
}
@media (max-width: 767px) {
  .voice-card__price-b {
    padding: 0.875rem 1.5rem;
  }
}
.voice-card__price-b-price {
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
}
.voice-card__price-b-price .-num {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: auto;
  font-family: "Open Sans", sans-serif, "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .voice-card__price-b-price {
    font-size: 0.9375rem;
  }
  .voice-card__price-b-price .-num {
    font-size: 1.3125rem;
  }
}
.voice-card__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .voice-card__wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.voice-card__price-c {
  margin-top: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 82, 0, 0.1);
  border-radius: 1.25rem;
  padding: 1.5rem;
  color: #FF5200;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-card__price-c {
    margin-top: 0;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
  }
}
.voice-card__price-c-price {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .voice-card__price-c-price {
    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;
    font-size: 1rem;
  }
}
.voice-card__price-c-price .-num {
  display: block;
  font-size: 1.25rem;
}
.voice-card__price-c-price .-num em {
  line-height: 1.4;
  font-style: normal;
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 0.3125rem;
  font-family: "Open Sans", sans-serif, "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .voice-card__price-c-price .-num {
    font-size: 1.0625rem;
  }
  .voice-card__price-c-price .-num em {
    font-size: 1.875rem;
  }
}
.voice-card__more {
  text-align: center;
  padding: 2.5rem 0 1.875rem;
}
@media (max-width: 767px) {
  .voice-card__more {
    padding: 1.5rem 0 0 0;
  }
}

.voice-caseList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .voice-caseList {
    gap: 2.5rem;
  }
}
.voice-caseList .voice-card {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
}

.voice-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}
.voice-modal__contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 3.75rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  min-height: 100%;
}
@media (max-width: 767px) {
  .voice-modal__contents {
    padding: 2rem 1rem;
  }
}
.voice-modal__list {
  list-style: none;
  padding: 0;
  max-width: 50rem;
  margin: 0 auto;
}
.voice-modal__item {
  position: relative;
}
.voice-modal__close {
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  content: "";
  top: 1.6875rem;
  right: 1.6875rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.voice-modal__close::before, .voice-modal__close::after {
  width: 100%;
  height: 0.125rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: black;
}
.voice-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/**************************************************/
/* single */
/**************************************************/
.pg-single .l-section__box {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .pg-single .l-section__box {
    padding-top: 2rem;
    padding-bottom: 3.125rem;
  }
}

.p-single-heading {
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single-heading {
    padding-top: 1.875rem;
  }
}
.p-single-heading__thumbnail {
  width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 750/400;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-single-heading__thumbnail {
    border-radius: 0.75rem;
  }
}
.p-single-heading__thumbnail > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-heading__date {
  color: #999999;
  font-size: 0.875rem;
  margin: 3rem 0 0 0;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-single-heading__date {
    font-size: 0.8125rem;
    margin-top: 1.5rem;
  }
}
.p-single-heading__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.375rem 0 0.625rem;
}
@media (max-width: 767px) {
  .p-single-heading__title {
    font-size: 1.25rem;
  }
}
.p-single-heading__category {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-heading__category > span {
  background: #009E00;
  border-radius: 6.25rem;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 0.6875rem;
  padding: 0.25rem 0.9375rem;
}

.p-single-body {
  margin-top: 3rem;
  padding: 3rem 0;
  border-top: solid 1px #bed1bd;
  border-bottom: solid 1px #bed1bd;
  font-size: 1.125rem;
}
.p-single-body > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-single-body {
    font-size: 1rem;
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.p-single-body p,
.p-single-body iframe {
  margin: 2rem 0 0 0;
  width: 100%;
}
.p-single-body p + img {
  margin-top: 2rem;
}
.p-single-body a {
  color: #009E00;
}
.p-single-body img.size-large,
.p-single-body img.size-full {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single-body figure {
  max-width: 100%;
  margin: 2rem 0 0 0;
}
.p-single-body figure figcaption {
  font-size: 0.875rem;
  margin: 0.5em 0 0 0;
}
.p-single-body blockquote {
  background: #fafbfc;
  margin: 2rem 0 0 0;
  padding: 1.8em;
  position: relative;
}
.p-single-body blockquote::before, .p-single-body blockquote::after {
  position: absolute;
  font-size: 300%;
  font-family: serif;
  line-height: 0;
  color: #C8C8C8;
}
.p-single-body blockquote::before {
  line-height: 1.1;
  content: "“";
  left: 0.625rem;
  top: 0px;
}
.p-single-body blockquote::after {
  content: "”";
  right: 0.625rem;
  bottom: 0px;
}
.p-single-body blockquote cite {
  font-size: 0.7em;
}
.p-single-body blockquote > *:first-child {
  margin-top: 0 !important;
}
.p-single-body .wp-block-columns {
  margin: 2rem 0 0 0;
}
.p-single-body .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.p-single-body .column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 2rem 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-body .column-wrap .column-left,
.p-single-body .column-wrap .column-right {
  width: calc(50% - 0.75rem);
}
.p-single-body .column-wrap .column-left > *:first-child,
.p-single-body .column-wrap .column-right > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-single-body .column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-single-body .column-wrap .column-left,
  .p-single-body .column-wrap .column-right {
    width: 100%;
  }
}
.p-single-body .text-center {
  text-align: center;
}
.p-single-body .grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0 0;
  gap: 1.5rem;
}
.p-single-body .grid-box .grid-item {
  width: calc(50% - 0.75rem);
}
.p-single-body .grid-box .grid-item figure {
  margin: 0;
}
@media (max-width: 767px) {
  .p-single-body .grid-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-single-body .grid-box .grid-item {
    width: 100%;
  }
}
.p-single-body h2.wp-block-heading,
.p-single-body h2.ps-2236,
.p-single-body h2.bg-mg,
.p-single-body h2.a-title {
  padding: 0.6em;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  background: #E9F8E7;
  border-left: solid 0.375rem #0FB309;
  border-bottom: solid 0.125rem #0FB309;
  margin: 3.375rem 0 2rem;
}
.p-single-body h3.wp-block-heading,
.p-single-body h3.a-title {
  padding: 0.6em;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  background: #E9F8E7;
  border-bottom: solid 0.125rem #0FB309;
  margin: 2.5rem 0 2rem;
}
.p-single-body h4.wp-block-heading,
.p-single-body h4.a-title {
  padding: 0.6em;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  background: #E9F8E7;
  margin: 2rem 0 1.25rem;
}
.p-single-body ol, .p-single-body ul {
  padding-left: 1em;
  margin: 2rem 0 0 0;
}
.p-single-body ol li + li, .p-single-body ul li + li {
  margin-top: 0.5rem;
}
.p-single-body .emoji {
  width: 1em;
  height: 1em;
  display: inline;
  padding: 0;
  background: none;
}
.p-single-body .marker {
  background: #FFFF00;
}
.p-single-body .green-table,
.p-single-body .green-top-table {
  border: solid 0.125rem #0FB309;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.p-single-body .green-table caption,
.p-single-body .green-top-table caption {
  padding-bottom: 0.5em;
}
.p-single-body .green-table .green-bg,
.p-single-body .green-top-table .green-bg {
  background: #E9F8E7;
}
.p-single-body .green-table th,
.p-single-body .green-table td,
.p-single-body .green-top-table th,
.p-single-body .green-top-table td {
  padding: 0.5rem;
  border: 1px solid #999;
}
@media (max-width: 767px) {
  .p-single-body .green-table,
  .p-single-body .green-top-table {
    font-size: 0.8125rem;
  }
}
.p-single-body .green-table tr td:first-child {
  background: #E9F8E7;
}
.p-single-body .toggle-checkbox {
  display: none;
}
.p-single-body .toggle-box {
  border-style: solid;
  border-width: 0.125rem;
  border-radius: 0.375rem;
  border-color: #006934;
  margin-top: 1.5rem;
}
.p-single-body .toggle-button {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 0.25rem 0.625rem;
  background-color: #006934;
  position: relative;
  margin: 0;
  color: white;
  border-style: solid;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-color: #006934;
}
.p-single-body .toggle-button::before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 0.8em;
  font-size: 0.8em;
  color: white;
  opacity: 0.3;
}
.p-single-body .toggle-button.-active::before {
  content: "\f068";
}
.p-single-body .toggle-content {
  padding: 1em;
  display: none;
}
.p-single-body .toggle-content > p {
  margin: 0;
}

.p-single-tags {
  padding: 3rem 0;
  border-bottom: solid 1px #BED1BD;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .p-single-tags {
    padding: 2rem 0;
  }
}
.p-single-tags > li > a {
  display: inline-block;
  color: #009E00;
  font-weight: bold;
  font-size: 0.6875rem;
  text-decoration: none;
  border: solid 1px #009E00;
  border-radius: 6.25rem;
  padding: 0.1875rem 0.9375rem;
}

.p-single-links {
  margin: 3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-single-links {
    margin: 2rem 0 0 0;
  }
}

.p-single-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  max-width: 19.875rem;
  width: calc(50% - 0.75rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .p-single-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.p-single-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0625rem;
  height: 2.0625rem;
  background: url(../../images/icon-arrow-single.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-single-link::before {
    width: 0.75rem;
  }
}
.p-single-link.-prev {
  margin-right: auto;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .p-single-link.-prev {
    padding-left: 1.25rem;
  }
}
.p-single-link.-prev::before {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-single-link.-next {
  margin-left: auto;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .p-single-link.-next {
    padding-right: 1.25rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-single-link.-next::before {
  right: 0;
}
.p-single-link__thumbnail {
  border-radius: 0.5rem;
  width: 6.25rem;
  aspect-ratio: 100/72;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-single-link__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-link__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-single-link__date {
  display: block;
  font-size: 0.875rem;
  color: #999999;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .p-single-link__date {
    font-size: 0.8125rem;
  }
}
.p-single-link__title {
  font-weight: bold;
  margin: 0.375rem 0 0 0;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .p-single-link__title {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}

.p-single-prev {
  margin: 3rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single-prev {
    margin-top: 2rem;
  }
}

/**************************************************/
/* home */
/**************************************************/
.top-kv {
  position: relative;
  background: url(../../images/kv-shadow.png) no-repeat center bottom/100% auto, url(../../images/kv-bg.png) no-repeat center center/cover, #0FB309;
}
@media (max-width: 767px) {
  .top-kv {
    background: url(../../images/kv-shadow_sp.png) no-repeat center bottom/100% auto, url(../../images/kv-bg_sp.png) no-repeat center center/cover, #0FB309;
  }
}
.top-kv__inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 1.5625rem 0.9375rem 0.9375rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .top-kv__inner {
    padding: 0;
  }
}

.top-price {
  padding: 2rem 0 0 0;
}

.top-review {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .top-review {
    padding-top: 2.8125rem;
  }
}
.top-review__title {
  max-width: 62.5rem;
  margin: 0 auto;
}
.top-review__title img {
  display: block;
}
.top-review__text {
  font-size: 2rem;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  text-align: center;
  color: #4365C3;
}
@media (max-width: 767px) {
  .top-review__text {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.top-review__star {
  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.75rem;
  margin: 1.125rem 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  color: #4365C3;
}
.top-review__star img {
  display: block;
  width: 15.875rem;
}
@media (max-width: 767px) {
  .top-review__star {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .top-review__star img {
    width: 10.3125rem;
  }
}
.top-review__btn {
  text-align: center;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .top-review__btn {
    margin-top: 1rem;
  }
}
.top-review__btn > a {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #4365C3;
  padding: 1.6875rem 4.625rem 1.6875rem;
  border-radius: 6.25rem;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .top-review__btn > a {
    padding: 0.875rem 3.125rem;
    font-size: 1.0625rem;
    width: 100%;
  }
}
.top-review__btn > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.9375rem solid #ffffff;
  border-right: 0;
  right: 2.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-attention {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .top-attention {
    padding: 2rem 0;
  }
}

.top-solution {
  background-color: #D6F2D3;
  background-image: linear-gradient(90deg, #BCEAB8 1px, transparent 1px), linear-gradient(#BCEAB8 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4rem 4rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .top-solution {
    padding: 2rem 0;
  }
}
.top-solution .solution__title {
  max-width: 52.125rem;
  margin: 0 auto;
}
.top-solution .solution__deco {
  padding-top: 0;
  position: relative;
  max-width: 75.375rem;
  margin: 0 auto;
  content: "";
}
@media (max-width: 767px) {
  .top-solution .solution__deco {
    padding-top: 2rem;
  }
}
.top-solution .solution__deco1, .top-solution .solution__deco2, .top-solution .solution__deco3, .top-solution .solution__deco4 {
  position: absolute;
}
.top-solution .solution__deco1 {
  left: -1.875rem;
  width: 11.25rem;
  top: 12.6875rem;
}
@media (max-width: 767px) {
  .top-solution .solution__deco1 {
    width: 4.5rem;
    top: 7.5rem;
    left: -0.625rem;
  }
}
.top-solution .solution__deco2 {
  left: 6.75rem;
  width: 6.3125rem;
  top: 1.25rem;
}
@media (max-width: 767px) {
  .top-solution .solution__deco2 {
    width: 2.5rem;
    top: 0.625rem;
    left: 3.75rem;
  }
}
.top-solution .solution__deco3 {
  right: 5.875rem;
  width: 7.375rem;
  top: 1.5rem;
}
@media (max-width: 767px) {
  .top-solution .solution__deco3 {
    width: 3.125rem;
    top: 0.625rem;
    right: 3.75rem;
  }
}
.top-solution .solution__deco4 {
  right: -1.875rem;
  width: 7.25rem;
  top: 14.0625rem;
}
@media (max-width: 767px) {
  .top-solution .solution__deco4 {
    width: 3.125rem;
    right: -0.625rem;
    top: 7.5rem;
  }
}
.top-solution .solution__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .top-solution .solution__balloon {
    margin-top: 1.5rem;
  }
}
.top-solution .solution__balloon1 {
  margin-right: -1.875rem;
  max-width: 20.625rem;
}
@media (max-width: 767px) {
  .top-solution .solution__balloon1 {
    margin-right: -0.625rem;
    width: 42%;
  }
}
.top-solution .solution__balloon2 {
  margin-left: -0.875rem;
  max-width: 20.625rem;
}
@media (max-width: 767px) {
  .top-solution .solution__balloon2 {
    width: 42%;
    margin-left: -0.5rem;
  }
}
.top-solution .solution__balloonImg {
  padding-top: 1.25rem;
  max-width: 16.625rem;
}
@media (max-width: 767px) {
  .top-solution .solution__balloonImg {
    width: 20%;
    padding-top: 3.75rem;
  }
}
.top-solution .solution__subHeading {
  margin: 4.75rem auto 0;
  background: #FF5200;
  color: white;
  padding: 1.375rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 46.875rem;
  position: relative;
  border-radius: 6.25rem;
}
.top-solution .solution__subHeading::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 2.1875rem;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FF5200;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}
@media (max-width: 767px) {
  .top-solution .solution__subHeading {
    margin-top: 2rem;
    padding: 0.625rem;
    font-size: 1.0625rem;
  }
  .top-solution .solution__subHeading::after {
    width: 0.9375rem;
    height: 1rem;
    bottom: -0.9375rem;
  }
}
.top-solution .solutionItems {
  margin: 4.25rem 0 2rem 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .top-solution .solutionItems {
    margin-top: 2rem;
  }
}
.top-solution .solutionItems__item {
  width: calc(50% - 0.75rem);
  -webkit-box-shadow: 0 0 0.375rem rgba(72, 166, 63, 0.32);
          box-shadow: 0 0 0.375rem rgba(72, 166, 63, 0.32);
  border-radius: 1.25rem;
  background: white;
}
@media (max-width: 767px) {
  .top-solution .solutionItems__item {
    width: 100%;
    border-radius: 1rem;
  }
}
.top-solution .solutionItems__heading {
  background: #0FB309;
  color: white;
  font-weight: 900;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media (max-width: 767px) {
  .top-solution .solutionItems__heading {
    border-radius: 1rem 1rem 0 0;
    font-size: 1.125rem;
    padding: 0.75rem 0;
  }
}
.top-solution .solutionItems__img {
  aspect-ratio: 500/255;
  overflow: hidden;
}
.top-solution .solutionItems__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-solution .solutionItems__text {
  padding: 1.875rem 2rem;
  margin: 0;
  line-height: 1.7777777778;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-solution .solutionItems__text {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 1rem 1.25rem;
  }
}

.top-comparison {
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, url(../../images/bg-section03.png) no-repeat center/cover, #0FB309;
  padding: 6.875rem 0;
  margin: 0;
}
@media (max-width: 767px) {
  .top-comparison {
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, url(../../images/bg-section03.png) no-repeat center/cover, #0FB309;
    padding: 3rem 0;
  }
}
.top-comparison .comparison__box {
  position: relative;
}
.top-comparison .comparison__box::before {
  position: absolute;
  content: "";
  width: 11.75rem;
  height: 18.75rem;
  background: url(../../images/deco-top-comparison.png) no-repeat center center/contain;
  left: 1.5625rem;
  top: -4.125rem;
}
@media (max-width: 767px) {
  .top-comparison .comparison__box::before {
    height: 9.375rem;
    width: 4.375rem;
    left: -0.625rem;
    top: -2.75rem;
  }
}

.top-reason {
  background-color: #D6F2D3;
  background-image: linear-gradient(90deg, #BCEAB8 1px, transparent 1px), linear-gradient(#BCEAB8 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4rem 4rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .top-reason {
    padding: 2rem 0;
  }
}
.top-reason .reason__title {
  max-width: 51.125rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-reason .reason__title {
    max-width: 90%;
  }
}
.top-reason .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .top-reason .reason-list {
    margin-top: 2rem;
    padding: 0 1.5625rem;
  }
}
.top-reason .reason-item {
  width: calc((100% - 2rem) / 3);
  background: white;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .top-reason .reason-item {
    width: 100%;
    border-radius: 0.75rem;
  }
}
.top-reason .reason-item__heading {
  background: #48A63F;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 1.0625rem 0;
  margin: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .top-reason .reason-item__heading {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.top-reason .reason-item__img {
  aspect-ratio: 330/222;
  overflow: hidden;
}
.top-reason .reason-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason .reason-item__text {
  font-weight: bold;
  line-height: 1.5555555556;
  font-size: 1.125rem;
  padding: 1.5rem 1.5rem;
  color: #222222;
}
@media (max-width: 767px) {
  .top-reason .reason-item__text {
    font-size: 0.875rem;
    padding: 1rem;
  }
}

.top-packPrice {
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(11.5625rem, transparent), color-stop(59.375rem, #0FB309), color-stop(#0FB309), color-stop(transparent), to(transparent)), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, linear-gradient(180deg, transparent 0%, transparent 11.5625rem, #0FB309 59.375rem, #0FB309 calc(100% - 59.375rem), transparent calc(100% - 11.5625rem), transparent 100%), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
  padding: 6.875rem 0;
}
@media (max-width: 767px) {
  .top-packPrice {
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3.75rem, transparent), color-stop(12.5rem, #0FB309), color-stop(#0FB309), color-stop(transparent), to(transparent)), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, linear-gradient(180deg, transparent 0%, transparent 3.75rem, #0FB309 12.5rem, #0FB309 calc(100% - 12.5rem), transparent calc(100% - 3.75rem), transparent 100%), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
    padding: 3rem 0;
  }
}

.top-service {
  padding: 4rem 0;
  background-color: #D6F2D3;
  background-image: linear-gradient(90deg, #BCEAB8 1px, transparent 1px), linear-gradient(#BCEAB8 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4rem 4rem;
}
@media (max-width: 767px) {
  .top-service {
    padding: 2rem 0;
  }
}
.top-service__title {
  max-width: 14.75rem;
  margin: 0 auto;
  padding: 0 16.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-service__title {
    max-width: 8.125rem;
    padding: 0 6.25rem;
  }
}
.top-service__title::before {
  position: absolute;
  content: "";
  width: 13.625rem;
  height: 18.75rem;
  bottom: -2.5rem;
  right: 0;
  background: url(../../images/deco-service.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .top-service__title::before {
    height: 9.375rem;
    width: 6.25rem;
  }
}
.top-service__box {
  margin-top: 4rem;
  background: #0FB309;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .top-service__box {
    margin-top: 2.5rem;
    padding: 1rem;
  }
}

.top-serviceContents {
  list-style: none;
  padding: 2.5rem 0 4rem;
  background: white;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .top-serviceContents {
    padding: 2rem 0;
  }
}

.top-serviceItem__heading {
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  .top-serviceItem__heading {
    font-size: 1.5rem;
  }
}
.top-serviceItem__mainImg {
  border-radius: 1rem;
  aspect-ratio: 850/585;
  overflow: hidden;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .top-serviceItem__mainImg {
    margin-top: 1.5rem;
    border-radius: 0.75rem;
  }
}
.top-serviceItem__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-serviceItem__kinds {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .top-serviceItem__kinds {
    margin-top: 2rem;
    gap: 0.625rem;
  }
}
.top-serviceItem__kinds-item {
  width: 10.9375rem;
}
@media (max-width: 767px) {
  .top-serviceItem__kinds-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top-serviceItem__kinds-img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}
.top-serviceItem__kinds-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-serviceItem__kinds-text {
  font-weight: bold;
  text-align: center;
  margin: 1em -1.125rem 0;
}
@media (max-width: 767px) {
  .top-serviceItem__kinds-text {
    font-size: 0.75rem;
    margin-inline: 0;
  }
}
.top-serviceItem__lead {
  margin: 4rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .top-serviceItem__lead {
    margin-top: 2rem;
    font-size: 0.9375rem;
  }
}

.top-service-others {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .top-service-others {
    margin-top: 2rem;
  }
}
.top-service-others__balloon {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  background: #0FB309;
  border-radius: 6.25rem;
  padding: 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  max-width: 36.4375rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-service-others__balloon {
    font-size: 1.125rem;
    padding: 0.625rem;
    max-width: 80%;
  }
}
.top-service-others__balloon::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 2.1875rem;
  background: #0FB309;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .top-service-others__balloon::before {
    width: 0.9375rem;
    height: 1rem;
    bottom: -0.9375rem;
  }
}
.top-service-others__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 1.25rem;
  padding: 5.5rem 1.9375rem 3.125rem;
  margin-top: -2.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .top-service-others__list {
    margin-top: -1.5rem;
    padding: 3.125rem 1rem 1.5rem;
    border-radius: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.top-service-others__item {
  padding: 0 1.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .top-service-others__item {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 0.625rem);
  }
}
.top-service-others__item:not(:last-child) {
  border-right: dotted 0.125rem black;
}
@media (max-width: 767px) {
  .top-service-others__item:not(:last-child) {
    border-right: none;
  }
}
.top-service-others__img {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 201/144;
}
@media (max-width: 767px) {
  .top-service-others__img {
    border-radius: 0.75rem;
  }
}
.top-service-others__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service-others__title {
  font-weight: bold;
  text-align: center;
  color: #006934;
  margin: 0.5rem 0 0 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .top-service-others__title {
    font-size: 1rem;
  }
}
.top-service-others__text {
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .top-service-others__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
}

.top-voice {
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, url(../../images/bg-section02.png) no-repeat center/cover, #0FB309;
  padding: 5.875rem 0;
}
@media (max-width: 767px) {
  .top-voice {
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3.75rem, transparent), color-stop(12.5rem, #0FB309), color-stop(#0FB309), color-stop(transparent), to(transparent)), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, linear-gradient(180deg, transparent 0%, transparent 3.75rem, #0FB309 12.5rem, #0FB309 calc(100% - 12.5rem), transparent calc(100% - 3.75rem), transparent 100%), url(../../images/bg-section02.png) no-repeat top center/100% auto, url(../../images/bg-section02.png) no-repeat bottom center/100% auto, #0FB309;
    padding: 3rem 0;
    overflow: hidden;
  }
}
.top-voice__title {
  margin: 0 auto;
  max-width: 34.375rem;
  width: 90%;
}

.top-voice-swiper {
  margin-top: 4rem;
  padding: 0 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-voice-swiper {
    margin-top: 2rem;
    padding: 0 0.5rem;
    overflow: visible;
  }
}
.top-voice-swiper .swiper-wrapper {
  list-style: none;
  padding: 0;
  counter-reset: listnum;
}
.top-voice-swiper .swiper-button-prev,
.top-voice-swiper .swiper-button-next {
  position: absolute;
  cursor: pointer;
  right: auto;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8125rem;
  height: 2.8125rem;
  content: "";
  display: inline-block;
  margin: 0;
  background: white;
  border-radius: 6.25rem;
}
.top-voice-swiper .swiper-button-prev::after,
.top-voice-swiper .swiper-button-next::after {
  width: 1.25rem;
  height: 1.25rem;
  background: #0FB309;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-voice-swiper .swiper-button-prev,
  .top-voice-swiper .swiper-button-next {
    width: 2rem;
    height: 2rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
  .top-voice-swiper .swiper-button-prev::after,
  .top-voice-swiper .swiper-button-next::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.top-voice-swiper .swiper-button-prev {
  left: 2rem;
}
.top-voice-swiper .swiper-button-prev::after {
  left: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 767px) {
  .top-voice-swiper .swiper-button-prev {
    left: -0.375rem;
  }
}
.top-voice-swiper .swiper-button-next {
  right: 2rem;
}
@media (max-width: 767px) {
  .top-voice-swiper .swiper-button-next {
    right: -0.375rem;
  }
}

.top-report {
  overflow: hidden;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .top-report {
    padding: 2rem 0;
  }
}
.top-report__title {
  margin: 0 auto;
  max-width: 14.0625rem;
}
@media (max-width: 767px) {
  .top-report__title {
    max-width: 8.75rem;
  }
}

.top-report-swiper {
  margin-top: 4.5rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .top-report-swiper {
    margin-top: 2rem;
  }
}
.top-report-swiper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10.625rem, transparent), color-stop(transparent), to(white));
  background: linear-gradient(90deg, white 0%, transparent 10.625rem, transparent calc(100% - 10.625rem), white 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-report-swiper::before {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(3.75rem, transparent), color-stop(transparent), to(white));
    background: linear-gradient(90deg, white 0%, transparent 3.75rem, transparent calc(100% - 3.75rem), white 100%);
  }
}
.top-report-swiper .swiper-slide {
  height: auto;
}
.top-report-swiper .swiper-button-prev,
.top-report-swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  background: white;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.top-report-swiper .swiper-button-prev::after,
.top-report-swiper .swiper-button-next::after {
  width: 0.75rem;
  height: 1.375rem;
  background: url(../../images/icon-arrow02.png) no-repeat center center/contain;
}
.top-report-swiper .swiper-button-prev {
  left: 3.125rem;
}
.top-report-swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .top-report-swiper .swiper-button-prev {
    left: 0.625rem;
  }
}
.top-report-swiper .swiper-button-next {
  right: 3.125rem;
}
@media (max-width: 767px) {
  .top-report-swiper .swiper-button-next {
    right: 0.625rem;
  }
}

.top-acceptableItems {
  background: url(../../images/line-green.png) repeat-x center top/auto 1.875rem, url(../../images/line-green.png) repeat-x center bottom/auto 1.875rem, url(../../images/bg-section_top.png) no-repeat top 5.875rem center/auto 54.3125rem, #0FB309;
  padding: 5.875rem 0;
}
@media (max-width: 767px) {
  .top-acceptableItems {
    background: url(../../images/line-green.png) repeat-x center top/auto 1rem, url(../../images/line-green.png) repeat-x center bottom/auto 1rem, url(../../images/bg-section_top.png) no-repeat top 3rem center/auto 17.5rem, #0FB309;
    padding: 3rem 0;
  }
}
.top-acceptableItems__title {
  max-width: 38.25rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-acceptableItems__title {
    max-width: 70%;
  }
}
.top-acceptableItems__lead {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin: 0.875rem 0 0 0;
}
@media (max-width: 767px) {
  .top-acceptableItems__lead {
    font-size: 0.9375rem;
  }
}
.top-acceptableItems__heading {
  color: white;
  text-align: center;
  margin: 3.375rem 0 0 0;
  font-weight: bold;
  font-size: 2rem;
}
.top-acceptableItems__list {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .top-acceptableItems__list {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.top-acceptableItems__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 0.875rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-acceptableItems__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 0.5rem);
    border-radius: 0.5rem;
    padding: 0.625rem;
  }
}
.top-acceptableItems__item-text {
  background: #FF5200;
  color: white;
  text-align: center;
  padding: 0.4375rem;
  border-radius: 6.25rem;
  margin: 0;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .top-acceptableItems__item-text {
    font-size: 0.9375rem;
    padding: 0.25rem;
  }
}
.top-acceptableItems__item-img {
  margin: 1rem 0 0 0;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 209/118;
}
@media (max-width: 767px) {
  .top-acceptableItems__item-img {
    border-radius: 0.5rem;
    margin: 0.5rem 0 0 0;
  }
}
.top-acceptableItems__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-acceptableItems-notes {
  background: white;
  border-radius: 1rem;
  max-width: 53.125rem;
  z-index: 2;
  position: relative;
  margin: 4.375rem auto 0rem;
  padding: 1.5rem 2rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .top-acceptableItems-notes {
    max-width: 92%;
    margin: 2.25rem auto -6.25rem;
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
  }
}
.top-acceptableItems-notes__heading {
  font-weight: 900;
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: solid 1px black;
}
.top-acceptableItems-notes__heading::before {
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 1.9375rem;
  top: -2.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../images/icon-notes02.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .top-acceptableItems-notes__heading {
    font-size: 1.0625rem;
    padding-bottom: 0.75rem;
  }
  .top-acceptableItems-notes__heading::before {
    width: 1.875rem;
    top: -2.375rem;
  }
}
.top-acceptableItems-notes__text {
  line-height: 2;
  font-weight: 500;
  margin: 0.75rem 0 0 0;
}
@media (max-width: 767px) {
  .top-acceptableItems-notes__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.top-step {
  padding: 5rem 0;
  background: #FCF9F2;
}
@media (max-width: 767px) {
  .top-step {
    padding: 2.5rem 0;
  }
}
.top-step .step__title {
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 0;
}
.top-step .step__title::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.375rem;
  left: 0;
  bottom: 0;
  background: url(../../images/step-line.png) no-repeat center center/auto 100%, #FFFF00;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .top-step .step__title::before {
    height: 0.875rem;
  }
}
.top-step .step__title img {
  display: block;
  width: 55.625rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-step .step__title img {
    width: calc(100% - 1rem);
  }
}
.top-step .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 4.375rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .top-step .step-list {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.top-step .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-step .step-item {
    gap: 0;
  }
}
.top-step .step-item__num {
  width: 8.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.top-step .step-item__num.-deco::before {
  content: "";
  position: absolute;
  top: 13.5625rem;
  right: -2.75rem;
  width: 15.0625rem;
  height: 18.75rem;
  background: url(../../images/deco-step01.png) no-repeat center center/contain;
  z-index: 2;
}
.top-step .step-item__num > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#A9CB04), to(#48A63F));
  background: linear-gradient(180deg, #A9CB04 0%, #48A63F 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.4375rem), 50% 100%, 0 calc(100% - 3.4375rem));
}
.top-step .step-item__num > span > img {
  width: 4.8125rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .top-step .step-item__num {
    width: 3.125rem;
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 0;
  }
  .top-step .step-item__num.-deco::before {
    width: 4.375rem;
    height: 6.25rem;
    right: auto;
    left: -2.25rem;
    top: 16.875rem;
  }
  .top-step .step-item__num > span {
    padding: 0.875rem 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 50% 100%, 0 calc(100% - 1rem));
  }
  .top-step .step-item__num > span > img {
    width: 2rem;
  }
}
.top-step .step-item__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: solid 1px #48A63F;
  border-radius: 1rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-step .step-item__box.-deco::before {
  position: absolute;
  content: "";
  width: 11.75rem;
  height: 18.75rem;
  right: 3rem;
  bottom: 2.6875rem;
  background: url(../../images/deco-step02.png) no-repeat right center/contain;
}
@media (max-width: 767px) {
  .top-step .step-item__box {
    padding: 1.25rem 1rem 1.25rem;
  }
  .top-step .step-item__box.-deco::before {
    width: 4.375rem;
    height: 6.25rem;
    right: -0.625rem;
    bottom: 6.875rem;
  }
}
.top-step .step-item__label {
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
}
.top-step .step-item__label > span {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  width: 11.875rem;
  max-width: 100%;
  border-radius: 6.25rem;
  background: #48A63F;
}
.top-step .step-item__label.-accent > span {
  background: #FF5200;
}
@media (max-width: 767px) {
  .top-step .step-item__label {
    font-size: 0.9375rem;
    padding-left: 3.75rem;
  }
  .top-step .step-item__label > span {
    padding: 0.375rem 0.625rem;
    width: 8.75rem;
  }
}
.top-step .step-item__heading {
  font-weight: 900;
  margin: 0.5rem 0 0 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-step .step-item__heading > img {
  margin-left: auto;
  width: 16.5rem;
}
.top-step .step-item__heading .-notes {
  display: inline-block;
  margin-left: 0.5rem;
  color: #FF5200;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-step .step-item__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.25rem;
  }
  .top-step .step-item__heading > img {
    width: 10rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .top-step .step-item__heading .-notes {
    font-size: 0.9375rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.top-step .step-item__heading2 {
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 2.25rem;
  margin: 1.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.top-step .step-item__heading2::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#A9CB04), to(#0FB309));
  background: linear-gradient(to bottom, #A9CB04, #0FB309);
  border-radius: 6.25rem;
  width: 1.75rem;
  height: 1.75rem;
}
.top-step .step-item__heading2 > span {
  color: #48A63F;
  font-size: 1.125rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-step .step-item__heading2 {
    font-size: 1.0625rem;
    padding-left: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.125rem;
  }
  .top-step .step-item__heading2::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .top-step .step-item__heading2 > span {
    font-size: 0.9375rem;
    margin-left: 0;
  }
}
.top-step .step-item__lead {
  font-weight: 500;
  margin: 1em 0 0 0;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .top-step .step-item__lead {
    font-size: 0.875rem;
  }
}
.top-step .step-item__bnr {
  margin: 1rem 0 0 0;
  overflow: hidden;
  border: solid 1px black;
  border-radius: 1.25rem;
}
.top-step .step-item__tel {
  margin: 1.5rem 0 0 auto;
  padding: 1.25rem 1.25rem 1rem;
  display: block;
  width: calc(100% - 2.25rem);
  border-radius: 0.25rem;
  background: #FF5200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-step .step-item__tel {
    margin-top: 1rem;
    width: calc(100% - 1.625rem);
    padding: 1.125rem 1rem 1rem;
  }
}
.top-step .step-item__btns {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .top-step .step-item__btns {
    padding-left: 1.625rem;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.top-step .step-item__btn {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-height: 4.375rem;
  border-radius: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-step .step-item__btn {
    min-height: 3.75rem;
  }
}
.top-step .step-item__btn:hover {
  color: white;
}
.top-step .step-item__btn.-mail {
  background: #066EC7;
}
.top-step .step-item__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../../images/icon-mail.png) no-repeat center/contain;
}
.top-step .step-item__btn.-line {
  background: #06C755;
}
.top-step .step-item__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../images/icon-line.png) no-repeat center/contain;
}
.top-step .step-item__credit-logo {
  margin-top: 1rem;
  padding-left: 2rem;
}
.top-step .step-item__credit-logo img {
  width: 33.75rem;
  display: block;
}
@media (max-width: 767px) {
  .top-step .step-item__credit-logo {
    padding-left: 1.625rem;
  }
}
.top-step .step-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .top-step .step-footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.5rem 0 0 0;
    padding: 0 3.125rem;
  }
}
.top-step .step-footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-area {
  background: -webkit-gradient(linear, left top, right bottom, from(#385EC6), color-stop(#3B6FFF), to(#385EC6));
  background: linear-gradient(to bottom right, #385EC6, #3B6FFF, #385EC6);
  padding: 0 0 5rem;
}
@media (max-width: 767px) {
  .top-area {
    padding-bottom: 2.5rem;
  }
}
.top-area__title {
  position: relative;
  padding-top: 5rem;
}
.top-area__title::before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 92.4705882353%;
  max-width: 44rem;
  height: 34.0625rem;
  top: 1.25rem;
  right: -14.125rem;
  background: url(../../images/area-map.png) no-repeat top right/contain;
}
@media (max-width: 1023px) {
  .top-area__title::before {
    right: -12.5rem;
  }
}
@media (max-width: 767px) {
  .top-area__title {
    padding-top: 2.5rem;
  }
  .top-area__title::before {
    max-width: 19.375rem;
    height: 12.5rem;
    right: -1.875rem;
  }
}
.top-area__title img {
  width: 29.375rem;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.875rem rgba(20, 48, 102, 0.7));
          filter: drop-shadow(0 0 1.875rem rgba(20, 48, 102, 0.7));
}
@media (max-width: 767px) {
  .top-area__title img {
    width: 11.875rem;
  }
}
.top-area__box {
  margin-top: 1.375rem;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  padding: 2.125rem 2rem;
}
@media (max-width: 767px) {
  .top-area__box {
    padding: 1.25rem 1rem;
  }
}
.top-area__lead {
  margin: 0;
  max-width: 48.3125rem;
}
.top-area__text {
  font-weight: bold;
  font-size: 1.125rem;
  color: #4365C3;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .top-area__text {
    font-size: 0.9375rem;
  }
}