/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.l-features-flow__item-title, .l-page-mv__heading, .l-recommend__heading, .heading {
  font-family: "Noto Serif JP", serif;
}

/*!
global > mixin
------------------------------
*/
/* ================================
UTILITIES
================================ */
/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #191919;
  background-color: #eef0e5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

main {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

.body-wrapper {
  position: relative;
  overflow-x: clip;
  min-height: 100vh;
  min-height: 100dvh;
}

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

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*!
component > header
------------------------------
*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: top 0.3s ease-in-out, background-color 0.3s ease;
}
.c-header__in {
  padding-left: 25px;
  background-color: #fff;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-header__in {
    padding-inline: clamp(1.25rem, 8.6538vw + -4.2885rem, 3.5rem);
    padding-top: 27px;
    padding-bottom: 32px;
    background-color: transparent;
    height: auto;
  }
}
.c-header-top {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-header-top {
    background-color: transparent;
    height: auto;
  }
}
.c-header-bottom {
  padding-top: 36px;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-bottom {
    display: block;
  }
}
.c-header-logo {
  width: clamp(13.75rem, 31.25vw + -6.25rem, 21.875rem);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-header-logo {
    height: auto;
  }
}
.c-header-logo__link {
  padding-block: 22px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header-logo__link {
    padding: 0;
  }
}
.c-header-logo__slogan {
  display: none;
  font-size: clamp(0.625rem, 0.7212vw + 0.1635rem, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.005em;
  color: #191919;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c-header-logo__slogan {
    display: initial;
  }
}
.c-header-logo__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header-logo__img {
    margin-top: 3px;
  }
}
.c-header-logo__img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header-logo__img img {
    display: initial;
  }
}
.c-header-cta {
  display: none;
  gap: clamp(0.625rem, 5.2885vw + -2.7596rem, 2rem);
  margin-left: auto;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-header-cta {
    display: flex;
  }
}
.c-header-cta__phone {
  text-align: center;
  padding-top: 3px;
}
.c-header-phone__flex {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.5rem, 2.4038vw + -0.0385rem, 2.125rem);
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.c-header-phone__icon {
  position: relative;
  width: 0.7058823529em;
  line-height: 1;
}
.c-header-phone__icon img {
  display: block;
}
.c-header-phone__text {
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #008E64;
  font-family: "Roboto", sans-serif;
}
.c-header-phone__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 0.7212vw + 0.1635rem, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #666;
  margin-left: auto;
}
.c-header-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(278.47deg, #97C627 0%, #31CAA3 97.25%);
  border-radius: 60px;
  padding-inline: clamp(1.25rem, 2.8846vw + -0.5962rem, 2rem);
  padding-block: 15px;
}
.c-header-contact__icon {
  width: 20px;
  height: 13px;
}
.c-header-contact__icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header-contact__text {
  font-size: clamp(0.875rem, 0.7212vw + 0.4135rem, 1.0625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.c-header-nav {
  display: flex;
}
.c-header-nav__link {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: clamp(0.875rem, 0.7212vw + 0.4135rem, 1.0625rem);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #191919;
  border-left: 1px solid #B9BAB5;
  padding-inline: 10px;
}
.c-header-nav__link:last-child {
  border-right: 1px solid #B9BAB5;
}
@media screen and (min-width: 768px) {
  .c-header-nav__link:hover {
    color: #008E64;
    opacity: 1;
  }
  .c-header-nav__link:hover .c-header-nav__text::after {
    width: 100%;
  }
}
.c-header-nav__link.current {
  color: #008E64;
  opacity: 1;
}
.c-header-nav__link.current .c-header-nav__text::after {
  width: 100%;
}
.c-header-nav__text {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.c-header-nav__text::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s;
  content: "";
  background-color: #008E64;
}
.c-header-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  cursor: pointer;
  background-color: #008E64;
}
@media screen and (min-width: 768px) {
  .c-header-toggle {
    display: none;
  }
}
.c-header-toggle__in {
  position: relative;
  width: 20px;
  height: 15px;
}
.c-header-toggle__line {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-header-toggle__line:nth-child(1), .c-header-toggle__line:nth-child(3) {
  width: 100%;
}
.c-header-toggle__line:nth-child(1) {
  top: 0;
}
.c-header-toggle__line:nth-child(2) {
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
}
.c-header-toggle__line:nth-child(3) {
  bottom: 0;
}
.is_menu_show .c-header-toggle {
  position: fixed;
  height: 60px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
}
.is_menu_show .c-header-toggle .c-header-toggle__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.is_menu_show .c-header-toggle .c-header-toggle__line:nth-child(2) {
  opacity: 0;
}
.is_menu_show .c-header-toggle .c-header-toggle__line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.c-header.scrolled {
  background-color: #fff;
}
.c-header.hidden-nav {
  top: -100%;
}

/*!
component > Gnavi
------------------------------
*/
.c-gnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 142, 100, 0.97);
  padding-top: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-gnavi__in {
  padding-inline: 25px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 50px;
}
.c-gnavi__nav {
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
.c-gnavi__link {
  display: block;
  padding-block: 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.4705882353;
}
.c-gnavi__phone {
  margin-top: 40px;
}
.c-gnavi__contact {
  margin-top: 24px;
}
.is_menu_show .c-gnavi {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*!
component > footer
------------------------------
*/
.c-footer__top {
  position: relative;
  padding-inline: 20px;
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .c-footer__top {
    padding-top: 80px;
    padding-bottom: 82px;
  }
}
.c-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-footer__cta, .c-footer__contact {
  position: relative;
}
.c-footer__cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer__cta-label {
  background-color: #FFA220;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding-inline: 15px;
  font-size: 1.0625rem;
  position: relative;
}
.c-footer__cta-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #FFA220;
}
.c-footer__cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.125rem, 13.3333vw + -1rem, 2.25rem);
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 1.45;
  margin-top: 11px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-footer__cta-title {
    gap: 17px;
    font-size: clamp(2.25rem, 3.125vw + 0.75rem, 2.75rem);
    flex-direction: row;
    align-items: initial;
  }
}
.c-footer__cta-accent {
  color: #008E64;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-image: linear-gradient(to right, rgba(0, 142, 100, 0.15), rgba(0, 142, 100, 0.15));
  background-size: 100% 12px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.c-footer__cta-text {
  letter-spacing: 0.1em;
}
.c-footer__cta-desc {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8235294118;
}
@media screen and (min-width: 768px) {
  .c-footer__cta-desc {
    margin-top: 37px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.c-footer__contact {
  display: flex;
  -moz-column-gap: 4.2857142857%;
  column-gap: 4.2857142857%;
  row-gap: 23px;
  justify-content: center;
  margin-top: 40px;
  flex-direction: column;
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .c-footer__contact {
    padding-inline: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__contact-item {
    width: min(540px, 38.5714285714%);
    min-width: 345px;
  }
}
.c-footer .c-contact-phone,
.c-footer .c-contact-mail {
  height: 100%;
}
.c-footer .c-contact-mail {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-contact-mail {
    padding-bottom: 22px;
    padding-top: 27px;
  }
}
.c-footer .c-contact-mail__btn {
  padding-inline: 41px;
  padding-block: 15px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-contact-mail__btn {
    padding-inline: clamp(1.875rem, 9.2593vw + -2.5694rem, 4.375rem);
    padding-block: 13px;
  }
}
.c-footer .c-contact-mail__text {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-footer .c-contact-mail__text {
    font-size: 1.1875rem;
  }
}
.c-footer .c-contact-phone__link {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-contact-phone__link {
    padding-top: 27px;
  }
}
.c-footer .c-contact-phone__number {
  font-size: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .c-footer .c-contact-phone__number {
    font-size: 2.5625rem;
  }
}
.c-footer__bot {
  background-color: #008E64;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 36px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer__bot {
    padding-top: 48px;
    padding-bottom: 52px;
  }
}
.c-footer__bot-in {
  position: relative;
  max-width: 1310px;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-footer__bot-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-footer__info {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .c-footer__info {
    width: 350px;
  }
}
.c-footer__nav {
  width: clamp(28.125rem, 26.7857vw + 15.2679rem, 39.375rem);
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-shrink: 0;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-footer__nav {
    padding-right: clamp(0rem, 7.4219vw + -3.5625rem, 1.1875rem);
    padding-top: 10px;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
  }
}
.c-footer__nav-item {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4705882353;
}
@media screen and (min-width: 768px) {
  .c-footer__nav-item {
    font-size: clamp(0.875rem, 0.4464vw + 0.6607rem, 1.0625rem);
  }
}
.c-footer__nav-item:not(:first-child) {
  margin-top: 16px;
}
.c-footer__nav-blocksub {
  margin-top: 16px;
}
.c-footer__nav-blocksub-item {
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.03em;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .c-footer__nav-blocksub-item {
    font-size: clamp(0.75rem, 0.4464vw + 0.5357rem, 0.9375rem);
  }
}
.c-footer__nav-blocksub-item:not(:first-child) {
  margin-top: 10px;
}
.c-footer__nav-blocksub-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 0.6666666667em;
  left: 0;
  background-color: #fff;
}
.c-footer__nav-block:nth-child(2) > li {
  letter-spacing: 0;
}
.c-footer__logo-text {
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-footer__logo-text {
    font-size: clamp(0.75rem, 0.1488vw + 0.6786rem, 0.8125rem);
  }
}
.c-footer__logo-img {
  margin-top: 3px;
}
.c-footer__address {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .c-footer__address {
    margin-top: 24px;
    font-size: clamp(0.875rem, 0.2976vw + 0.7321rem, 1rem);
  }
}
.c-footer__copy {
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .c-footer__copy {
    margin-top: 0;
    font-size: 0.75rem;
    left: 0;
    bottom: clamp(-1.875rem, 3.869vw + -3.7321rem, -0.25rem);
    position: absolute;
  }
}

[data-txt-align=center] {
  text-align: center;
}

[data-align=center] {
  text-align: center;
  justify-content: center;
}

/*!
component > Texts
------------------------------
*/
.txt {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .txt {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2.125rem;
  }
}
.heading span {
  color: #008e64;
}
.heading--36 {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .heading--36 {
    font-size: 2.25rem;
  }
}
.heading--dot {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .heading--dot {
    gap: 12px;
  }
}
.heading--dot::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background-image: linear-gradient(135deg, #31caa3 0%, #97c627 100%);
  border-radius: 99px;
  position: relative;
  top: 0.56em;
}
@media screen and (min-width: 768px) {
  .heading--dot::before {
    top: 0.7em;
  }
}

/*!
component > title
------------------------------
*/
/*!
component > btn
------------------------------
*/
.btn {
  --btn-c: #fff;
  --btn-bc: #008e64;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 15px 16px 30px;
  font-size: clamp(1rem, 6.6667vw + -0.5625rem, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--btn-c);
  border-radius: 99px;
  box-shadow: inset 0 0 0 1px var(--btn-bc);
  background-color: var(--btn-bc);
}
@media screen and (min-width: 768px) {
  .btn {
    gap: 34px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    transition: opacity 0.3s;
  }
  .btn:hover {
    opacity: 0.8;
  }
}
.btn-wrap {
  display: flex;
}
.btn-icon {
  position: relative;
  width: 40px;
  border-radius: 99px;
  aspect-ratio: 1;
  background-color: var(--btn-c);
  flex-shrink: 0;
}
.btn-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--btn-bc);
  -webkit-mask-image: url("./../images/common/icon_arrow.svg");
  mask-image: url("./../images/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.btn-default {
  --btn-c: #fff;
  --btn-bc: #008e64;
  width: 340px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-default {
    width: auto;
    min-width: 260px;
    min-height: 70px;
  }
}
.btn-gradient {
  --btn-c: #fff;
  --btn-bc: #fff0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 64px;
  padding: 8px;
  font-size: clamp(1rem, 6.6667vw + -0.5625rem, 1.0625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 99px;
  background-image: linear-gradient(135deg, #31caa3 0%, #97c627 100%);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .btn-gradient {
    width: 262px;
    height: 64px;
    font-size: 1.0625rem;
  }
}

.c-totop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 0;
  background: #008e64;
  border: 1px solid #fff;
  transform: translateY(150px);
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .c-totop {
    right: 20px;
    bottom: 69px;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
  }
}
.c-totop.is-sticky {
  position: absolute;
  top: 0;
  transform: translateY(-100%) !important;
}
.c-totop::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 13px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-totop::before {
    left: 13px;
    width: 15px;
  }
}
.c-totop::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 13px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-totop::after {
    right: 13px;
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-totop:hover {
    opacity: 0.8;
  }
}

/*!
component > MV
------------------------------
*/
/*!
component > FORM
------------------------------
*/
/*!
component > Popup
------------------------------
*/
.inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: calc(var(--animation-order, 0) * 0.1s);
}

