@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10vw;
}

body {
  font-family: "Zen Maru Gothic", serif;
  background-color: #dde6c8;
  line-height: 2;
  font-size: 16px;
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Zen Maru Gothic", serif;
  color: #101010;
}

p,
input,
textarea,
li,
span {
  font-family: "Zen Maru Gothic", serif;
  color: #101010;
}

a {
  font-family: "Zen Maru Gothic", serif;
  color: #101010;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: block;
  }
}

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

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
* @file _l-footer.scss
**/
.footer {
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}

.footer__logo {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 230px;
  }
}

.footer__address {
  font-size: 19px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}

.footer__menu {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    margin-top: 10px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.footer__list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__list {
    margin-top: 5px;
  }
}
.footer__list:first-of-type .footer__link {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .footer__list:first-of-type .footer__link {
    padding-left: 20px;
  }
}
.footer__list:last-of-type .footer__link {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__list:last-of-type .footer__link {
    padding-right: 20px;
  }
}
.footer__list .footer__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  color: #82b71f;
  border-left: dotted 3px #82b71f;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__list .footer__link {
    font-size: 14px;
    display: block;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-bottom: 1px solid #707070;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__list .footer__link::before {
    position: absolute;
    top: 30%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: url(../images/common/arrow.svg);
    display: block;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/**
* @file _l-header.scss
**/
.header {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #dde6c8;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
    background-color: #fff;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header.is-fixed::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .header.is-fixed::before {
    display: block;
    max-width: 300px;
  }
}
.header.is-fixed::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header.is-fixed::after {
    display: block;
    max-width: 300px;
  }
}
.header.is-fixed .header__inner {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header.is-fixed .header__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.header.is-fixed .header__inner::before {
  display: none;
}
.header.is-fixed .header__inner .header__logo {
  max-width: 230px;
  margin-inline: auto;
}
.header.is-fixed .header__menu {
  margin-top: 10px;
}
.header.is-fixed .header__content__item {
  display: none;
}
.header::before {
  content: "";
  display: block;
  width: 38%;
  height: 430px;
  max-width: 585px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/ornament1.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: 1;
}
.header::after {
  content: "";
  display: block;
  width: 38%;
  height: 430px;
  max-width: 585px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/common/ornament2.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: 1;
}
.header.hidden {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0;
}
.header.scrolled {
  background-color: #fff;
}
.header .header__inner {
  padding-top: 170px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.header .header__inner::before {
  content: "";
  position: absolute; /* 必要な場合に追加 */
  left: 0;
  top: 40px;
  background-color: #82b71f;
  width: 100%;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .header .header__inner::before {
    display: none;
  }
}
.header .header__nav {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    width: unset;
  }
}
.header .header__content.--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.header .header__content__item {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header .header__content__item {
    display: none;
  }
}
.header .header__logo {
  margin-top: -13px;
  width: 60%;
  max-width: 635px;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    margin-inline: auto;
  }
}
.header .header__logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__logo--sp {
    display: block;
    width: 100%;
    max-width: 190px;
    margin-inline: auto;
    position: relative;
    z-index: 10;
  }
  .header .header__logo--sp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .header__tel__btn {
  width: 100%;
  max-width: 375px;
}
.header .header__content__item__text {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1.0625rem);
  color: #e78b00;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
