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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

html, body {
  min-width: 320px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

div {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  line-height: 1.6;
}

h1, .h1 {
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
}

h3, .h3 {
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
}

h4, .h4 {
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
}

h5, .h5 {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
}

p, a, li, dt, dd, thead, tbody, th, td {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  line-height: 1.6;
}
a {
  text-underline-offset: 2px;
}

.contents {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contents {
    width: calc(100% - 40px);
  }
}

.contents-wide {
  margin: 0 20px;
}

.main {
  color: #000;
  padding: 0;
}

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

.com__bread--inner {
  padding: 40px 10px 40px 0;
}
.com__bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.com__bread ul li {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  line-height: 1;
}
.com__bread ul li a {
  color: #5EB191;
  font-family: inherit;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  font-weight: 700;
  text-decoration: none;
}
.com__bread ul li img {
  max-width: 12px;
}
.com__bread ul li + li {
  position: relative;
}
.com__bread ul li + li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.com__link {
  margin-top: 40px;
}
.com__link a {
  background-color: #7B7B7B;
  border-radius: 90px;
  color: #fff;
  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;
  text-decoration: none;
  padding: 25px 30px;
  position: relative;
  margin: 0 auto;
  min-width: 345px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.com__link a::after {
  content: "\f061";
  border-radius: 90%;
  color: #fff;
  font-family: "Line Awesome Free";
  font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  font-weight: 900;
  position: absolute;
  right: 30px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.com__link a:hover {
  background-color: #007241;
}
@media only screen and (max-width: 768px) {
  .com__link a {
    min-width: 100%;
  }
}
.com__pagetop {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 90px;
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.6));
  right: 20px;
  bottom: 180px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .com__pagetop {
    width: 60px;
  }
}
.com__pagenation {
  margin-top: 100px;
}
.com__pagenation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.com__pagenation ul li a {
  text-decoration: none;
}
.com__pagenation ul li > * {
  border: 1px solid #5EB191;
  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: 14px;
  height: 45px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.com__pagenation ul li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #5EB191;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.com__pagenation ul li.current > *,
.com__pagenation ul li > a:hover {
  color: #ffffff;
  background: #5EB191;
}
.com__pagenate {
  margin-top: 40px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.com__pagenate span, .com__pagenate a {
  border-radius: 90px;
  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;
  line-height: 1;
  width: 42px;
  height: 42px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.com__pagenate span + *, .com__pagenate a + * {
  margin-left: 6px;
}
.com__pagenate span:hover, .com__pagenate a:hover {
  background-color: #5EB191;
  color: #fff;
}
.com__pagenate span {
  background-color: #5EB191;
  color: #fff;
}
.com__pagenate a {
  border: 1px solid #5EB191;
  color: #5EB191;
  font-weight: 700;
  text-decoration: none;
}
.com__pagenate i {
  color: inherit;
}
.com__pagenate--detail {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 70px;
}
.com__pagenate--detail .news--links__left > *::before {
  content: "\f104";
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.com__pagenate--detail .news--links__right > *::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.com__pagenate--detail span, .com__pagenate--detail a {
  border: none;
  border-radius: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
}
.com__pagenate--detail span {
  background-color: transparent;
  color: #ccc;
}
.com__pagenate--detail span:hover {
  color: #ccc;
  background-color: transparent;
  opacity: unset;
}
.com__pagenate--detail a:hover {
  background-color: transparent;
  color: #5EB191;
  opacity: 0.7;
}
.com__other {
  padding: 135px 0;
}
.com__other ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.com__other ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px 23px;
  border: 5px solid #E0E0E0;
  border-radius: 20px;
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(37rem / 16, calc(0.02vw + 16vw * 0.5), 37rem / 16);
  font-weight: 700;
  text-decoration: none;
  padding: 56px 60px;
  position: relative;
  line-height: 1.2;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
}
.com__other ul li a::after {
  content: "\f061";
  border-radius: 90%;
  color: #7B7B7B;
  font-family: "Line Awesome Free";
  font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: calc((100% - 36px) / 2);
}
.com__other ul li a:hover {
  border-color: #5EB191;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
}
.com__other ul li a span {
  color: #5EB191;
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .com__other {
    padding: 100px 0;
  }
  .com__other ul {
    gap: 40px;
  }
  .com__other ul li a {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    padding: 30px 56px 30px 36px;
  }
}
@media only screen and (max-width: 768px) {
  .com__other {
    padding: 80px 0;
  }
  .com__other ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .com__other ul li a {
    border-radius: 16px;
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    padding: 20px 26px;
  }
  .com__other ul li a::after {
    right: 20px;
  }
  .com__other ul li a:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  }
  .com__other ul li a span {
    color: #5EB191;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}
.com__contact {
  background-image: url("../images/home/contact_bak.jpg");
  background-size: cover;
  background-position: top;
  padding: 160px 0;
}
.com__contact h2 {
  margin: 0;
}
.com__contact--inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}
.com__contact--block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.com__contact--info p {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
}
.com__contact--info .com__link a {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  line-height: 1.8;
  width: 100%;
}
.com__contact--info .com__link a::after {
  content: none;
}
.com__contact--info .com__link a img {
  width: 33px;
  margin-left: 20px;
}
.com__contact--list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.com__contact--list ul li {
  margin: 0;
  padding: 0 0 0 1.4rem;
  position: relative;
}
.com__contact--list ul li::before {
  content: "";
  position: absolute;
  background-color: #5EB191;
  border-radius: 90%;
  width: 10px;
  height: 10px;
  left: 0;
  top: calc((100% - 10px) / 2);
}
.com__contact--list ul li dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: -webkit-max-content 220px;
  grid-template-columns: max-content 220px;
  gap: 20px;
  margin: 0;
  position: relative;
}
.com__contact--list ul li dl::before {
  content: "";
  background-color: #5EB191;
  display: block;
  min-width: 10px;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
}
.com__contact--list ul li dl dt, .com__contact--list ul li dl dd {
  background-color: #fff;
  line-height: 1.6;
}
.com__contact--list ul li dl dt {
  background-color: #fff;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  padding-right: 10px;
  z-index: 1;
}
.com__contact--list ul li dl dd {
  background-color: #fff;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(29rem / 16, calc(0.02vw + 16vw * 0.5), 29rem / 16);
  font-weight: 700;
  text-align: left;
  position: relative;
  margin-left: 0;
  padding-left: 10px;
  z-index: inherit;
}
.com__contact--list ul li dl dd::before {
  content: "";
  background-image: url("../images/common/icon_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 6px;
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1200px) {
  .com__contact {
    padding: 60px 0;
  }
  .com__contact--inner {
    padding: 40px;
  }
  .com__contact--block {
    gap: 40px;
  }
  .com__contact--list ul li {
    margin: 0;
    padding: 0 0 0 1rem;
    position: relative;
  }
}
@media only screen and (max-width: 864px) {
  .com__contact--inner {
    padding: 30px 20px;
  }
  .com__contact--block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .com__contact--info .com__link a {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    width: 100%;
    padding: 16px 20px;
  }
  .com__contact--info .com__link a::after {
    content: none;
  }
  .com__contact--info .com__link a img {
    width: 24px;
    margin-left: 10px;
  }
  .com__contact--list ul li {
    margin: 0;
    padding: 0 0 0 1rem;
    position: relative;
  }
  .com__contact--list ul li dl {
    grid-template-columns: -webkit-max-content 200px;
    grid-template-columns: max-content 200px;
  }
  .com__contact--list ul li dl dt {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .com__contact--list ul li dl dd {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
}
@media only screen and (max-width: 430px) {
  .com__contact--info p {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .com__contact--info .com__link a {
    font-size: clamp(15rem / 16, calc(0.02vw + 16vw * 0.5), 15rem / 16);
  }
  .com__contact--list ul li dl {
    grid-template-columns: -webkit-max-content 170px;
    grid-template-columns: max-content 170px;
    gap: 10px;
  }
  .com__contact--list ul li dl dt {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    padding-right: 6px;
  }
  .com__contact--list ul li dl dd {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    padding-left: 6px;
  }
}

header .header {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 100px); /* win対策のため基本%で作成する */
  max-width: 100%; /* win対策のため基本%で作成する */
  padding: 24px 50px;
  z-index: 10;
  display: grid;
  grid-template-columns: 256px 1fr;
  position: fixed;
  top: 30px;
  left: 50px;
  gap: 12px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
header .header.fixed {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
}
header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header__logo h1 {
  font-size: 100%;
  margin: 0;
}
header .header__logo p {
  font-size: 100%;
  margin: 0;
}
header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header__logo img {
  width: 256px;
  max-width: 100%;
}
header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .header__nav ul li a {
  color: #333;
  display: block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
header .header__nav ul li:last-of-type a {
  background-color: #F56F61;
  border-radius: 90px;
  color: #fff;
  padding: 16px 20px;
}
header .header__nav ul li:last-of-type a::after {
  content: "";
  background: url("../images/common/icon_contact.png") no-repeat bottom;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 1em;
  margin-left: 6px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header .header button {
  display: none;
}
@media only screen and (max-width: 1600px) {
  header .header {
    border-radius: 0;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    padding: 10px 15px;
    grid-template-columns: 1fr;
  }
  header .header__logo {
    z-index: 1;
  }
  header .header__nav {
    display: block;
    position: fixed;
    left: 100%;
    height: 100vh;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  header .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  header .header.active .header__nav {
    background-color: #fff;
    left: 0;
  }
  header .header.active .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header.active button span {
    background-color: transparent;
  }
  header .header.active button span::before {
    top: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  header .header.active button span::after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 0;
  }
  header .header button {
    background-color: #F56F61;
    border: none;
    cursor: pointer;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    padding: 0;
    margin-left: 20px;
    right: 0;
    top: 0;
    z-index: 1;
  }
  header .header button span {
    background-color: #fff;
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    left: 32px;
  }
  header .header button span::before, header .header button span::after {
    content: "";
    background-color: #fff;
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  header .header button span::before {
    top: -6px;
  }
  header .header button span::after {
    top: 6px;
  }
}
@media only screen and (max-width: 430px) {
  header .header {
    height: 50px;
  }
  header .header__logo img {
    width: 140px;
  }
  header .header button {
    width: 50px;
    height: 50px;
  }
  header .header button span {
    left: 17px;
  }
}

footer {
  padding: 50px 0 26px;
}
footer .footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .footer__logo {
  text-align: left;
}
footer .footer__logo img {
  width: 240px;
  max-width: 100%;
}
footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  text-align: right;
}
footer .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer__nav ul li {
  border-left: 1px solid #707070;
  line-height: 1;
  padding: 0 20px;
  position: relative;
}
footer .footer__nav ul li:last-of-type {
  border-right: 1px solid #707070;
}
footer .footer__nav ul li a {
  color: #333;
  display: block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(15rem / 16, calc(0.02vw + 16vw * 0.5), 15rem / 16);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  padding: 0;
  position: relative;
}
footer .footer__nav ul li a:hover {
  color: #007241;
}
footer .footer__copyright {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 50px 0 26px;
  }
  footer .footer {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  footer .footer__logo {
    text-align: center;
  }
  footer .footer__logo img {
    width: 150px;
  }
  footer .footer__nav {
    text-align: center;
  }
  footer .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__nav ul li {
    border: none;
  }
  footer .footer__nav ul li:last-of-type {
    border-right: none;
  }
  footer .footer__nav ul li:last-of-type a::after {
    content: "";
    background-color: #7B7B7B;
    display: block;
    width: 28px;
    height: 1px;
    position: absolute;
    left: calc((100% - 28px) / 2);
    bottom: 0;
  }
  footer .footer__nav ul li a {
    padding: 14px;
  }
  footer .footer__nav ul li a::before {
    content: "";
    background-color: #7B7B7B;
    display: block;
    width: 28px;
    height: 1px;
    position: absolute;
    left: calc((100% - 28px) / 2);
    top: 0;
  }
  footer .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}
.back-link {
  text-align: center;
  margin-top: 80px;
}
.back-link a {
  background-color: #7B7B7B;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  display: inline-block;
  padding: 24px 100px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.back-link a::before {
  content: "";
  background: url("../images/common/icon_back.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 22px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.back-link a:hover {
  background-color: #007241;
}

@media only screen and (max-width: 768px) {
  .back-link a {
    padding: 16px 24px;
    width: 345px;
    max-width: 100%;
  }
}
.no-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  min-height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-news p {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
}

.page__header {
  width: 100%;
  height: 360px;
  position: relative;
}
.page__header::after {
  content: "";
  background: linear-gradient(135deg, #ffd99b 0%, #eaeaea 61.08%, #5eb191 100%);
  opacity: 0.38;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page__header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page__header {
    height: 300px;
  }
}
.page__lower h1, .page__lower .h1, .page__lower h2, .page__lower h3, .page__lower h4, .page__lower h5, .page__lower h6 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.page__lower h1, .page__lower .h1 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  margin-bottom: 60px;
}
.page__lower h1::before, .page__lower .h1::before {
  content: "";
  background-color: #007241;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.page__lower h1 span, .page__lower .h1 span {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 500;
  margin-left: 20px;
  text-transform: uppercase;
}
.page__lower h2, .page__lower .h2 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.page__lower h2::before, .page__lower .h2::before {
  content: none;
}
.page__lower h3 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-top: 60px;
}
.page__lower h3::before {
  content: "";
  background-color: #5EB191;
  width: 4px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.page__lower * + h2, .page__lower * + h3, .page__lower * + h4, .page__lower * + h5, .page__lower * + h6 {
  margin-top: 60px;
}
.page__lower p, .page__lower a, .page__lower li, .page__lower dt, .page__lower dd, .page__lower th, .page__lower td {
  line-height: 2.2;
}
.page__lower .com__contact h2 {
  border: none;
  color: #333;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  letter-spacing: 2px;
  padding: 0 26px;
  position: relative;
  margin-top: 0;
}
.page__lower .com__contact h2::before {
  content: "";
  background-color: #007241;
  width: 4px;
  height: 65%;
  position: absolute;
  top: 17.5%;
  left: 0;
}
.page__lower .com__contact h2::after {
  content: attr(data-text);
  color: #5EB191;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 400;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page__lower .com__contact h2 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
  .page__lower .com__contact h2::after {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .page__lower .com__contact p, .page__lower .com__contact a, .page__lower .com__contact li, .page__lower .com__contact dt, .page__lower .com__contact dd, .page__lower .com__contact th, .page__lower .com__contact td {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .page__lower h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
    gap: 16px;
    padding-left: 20px;
  }
  .page__lower h1 span {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    margin-left: 0;
  }
  .page__lower h2, .page__lower .h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .page__lower h3, .page__lower .h3 {
    margin-top: 40px;
  }
  .page__lower p, .page__lower a, .page__lower li, .page__lower dt, .page__lower dd, .page__lower th, .page__lower td {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 430px) {
  .page h1 {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
    gap: 8px;
  }
  .page h1 span {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .page__lower h2, .page__lower .h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
}

.privacy-policy ol {
  counter-reset: number 0;
}
.privacy-policy ol li {
  counter-increment: number 1;
  padding-left: 0.2rem;
}
.privacy-policy ol li::marker {
  content: "(" counter(number) ")";
}
.privacy-policy .contact-area {
  background-color: rgba(0, 128, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  width: 700px;
  max-width: 90%;
  margin: 60px auto 120px;
  padding: 30px;
}
.privacy-policy .contact-area h3 {
  padding-left: 0;
  margin: 0 0 20px;
}
.privacy-policy .contact-area h3::before {
  content: none;
}
.privacy-policy .contact-area p {
  line-height: 1.5;
  margin-bottom: 0;
}
.privacy-policy .contact-area p * {
  font-family: inher;
}

.notfound h1 {
  font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
  margin: 50px 0 100px;
  text-align: center;
}
.notfound p {
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 500;
  margin-bottom: 200px;
  text-align: center;
  line-height: 1.8;
}

.home h2 {
  color: #333;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  letter-spacing: 2px;
  padding: 0 26px;
  position: relative;
  margin-top: 0;
}
.home h2::before {
  content: "";
  background-color: #007241;
  width: 4px;
  height: 65%;
  position: absolute;
  top: 17.5%;
  left: 0;
}
.home h2::after {
  content: attr(data-text);
  color: #5EB191;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 400;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .home h2 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
  .home h2::after {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}
.home__kv {
  height: 100dvh;
}
.home__kv--img {
  height: 100%;
  width: 100%;
  max-width: 100vw;
  position: relative;
}
.home__kv--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__kv--img .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home__kv--catch {
  position: absolute;
  right: 6%;
  top: 35%;
  max-width: 100%;
  z-index: 2;
}
.home__kv--catch h2 {
  color: #fff;
  font-size: clamp(60rem / 16, calc(0.02vw + 16vw * 0.5), 60rem / 16);
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.home__kv--catch h2::before, .home__kv--catch h2::after {
  content: none;
}
.home__kv--faq--link {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  position: absolute;
  right: 6%;
  bottom: 40px;
  width: 158px;
  aspect-ratio: 1/1;
  z-index: 2;
}
.home__kv--faq--link a {
  background-color: #fff;
  border: 2px solid #007241;
  border-radius: 90%;
  color: #007241;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  text-decoration: none;
  padding: 30px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__kv--faq--link a:hover {
  -webkit-filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.6));
}
.home__kv--faq--link a img {
  width: 30px;
  margin-top: 7px;
}
.home__kv--faq--link a i {
  color: inherit;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .home__kv {
    height: 480px;
  }
  .home__kv--img img {
    -o-object-position: center;
       object-position: center;
  }
  .home__kv--catch {
    right: auto;
    top: auto;
    left: 20px;
    bottom: 26px;
  }
  .home__kv--catch h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  }
  .home__kv--faq {
    position: fixed;
    right: 15px;
    bottom: 16px;
  }
  .home__kv--faq--link {
    position: fixed;
    right: auto;
    left: 27px;
    bottom: 40px;
    width: 120px;
  }
  .home__kv--faq--link a {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    padding: 15px;
  }
  .home__kv--faq--link a img {
    width: 20px;
  }
  .home__kv--faq--link a i {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
}
.home__intro {
  background-image: url("../images/home/intro_bak.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
  position: relative;
}
.home__intro--inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1.8fr;
  gap: 40px;
}
.home__intro--message p {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  line-height: 2.9;
}
.home__intro--movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.618/1;
}
@media only screen and (max-width: 960px) {
  .home__intro {
    background-image: url("../images/home/intro_bak_sp.jpg");
    background-size: cover;
    background-position: right bottom;
    padding: 48px 20px 120px;
  }
  .home__intro--inner {
    grid-template-columns: 1fr;
    grid-template-areas: "movie" "message";
  }
  .home__intro--message {
    grid-area: message;
    position: relative;
  }
  .home__intro--message p {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    position: relative;
    line-height: 2;
    z-index: 1;
  }
  .home__intro--movie {
    grid-area: movie;
  }
}
@media only screen and (max-width: 768px) {
  .home__intro {
    background-image: url("../images/home/intro_bak_sp.jpg");
    padding: 48px 20px 100px;
  }
  .home__intro--inner {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "movie" "message";
  }
  .home__intro--message {
    grid-area: message;
    position: relative;
  }
  .home__intro--message p {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    position: relative;
    line-height: 2;
    z-index: 1;
  }
  .home__intro--movie {
    grid-area: movie;
  }
}
.home__info {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  margin-top: -100px;
  position: relative;
}
.home__info--box .info-area {
  margin-top: 50px;
  padding-bottom: 200px;
  background-color: #fff;
  margin: 0 auto;
}
.home__info--box .info-area input:checked + .info-tab {
  background-color: #5EB191;
  color: #fff;
}
.home__info--box .info-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.home__info--box .info-tab .info-tab {
  cursor: pointer;
  width: 185px;
  height: 56px;
  background-color: #F2F2F2;
  border-radius: 20px 0 0 0;
  color: #333;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 16px 20px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__info--box .info-tab .info-tab:hover {
  opacity: 0.75;
}
.home__info--box .info-tab input[name=info-tab] {
  display: none;
}
.home__info--box .info-list {
  display: none;
  margin-top: 20px;
}
.home__info--box .info-list:nth-of-type(1) {
  display: block;
}
.home__info--box .info-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home__info--box .info-list ul li:last-of-type a {
  border-bottom: 1px solid #CCCCCC;
}
.home__info--box .info-list ul li a {
  border-top: 1px solid #CCCCCC;
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 36px;
  padding: 30px 50px 30px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__info--box .info-list ul li a::after {
  background-color: #007241;
  border-radius: 90px;
  color: #fff;
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  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;
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  right: 15px;
  top: calc((100% - 32px) / 2);
}
.home__info--box .info-list ul li a:hover {
  background-color: rgba(94, 177, 145, 0.1);
}
.home__info--box .info-list ul li a .info-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__info--box .info-list ul li a dl {
  margin: 0;
}
.home__info--box .info-list ul li a dl dt .info-item-date {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  font-weight: 400;
}
.home__info--box .info-list ul li a dl dt .info-item-sname {
  background-color: #5EB191;
  border-radius: 90px;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-left: 26px;
  color: #fff;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  line-height: 1;
  padding: 5px 16px;
}
.home__info--box .info-list ul li a dl dt .info-item-title {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 0;
}
.home__info--box .info-list ul li a dl dd {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
.home__info--box .info-list ul li a dl dd p {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .home__info {
    margin-top: 0;
  }
  .home__info--box .info-area {
    padding-bottom: 80px;
  }
  .home__info--box .info-tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .home__info--box .info-tab .info-tab {
    cursor: pointer;
    width: auto;
    height: 40px;
    border-radius: 8px;
    padding: 4px 20px;
  }
  .home__info--box .info-list ul li a {
    grid-template-columns: 1fr;
    padding: 15px 50px 15px 15px;
  }
  .home__info--box .info-list ul li a:hover {
    b_ackground-color: rgba(94, 177, 145, 0.1);
  }
  .home__info--box .info-list ul li a .info-item-img {
    display: none;
  }
  .home__info--box .info-list ul li a dl dt .info-item-date {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    font-weight: 400;
  }
  .home__info--box .info-list ul li a dl dt .info-item-sname {
    background-color: #5EB191;
    border-radius: 90px;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    margin-left: 16px;
    color: #fff;
    font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
    line-height: 1;
    padding: 5px 16px;
  }
  .home__info--box .info-list ul li a dl dt .info-item-title {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .home__info--box .info-list ul li a dl dd {
    display: none;
  }
}
.home__plan {
  background-image: url("../images/home/plan_bak.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 380px 0 200px;
}
.home__plan--inner {
  margin-top: -100px;
}
.home__plan--intro {
  background-color: #fff;
  border-radius: 74px 74px 0 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.home__plan--intro::before {
  content: "";
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 300px;
}
.home__plan--intro--txt {
  position: relative;
}
.home__plan--intro--txt h2 {
  text-align: center;
  margin-bottom: 80px;
}
.home .home__plan--intro--txt h2 {
  font-size: clamp(57.6rem / 16, calc(0.02vw + 16vw * 0.6), 57.6rem / 16);
}
@media only screen and (max-width: 768px) {
  .home .home__plan--intro--txt h2 {
     font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
}
.home__plan--intro--txt h2::before {
  content: none;
}
.home__plan--intro--txt p {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin: 0;
}
.home__plan--intro--txt p br.sp-only {
  display: none;
}
.home__plan--list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home__plan--list ul li .plan-img img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__plan--list ul li .plan-link {
  text-align: right;
  margin-top: 18px;
}
.home__plan--list ul li dl {
  margin: 50px 0 0;
}
.home__plan--list ul li dl dt {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  font-weight: 700;
}
.home__plan--list ul li dl dt span {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 400;
  display: block;
}
.home__plan--list ul li dl dd {
  margin-left: 0;
}
.home__plan--list ul li dl dd p {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
}
.home__plan--list ul li dl dd a {
  color: #007241;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__plan--list ul li dl dd a::after {
  background-color: #007241;
  border-radius: 90%;
  color: #fff;
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  padding: 8px;
  margin-left: 20px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__plan--list ul li dl dd a:hover {
  color: #F56F61;
}
.home__plan--list ul li dl dd a:hover::after {
  background-color: #F56F61;
}
@media only screen and (max-width: 960px) {
  .home__plan--inner {
    margin-top: -100px;
  }
  .home__plan--intro {
    border-radius: 74px 74px 0 0;
    padding: 100px 0;
  }
  .home__plan--list ul {
    gap: 80px;
  }
  .home__plan--list ul li .plan-img img {
    border-radius: 28px;
  }
  .home__plan--list ul li dl dt {
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  }
  .home__plan--list ul li dl dt span {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .home__plan {
    background-image: url("../images/home/plan_bak_sp.jpg");
    padding: 150px 0 80px;
  }
  .home__plan--inner {
    margin-top: -100px;
  }
  .home__plan--intro {
    border-radius: 60px 60px 0 0;
    margin-top: 150px;
    padding: 40px 0;
  }
  .home__plan--intro::before {
    top: -70px;
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    height: 300px;
  }
  .home__plan--intro--txt h2 {
    margin-bottom: 20px;
  }
  .home__plan--intro--txt p {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .home__plan--intro--txt p br.sp-only {
    display: block;
  }
  .home__plan--list ul {
    grid-template-columns: 1fr;
    gap: 56px 100px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .home__plan--list ul li .plan-img img {
    border-radius: 16px;
    height: 200px;
  }
  .home__plan--list ul li dl {
    margin: 20px 0 0;
  }
  .home__plan--list ul li dl dt {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .home__plan--list ul li dl dt span {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
}
.home__faq {
  padding: 160px 0;
  position: relative;
}
.home__faq::before {
  content: "";
  background: linear-gradient(135deg, #ffd99b 0%, #eaeaea 61.08%, #5eb191 100%);
  opacity: 0.38;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home__faq h2 {
  color: #333;
}
.home__faq--list dl {
  background-color: #fff;
  border-radius: 13px;
  padding: 0 40px;
  position: relative;
}
.home__faq--list dl::before, .home__faq--list dl::after {
  content: "";
  cursor: pointer;
  display: block;
  background-color: #007241;
}
.home__faq--list dl::before {
  width: 16px;
  height: 4px;
  position: absolute;
  right: 40px;
  top: calc(40px + (1.8em - 4px) / 2);
}
.home__faq--list dl::after {
  width: 4px;
  height: 16px;
  position: absolute;
  right: 46px;
  top: calc(40px + 0.4em);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.home__faq--list dl.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home__faq--list dl + dl {
  margin-top: 20px;
}
.home__faq--list dl dt, .home__faq--list dl dd {
  padding-left: 2em;
  padding-left: 1em;
}
.home__faq--list dl dt::before, .home__faq--list dl dd::before {
  font-family: "Open Sans";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.home__faq--list dl dt {
  cursor: pointer;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: bold;
  padding: 40px 40px 40px 1.8em;
  position: relative;
}
.home__faq--list dl dt::before {
  content: "Q";
  color: #007241;
}
.home__faq--list dl dd {
  display: none;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  padding: 0 40px 40px 1.8em;
  position: relative;
  margin: 0;
}
.home__faq--list dl dd::before {
  content: "A";
  color: #F56F61;
}
@media only screen and (max-width: 768px) {
  .home__faq {
    padding: 40px 0 30px;
  }
  .home__faq--list {
    margin-top: 30px;
  }
  .home__faq--list dl {
    padding: 0 20px;
  }
  .home__faq--list dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.8em - 4px) / 2);
  }
  .home__faq--list dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.4em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .home__faq--list dl + dl {
    margin-top: 12px;
  }
  .home__faq--list dl dt, .home__faq--list dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .home__faq--list dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .home__faq--list dl dd {
    padding: 0 40px 20px 20px;
  }
}
.home__about {
  padding-top: 230px;
}
.home__about--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  padding: 120px 0 127px;
  margin-right: calc(5% - 20px);
}
.home__about--inner::before {
  content: "";
  background-color: #5EB191;
  border-top-left-radius: 80px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20%;
  z-index: -1;
}
.home__about--img img {
  border-radius: 40px;
}
.home__about--txt h3 {
  font-weight: 500;
  color: #fff;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  margin: 0 0 60px;
}
.home__about--txt p {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 500;
  line-height: 2.3;
}
@media only screen and (max-width: 960px) {
  .home__about {
    padding-top: 80px;
  }
  .home__about--inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 20px 127px;
    margin-right: 0;
  }
  .home__about--inner::before {
    content: "";
    border-top-left-radius: 60px;
    width: 100vw;
    left: calc((100vw - 100%) / -2);
  }
  .home__about--img img {
    border-radius: 16px;
  }
  .home__about--txt {
    width: 100%;
  }
  .home__about--txt h3 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
    margin: 0 0 25px;
    text-align: center;
  }
  .home__about--txt p {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .home__about--txt p {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}
@media only screen and (max-width: 430px) {
  .home__about--inner {
    padding: 60px 10px 127px;
  }
}
.home__cslide {
  max-height: 280px;
}
.home__cslide ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home__cslide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.shop * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.shop h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.shop h2 {
  border: none;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  padding: 0 0 0 1.5rem;
  position: relative;
  margin-bottom: 50px;
}
.shop h2::before {
  content: "";
  background-color: #5EB191;
  display: inline-block;
  width: 18px;
  height: 4px;
  top: calc((1.6em - 4px) / 2);
  left: 0;
  position: absolute;
}
.shop h2::after {
  content: none;
}
.shop h3 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.shop h3::before {
  content: none;
}
.shop h4 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
.shop h4::before {
  content: "";
  background-color: #5EB191;
  display: block;
  width: 4px;
  height: 1em;
  top: calc((1em - 4px) / 2);
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .shop h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .shop h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.shop__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 100px;
  padding: 0;
}
.shop__nav ul li {
  list-style-type: none;
}
.shop__nav ul li a {
  background-color: #F2F2F2;
  border-radius: 28px;
  color: #333;
  display: inline-block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  width: 180px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.shop__nav ul li a:hover {
  background-color: #5EB191;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .shop__nav ul {
    margin: 40px 0 80px;
  }
  .shop__nav ul li a {
    border-radius: 24px;
    line-height: 1.6;
    width: 150px;
  }
}
.shop__list {
  margin: 0;
  padding: 0;
}
.shop__list li {
  list-style-type: none;
}
.shop__list li + li {
  margin-top: 120px;
}
.shop__list--item {
  margin: 0;
  padding: 0;
}
.shop__list--item .shop-overview {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.shop__list--item .shop-overview img {
  border-radius: 40px;
  aspect-ratio: 680/460;
}
.shop__list--item .shop-overview p {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  line-height: 2.2;
  margin-top: 0;
}
.shop__list--item .shop-info {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.shop__list--item .shop-info-add {
  background-color: rgba(0, 128, 255, 0.08);
  border-radius: 16px;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  padding: 20px;
}
.shop__list--item .shop-info-add address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 1em;
}
.shop__list--item .shop-info-add dl dt, .shop__list--item .shop-info-add dl dd {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  line-height: 1.8;
}
.shop__list--item .shop-info-add dl dd {
  margin-left: 0;
}
.shop__list--item .shop-info-detail dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.shop__list--item .shop-info-detail dl dt, .shop__list--item .shop-info-detail dl dd {
  border-bottom: 1px solid #ccc;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  padding: 20px 30px;
}
.shop__list--item .shop-info-detail dl dt:first-of-type, .shop__list--item .shop-info-detail dl dd:first-of-type {
  border-top: 1px solid #ccc;
}
.shop__list--item .shop-info-detail dl dt {
  background-color: #F2F2F2;
  font-weight: 700;
}
.shop__list--item .shop-info-detail dl dd {
  margin-left: 0;
}
.shop__list--item .shop-access {
  border-radius: 16px;
  line-height: 1;
  overflow: hidden;
}
.shop__list--item .shop-access iframe {
  width: 100%;
  height: 368px;
}
@media only screen and (max-width: 768px) {
  .shop__list--item .shop-overview {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .shop__list--item .shop-overview p {
    line-height: 1.8;
  }
  .shop__list--item .shop-info {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .shop__list--item .shop-info-add {
    background-color: rgba(0, 128, 255, 0.08);
    border-radius: 16px;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    padding: 20px;
  }
  .shop__list--item .shop-info-add address {
    font-style: normal;
  }
  .shop__list--item .shop-info-add dl {
    margin: 16px 0 0;
  }
  .shop__list--item .shop-info-add dl dt, .shop__list--item .shop-info-add dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.8;
  }
  .shop__list--item .shop-info-add dl dd {
    margin-left: 0;
  }
  .shop__list--item .shop-info-detail dl {
    grid-template-columns: 1fr;
  }
  .shop__list--item .shop-info-detail dl dt, .shop__list--item .shop-info-detail dl dd {
    padding: 10px;
  }
  .shop__list--item .shop-info-detail dl dt {
    border-bottom: none;
  }
  .shop__list--item .shop-access {
    border-radius: 16px;
    line-height: 1;
    overflow: hidden;
  }
  .shop__list--item .shop-access iframe {
    width: 100%;
    height: 368px;
  }
}
@media only screen and (max-width: 430px) {
  .shop__list--item .shop-overview img {
    border-radius: 24px;
  }
  .shop__list--item .shop-overview p {
    line-height: 1.8;
  }
  .shop__list--item .shop-info-detail dl dt, .shop__list--item .shop-info-detail dl dd {
    padding: 10px;
  }
  .shop__list--item .shop-info-detail dl dt {
    border-bottom: none;
  }
  .shop__list--item .shop-access {
    border-radius: 16px;
    line-height: 1;
    overflow: hidden;
  }
  .shop__list--item .shop-access iframe {
    width: 100%;
    height: 368px;
  }
}

.user * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.user h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.user h2 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.user h2::before {
  content: none;
}
.user h3 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.user h3::before {
  content: "";
  background-color: #5EB191;
  display: block;
  width: 4px;
  height: 1em;
  top: calc((1em - 4px) / 2);
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .user h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .user h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
}
.user__list {
  margin: 0;
  padding: 0;
}
.user__list li {
  list-style-type: none;
}
.user__list li + li {
  margin-top: 120px;
}
.user__list li .user-img {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.user__list li .user-img img {
  border-radius: 40px;
}
.user__list li .user-txt p {
  line-height: 2.2;
  margin-top: 30px;
}
.user__list li .user-retrun {
  background-color: rgba(0, 128, 255, 0.08);
  border-radius: 16px;
  display: grid;
  gap: 76px;
  grid-template-columns: 55% 1fr;
  margin-top: 40px;
}
.user__list li .user-retrun-txt {
  padding: 30px 0 30px 30px;
}
.user__list li .user-retrun-txt-ttl {
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 0;
}
.user__list li .user-retrun-txt p {
  line-height: 2.2;
}
.user__list li .user-retrun-img {
  padding: 40px 40px 40px 0;
}
.user__list--item {
  margin: 0;
  padding: 0;
}
.user__list--item .shop-overview {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.user__list--item .shop-overview img {
  border-radius: 40px;
  aspect-ratio: 680/460;
}
.user__list--item .shop-overview p {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  line-height: 2.2;
  margin-top: 0;
}
.user__list--item .shop-info {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.user__list--item .shop-info-add {
  background-color: rgba(0, 128, 255, 0.08);
  border-radius: 16px;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  padding: 20px;
}
.user__list--item .shop-info-add address {
  font-style: normal;
}
.user__list--item .shop-info-add dl dt, .user__list--item .shop-info-add dl dd {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  line-height: 1.8;
}
.user__list--item .shop-info-add dl dd {
  margin-left: 0;
}
.user__list--item .shop-info-detail dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.user__list--item .shop-info-detail dl dt, .user__list--item .shop-info-detail dl dd {
  border-bottom: 1px solid #ccc;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  padding: 20px 30px;
}
.user__list--item .shop-info-detail dl dt:first-of-type, .user__list--item .shop-info-detail dl dd:first-of-type {
  border-top: 1px solid #ccc;
}
.user__list--item .shop-info-detail dl dt {
  background-color: #F2F2F2;
  font-weight: 700;
}
.user__list--item .shop-info-detail dl dd {
  margin-left: 0;
}
.user__list--item .shop-access {
  border-radius: 16px;
  line-height: 1;
  overflow: hidden;
}
.user__list--item .shop-access iframe {
  width: 100%;
  height: 368px;
}
@media only screen and (max-width: 768px) {
  .user__list li .user-img {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .user__list li .user-txt p {
    line-height: 1.8;
  }
  .user__list li .user-retrun {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .user__list li .user-retrun-txt {
    padding: 24px 24px 0;
  }
  .user__list li .user-retrun-txt-ttl {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .user__list li .user-retrun-txt p {
    line-height: 1.8;
  }
  .user__list li .user-retrun-img {
    padding: 0 30px 30px;
  }
  .user__list--item {
    margin: 0;
    padding: 0;
  }
  .user__list--item .shop-overview {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .user__list--item .shop-overview img {
    border-radius: 40px;
    aspect-ratio: 680/460;
  }
  .user__list--item .shop-overview p {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    line-height: 2.2;
    margin-top: 0;
  }
  .user__list--item .shop-info {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .user__list--item .shop-info-add {
    background-color: rgba(0, 128, 255, 0.08);
    border-radius: 16px;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    padding: 20px;
  }
  .user__list--item .shop-info-add address {
    font-style: normal;
  }
  .user__list--item .shop-info-add dl dt, .user__list--item .shop-info-add dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.8;
  }
  .user__list--item .shop-info-add dl dd {
    margin-left: 0;
  }
  .user__list--item .shop-info-detail dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .user__list--item .shop-info-detail dl dt, .user__list--item .shop-info-detail dl dd {
    border-bottom: 1px solid #ccc;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    padding: 20px 30px;
  }
  .user__list--item .shop-info-detail dl dt:first-of-type, .user__list--item .shop-info-detail dl dd:first-of-type {
    border-top: 1px solid #ccc;
  }
  .user__list--item .shop-info-detail dl dt {
    background-color: #F2F2F2;
    font-weight: 700;
  }
  .user__list--item .shop-info-detail dl dd {
    margin-left: 0;
  }
  .user__list--item .shop-access {
    border-radius: 16px;
    line-height: 1;
    overflow: hidden;
  }
  .user__list--item .shop-access iframe {
    width: 100%;
    height: 368px;
  }
}

.faq * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.faq h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.faq h2 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .faq h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
}
.faq__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 20px;
  padding: 0;
}
.faq__nav ul li {
  list-style-type: none;
}
.faq__nav ul li a {
  background-color: #F2F2F2;
  border-radius: 28px;
  color: #333;
  display: inline-block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  width: 180px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.faq__nav ul li a:hover {
  background-color: #5EB191;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .faq__nav ul {
    margin: 40px 0 0;
  }
  .faq__nav ul li a {
    border-radius: 24px;
    line-height: 1.6;
    width: 150px;
  }
}
.faq .faq-sec {
  padding-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .faq .faq-sec {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.faq__list {
  width: 90%;
  margin: 80px auto 0;
}
.faq__list dl {
  border-top: 1px solid #CCCCCC;
  position: relative;
  margin: 0;
}
.faq__list dl:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.faq__list dl::before, .faq__list dl::after {
  content: "";
  cursor: pointer;
  font-family: "Open Sans";
  display: block;
  background-color: #007241;
}
.faq__list dl::before {
  width: 16px;
  height: 4px;
  position: absolute;
  right: 40px;
  top: calc(40px + (2.2em - 4px) / 2);
}
.faq__list dl::after {
  width: 4px;
  height: 16px;
  position: absolute;
  right: 46px;
  top: calc(40px + 0.6em);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.faq__list dl.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__list dl dt, .faq__list dl dd {
  padding-left: 2em;
  padding-left: 1em;
}
.faq__list dl dt {
  cursor: pointer;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: bold;
  padding: 40px 40px 40px 1.8em;
  position: relative;
}
.faq__list dl dt::before {
  content: "Q";
  color: #007241;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  left: 0;
}
.faq__list dl dd {
  display: none;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  padding: 0 40px 40px 1.8em;
  position: relative;
  margin: 0;
}
.faq__list dl dd::before {
  content: "A";
  color: #F56F61;
  font-family: inherit;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .faq__list {
    margin-top: 30px;
    width: 100%;
  }
  .faq__list dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.6em - 4px) / 2);
  }
  .faq__list dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.3em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .faq__list dl dt, .faq__list dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.6;
  }
  .faq__list dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .faq__list dl dd {
    padding: 0 40px 20px 20px;
  }
}

.company section section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .company h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.company__about--intro--ttl {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  font-weight: 700;
  text-align: center;
}
.company__about--intro--ttl span {
  color: #F56F61;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 2px solid #F56F61;
}
.company__about--intro--detail {
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
.company__about--intro--detail span {
  color: #F56F61;
  font-size: inherit;
}
.company__about--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.company__about--list li .about-img {
  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;
  margin: 10px;
}
.company__about--list li h3 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  font-weight: 700;
  line-height: 1.27;
  padding-left: 0;
}
.company__about--list li h3::before {
  content: none;
}
.company__about--list li p {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
}
@media only screen and (max-width: 960px) {
  .company__about--intro--ttl {
    font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
    text-align: center;
  }
  .company__about--list {
    gap: 40px;
  }
  .company__about--list li h3 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .company__about--intro--ttl {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
    text-align: center;
  }
  .company__about--intro--detail {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    text-align: unset;
  }
  .company__about--list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .company__about--list li .about-img {
    margin: 0;
  }
  .company__about--list li .about-img img {
    width: 200px;
  }
  .company__about--list li h3 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    line-height: 1.27;
    text-align: center;
  }
  .company__about--list li p {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
}
@media only screen and (max-width: 430px) {
  .company__about--intro--detail {
    text-align: left;
  }
  .company__about--list {
    grid-template-columns: 1fr;
  }
  .company__about--list li .about-img {
    margin: 0;
  }
  .company__about--list li .about-img img {
    width: 160px;
  }
  .company__about--list li h3 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    margin-top: 24px;
  }
  .company__about--list li h3 span {
    display: block;
    width: 0;
    height: 0;
  }
  .company__about--list li p {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}
.company__message--intro {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  font-weight: 700;
  line-height: 1.4 !important;
  margin-top: 100px;
}
.company__message--inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 60px;
}
.company__message--img img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__message--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__message--txt--position {
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  line-height: 1.6;
  text-align: right;
  margin-top: 46px;
  margin-bottom: 0;
}
.company__message--txt--position span {
  color: inherit;
  display: block;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
}
.company__message--txt--position img {
  margin-top: 16px;
}
.company__message--detail {
  margin: 0;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
}
@media only screen and (max-width: 960px) {
  .company__message--intro {
    font-size: clamp(38rem / 16, calc(0.02vw + 16vw * 0.5), 38rem / 16);
  }
  .company__message--inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .company__message--img img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .company__message--intro {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    margin-top: 24px;
  }
  .company__message--img img {
    max-height: 200px;
  }
  .company__message--txt--position {
    margin-top: 16px;
  }
  .company__message--txt--position span {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .company__message--txt--position img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 430px) {
  .company__message--txt--position span {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .company__message--detail {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}
.company__outline--inner {
  padding: 0 8%;
}
.company__outline dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.company__outline dl dt, .company__outline dl dd {
  border-top: 1px solid #CCCCCC;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  padding: 50px 30px;
}
.company__outline dl dt:last-of-type, .company__outline dl dd:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.company__outline dl dt {
  background-color: #EDF7F3;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company__outline dl dd {
  margin: 0;
}
.company__outline dl dd ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
.company__outline a {
  color: #333333;
  margin-left: 40px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.company__outline a[target=_blank]:after {
  content: url("../images/common/icon_exlink.svg");
  display: inline-block;
  padding-left: 10px;
}
.company__outline a:hover {
  color: #5EB191;
}
.company__outline a:hover[target=_blank]:after {
  color: #5EB191;
}
@media only screen and (max-width: 960px) {
  .company__outline dl dt, .company__outline dl dd {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .company__outline--inner {
    padding: 0 4%;
  }
  .company__outline dl {
    grid-template-columns: 150px 1fr;
  }
  .company__outline dl dt, .company__outline dl dd {
    padding: 30px;
  }
  .company__outline dl dd {
    margin: 0;
  }
  .company__outline dl dd ul {
    margin: 0 0 0 1rem;
    padding: 0;
  }
  .company__outline a {
    color: #333333;
    margin-left: 40px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .company__outline a[target=_blank]:after {
    content: url("../images/common/icon_exlink.svg");
    display: inline-block;
    padding-left: 10px;
  }
  .company__outline a:hover {
    color: #5EB191;
  }
  .company__outline a:hover[target=_blank]:after {
    color: #5EB191;
  }
}
@media only screen and (max-width: 430px) {
  .company__outline dl {
    grid-template-columns: 1fr;
  }
  .company__outline dl dt, .company__outline dl dd {
    padding: 20px;
    line-height: 1.6;
  }
  .company__outline a {
    display: block;
    margin-left: 0;
  }
}

.about__intro {
  text-align: center;
}
.about__intro p {
  color: #EC8398;
  font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
  font-weight: 700;
  text-align: center;
  margin: 53px 0 46px;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
.about__intro p span {
  color: inherit;
  font-size: inherit;
  position: relative;
}
.about__intro p span::before, .about__intro p span::after {
  position: absolute;
  bottom: 0;
  height: 70%;
  content: "";
}
.about__intro p span::before {
  border-left: solid 3px;
  left: -100px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.about__intro p span::after {
  border-right: solid 3px;
  right: -50px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.about__overview {
  padding: 93px 0 100px;
  background-color: #FBEDEE;
}
.about__overview h2 {
  text-align: center;
}
.about__overview h2:nth-of-type(2) {
  margin-top: 80px;
}
.about__overview p {
  font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  font-weight: 500;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about__overview--image {
  margin-top: 20px;
  text-align: center;
}
.about__overview--image img {
  width: 670px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about__overview p {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .about__overview .ta-center {
    text-align: left;
  }
}
.about__detail {
  padding: 120px;
}
.about__detail--block {
  background-color: #FBEDEE;
  padding: 8px 18px;
}
.about__detail--block + .about__detail--block {
  margin-top: 140px;
}
.about__detail--block .ul-pink {
  list-style-type: none;
  padding-left: 0;
}
.about__detail--block .ul-pink li {
  color: #EC8398;
  font-weight: 700;
  line-height: 1.8;
}
.about__detail--block .ul-pink li::before {
  content: "●";
}
.about__detail h3 {
  border-left: 10px solid #F56F61;
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  padding-left: 8px;
}
.about__detail p {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-weight: 700;
  line-height: 1.5;
}
.about__detail p.about__detail--bubble {
  background-color: #FFDA3F;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 700;
  text-shadow: 0 0 4px #F7B52C;
  padding: 15px 50px;
  position: relative;
  margin: 36px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about__detail p.about__detail--bubble:after {
  content: "";
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  width: 37px;
  height: 30px;
  top: 95%;
  left: calc((100% - 37px) / 2);
}
.about__detail--content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.about__detail--content.tunagaru ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  list-style-type: none;
  margin: 45px auto 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about__detail--content.tunagaru ul li div {
  background-color: #fff;
  border-radius: 17px;
  text-align: center;
}
.about__detail--content.tunagaru ul li p {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.about__detail--content.tunagaru dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 120px 1fr;
}
.about__detail--content.tunagaru dl dt {
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 700;
  padding-right: 10px;
}
.about__detail--content.tunagaru dl dt.tunagaru-other {
  padding-left: 10px;
  position: relative;
}
.about__detail--content.tunagaru dl dt.tunagaru-other:before {
  content: "";
  background-image: url(../images/about/tunagaru_other.png);
  background-size: contain;
  width: 26px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -20px;
}
.about__detail--content.tunagaru dl dd {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: 700;
  line-height: 1.8;
  margin-left: 0;
  padding-left: 14px;
  position: relative;
}
.about__detail--content.tunagaru dl dd::before {
  content: "";
  background-color: #F56F61;
  border-radius: 90px;
  width: 2px;
  height: 90%;
  left: 0;
  top: 5%;
  position: absolute;
}
.about__detail--content .border-dot {
  display: block;
  margin: 40px auto 25px;
}
.about__detail--content.ugoku ul {
  background-color: #fff;
  border-radius: 10px;
  list-style-type: none;
  margin: 40px 0 0;
  padding: 14px 25px;
}
.about__detail--content.ugoku ul > li {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__detail--content.ugoku ul > li dl {
  padding: 0;
  margin: 0 0 10px;
}
.about__detail--content.ugoku ul > li dl dt img {
  width: 100%;
}
.about__detail--content.ugoku ul > li dl dd {
  margin: 0;
}
.about__detail--content.ugoku ul > li dl dd ol {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.about__detail--content.ugoku ul > li dl dd ol li {
  font-weight: 500;
  line-height: 1.5;
}
.about__detail--content.ugoku p {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.about__detail--content.taberu p {
  font-weight: 700;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 0;
  padding-right: 20px;
}
.about__detail--content.taberu p.large-pink {
  color: #EC8398;
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 900;
  text-align: center;
  padding-right: 0;
  margin-top: 30px;
}
.about__detail--content.oral p {
  background-color: #1EAA39;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.about__detail--content.oral .oral-img {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}
.about__detail--content.oral .oral-img-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin-top: 16px;
}
.about__detail--content.oral .oral-img-two .oral-img {
  padding: 10px 20px;
}
.about__detail h2 {
  margin-top: 0;
}
.about .page-top {
  text-align: center;
}
.about .page-top a {
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 700;
  text-underline-offset: 0.8ex;
  text-decoration-thickness: 3px;
}

@media only screen and (max-width: 960px) {
  .about__intro p {
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  }
  .about__intro p span::before {
    left: -80px;
  }
  .about__intro p span::after {
    right: -30px;
  }
  .about__detail {
    padding: 100px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .about__intro p {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    letter-spacing: 0;
  }
  .about__intro p span::before {
    left: -60px;
  }
  .about__intro p span::after {
    right: -30px;
  }
  .about__detail {
    padding: 100px 0;
  }
  .about__detail--block + .about__detail--block {
    margin-top: 100px;
  }
  .about__detail--content {
    width: 800px;
  }
  .about__detail--content.tunagaru ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__detail--content.tunagaru ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .about__detail--content.tunagaru ul li p {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    margin-top: 0;
  }
  .about__detail--content.ugoku ul > li {
    grid-template-columns: 1fr;
  }
  .about__detail--content.ugoku ul > li div {
    text-align: center;
  }
  .about__detail--content.taberu p {
    text-align: center;
  }
  .about__detail--content.oral .oral-img-two {
    grid-template-columns: 1fr;
  }
  .about__detail--content.oral .oral-img-two .oral-img {
    text-align: center;
  }
}
@media only screen and (max-width: 430px) {
  .about__intro p {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .about__intro p span::before {
    left: -50px;
  }
  .about__intro p span::after {
    right: -20px;
  }
  .about__detail {
    padding: 100px 0;
  }
  .about__detail--block {
    padding: 8px;
  }
  .about__detail--block + .about__detail--block {
    margin-top: 100px;
  }
  .about__detail p.about__detail--bubble {
    padding: 15px 20px;
  }
  .about__detail--content {
    width: 800px;
  }
  .about__detail--content.tunagaru ul li {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 10px;
  }
  .about__detail--content.tunagaru ul li p {
    font-size: clamp(15rem / 16, calc(0.02vw + 16vw * 0.5), 15rem / 16);
    text-align: left;
  }
  .about__detail--content.tunagaru dl {
    grid-template-columns: 1fr;
  }
  .about__detail--content.tunagaru dl dd {
    padding-left: 0;
    padding-top: 20px;
  }
  .about__detail--content.tunagaru dl dd::before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .closed h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.closed__what {
  margin-bottom: 120px;
}
.closed__what--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
  width: 90%;
  margin: 80px auto 0;
}
.closed__what--img img {
  border-radius: 40px;
  overflow: hidden;
}
.closed__what--txt p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .closed__what--inner {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .closed__what--img img {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .closed__what--inner {
    grid-template-columns: 1fr;
    margin-top: 40px;
    width: 100%;
  }
  .closed__what--img img {
    border-radius: 24px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.closed__type {
  margin-bottom: 120px;
}
.closed__type--inner {
  margin-top: 60px;
}
.closed__type--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 60px;
  list-style-type: none;
  width: 90%;
  margin: 60px auto 0;
  padding: 0;
}
.closed__type--list .type-img {
  border-radius: 40px;
  overflow: hidden;
}
.closed__type--list .type-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.closed__type--list .type-txt h3 {
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  margin: 30px 0;
}
.closed__type--list .type-txt h3::before {
  content: none;
}
.closed__type--list .type-txt p {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .closed__type--list {
    gap: 24px;
    width: 100%;
  }
  .closed__type--list .type-img {
    border-radius: 20px;
  }
  .closed__type--list .type-txt h3 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    margin: 0.6em 0 0;
  }
}
@media only screen and (max-width: 430px) {
  .closed__type--inner {
    margin-top: 24px;
  }
  .closed__type--list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .closed__type--list .type-img img {
    width: 100%;
    height: 200px;
  }
  .closed__type--list .type-txt h3 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    margin: 0.4em 0 0;
  }
  .closed__type--list .type-txt p {
    margin: 0.6em 0 1em;
  }
}
.closed__ex p {
  margin-bottom: 60px;
}
.closed__ex--inner {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .closed__ex--inner {
    width: 100%;
  }
}
.closed .closed-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
.closed .closed-comparison figure {
  position: relative;
  margin: 0;
}
.closed .closed-comparison figure figcaption {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-top: 16px;
}
.closed .closed-comparison figure:first-of-type::after {
  content: "";
  background-color: #B4DECD;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  width: 28px;
  height: 35px;
  position: absolute;
  left: calc(16px + 100%);
  bottom: 0;
}
.closed .closed-comparison figure:first-of-type figcaption {
  color: #909090;
}
.closed .closed-comparison figure:last-of-type figcaption {
  color: #5EB191;
}
.closed .closed-comparison img {
  border-radius: 40px;
}
@media only screen and (max-width: 960px) {
  .closed .closed-comparison figure:first-of-type::after {
    content: "";
  }
  .closed .closed-comparison img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .closed .closed-comparison {
    gap: 32px;
  }
  .closed .closed-comparison figure figcaption {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .closed .closed-comparison figure:first-of-type::after {
    content: "";
    width: 24px;
    height: 30px;
    left: calc(4px + 100%);
  }
  .closed .closed-comparison img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .closed .closed-comparison {
    gap: 8px;
    margin-bottom: 40px;
  }
  .closed .closed-comparison figure figcaption {
    margin-top: 8px;
  }
  .closed .closed-comparison figure:first-of-type::after {
    content: "";
    width: 16px;
    height: 24px;
    left: calc(-4px + 100%);
  }
  .closed .closed-comparison img {
    border-radius: 16px;
  }
}
.closed__flow {
  margin-bottom: 100px;
}
.closed__flow--inner {
  margin-top: 80px;
}
.closed__flow--inner ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.closed__flow--inner ol li {
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 240px 4fr;
  gap: 40px;
  padding: 50px 50px 50px 0;
  position: relative;
  z-index: 1;
}
.closed__flow--inner ol li::after {
  content: "";
  display: block;
  background-color: #EDF7F3;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 160px;
  height: 50px;
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.closed__flow--inner ol li:last-of-type::after {
  content: none;
}
.closed__flow--inner ol li + li {
  margin-top: 58px;
}
.closed__flow--inner ol li .flow-no {
  border-right: 1px solid #CCCCCC;
  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;
  height: 100%;
}
.closed__flow--inner ol li .flow-no p {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.closed__flow--inner ol li .flow-no span {
  display: block;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
}
.closed__flow--inner ol li .flow-img img {
  height: 160px;
}
.closed__flow--inner ol li .flow-txt h3 {
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  margin: 0;
  padding: 0;
}
.closed__flow--inner ol li .flow-txt h3::before {
  content: none;
}
.closed__flow--inner ol li .flow-txt p {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .closed__flow--inner ol {
    width: 100%;
  }
  .closed__flow--inner ol li {
    grid-template-columns: 200px 1fr;
    grid-template-areas: "no no" "img txt";
    gap: 16px 24px;
    padding: 32px;
    position: relative;
    z-index: 1;
  }
  .closed__flow--inner ol li::after {
    content: "";
    display: block;
    background-color: #EDF7F3;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 160px;
    height: 50px;
    position: absolute;
    bottom: -51px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .closed__flow--inner ol li:last-of-type::after {
    content: none;
  }
  .closed__flow--inner ol li .flow-no {
    grid-area: no;
    border-right: none;
  }
  .closed__flow--inner ol li .flow-no p {
    line-height: 1.2;
  }
  .closed__flow--inner ol li .flow-no span {
    display: inline;
    font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
    padding-left: 16px;
  }
  .closed__flow--inner ol li .flow-img {
    grid-area: img;
    text-align: center;
  }
  .closed__flow--inner ol li .flow-txt {
    grid-area: txt;
  }
  .closed__flow--inner ol li .flow-txt h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .closed__flow--inner ol li .flow-txt p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .closed__flow--inner ol li {
    grid-template-columns: 1fr;
    grid-template-areas: "no" "img" "txt";
    padding: 16px 24px 24px;
  }
  .closed__flow--inner ol li::after {
    width: 160px;
    height: 32px;
    bottom: -33px;
  }
  .closed__flow--inner ol li + li {
    margin-top: 38px;
  }
  .closed__flow--inner ol li .flow-txt h3 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .closed__flow--inner ol li .flow-txt p {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .closed__flow--inner {
    margin-top: 40px;
  }
  .closed__flow--inner ol li {
    grid-template-columns: 1fr;
    grid-template-areas: "no" "img" "txt";
    padding: 16px 24px 24px;
  }
  .closed__flow--inner ol li::after {
    width: 160px;
    height: 32px;
    bottom: -33px;
  }
  .closed__flow--inner ol li + li {
    margin-top: 38px;
  }
  .closed__flow--inner ol li .flow-no span {
    padding-left: 8px;
  }
  .closed__flow--inner ol li .flow-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.closed__fee {
  margin-bottom: 120px;
}
.closed__fee h2 {
  margin-bottom: 80px;
}
.closed__fee--inner {
  background-color: #EDF7F3;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
}
.closed__fee--inner .fee-lbl {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.closed__fee--inner .fee-val {
  color: #F56F61;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(64rem / 16, calc(0.02vw + 16vw * 0.5), 64rem / 16);
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.closed__fee--inner .fee-val span {
  font-size: clamp(85rem / 16, calc(0.02vw + 16vw * 0.5), 85rem / 16);
}
.closed__fee--inner .fee-notes {
  list-style-type: none;
  width: 70%;
  margin: 8px auto 0;
  padding: 0;
}
.closed__fee--inner .fee-notes li {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
}
@media only screen and (max-width: 768px) {
  .closed__fee--inner {
    border-radius: 16px;
    padding: 40px;
  }
  .closed__fee--inner .fee-lbl {
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  }
  .closed__fee--inner .fee-val {
    font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
  }
  .closed__fee--inner .fee-val span {
    font-size: clamp(60rem / 16, calc(0.02vw + 16vw * 0.5), 60rem / 16);
  }
  .closed__fee--inner .fee-notes {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .closed__fee h2 {
    margin-bottom: 40px;
  }
  .closed__fee--inner {
    border-radius: 16px;
    width: 100%;
    padding: 32px;
  }
  .closed__fee--inner .fee-lbl {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .closed__fee--inner .fee-val {
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  }
  .closed__fee--inner .fee-val span {
    font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  }
  .closed__fee--inner .fee-notes {
    width: 100%;
  }
}
.closed__faq {
  margin-bottom: 200px;
}
.closed__faq--inner {
  width: 90%;
  margin: 80px auto 0;
}
.closed__faq--inner dl {
  border-top: 1px solid #CCCCCC;
  position: relative;
  margin: 0;
}
.closed__faq--inner dl:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.closed__faq--inner dl::before, .closed__faq--inner dl::after {
  content: "";
  cursor: pointer;
  font-family: "Open Sans";
  display: block;
  background-color: #007241;
}
.closed__faq--inner dl::before {
  width: 16px;
  height: 4px;
  position: absolute;
  right: 40px;
  top: calc(40px + (2.2em - 4px) / 2);
}
.closed__faq--inner dl::after {
  width: 4px;
  height: 16px;
  position: absolute;
  right: 46px;
  top: calc(40px + 0.6em);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.closed__faq--inner dl.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.closed__faq--inner dl dt, .closed__faq--inner dl dd {
  padding-left: 2em;
  padding-left: 1em;
}
.closed__faq--inner dl dt {
  cursor: pointer;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: bold;
  padding: 40px 40px 40px 1.8em;
  position: relative;
}
.closed__faq--inner dl dt::before {
  content: "Q";
  color: #007241;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  left: 0;
}
.closed__faq--inner dl dd {
  display: none;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  padding: 0 40px 40px 1.8em;
  position: relative;
  margin: 0;
}
.closed__faq--inner dl dd::before {
  content: "A";
  color: #F56F61;
  font-family: inherit;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .closed__faq--inner dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.6em - 4px) / 2);
  }
  .closed__faq--inner dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.3em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .closed__faq--inner dl dt, .closed__faq--inner dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.6;
  }
  .closed__faq--inner dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .closed__faq--inner dl dd {
    padding: 0 40px 20px 20px;
  }
}
@media only screen and (max-width: 430px) {
  .closed__faq {
    margin-bottom: 0;
  }
  .closed__faq--inner {
    width: 100%;
    margin-top: 40px;
  }
  .closed__faq--inner dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.6em - 4px) / 2);
  }
  .closed__faq--inner dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.3em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .closed__faq--inner dl dt, .closed__faq--inner dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.6;
  }
  .closed__faq--inner dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .closed__faq--inner dl dd {
    padding: 0 40px 20px 20px;
  }
}

.perpetual h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .perpetual h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.perpetual__about--ex h3 {
  color: #5EB191;
  font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  padding-left: 0;
  text-align: center;
}
.perpetual__about--ex h3::before {
  content: none;
}
.perpetual__about--ex--inner {
  background-color: #EDF7F3;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
}
.perpetual__about--ex--inner ul {
  list-style-type: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.perpetual__about--ex--inner ul li {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
}
.perpetual__about--ex--inner ul li::before {
  content: "";
  background: url("../images/perpetual/icon_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.1em;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .perpetual__about--ex h3 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .perpetual__about--ex--inner {
    border-radius: 16px;
    padding: 24px 32px;
  }
  .perpetual__about--ex--inner ul li {
    color: #333;
    font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    font-weight: 700;
  }
  .perpetual__about--ex--inner ul li::before {
    content: "";
  }
}
.perpetual__features {
  margin-top: 120px;
  margin-bottom: 120px;
}
.perpetual__features--inner ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.perpetual__features--inner ol li h3 {
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  padding-left: 0;
  margin: 0;
}
.perpetual__features--inner ol li h3::before {
  content: none;
}
.perpetual__features--inner ol li h3 .cercle {
  background-color: #5EB191;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  line-height: 1.2;
  margin: 0 auto 30px;
  width: 120px;
}
.perpetual__features--inner ol li h3 .large {
  color: inherit;
  font-size: clamp(38rem / 16, calc(0.02vw + 16vw * 0.5), 38rem / 16);
  display: block;
}
.perpetual__features--inner ol li h3 p {
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .perpetual__features--inner ol {
    gap: 40px;
  }
  .perpetual__features--inner ol li h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .perpetual__features--inner ol li h3 .cercle {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1/1;
    line-height: 1.2;
    margin: 0 auto 30px;
    width: 120px;
  }
  .perpetual__features--inner ol li h3 .large {
    color: inherit;
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
    display: block;
  }
  .perpetual__features--inner ol li h3 p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .perpetual__features--inner ol {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .perpetual__features--inner ol li h3 {
    display: grid;
    gap: 16px;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .perpetual__features--inner ol li h3 .cercle {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    margin: 0;
    width: 80px;
  }
  .perpetual__features--inner ol li h3 .large {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
}
.perpetual__type {
  margin-bottom: 120px;
}
.perpetual__type--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.perpetual__type--list li .type-img img {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.perpetual__type--list li .type-txt h3 {
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  text-align: center;
  padding-left: 0;
  margin: 1em 0 0.6em;
}
.perpetual__type--list li .type-txt h3::before {
  content: none;
}
.perpetual__type--list li .type-txt p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .perpetual__type--list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .perpetual__type--list li .type-img img {
    height: 240px;
  }
  .perpetual__type--list li .type-txt h3 {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
    margin: 0.6em 0 0.4em;
  }
}
.perpetual__goodbad {
  margin-top: 120px;
  margin-bottom: 120px;
}
.perpetual__goodbad--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
}
.perpetual__goodbad--inner h3 {
  color: #5EB191;
  font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  padding-left: 0;
  margin: 0 0 30px;
  text-align: center;
}
.perpetual__goodbad--inner h3::before {
  content: none;
}
.perpetual__goodbad--inner .merit ul {
  background-color: #EDF7F3;
}
.perpetual__goodbad--inner .demerit ul {
  background-color: #F4F4F4;
}
.perpetual__goodbad--inner ul {
  border-radius: 30px;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 32px 40px;
}
.perpetual__goodbad--inner ul li {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding-left: 1.6em;
}
.perpetual__goodbad--inner ul li::before {
  content: "";
  background: url("../images/perpetual/icon_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(calc(50% - 2px));
          transform: translateY(calc(50% - 2px));
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1300px) {
  .perpetual__goodbad--inner h3 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  }
  .perpetual__goodbad--inner ul li {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
}
@media only screen and (max-width: 960px) {
  .perpetual__goodbad--inner {
    grid-template-columns: 1fr;
  }
  .perpetual__goodbad--inner h3 {
    margin: 0 0 16px;
  }
  .perpetual__goodbad--inner ul {
    padding: 32px 24px;
  }
  .perpetual__goodbad--inner ul li {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
}
.perpetual__difference {
  margin-bottom: 120px;
}
.perpetual__difference h2 {
  margin-bottom: 80px;
}
.perpetual__difference--inner {
  width: 90%;
  margin: 0 auto;
}
.perpetual__difference--inner table {
  width: 100%;
  margin-bottom: 70px;
}
.perpetual__difference--inner table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.perpetual__difference--inner table tr th, .perpetual__difference--inner table tr td {
  border-top: 1px solid #5EB191;
  border-left: 1px solid #5EB191;
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  vertical-align: middle;
  padding: 0.4em 1.4em;
}
.perpetual__difference--inner table tr th:nth-child(2), .perpetual__difference--inner table tr td:nth-child(2) {
  border-left: 4px solid #F56F61;
  border-right: 4px solid #F56F61;
  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;
}
.perpetual__difference--inner table tr th:last-child, .perpetual__difference--inner table tr td:last-child {
  border-right: 1px solid #5EB191;
  border-left: none;
  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;
}
.perpetual__difference--inner table tr th {
  background-color: #EDF7F3;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
}
.perpetual__difference--inner table tr th:first-of-type {
  text-align: left;
}
.perpetual__difference--inner table tr td {
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  text-align: center;
}
.perpetual__difference--inner table tr:first-of-type th:nth-child(1), .perpetual__difference--inner table tr:first-of-type td:nth-child(1) {
  border-top-left-radius: 30px;
}
.perpetual__difference--inner table tr:first-of-type th:nth-child(2), .perpetual__difference--inner table tr:first-of-type td:nth-child(2) {
  border-top: 4px solid #F56F61;
}
.perpetual__difference--inner table tr:first-of-type th:last-child, .perpetual__difference--inner table tr:first-of-type td:last-child {
  border-top-right-radius: 30px;
}
.perpetual__difference--inner table tr:last-of-type th, .perpetual__difference--inner table tr:last-of-type td {
  border-bottom: 1px solid #5EB191;
}
.perpetual__difference--inner table tr:last-of-type th:nth-child(1), .perpetual__difference--inner table tr:last-of-type td:nth-child(1) {
  border-bottom-left-radius: 30px;
}
.perpetual__difference--inner table tr:last-of-type th:nth-child(2), .perpetual__difference--inner table tr:last-of-type td:nth-child(2) {
  border-bottom: 4px solid #F56F61;
}
.perpetual__difference--inner table tr:last-of-type th:last-child, .perpetual__difference--inner table tr:last-of-type td:last-child {
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 960px) {
  .perpetual__difference--inner table tr th {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .perpetual__difference--inner table tr td {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .perpetual__difference--inner table tr:first-of-type th:nth-child(1), .perpetual__difference--inner table tr:first-of-type td:nth-child(1) {
    border-top-left-radius: 16px;
  }
  .perpetual__difference--inner table tr:first-of-type th:last-child, .perpetual__difference--inner table tr:first-of-type td:last-child {
    border-top-right-radius: 16px;
  }
  .perpetual__difference--inner table tr:last-of-type th:nth-child(1), .perpetual__difference--inner table tr:last-of-type td:nth-child(1) {
    border-bottom-left-radius: 16px;
  }
  .perpetual__difference--inner table tr:last-of-type th:last-child, .perpetual__difference--inner table tr:last-of-type td:last-child {
    border-bottom-right-radius: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .perpetual__difference--inner table tr th, .perpetual__difference--inner table tr td {
    line-height: 1.6;
    padding: 0.4em 1em;
  }
  .perpetual__difference--inner table tr th {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .perpetual__difference--inner table tr td {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
}
@media only screen and (max-width: 430px) {
  .perpetual__difference h2 {
    margin-bottom: 40px;
  }
  .perpetual__difference--inner {
    width: 100%;
  }
  .perpetual__difference--inner table tr th, .perpetual__difference--inner table tr td {
    line-height: 1.6;
    padding: 0.4em 0.8em;
  }
  .perpetual__difference--inner table tr th {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .perpetual__difference--inner table tr td {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
}
.perpetual .perpetual-contact {
  background: none;
  padding: 80px 0;
  position: relative;
}
.perpetual .perpetual-contact::before {
  content: "";
  background: url("../images/perpetual/contact_bak.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  left: calc((100vw - 100%) / -2);
  top: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
}
.perpetual .perpetual-contact .com__contact--inner {
  background-color: #fff;
  padding: 50px;
  position: relative;
}
.perpetual .perpetual-contact h2 {
  font-size: clamp(42rem / 16, calc(0.02vw + 16vw * 0.5), 42rem / 16);
  text-align: center;
  padding: 0;
}
.perpetual .perpetual-contact h2::before, .perpetual .perpetual-contact h2::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .perpetual .perpetual-contact h2 {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  }
}
@media only screen and (max-width: 960px) {
  .perpetual .perpetual-contact .com__contact--inner {
    padding: 30px 20px;
  }
  .perpetual .perpetual-contact h2 {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  }
  .perpetual .perpetual-contact h2 span {
    display: block;
    width: 0;
    height: 0;
  }
}
@media only screen and (max-width: 430px) {
  .perpetual .perpetual-contact h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
}
.perpetual__mfeatures {
  margin-top: 120px;
  margin-bottom: 120px;
}
.perpetual__mfeatures h2 {
  margin-bottom: 80px;
}
.perpetual__mfeatures--inner {
  background: url("../images/perpetual/mfeatures_bak.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 45px 50px;
}
.perpetual__mfeatures h3 {
  background-color: #5EB191;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(42rem / 16, calc(0.02vw + 16vw * 0.5), 42rem / 16);
  text-align: center;
  padding: 13px 24px;
  line-height: 1.2;
  margin: 0;
}
.perpetual__mfeatures h3::before {
  content: none;
}
.perpetual__mfeatures p.perpetual__mfeatures--point {
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.perpetual__mfeatures--fee {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.perpetual__mfeatures ul {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
  gap: 20px;
  list-style-type: none;
  padding-left: 0;
}
.perpetual__mfeatures ul li {
  background-color: #EDF7F3;
  border: 1px solid #5EB191;
  border-radius: 90px;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1200px) {
  .perpetual__mfeatures h3 {
    font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  }
  .perpetual__mfeatures p.perpetual__mfeatures--point {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .perpetual__mfeatures ul li {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
}
@media only screen and (max-width: 960px) {
  .perpetual__mfeatures--inner {
    padding: 35px 40px;
  }
  .perpetual__mfeatures h3 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  }
  .perpetual__mfeatures p.perpetual__mfeatures--point {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .perpetual__mfeatures--fee {
    letter-spacing: 0.06em;
  }
  .perpetual__mfeatures ul li {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .perpetual__mfeatures--inner {
    padding: 35px 40px;
  }
  .perpetual__mfeatures h3 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .perpetual__mfeatures p.perpetual__mfeatures--point {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    text-align: left;
  }
  .perpetual__mfeatures--fee {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    letter-spacing: 0.06em;
  }
  .perpetual__mfeatures ul {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    gap: 16px;
  }
  .perpetual__mfeatures ul li {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    width: 126px;
  }
}
@media only screen and (max-width: 430px) {
  .perpetual__mfeatures h2 {
    margin-bottom: 40px;
  }
  .perpetual__mfeatures--inner {
    padding: 32px 24px;
  }
  .perpetual__mfeatures h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    line-height: 1.4;
  }
  .perpetual__mfeatures h3 span {
    display: block;
    width: 0;
    height: 0;
  }
  .perpetual__mfeatures p.perpetual__mfeatures--point {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    text-align: left;
  }
  .perpetual__mfeatures--fee {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    letter-spacing: 0.06em;
  }
  .perpetual__mfeatures ul {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    gap: 16px;
  }
  .perpetual__mfeatures ul li {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
    width: 126px;
  }
}
.perpetual__faq {
  margin-bottom: 200px;
}
.perpetual__faq h2 {
  margin-bottom: 80px;
}
.perpetual__faq--inner {
  width: 90%;
  margin: 0 auto;
}
.perpetual__faq--inner dl {
  border-top: 1px solid #CCCCCC;
  position: relative;
  margin: 0;
}
.perpetual__faq--inner dl:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.perpetual__faq--inner dl::before, .perpetual__faq--inner dl::after {
  content: "";
  cursor: pointer;
  font-family: "Open Sans";
  display: block;
  background-color: #007241;
}
.perpetual__faq--inner dl::before {
  width: 16px;
  height: 4px;
  position: absolute;
  right: 40px;
  top: calc(40px + (2.2em - 4px) / 2);
}
.perpetual__faq--inner dl::after {
  width: 4px;
  height: 16px;
  position: absolute;
  right: 46px;
  top: calc(40px + 0.6em);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.perpetual__faq--inner dl.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.perpetual__faq--inner dl dt, .perpetual__faq--inner dl dd {
  padding-left: 2em;
  padding-left: 1em;
}
.perpetual__faq--inner dl dt {
  cursor: pointer;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: bold;
  padding: 40px 40px 40px 1.8em;
  position: relative;
}
.perpetual__faq--inner dl dt::before {
  content: "Q";
  color: #007241;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  left: 0;
}
.perpetual__faq--inner dl dd {
  display: none;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  padding: 0 40px 40px 1.8em;
  position: relative;
  margin: 0;
}
.perpetual__faq--inner dl dd::before {
  content: "A";
  color: #F56F61;
  font-family: inherit;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .perpetual__faq--inner dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.6em - 4px) / 2);
  }
  .perpetual__faq--inner dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.3em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .perpetual__faq--inner dl dt, .perpetual__faq--inner dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.6;
  }
  .perpetual__faq--inner dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .perpetual__faq--inner dl dd {
    padding: 0 40px 20px 20px;
  }
}
@media only screen and (max-width: 430px) {
  .perpetual__faq {
    margin-bottom: 0;
  }
  .perpetual__faq h2 {
    margin-bottom: 40px;
  }
  .perpetual__faq--inner {
    width: 100%;
    margin-top: 24px;
  }
  .perpetual__faq--inner dl::before {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(20px + (1.6em - 4px) / 2);
  }
  .perpetual__faq--inner dl::after {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: calc(20px + 0.3em);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .perpetual__faq--inner dl dt, .perpetual__faq--inner dl dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.6;
  }
  .perpetual__faq--inner dl dt {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .perpetual__faq--inner dl dd {
    padding: 0 40px 20px 20px;
  }
}

.cemeteries * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.cemeteries h1 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.cemeteries__map {
  margin-bottom: 120px;
}
.cemeteries__map iframe {
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  .cemeteries__map iframe {
    height: 80vh;
  }
}
.cemeteries__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 100px;
  padding: 0;
}
.cemeteries__nav ul li {
  list-style-type: none;
}
.cemeteries__nav ul li a {
  background-color: #F2F2F2;
  border-radius: 28px;
  color: #333;
  display: inline-block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px 24px;
  min-width: 180px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cemeteries__nav ul li a:hover {
  background-color: #5EB191;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cemeteries__nav ul {
    margin: 40px 0 80px;
  }
  .cemeteries__nav ul li a {
    border-radius: 24px;
    line-height: 1.6;
    width: 150px;
  }
}
@media only screen and (max-width: 430px) {
  .cemeteries__nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0 40px;
  }
  .cemeteries__nav ul li a {
    border-radius: 8px;
    font-size: clamp(15rem / 16, calc(0.02vw + 16vw * 0.5), 15rem / 16);
    padding: 8px 15px;
    line-height: 1.6;
    width: auto;
  }
}
.cemeteries__area h2 {
  border: none;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  padding: 0 0 0 1.5rem;
  position: relative;
  margin-bottom: 50px;
}
.cemeteries__area h2::before {
  content: "";
  background-color: #5EB191;
  display: inline-block;
  width: 18px;
  height: 4px;
  top: calc((1.6em - 4px) / 2);
  left: 0;
  position: absolute;
}
.cemeteries__area h2::after {
  content: none;
}
.cemeteries__area h3 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.cemeteries__area h3::before {
  content: none;
}
.cemeteries__area h4 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
.cemeteries__area h4::before {
  content: "";
  background-color: #5EB191;
  display: block;
  width: 4px;
  height: 1em;
  top: calc((1em - 4px) / 2);
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .cemeteries__area h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .cemeteries__area h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.cemeteries__area--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 60px;
  list-style-type: none;
  margin: 0 0 120px;
  padding: 0;
}
.cemeteries__area--list li h4 {
  margin-top: 0;
}
.cemeteries__area--list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.cemeteries__area--list li a {
  color: #007241;
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cemeteries__area--list li a::after {
  background-color: #007241;
  border-radius: 90%;
  color: #fff;
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  padding: 8px;
  margin-left: 20px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  .cemeteries__area--list {
    grid-template-columns: 1fr 1fr;
  }
  .cemeteries__area--list li h4 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
}
@media only screen and (max-width: 430px) {
  .cemeteries__area--list {
    grid-template-columns: 1fr;
  }
  .cemeteries__area--list li img {
    height: 200px;
  }
}
.cemeteries__single {
  padding-bottom: 65px;
}
.cemeteries__single .cemeter-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cemeteries__single .cemeter-img .main-img {
  width: 100%;
  height: 100%;
  max-height: 460px;
}
.cemeteries__single .cemeter-img .main-img img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cemeteries__single .cemeter-img .thumbnail-img {
  width: 100%;
}
.cemeteries__single .cemeter-img .thumbnail-img ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
}
.cemeteries__single .cemeter-img .thumbnail-img ul li {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cemeteries__single .cemeter-img .thumbnail-img ul li.swiper-slide-thumb-active {
  opacity: 0.7;
}
.cemeteries__single .cemeter-img .thumbnail-img ul li img {
  border-radius: 16px;
}
.cemeteries__single .cemeter-features {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  font-weight: 700;
}
.cemeteries__single .cemeter-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 40px;
}
.cemeteries__single .cemeter-info dl {
  margin: 0;
}
.cemeteries__single .cemeter-info dl:first-of-type {
  background-color: rgba(0, 128, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  min-height: 260px;
}
.cemeteries__single .cemeter-info dl:first-of-type dt, .cemeteries__single .cemeter-info dl:first-of-type dd {
  line-height: 1.8;
}
.cemeteries__single .cemeter-info dl:first-of-type dd {
  margin: 0;
}
.cemeteries__single .cemeter-info dl:first-of-type dd + dt {
  margin-top: 1em;
}
.cemeteries__single .cemeter-info dl:last-of-type {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.cemeteries__single .cemeter-info dl:last-of-type dt, .cemeteries__single .cemeter-info dl:last-of-type dd {
  border-top: 1px solid #CCCCCC;
  margin: 0;
  padding: 20px 24px;
}
.cemeteries__single .cemeter-info dl:last-of-type dt:last-of-type, .cemeteries__single .cemeter-info dl:last-of-type dd:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.cemeteries__single .cemeter-info dl:last-of-type dt {
  background-color: #F2F2F2;
  font-weight: 700;
}
.cemeteries__single .cemeter-info dl:last-of-type dd a {
  color: #007241;
}
.cemeteries__single .cemeter-info dl:last-of-type dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cemeteries__single .cemeter-info dl:last-of-type dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cemeteries__single .cemeter-map iframe {
  width: 100%;
  height: 368px;
}
@media only screen and (max-width: 960px) {
  .cemeteries__single .cemeter-img {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cemeteries__single .cemeter-img .main-img img {
    border-radius: 16px;
  }
  .cemeteries__single .cemeter-img .thumbnail-img ul li img {
    border-radius: 16px;
  }
  .cemeteries__single .cemeter-info {
    grid-template-columns: 1fr;
  }
  .cemeteries__single .cemeter-info dl:first-of-type {
    border-radius: 16px;
    min-height: auto;
  }
  .cemeteries__single .cemeter-info dl:last-of-type {
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  .cemeteries__single .cemeter-info dl:last-of-type dt, .cemeteries__single .cemeter-info dl:last-of-type dd {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .cemeteries__single .cemeter-img .thumbnail-img ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .cemeteries__single .cemeter-features {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .cemeteries__single .cemeter-info {
    grid-template-columns: 1fr;
  }
  .cemeteries__single .cemeter-info dl:first-of-type {
    border-radius: 16px;
    min-height: auto;
  }
  .cemeteries__single .cemeter-info dl:last-of-type {
    grid-template-columns: 1fr;
  }
  .cemeteries__single .cemeter-info dl:last-of-type dt, .cemeteries__single .cemeter-info dl:last-of-type dd {
    padding: 8px 16px;
  }
  .cemeteries__single .cemeter-info dl:last-of-type dt:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (max-width: 430px) {
  .cemeteries__single .cemeter-img .thumbnail-img ul li img {
    border-radius: 8px;
  }
  .cemeteries__single .cemeter-info dl:last-of-type dt, .cemeteries__single .cemeter-info dl:last-of-type dd {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}

.news h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .news h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.news__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news__links ul li a {
  cursor: pointer;
  width: 185px;
  height: 56px;
  background-color: #F2F2F2;
  border-radius: 20px 0 0 0;
  color: #333;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.6;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.news__links ul li a:hover {
  opacity: 0.75;
}
.news__links ul li a.cat-active {
  background-color: #5EB191;
  color: #fff;
}
.news__list {
  margin-top: 20px;
}
.news__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news__list ul li:last-of-type a {
  border-bottom: 1px solid #CCCCCC;
}
.news__list ul li a {
  border-top: 1px solid #CCCCCC;
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 36px;
  padding: 30px 50px 30px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.news__list ul li a::after {
  background-color: #007241;
  border-radius: 90px;
  color: #fff;
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  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;
  position: absolute;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  right: 15px;
  top: calc((100% - 32px) / 2);
}
.news__list ul li a:hover {
  background-color: rgba(94, 177, 145, 0.1);
}
.news__list ul li a .info-item-img img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__list ul li a dl {
  margin: 0;
}
.news__list ul li a dl dt .info-item-date {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  font-weight: 400;
}
.news__list ul li a dl dt .info-item-sname {
  background-color: #5EB191;
  border-radius: 90px;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-left: 26px;
  color: #fff;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  line-height: 1;
  padding: 4px 16px;
}
.news__list ul li a dl dt .info-item-title {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 0;
}
.news__list ul li a dl dd {
  color: #000;
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
.news__list ul li a dl dd p {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-bottom: 0;
}
.news__single h1 {
  margin-top: 80px;
}
.news__single .news-thum {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto;
  max-width: 100%;
}
.news__single .news-thum img {
  display: block;
}
.news__single .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__single .news-date {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  font-weight: 400;
}
.news__single .news-sname {
  background-color: #5EB191;
  border-radius: 90px;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-left: 24px;
  color: #fff;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  line-height: 1;
  padding: 4px 16px;
}
.news__single .news-cont {
  margin-top: 60px;
}
.news__single .news-cont h2 {
  border: none;
  border-left: 4px solid #5EB191;
  color: #333;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 600;
  padding: 0 0 0 14px;
  line-height: 1;
}
.news__single .news-cont h2:before, .news__single .news-cont h2:after {
  content: none;
}
.news__single .news-cont h3 {
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 700;
  border: none;
  color: #5EB191;
  padding-left: 0;
}
.news__single .news-cont h3::before {
  content: none;
}
.news__single .news-cont h4 {
  color: #333;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
}
.news__single .news-cont .wp-element-caption {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  text-align: right;
}
.news__single .news-cont .wp-caption-text {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  text-align: right;
}
.news__single .news-cont ol, .news__single .news-cont ul {
  margin: 0;
  padding-left: 20px;
  font-weight: bold;
  margin: 40px auto;
}
.news__single .news-cont ol ol, .news__single .news-cont ol ul, .news__single .news-cont ul ol, .news__single .news-cont ul ul {
  font-weight: normal;
  margin: 0;
}
.news__single .news-cont ol + ol, .news__single .news-cont ol + ul, .news__single .news-cont ul + ol, .news__single .news-cont ul + ul {
  margin-top: 6px;
}
.news__single .news-cont ol li, .news__single .news-cont ul li {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
}
.news__single .news-cont ol li ol, .news__single .news-cont ol li ul, .news__single .news-cont ul li ol, .news__single .news-cont ul li ul {
  margin-bottom: 12px;
}
.news__single .news-cont ol li li, .news__single .news-cont ul li li {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}
.news__single .news-cont a {
  text-decoration: none;
  color: #000;
  position: relative;
  cursor: pointer;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__single .news-cont a:visited {
  color: #000;
}
.news__single .news-cont a:hover {
  color: #007241;
}
.news__single .news-cont a[target=_blank]::after {
  content: "";
  background: url("../images/common/icon_exlink_g.svg") no-repeat;
  background-position: bottom;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 1.8em;
  margin-left: 5px;
}
.news__single .news-cont a[href*=".pdf"] {
  text-decoration: underline;
}
.news__single .news-cont a[href*=".pdf"]::after {
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat;
  background-position: bottom;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 1.8em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-left: 5px;
}
.news__single .news-cont a[href*=".docx"] {
  text-decoration: underline;
}
.news__single .news-cont a[href*=".docx"]::after {
  content: "";
  background: url("../images/common/icon_word.svg") no-repeat;
  background-position: bottom;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 1.8em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-left: 5px;
}
.news__single .news-cont a[href*=".xlsx"], .news__single .news-cont a[href*=".xls"] {
  text-decoration: underline;
}
.news__single .news-cont a[href*=".xlsx"]::after, .news__single .news-cont a[href*=".xls"]::after {
  content: "";
  background: url("../images/common/icon_excel.svg") no-repeat;
  background-position: bottom;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 1.8em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-left: 5px;
}
.news__single .news-cont figure {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 56px auto;
  max-width: 100%;
}
.news__single .news-cont img {
  width: 100%;
}
.news__single .news-cont blockquote {
  margin: 0 0.4em;
  background: #efefef;
  padding: 2px 12px;
}
.news__single .news-cont blockquote p {
  color: #333;
  line-height: 140%;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .news__links {
    padding-bottom: 40px;
  }
  .news__links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .news__links ul li a {
    width: auto;
    height: 40px;
    border-radius: 8px;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    line-height: 1.8;
    padding: 4px 20px;
  }
  .news__list ul li a {
    grid-template-columns: 1fr;
    padding: 15px 50px 15px 15px;
  }
  .news__list ul li a .info-item-img {
    display: none;
  }
  .news__list ul li a dl dt .info-item-date {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    font-weight: 400;
  }
  .news__list ul li a dl dt .info-item-sname {
    background-color: #5EB191;
    border-radius: 90px;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    margin-left: 16px;
    color: #fff;
    font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
    line-height: 1;
    padding: 5px 16px;
  }
  .news__list ul li a dl dt .info-item-title {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .news__list ul li a dl dd {
    display: none;
  }
  .news--box .info-area {
    padding-bottom: 80px;
  }
  .news--box .info-tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .news--box .info-tab .info-tab {
    cursor: pointer;
    width: auto;
    height: 40px;
    border-radius: 8px;
    padding: 4px 20px;
  }
  .news--box .info-list ul li a {
    grid-template-columns: 1fr;
    padding: 15px 50px 15px 15px;
  }
  .news--box .info-list ul li a:hover {
    b_ackground-color: rgba(94, 177, 145, 0.1);
  }
  .news--box .info-list ul li a .info-item-img {
    display: none;
  }
  .news--box .info-list ul li a dl dt .info-item-date {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    font-weight: 400;
  }
  .news--box .info-list ul li a dl dt .info-item-sname {
    background-color: #5EB191;
    border-radius: 90px;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    margin-left: 16px;
    color: #fff;
    font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
    line-height: 1;
    padding: 5px 16px;
  }
  .news--box .info-list ul li a dl dt .info-item-title {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .news--box .info-list ul li a dl dd {
    display: none;
  }
}
.reform * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.reform h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-bottom: 80px;
}
.reform h2 {
  border: none;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  padding: 0 0 0 1.5rem;
  position: relative;
  margin-bottom: 40px;
}
.reform h2::before {
  content: "";
  background-color: #5EB191;
  display: inline-block;
  width: 18px;
  height: 4px;
  top: calc((1.6em - 4px) / 2);
  left: 0;
  position: absolute;
}
.reform h2::after {
  content: none;
}
.reform h3 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.reform h3::before {
  content: none;
}
.reform h4 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
.reform h4::before {
  content: "";
  background-color: #5EB191;
  display: block;
  width: 4px;
  height: 1em;
  top: calc((1em - 4px) / 2);
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .reform h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .reform h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
  .reform h4 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
}
.reform-intro {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .reform-intro {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
    margin-bottom: 32px;
  }
}
.reform .reform-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
.reform .reform-comparison div:first-of-type figure::after {
  content: "";
  background-color: #B4DECD;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  width: 28px;
  height: 35px;
  position: absolute;
  left: calc(16px + 100%);
  bottom: 0;
}
.reform .reform-comparison div:first-of-type figcaption {
  color: #909090;
}
.reform .reform-comparison div:last-of-type figcaption {
  color: #5EB191;
}
.reform .reform-comparison figure {
  position: relative;
  margin: 0;
}
.reform .reform-comparison figure figcaption {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-top: 16px;
}
.reform .reform-comparison img {
  border-radius: 40px;
}
.reform .reform-comparison.no-comparison div figure::after {
  content: none;
}
.reform .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 80px;
}
.reform .two-column .reform-comparison {
  gap: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .reform .reform-comparison img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .reform .reform-comparison {
    gap: 32px;
  }
  .reform .reform-comparison div:first-of-type figure::after {
    width: 24px;
    height: 30px;
    left: calc(4px + 100%);
  }
  .reform .reform-comparison figure figcaption {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .reform .reform-comparison img {
    border-radius: 20px;
  }
  .reform .two-column {
    grid-template-columns: 1fr;
  }
  .reform .two-column .reform-comparison {
    gap: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .reform .reform-comparison {
    gap: 8px;
    margin-bottom: 40px;
  }
  .reform .reform-comparison div:first-of-type figure::after {
    content: "";
    width: 16px;
    height: 24px;
    left: calc(-4px + 100%);
  }
  .reform .reform-comparison figure figcaption {
    margin-top: 8px;
  }
  .reform .reform-comparison img {
    border-radius: 16px;
  }
  .reform .reform-comparison p {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
  .reform .two-column {
    grid-template-columns: 1fr;
    gap: 60px 40px;
  }
  .reform .two-column .reform-comparison {
    gap: 8px;
  }
}
.reform__inner {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .reform__inner {
    width: 100%;
  }
}
.reform__comparison {
  margin-bottom: 120px;
}
.reform__comparison--intro {
  margin-bottom: 60px;
}
.reform__comparison ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reform__comparison ul li {
  line-height: 1;
}
.reform__comparison ul li img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .reform__comparison {
    margin-bottom: 120px;
  }
  .reform__comparison--intro {
    margin-bottom: 60px;
  }
  .reform__comparison ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .reform__comparison ul li img {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .reform__comparison ul {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .reform__comparison ul li img {
    height: 100px;
  }
}
.reform__sculpture {
  margin-bottom: 120px;
}
.reform__sculpture ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reform__sculpture ul li {
  line-height: 1;
}
.reform__sculpture ul li img {
  border-radius: 16px;
}
.reform__sculpture ul li p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .reform__sculpture ul {
    grid-template-columns: 1fr 1fr;
  }
}
.reform__addwork {
  margin-bottom: 120px;
}
.reform__addwork ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reform__addwork ul img {
  border-radius: 16px;
}
.reform__addwork ul p {
  margin: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .reform__addwork ul {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .reform__addwork ul {
    gap: 8px;
  }
}
.reform__renovation {
  margin-bottom: 120px;
}
.reform__cleaning {
  margin-bottom: 120px;
}

.makegrave * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.makegrave h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-bottom: 80px;
}
.makegrave h2 {
  border: none;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  padding: 0 0 0 1.5rem;
  position: relative;
  margin-bottom: 50px;
}
.makegrave h2::before {
  content: "";
  background-color: #5EB191;
  display: inline-block;
  width: 18px;
  height: 4px;
  top: calc((1.6em - 4px) / 2);
  left: 0;
  position: absolute;
}
.makegrave h2::after {
  content: none;
}
.makegrave h3 {
  border-top: 1px solid #5EB191;
  border-bottom: 1px solid #5EB191;
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 40px;
}
.makegrave h3::before {
  content: none;
}
.makegrave h4 {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(25rem / 16, calc(0.02vw + 16vw * 0.5), 25rem / 16);
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-top: 1.6em;
  margin-bottom: 40px;
}
.makegrave h4::before {
  content: "";
  background-color: #5EB191;
  display: block;
  width: 4px;
  height: 1em;
  top: calc((1em - 4px) / 2);
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .makegrave h2 {
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .makegrave h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
  .makegrave h4 {
    margin-bottom: 0.8em;
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
}
.makegrave__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 70px;
  padding: 0;
}
.makegrave__nav ul li {
  list-style-type: none;
}
.makegrave__nav ul li a {
  background-color: #F2F2F2;
  border-radius: 28px;
  color: #333;
  display: inline-block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  width: 180px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.makegrave__nav ul li a:hover {
  background-color: #5EB191;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .makegrave__nav ul {
    margin: 40px 0 80px;
  }
  .makegrave__nav ul li a {
    border-radius: 24px;
    line-height: 1.6;
    width: 150px;
  }
}
.makegrave .detail-link {
  text-align: center;
  margin-top: 60px;
}
.makegrave .detail-link a {
  background-color: #7B7B7B;
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  padding: 24px 80px;
  position: relative;
  width: 345px;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.makegrave .detail-link a::after {
  content: "";
  background: url("../images/contact/icon_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
.makegrave .detail-link a:hover {
  background-color: #007241;
}
@media only screen and (max-width: 768px) {
  .makegrave .detail-link a {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave .detail-link a::after {
    right: 24px;
  }
}
.makegrave__ohaka {
  margin-bottom: 120px;
}
.makegrave__ohaka ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.makegrave__ohaka ul li {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
}
.makegrave__ohaka ul li + li {
  margin-top: 60px;
}
.makegrave__ohaka ul li h4 {
  margin-top: 0;
}
.makegrave__ohaka ul li img {
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.makegrave__ohaka ul li p.notes {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  margin-top: 0;
}
.makegrave__ohaka ul li p:has(+ .notes) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .makegrave__ohaka ul li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .makegrave__ohaka ul li + li {
    margin-top: 48px;
  }
  .makegrave__ohaka ul li img {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave__ohaka ul li img {
    height: 200px;
  }
}
.makegrave__boseki {
  margin-bottom: 120px;
}
.makegrave__boseki--inner p {
  margin: 0;
}
.makegrave__boseki--inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.makegrave__boseki--inner ul li h4 {
  margin: 0 0 20px;
}
.makegrave__boseki--inner ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .makegrave__boseki {
    margin-bottom: 120px;
  }
  .makegrave__boseki--inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .makegrave__boseki--inner ul {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave__boseki--inner ul {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px 0 0;
  }
}
.makegrave__bochi {
  margin-bottom: 120px;
}
.makegrave__bochi--point {
  margin-bottom: 120px;
}
.makegrave__bochi--point .point-list {
  background-color: #EDF7F3;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
}
.makegrave__bochi--point .point-list ul {
  list-style-type: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.makegrave__bochi--point .point-list ul li {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
}
.makegrave__bochi--point .point-list ul li::before {
  content: "";
  background: url("../images/perpetual/icon_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.1em;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .makegrave__bochi--point .point-list {
    border-radius: 16px;
    padding: 24px 32px;
  }
  .makegrave__bochi--point .point-list ul li {
    color: #333;
    font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
    font-weight: 700;
  }
  .makegrave__bochi--point .point-list ul li::before {
    content: "";
  }
}
.makegrave__bochi--fee {
  margin-bottom: 100px;
}
.makegrave__bochi--fee--inner {
  width: 80%;
  margin: 0 auto;
}
.makegrave__bochi--fee ul {
  display: grid;
  gap: 186px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.makegrave__bochi--fee ul li {
  position: relative;
}
.makegrave__bochi--fee ul li p {
  margin: 30px 0 0;
}
.makegrave__bochi--fee ul li .fee-name {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.makegrave__bochi--fee ul li .fee-name span {
  font-family: inherit;
  font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  display: block;
  line-height: 1.2;
}
.makegrave__bochi--fee ul li:first-of-type::after {
  color: #5EB191;
  content: "＋";
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(106rem / 16, calc(0.02vw + 16vw * 0.5), 106rem / 16);
  position: absolute;
  right: -93px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (max-width: 960px) {
  .makegrave__bochi--fee--inner {
    width: 90%;
  }
  .makegrave__bochi--fee ul {
    gap: 100px;
  }
  .makegrave__bochi--fee ul li .fee-name {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  }
  .makegrave__bochi--fee ul li .fee-name span {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .makegrave__bochi--fee ul li:first-of-type::after {
    font-size: clamp(60rem / 16, calc(0.02vw + 16vw * 0.5), 60rem / 16);
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .makegrave__bochi--fee--inner {
    width: 90%;
  }
  .makegrave__bochi--fee ul {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .makegrave__bochi--fee ul li img {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  .makegrave__bochi--fee ul li .fee-name {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  }
  .makegrave__bochi--fee ul li .fee-name span {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .makegrave__bochi--fee ul li:first-of-type::after {
    display: block;
    position: relative;
    font-size: clamp(60rem / 16, calc(0.02vw + 16vw * 0.5), 60rem / 16);
    text-align: center;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.makegrave__bochi--type {
  margin-bottom: 120px;
}
.makegrave__bochi--type h4 {
  margin-bottom: 20px;
}
.makegrave__bochi--type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.makegrave__bochi--type ul li {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
}
.makegrave__bochi--type ul li + li {
  margin-top: 60px;
}
.makegrave__bochi--type ul li h4 {
  margin-top: 0;
}
.makegrave__bochi--type ul li img {
  border-radius: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.makegrave__bochi--type ul li p.notes {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  margin-top: 0;
}
.makegrave__bochi--type ul li p:has(+ .notes) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .makegrave__bochi--type {
    margin-bottom: 120px;
  }
  .makegrave__bochi--type h4 {
    margin-bottom: 20px;
  }
  .makegrave__bochi--type ul li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .makegrave__bochi--type ul li + li {
    margin-top: 48px;
  }
  .makegrave__bochi--type ul li img {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave__bochi--type {
    margin-bottom: 120px;
  }
  .makegrave__bochi--type h4 {
    margin-bottom: 20px;
  }
  .makegrave__bochi--type ul li img {
    height: 200px;
  }
}
.makegrave__bochi--caution {
  margin-bottom: 120px;
}
.makegrave__bochi--caution ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.makegrave__bochi--caution ul li + li {
  margin-top: 60px;
}
.makegrave__bochi--caution ul li dl dt {
  color: #333;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
}
.makegrave__bochi--caution ul li dl dt::before {
  content: "";
  background: url("../images/perpetual/icon_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.1em;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  margin-right: 8px;
}
.makegrave__bochi--caution ul li dl dd {
  margin-left: 0;
}
.makegrave__bochi--caution ul li dl dd .caution-notes {
  background-color: #EDF7F3;
  border-radius: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 16px;
  width: 670px;
  max-width: 90%;
  margin: 1em auto 0;
  padding: 20px 30px;
}
.makegrave__bochi--caution ul li dl dd .caution-notes dt {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}
.makegrave__bochi--caution ul li dl dd .caution-notes dt::before {
  content: "";
  background: #5EB191;
  border-radius: 90px;
  width: 1em;
  height: 1em;
}
.makegrave__bochi--caution ul li dl dd .caution-notes dd {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .makegrave__bochi--caution ul li + li {
    margin-top: 40px;
  }
  .makegrave__bochi--caution ul li dl dt {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .makegrave__bochi--caution ul li dl dt::before {
    width: 1.2em;
    height: 1.2em;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    margin-right: 8px;
  }
  .makegrave__bochi--caution ul li dl dd .caution-notes {
    border-radius: 16px;
    grid-template-columns: 1fr;
  }
  .makegrave__bochi--caution ul li dl dd .caution-notes dd {
    margin-left: 1.5em;
  }
}
.makegrave__flow {
  margin-bottom: 100px;
}
.makegrave__flow--inner {
  margin-top: 80px;
}
.makegrave__flow--inner ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.makegrave__flow--inner ol li {
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 240px 4fr;
  gap: 40px;
  padding: 50px 50px 50px 0;
  position: relative;
  z-index: 1;
}
.makegrave__flow--inner ol li::after {
  content: "";
  display: block;
  background-color: #EDF7F3;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 160px;
  height: 50px;
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.makegrave__flow--inner ol li:last-of-type::after {
  content: none;
}
.makegrave__flow--inner ol li + li {
  margin-top: 58px;
}
.makegrave__flow--inner ol li .flow-no {
  border-right: 1px solid #CCCCCC;
  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;
  height: 100%;
}
.makegrave__flow--inner ol li .flow-no p {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.makegrave__flow--inner ol li .flow-no span {
  display: block;
  font-family: inherit;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
}
.makegrave__flow--inner ol li .flow-img img {
  height: 160px;
}
.makegrave__flow--inner ol li .flow-txt h3 {
  border: none;
  color: #333;
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  margin: 0;
  padding: 0;
}
.makegrave__flow--inner ol li .flow-txt h3::before {
  content: none;
}
.makegrave__flow--inner ol li .flow-txt p {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .makegrave__flow--inner ol {
    width: 100%;
  }
  .makegrave__flow--inner ol li {
    grid-template-columns: 200px 1fr;
    grid-template-areas: "no no" "img txt";
    gap: 16px 24px;
    padding: 32px;
    position: relative;
    z-index: 1;
  }
  .makegrave__flow--inner ol li::after {
    content: "";
    display: block;
    background-color: #EDF7F3;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 160px;
    height: 50px;
    position: absolute;
    bottom: -51px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .makegrave__flow--inner ol li:last-of-type::after {
    content: none;
  }
  .makegrave__flow--inner ol li .flow-no {
    grid-area: no;
    border-right: none;
  }
  .makegrave__flow--inner ol li .flow-no p {
    line-height: 1.2;
  }
  .makegrave__flow--inner ol li .flow-no span {
    display: inline;
    font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
    padding-left: 16px;
  }
  .makegrave__flow--inner ol li .flow-img {
    grid-area: img;
    text-align: center;
  }
  .makegrave__flow--inner ol li .flow-txt {
    grid-area: txt;
  }
  .makegrave__flow--inner ol li .flow-txt h3 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
  .makegrave__flow--inner ol li .flow-txt p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .makegrave__flow--inner ol li {
    grid-template-columns: 1fr;
    grid-template-areas: "no" "img" "txt";
    padding: 16px 24px 24px;
  }
  .makegrave__flow--inner ol li::after {
    width: 160px;
    height: 32px;
    bottom: -33px;
  }
  .makegrave__flow--inner ol li + li {
    margin-top: 38px;
  }
  .makegrave__flow--inner ol li .flow-txt h3 {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
  .makegrave__flow--inner ol li .flow-txt p {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave__flow--inner {
    margin-top: 40px;
  }
  .makegrave__flow--inner ol li {
    grid-template-columns: 1fr;
    grid-template-areas: "no" "img" "txt";
    padding: 16px 24px 24px;
  }
  .makegrave__flow--inner ol li::after {
    width: 160px;
    height: 32px;
    bottom: -33px;
  }
  .makegrave__flow--inner ol li + li {
    margin-top: 38px;
  }
  .makegrave__flow--inner ol li .flow-no span {
    padding-left: 8px;
  }
  .makegrave__flow--inner ol li .flow-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.makegrave__aftercare--inner {
  background-color: #EDF7F3;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 216px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin: 50px auto 0;
  padding: 50px 100px;
}
.makegrave__aftercare--inner .warranty-ttl {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
  font-weight: 700;
  margin: 0;
}
.makegrave__aftercare--inner .warranty-ttl span {
  color: #F56F61;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 960px) {
  .makegrave__aftercare--inner {
    padding: 50px 80px;
  }
  .makegrave__aftercare--inner .warranty-ttl {
    font-size: clamp(34rem / 16, calc(0.02vw + 16vw * 0.5), 34rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .makegrave__aftercare--inner {
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 32px 48px;
  }
  .makegrave__aftercare--inner .warranty-img {
    text-align: center;
  }
  .makegrave__aftercare--inner .warranty-img img {
    max-height: 80%;
  }
  .makegrave__aftercare--inner .warranty-ttl {
    font-size: clamp(48rem / 16, calc(0.02vw + 16vw * 0.5), 48rem / 16);
    text-align: center;
  }
}
@media only screen and (max-width: 430px) {
  .makegrave__aftercare--inner {
    gap: 24px;
    padding: 24px;
  }
  .makegrave__aftercare--inner .warranty-img {
    text-align: center;
  }
  .makegrave__aftercare--inner .warranty-img img {
    max-height: 80%;
  }
  .makegrave__aftercare--inner .warranty-ttl {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
    text-align: center;
    line-height: 1.4;
  }
  .makegrave__aftercare--inner .warranty-ttl span {
    display: block;
  }
}

.lineup h1 {
  margin-bottom: 80px;
}
.lineup h2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  .lineup h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .lineup h1 {
    margin-bottom: 40px;
  }
  .lineup h2 {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
    margin-bottom: 24px;
  }
}
.lineup__item--inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 55% 1fr;
  gap: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 0 40px;
}
.lineup__item--inner.item-wagata {
  background-image: url("../images/makegrave/lineup/wagata_bak.jpg");
  margin-bottom: 200px;
}
.lineup__item--inner.item-yougata {
  background-image: url("../images/makegrave/lineup/yougata_bak.jpg");
  margin-bottom: 154px;
}
.lineup__item--inner.item-designgata {
  background-image: url("../images/makegrave/lineup/designgata_bak.jpg");
  margin-bottom: 220px;
}
.lineup__item--inner .item-img {
  height: 100%;
  position: relative;
}
.lineup__item--inner .item-img img {
  top: -40px;
  position: absolute;
}
.lineup__item--inner p {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 1300px) {
  .lineup__item--inner {
    height: 350px;
  }
}
@media only screen and (max-width: 1100px) {
  .lineup__item--inner .item-img {
    padding: 24px 0;
  }
  .lineup__item--inner .item-img img {
    top: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .lineup__item--inner {
    grid-template-columns: 40% 1fr;
    gap: 24px;
    height: auto;
    margin-bottom: 120px !important;
  }
  .lineup__item--inner .item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
  }
  .lineup__item--inner .item-img img {
    position: relative;
    top: auto;
  }
  .lineup__item--inner p {
    font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 20rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .lineup__item--inner {
    grid-template-columns: 1fr;
    padding: 24px;
    background-position: bottom;
  }
  .lineup__item--inner .item-img {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lineup__item--inner .item-img img {
    width: 80%;
  }
  .lineup__item--inner p {
    margin: 0;
  }
}
.lineup__contact p {
  color: #5EB191;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .lineup__contact p {
    font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 28rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .lineup__contact p {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
}

.contact section section {
  margin-bottom: 50px;
}
.contact * {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.contact h1 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-bottom: 60px;
}
.contact h2 {
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
}
.contact h2::before {
  content: none;
}
.contact .req {
  background-color: #DD0000;
  border-radius: 3px;
  color: #fff;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  padding: 0 6px;
}
.contact__step {
  margin-top: 60px;
  text-align: center;
}
.contact__step img {
  max-width: 100%;
}
.contact__ex {
  text-align: center;
}
.contact__ex p {
  line-height: 1.8;
}
.contact__ex .req {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .contact__ex p {
    text-align: left;
    line-height: 1.6;
  }
}
.contact__form dl {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  margin-bottom: 60px;
}
.contact__form dl dt, .contact__form dl dd {
  border-top: 1px solid #CCCCCC;
  padding: 50px 30px;
}
.contact__form dl dt:last-of-type, .contact__form dl dd:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.contact__form dl dt {
  background-color: #EDF7F3;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form dl dt .req {
  margin-left: 0.5rem;
}
.contact__form dl dd {
  margin-left: 0;
}
.contact__form dl dd:first-of-type {
  padding: 50px 20px 20px;
}
.contact__form dl dd:first-of-type .wpcf7-list-item {
  margin: 0 2rem 1rem 0.5rem;
}
.contact__form label span {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}
.contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel], .contact__form textarea {
  border: 2px solid #CDD6DD;
  border-radius: 0;
  padding: 22px 20px;
  width: 80%;
}
.contact__form input[type=text]:focus, .contact__form input[type=email]:focus, .contact__form input[type=tel]:focus, .contact__form textarea:focus {
  border: 2px solid #5EB191;
  outline-color: #5EB191;
}
.contact__form .agree-area {
  text-align: center;
  line-height: 1.8;
  width: 60%;
  margin: 0 auto;
}
.contact__form .agree-area p {
  margin: 2rem 0;
}
.contact__form .agree-area p:first-of-type {
  margin: 1rem 0;
}
.contact__form .agree-area a {
  color: #5EB191;
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}
.contact__form .contact-btn {
  background-color: #7B7B7B;
  border-radius: 90px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.contact__form .contact-btn p {
  margin: 0;
}
.contact__form .contact-btn p .wpcf7-spinner {
  position: absolute;
}
.contact__form .contact-btn p .wpcf7-spinner::before {
  left: calc(100% + 60px);
}
.contact__form .contact-btn::after {
  content: url("../images/contact/icon_arrow.svg");
  width: 30px;
  height: 20px;
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  position: absolute;
  top: 50%;
  right: 90px;
}
.contact__form .contact-btn:hover {
  background-color: #007241;
}
.contact__form .contact-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.contact__form input[type=submit], .contact__form input[type=button] {
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  padding: 26px 90px;
  width: 345px;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .contact__form dl {
    grid-template-columns: 1fr;
  }
  .contact__form dl dt, .contact__form dl dd {
    padding: 10px 20px;
  }
  .contact__form dl dt p, .contact__form dl dd p {
    margin: 0;
  }
  .contact__form dl dd {
    margin-left: 0;
    padding: 20px 10px;
  }
  .contact__form dl dd:first-of-type {
    padding: 20px 10px;
  }
  .contact__form dl dd:first-of-type .wpcf7-list-item {
    margin: 0 2rem 0 0.5rem;
  }
  .contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel], .contact__form textarea {
    padding: 16px;
    width: 100%;
  }
  .contact__form .agree-area {
    line-height: 1.2;
    width: 100%;
  }
  .contact__form .agree-area p {
    line-height: 1.6;
    margin: 2rem 0;
  }
  .contact__form .agree-area p:first-of-type {
    margin: 1rem 0;
  }
  .contact__form .agree-area a {
    color: #5EB191;
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .contact__form .contact-btn {
    background-color: #7B7B7B;
    border-radius: 90px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .contact__form .contact-btn p {
    margin: 0;
  }
  .contact__form .contact-btn p .wpcf7-spinner {
    position: absolute;
  }
  .contact__form .contact-btn p .wpcf7-spinner::before {
    left: calc(100% + 60px);
  }
  .contact__form .contact-btn::after {
    content: url("../images/contact/icon_arrow.svg");
    width: 30px;
    height: 20px;
    -webkit-transform: translate(50px, -50%);
            transform: translate(50px, -50%);
    position: absolute;
    top: 50%;
    right: 90px;
  }
  .contact__form .contact-btn:hover {
    background-color: #007241;
  }
  .contact__form .contact-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .contact__form input[type=submit], .contact__form input[type=button] {
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-weight: 700;
    padding: 26px 90px;
    width: 345px;
    max-width: 100%;
    height: 100%;
  }
}

.home__cslide .swiper-slide {
	margin: 0 3px;
}

.closed__faq {
	margin-top: 120px;
}

.home__kv--catch p {
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .home__kv--catch p {
    font-size: 12px;
  }
}