.fadeup {
  transform: translate3d(0, 30px, 0);
}
.fadeup.is_show {
  opacity: 1;
  transform: none;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is-loading .c-loading {
  opacity: 1;
  pointer-events: all;
}

.c-loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.c-loading__content {
  position: relative;
  transform: translate(-15px, -15px);
}
.c-loading__item {
  background-color: var(--white);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c-loading__item:first-child {
  animation: ball-zig 0.7s 0s infinite linear;
}
.c-loading__item:last-child {
  animation: ball-zag 0.7s 0s infinite linear;
}
@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--white);
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid var(--base);
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

/*!
- Recruit
------------------------------
*/
.p-404__inner {
  padding: 50px 0 100px;
}
@media screen and (min-width: 768px) {
  .p-404__inner {
    padding: clamp(6.25rem, 7.8125vw + 2.5rem, 8.75rem) 0 clamp(8.125rem, 8.3984vw + 4.0938rem, 10.8125rem) 0;
    margin-bottom: -22px;
  }
}
.p-404__btn {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding: 50px 0 50px 0;
  }
}

.p-thanks__inner {
  padding: 50px 0 100px;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner {
    text-align: center;
    padding: clamp(6.25rem, 7.8125vw + 2.5rem, 8.75rem) 0 clamp(8.125rem, 8.3984vw + 4.0938rem, 10.8125rem) 0;
    margin-bottom: -22px;
  }
}
.p-thanks__inner .c-ttl30 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner .c-ttl30 {
    margin-bottom: 40px;
  }
}
.p-thanks__btn {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    padding: 50px 0 50px 0;
  }
}