.header .header__menu {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header__menu {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .header .header__menu::before {
    content: url(../images/common/ornament10.svg);
    position: absolute;
    bottom: 200px;
    right: -20px;
    z-index: -1;
  }
}
.header .header__menu .header__list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list {
    margin-top: 5px;
  }
}
.header .header__menu .header__list:first-of-type .header__link {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list:first-of-type .header__link {
    padding-left: 20px;
  }
}
.header .header__menu .header__list:last-of-type .header__link {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list:last-of-type .header__link {
    padding-right: 20px;
  }
}
.header .header__menu .header__list .header__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  color: #82b71f;
  border-left: dotted 3px #82b71f;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link {
    font-size: 18px;
    display: block;
    padding: 20px 20px 20px 20px;
    line-height: 1;
    border-bottom: 1px solid #707070;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link::before {
    position: absolute;
    top: 30%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: url(../images/common/arrow.svg);
    display: block;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.header .header__tel__link {
  text-align: right;
  display: block;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header__tel__link span {
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.header .header__tel__link span:nth-of-type(1) {
  font-size: 24px;
  position: relative;
}
.header .header__tel__link span:nth-of-type(1)::before {
  position: absolute;
  left: -50px;
  top: -3px;
  content: "";
  display: block;
  max-width: 72px;
  width: 100%;
  height: 52px;
  background-image: url(../images/common/tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__tel__link span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 12px;
}
.header .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 768px) {
  .header .nav::before {
    content: url(../images/common/ornament9.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav::after {
    content: url(../images/common/ornament11.svg);
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 25px 20px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .nav.is-open {
    right: 0;
  }
}
.header .nav .header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 2% 0;
}
.header .nav .header__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:first-of-type {
    margin-top: 30px;
  }
}
.header .nav .header__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav__link:hover {
  color: #ef7b51;
}
.header .nav__link:hover::after {
  width: 100%;
}
.header .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header .nav__toggle {
  position: fixed;
  z-index: 2000;
  min-width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #82b71f;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .nav__toggle {
    top: 10px;
    right: 20px;
  }
}
.header .nav__toggle.is-open {
  background-color: #fff;
}
.header .nav__toggle.is-open .nav__menu-line {
  background-color: #82b71f;
}
.header .nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .header .nav__link--top {
    padding: 8px 0;
  }
}
.header .menu-line1 {
  top: 13px;
}
.header .menu-line2 {
  top: 23px;
}
.header .menu-line3 {
  top: 33px;
}
.header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 23px;
  left: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 3px;
}
.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 23px;
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}
.header #js-nav.is-open .nav__lists {
  right: 0;
}

.top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.sp__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

.sp__list:nth-of-type(1) .sp__link {
  gap: 10px;
}
.sp__list:nth-of-type(1) .sp__link span {
  display: block;
  font-size: 16px;
}

.sp__list:nth-of-type(2) .sp__link span:nth-of-type(1) {
  display: block;
  font-size: 20px;
}
.sp__list:nth-of-type(2) .sp__link span:nth-of-type(2) {
  margin-top: 10px;
  display: block;
  font-size: 10px;
}
.sp__list:nth-of-type(2) .sp__icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.sp__link {
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 15px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  height: 65px;
}

.sp__icon {
  width: 50%;
  max-width: 38px;
}

.sp__text span {
  white-space: nowrap;
}

.sp__tel__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__tel__btn {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    max-width: 230px;
  }
}

.section {
  border-top: 2px solid #82b71f;
}
.section:first-of-type {
  border-top: none;
}