.c-contact-phone {
  background-color: #fff;
  border-radius: 10px;
}
.c-contact-phone__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 22px;
}
.c-contact-phone__label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #191919;
  position: relative;
  padding-inline: 20px;
}
.c-contact-phone__label::before, .c-contact-phone__label::after {
  content: "";
  position: absolute;
  top: 5px;
  background-color: #191919;
  width: 1px;
  height: 23px;
}
.c-contact-phone__label::before {
  background-color: #191919;
  width: 1px;
  left: 6px;
  transform: rotate(-31deg);
}
.c-contact-phone__label::after {
  background-color: #191919;
  width: 1px;
  right: 6px;
  transform: rotate(31deg);
}
.c-contact-phone__main {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4375rem;
  color: #008E64;
  line-height: 1;
  margin-top: 9px;
}
.c-contact-phone__icon {
  line-height: 1;
  width: 0.6923076923em;
}
.c-contact-phone__icon img {
  display: block;
}
.c-contact-phone__number {
  letter-spacing: 0.01em;
}
.c-contact-phone__note {
  font-size: 0.7813rem;
  color: #666;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
}

.c-contact-mail {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 22px;
}
.c-contact-mail__label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #191919;
  position: relative;
  padding-inline: 20px;
}
.c-contact-mail__label::before, .c-contact-mail__label::after {
  content: "";
  position: absolute;
  top: 5px;
  background-color: #191919;
  width: 1px;
  height: 23px;
}
.c-contact-mail__label::before {
  background-color: #191919;
  width: 1px;
  left: 6px;
  transform: rotate(-31deg);
}
.c-contact-mail__label::after {
  background-color: #191919;
  width: 1px;
  right: 6px;
  transform: rotate(31deg);
}
.c-contact-mail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 40px;
  padding-block: 15px;
  background: linear-gradient(278.47deg, #97C627 0%, #31CAA3 97.25%);
  border-radius: 60px;
  margin-top: 13px;
}
.c-contact-mail__icon {
  width: 20px;
  height: 13px;
}
.c-contact-mail__icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-contact-mail__text {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.0625rem;
}

/*!
layout > container
------------------------------
*/
.l-container-screen, .l-container-fluid, .l-container-lg, .l-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 25px;
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1190px;
  }
}
@media screen and (min-width: 768px) {
  .l-container-lg {
    max-width: 1330px;
  }
}
@media screen and (min-width: 768px) {
  .l-container-screen {
    max-width: 1440px;
  }
}

.l-recommend {
  --box-bc: #fff;
  --box-gap-col: 16px;
  --box-gap-row: 16px;
  padding-block: 58px 32px;
}
@media screen and (min-width: 768px) {
  .l-recommend {
    --box-gap-col: 60px;
    --box-gap-row: 40px;
    padding-block: 101px 132px;
  }
}
.l-recommend__heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding-inline: 34px;
}
@media screen and (min-width: 768px) {
  .l-recommend__heading {
    font-size: 2.25rem;
    line-height: 1.6;
    padding-inline: 60px;
  }
}
.l-recommend__heading::before, .l-recommend__heading::after {
  content: "";
  width: 1px;
  height: calc(100% + 6px);
  background-color: currentColor;
  position: absolute;
  top: 0;
  transform-origin: top left;
  rotate: 15deg;
}
@media screen and (min-width: 768px) {
  .l-recommend__heading::before, .l-recommend__heading::after {
    height: 100%;
    top: 6px;
    rotate: 29.2deg;
  }
}
.l-recommend__heading::after {
  right: -8px;
}
@media screen and (min-width: 768px) {
  .l-recommend__heading::after {
    right: 4px;
  }
}
.l-recommend__heading::before {
  left: -8px;
  transform-origin: top right;
  rotate: -15deg;
}
@media screen and (min-width: 768px) {
  .l-recommend__heading::before {
    left: 4px;
    rotate: -29.2deg;
  }
}
.l-recommend__heading span {
  color: #008e64;
}
.l-recommend__inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .l-recommend__inner {
    max-width: 1074px;
  }
}
.l-recommend__header {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-recommend__header {
    padding-inline: 100px;
    padding-inline: clamp(60px, (100vw - 1024px) * 1000, 100px);
  }
}
.l-recommend__header-shape {
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-recommend__header-shape {
    display: block;
  }
}
.l-recommend__header-shape .shape {
  position: absolute;
}
.l-recommend__header-shape .shape:nth-child(1) {
  width: 82px;
  max-width: 5.6944444444vw;
  top: 24px;
  top: clamp(24px, (1024px - 100vw) * 1000, 32px);
  left: 69px;
  left: clamp(20px, (100vw - 1023px) * 1000, 69px);
}
.l-recommend__header-shape .shape:nth-child(2) {
  width: 180px;
  max-width: 12.5vw;
  top: clamp(-2px, (1024px - 100vw) * 1000, 16px);
  right: 0;
}
.l-recommend__leading {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-recommend__leading {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 59px;
  }
}
.l-recommend__thumb {
  width: 180px;
  margin-inline: auto;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .l-recommend__thumb {
    display: none;
  }
}
.l-recommend__list {
  display: flex;
  gap: var(--box-gap-row) var(--box-gap-col);
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-recommend__list {
    margin-top: 60px;
  }
}
.l-recommend__list-item {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  .l-recommend__list-item {
    width: calc(33.33% - var(--box-gap-col) * 2 / 3);
    width: clamp(33.33% - var(--box-gap-col) * 2 / 3, (1024px - 100vw) * 1000, 50% - var(--box-gap-col) * 0.5);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    rotate: -1deg;
  }
}
@media screen and (min-width: 768px) {
  .l-recommend__list-item:nth-child(even) {
    rotate: 1deg;
  }
}
.l-recommend__list-item::before {
  content: "";
  background-color: var(--box-bc);
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  inset: 0;
  box-shadow: 5px 10px 10px 0 rgba(181, 186, 159, 0.1);
}
.l-recommend__list-item-txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-recommend__list-item-txt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.l-recommend__list-item-txt span {
  color: #008e64;
  font-weight: 700;
  background-image: linear-gradient(to right, rgba(0, 142, 100, 0.15) 0%, rgba(0, 142, 100, 0.15) 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 12px;
}
.l-recommend-more {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .l-recommend-more {
    margin-top: 64px;
  }
}
.l-recommend-more .btn {
  left: 0;
}

.l-page-mv__inner {
  height: 130px;
  background-color: #eef0e5;
  position: relative;
  z-index: 0;
  padding-block: 10px 10px;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .l-page-mv__inner {
    height: 400px;
    padding-block: 10px 10px;
  }
}
.l-page-mv__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./../images/common/img_mv_sp.webp");
  background-size: 390px;
  background-repeat: repeat-x;
  background-position: center bottom;
  mix-blend-mode: multiply;
  opacity: 0.36;
}
@media screen and (min-width: 768px) {
  .l-page-mv__inner::before {
    background-image: url("./../images/common/img_mv.webp");
    background-size: 1440px;
  }
}
.l-page-mv__heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #008e64;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .l-page-mv__heading {
    font-size: 2.75rem;
    line-height: 1.6;
    bottom: 105px;
  }
}