.inner {
  width: 100%;
  max-width: min(100% - 80px, 800px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: min(100% - 40px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: min(100% - 40px, 540px);
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*=======
# パンくず
==================*/
.c-breadcrumb {
  text-align: right;
}

.c-breadcrumb-padding {
  padding: 10px 20px;
}

.tel__btn {
  margin-top: 50px;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tel__btn {
    margin-top: 25px;
    width: 100%;
    max-width: 230px;
  }
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #splash_logo {
    max-width: 250px;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*========= レイアウトのためのCSS ===============*/
#container {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrapper {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrapper__inner {
  background-color: #fff;
  max-width: 1200px;
  margin-inline: auto;
}

.about {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 100px;
  }
}

.about__title {
  line-height: 1.7;
}
.about__title span {
  font-weight: 500;
  position: relative;
  font-size: 32px;
  color: #1e9f39;
}
@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 22px;
    line-height: 1.5;
  }
}
.about__title span:before {
  content: "";
  display: block;
  height: 100px;
  max-width: 70px;
  width: 100%;
  background-image: url(../images/common/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about__title span:before {
    max-width: 50px;
    left: 50%;
    top: -40px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.about__text {
  margin-top: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.about__text span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .about__text span {
    margin-top: -10px;
    font-size: 12px;
  }
}

.hours {
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .hours {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.information__contents {
  position: relative;
}

.information__title {
  position: absolute;
  left: -20px;
  top: -10px;
  background-color: #ecaa2c;
  color: #fff;
  width: 100%;
  max-width: 230px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  .information__title {
    font-size: 18px;
    padding: 7px;
    max-width: 150px;
  }
}

.information__table__wrap {
  padding: 50px 20px;
  background-color: #faf2e3;
}
@media screen and (max-width: 768px) {
  .information__table__wrap {
    padding: 30px 20px;
  }
}

.information__table {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .information__table {
    font-size: 14px;
  }
}

.information__table__contents:first-of-type {
  text-align: center;
  border-bottom: none;
  white-space: nowrap;
}
.information__table__contents:first-of-type .information__table__header {
  padding-top: 0;
  padding-bottom: 0;
}
.information__table__contents:first-of-type .information__table__data {
  padding-top: 0;
  padding-bottom: 0;
}

.information__table__contents {
  border-bottom: 1px solid #808080;
}

.information__table__header {
  font-weight: 400;
  color: #595757;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .information__table__header {
    padding-top: 10px;
    font-weight: 500;
  }
}

.information__table__data {
  color: #e78b00;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .information__table__data {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }
}

.hours__table__wrapper {
  overflow-x: scroll;
}

.hours__table {
  margin-top: 90px;
  text-align: center;
  color: #82b71f;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hours__table {
    margin-top: 40px;
  }
}

.hours__table__header:first-of-type {
  width: 0;
  height: 0;
}

.hours__table__header {
  font-size: 22px;
  background-color: #e6ebda;
  border: solid 2.3px #82b71f;
  width: 82px;
  height: 42px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .hours__table__header {
    width: 0;
    height: 0;
    padding: 10px 20px;
    font-size: 16px;
  }
}

.hours__table__data:first-of-type {
  width: 0;
  height: 0;
}

.hours__table__data {
  font-size: 23px;
  border: solid 2.3px #82b71f;
  width: 82px;
  height: 82px;
}
@media screen and (max-width: 768px) {
  .hours__table__data {
    font-size: 16px;
    width: 0;
    height: 0;
    padding: 10px 10px;
  }
}
.hours__table__data span {
  font-size: 16px;
  color: #82b71f;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .hours__table__data span {
    font-size: 12px;
  }
}

.hours__table__text {
  margin-top: 20px;
  text-align: center;
  color: #82b71f;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .hours__table__text {
    font-weight: 500;
    font-size: 16px;
  }
}
.hours__table__text span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.common__title {
  margin-top: 100px;
  text-align: center;
  font-size: 25px;
  color: #82b71f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .common__title {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
  }
}

.access {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access__contents {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .access__contents {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.googlemap {
  width: 100%;
}

.access__logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access__logo {
    max-width: 230px;
  }
}

.access__address {
  line-height: 1.5;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .access__address {
    margin-top: 10px;
    font-size: 14px;
  }
}
.access__address span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .access__address span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.address__tel {
  font-size: 27px;
  color: #1e9f39;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .address__tel {
    font-size: 20px;
  }
}

.address__tel__text {
  color: #e78b00;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .address__tel__text {
    font-weight: 500;
    font-size: 14px;
  }
}

.subject {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .subject {
    padding-top: 20px;
  }
}

.subject__menu.--top {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--top {
    padding-bottom: 20px;
  }
}
.subject__menu.--top .subject__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--top .subject__list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.subject__menu.--top .subject__list:first-of-type {
  margin-top: 0;
}
.subject__menu.--top .subject__list__title {
  background-color: #82b71f;
  color: #fff;
  height: 55px;
  line-height: 1;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .subject__menu.--top .subject__list__title {
    font-size: 16px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .subject__menu.--top .subject__list__text {
    font-size: 14px;
  }
}
.subject__menu.--top .subject__list__text span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--top .subject__list__text span {
    font-size: 12px;
  }
}