.l-features-flow {
  counter-reset: f-counter;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .l-features-flow {
    gap: 48px 40px;
    margin-top: 48px;
  }
}
.l-features-flow__item {
  counter-increment: f-counter;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 2px solid #008e64;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item {
    width: calc(50% - 20px);
    flex-direction: row-reverse;
  }
}
.l-features-flow__item--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-features-flow__item:nth-child(2) .features-flow__item-txt {
    margin-top: 24px;
  }
}
.l-features-flow__item-thumb {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item-thumb {
    width: clamp(18.125rem, 20.8333vw + 8.125rem, 26.875rem);
  }
}
.l-features-flow__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-features-flow__item-body {
  width: 100%;
  padding: 25px 22px 24px;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item-body {
    padding: 38px;
    padding: clamp(25px, (100vw - 1200px) * 1000, 38px);
  }
}
.l-features-flow__item-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5454545455;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 55px;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item-title {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-left: 60px;
  }
}
.l-features-flow__item-title::before {
  content: counter(f-counter, decimal-leading-zero);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #008e64;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item-title::before {
    font-size: 2.5rem;
  }
}
.l-features-flow__item-title span {
  color: #008e64;
}
.l-features-flow__item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .l-features-flow__item-txt {
    font-size: 1.0625rem;
    line-height: 1.9;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=common.css.map */