.subject__menu.--bottom {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom {
    padding-top: 25px;
  }
}
.subject__menu.--bottom .subject__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom .subject__list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.subject__menu.--bottom .subject__list:first-of-type {
  margin-top: 0;
}
.subject__menu.--bottom:before {
  content: "";
  display: block;
  border: dotted 2px #82b71f;
  max-width: 1200px;
  width: 92vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom:before {
    width: 88vw;
  }
}
.subject__menu.--bottom .subject__list__title {
  background-color: #fff;
  color: #82b71f;
  border: solid 2px #82b71f;
  height: 55px;
  line-height: 1;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom .subject__list__title {
    font-size: 16px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom .subject__list__text {
    font-size: 14px;
  }
}
.subject__menu.--bottom .subject__list__text span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .subject__menu.--bottom .subject__list__text span {
    font-size: 12px;
  }
}

.subject__text {
  margin-top: 20px;
  color: #e78b00;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .subject__text {
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
  }
}
.subject__text span {
  color: #595757;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .subject__text span {
    font-weight: 400;
    font-size: 12px;
  }
}

.inspection {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .inspection {
    padding-top: 20px;
  }
}

.inspection__text {
  color: #595757;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .inspection__text {
    font-size: 14px;
  }
}
.inspection__text span {
  margin-top: 10px;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .inspection__text span {
    font-size: 12px;
  }
}

.others {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .others {
    padding-top: 20px;
  }
}

.others__list {
  margin-top: 30px;
  border-left: solid 22px #82b71f;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .others__list {
    margin-top: 20px;
    border-left: solid 8px #82b71f;
  }
}
.others__list:first-of-type {
  margin-top: 0;
}

.others__list__item {
  padding: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .others__list__item {
    font-size: 14px;
  }
}
.others__list__item.--top {
  font-weight: 500;
  color: #82b71f;
  border-bottom: solid 1.6px #82b71f;
}
.others__list__item.--botttom {
  color: #595757;
}
.others__list__item span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .others__list__item span {
    font-size: 12px;
  }
}

.others__text {
  margin-top: 40px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .others__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.introduction {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.introduction__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .introduction__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.introduction__contents {
  padding: 20px;
  background-color: #eef2e3;
  border-radius: 10px;
}

.introduction__contents:nth-of-type(1) .introduction__contents__item {
  display: grid;
  grid-template-columns: 1fr 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .introduction__contents:nth-of-type(1) .introduction__contents__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .introduction__contents:nth-of-type(1) .introduction__contents__item .introduction__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    max-width: 350px;
    margin-inline: auto;
  }
}

.introduction__contents:nth-of-type(2) .introduction__contents__item {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction__contents:nth-of-type(2) .introduction__contents__item {
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.introduction__contents:nth-of-type(2) .introduction__contents__item .introduction__img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .introduction__contents:nth-of-type(2) .introduction__contents__item .introduction__img {
    max-width: 350px;
    margin-inline: auto;
  }
}

.introduction__contents__name {
  font-weight: 400;
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  .introduction__contents__name {
    font-size: 22px;
  }
}

.introduction__contents__name--left {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .introduction__contents__name--left {
    margin-right: 5px;
  }
}

.introduction__contents__name.--small {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .introduction__contents__name.--small {
    font-size: 14px;
    margin-left: 5px;
  }
}

.introduction__contents__title {
  margin-top: 20px;
  padding: 5px;
  line-height: 1;
  background-color: #808080;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .introduction__contents__title {
    font-size: 16px;
  }
}

.introduction__table__contents {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .introduction__table__contents {
    margin-top: 10px;
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .introduction__table__contents:first-of-type {
    margin-top: 0;
  }
}

.introduction__table__header {
  font-weight: 400;
  vertical-align: top;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .introduction__table__header {
    display: block;
    width: 100%;
  }
}

.introduction__contents__img-box {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .introduction__contents__img-box {
    margin-top: 20px;
    gap: 10px;
  }
}

.introduction__menu {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .introduction__menu {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */