@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #425C4E;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

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

.main {
  position: relative;
  min-height: 100vh;
}

.page-main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
.en,
.title,
.number {
  font-family: "Lora", serif;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner {
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}

.inner1200 {
  max-width: 124rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1200 {
    padding: 0 2rem;
  }
}

.inner900 {
  max-width: 94rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner900 {
    padding: 0 2rem;
  }
}

.inner1680 {
  max-width: 172rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1680 {
    padding: 0 4rem;
  }
}

.inner1080 {
  max-width: 112rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.mv {
  position: relative;
  aspect-ratio: 1920/543;
  position: relative;
  z-index: 1;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mv-layer.webp") center center/cover no-repeat;
  pointer-events: none;
}
.mv .mv-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 430/530;
  }
  .mv img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}

.page-title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 4rem;
    top: 50%;
    white-space: nowrap;
  }
}

.title-area__right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-top: 18rem;
  padding-right: 12rem;
}
@media (max-width: 767px) {
  .title-area__right {
    padding-right: 2rem;
    margin-top: 8rem;
  }
}
.title-area__right .border005 {
  width: 100vw;
  border-top: 3px solid #181408;
  height: 0;
  margin-top: 2.5rem;
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
@media (max-width: 767px) {
  .title-area__right .border005 {
    -webkit-transform: skewY(-11.57deg);
            transform: skewY(-11.57deg);
    top: -7rem;
  }
}
.title-area__right .section-title__en {
  font-size: 17rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .title-area__right .section-title__en {
    font-size: 4.8rem;
  }
}
.title-area__right .section-title__ja {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .title-area__right .section-title__ja {
    font-size: 2rem;
  }
}

.title-area__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: 18rem;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .title-area__left {
    padding-left: 2rem;
    margin-top: 8rem;
  }
}
.title-area__left .border175 {
  width: 100vw;
  border-top: 3px solid #181408;
  height: 0;
  margin-top: 2.5rem;
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (max-width: 767px) {
  .title-area__left .border175 {
    -webkit-transform: skewY(11.57deg);
            transform: skewY(11.57deg);
    top: -7rem;
  }
}
.title-area__left .section-title__en {
  font-size: 17rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 767px) {
  .title-area__left .section-title__en {
    font-size: 4.8rem;
  }
}
.title-area__left .section-title__ja {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .title-area__left .section-title__ja {
    font-size: 2rem;
  }
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 14.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: rgba(195, 234, 212, 0.9);
  pointer-events: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    height: 6.7rem;
    display: block;
    opacity: 1;
    background: none;
  }
}
.l-header.is-visible {
  background: rgba(195, 234, 212, 0.9);
  pointer-events: auto;
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 2rem;
  }
}

.l-header-logo {
  width: 34.6rem;
}
@media (max-width: 767px) {
  .l-header-logo {
    width: 17.5rem;
  }
}

.l-header__wrap--right {
  padding-top: 1.5rem;
}

.header-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.8rem;
}

.reserve-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserve-tel span {
  font-size: 4rem;
  padding-left: 1rem;
}

.reserve-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5922e;
  color: #fff;
  border-radius: 0 4rem 0 4rem;
  padding: 2rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.reserve-web .icon {
  width: 7.8rem;
}
.reserve-web .arrow {
  width: 4.5rem;
  padding-bottom: 1rem;
}

.header-navi {
  padding: 1.5rem 0;
}
.header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 6rem;
  height: 6rem;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
  background: transparent;
}
.hamburger span {
  display: block;
  background: #256b2c;
  margin: 0.5rem 0;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0.4rem;
}
.hamburger span:nth-child(1) {
  width: 3.5rem;
}
.hamburger span:nth-child(2) {
  width: 2.5rem;
}
.hamburger span:nth-child(3) {
  width: 1.5rem;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(1.3rem) rotate(45deg);
          transform: translateY(1.3rem) rotate(45deg);
  width: 3.5rem;
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1.3rem) rotate(-45deg);
          transform: translateY(-1.3rem) rotate(-45deg);
  width: 3.5rem;
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 1rem 1rem 0 auto;
    z-index: 200;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg-sp-navi.webp") center center no-repeat;
  opacity: 1;
  z-index: 100;
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  padding: 18rem 12rem 0;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 3.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  text-decoration: none;
}
.hamburger-menu .hamburger-menu__list .arrow {
  width: 5.2rem;
  padding-bottom: 1rem;
}

.l-footer {
  background: url("../images/bg-footer.webp") center -7rem no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 0rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 0;
    background: url("../images/bg-footer-sp.webp") center 22rem no-repeat;
    background-size: contain;
  }
}
.l-footer .l-footer__logo {
  width: 34.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__logo {
    width: 20rem;
  }
}
.l-footer .l-footer__info {
  text-align: center;
}
.l-footer .l-footer__info--address {
  margin-top: 4rem;
}
.l-footer .l-footer__info--tel {
  margin-top: 2rem;
}
.l-footer .l-footer__info--tel span {
  font-size: 4rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__info--tel span {
    font-size: 3rem;
  }
}
.l-footer .l-footer__nav-list {
  width: 103.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    text-align: center;
    margin-top: 4rem;
  }
}
.l-footer .l-copyright {
  background: #3F855F;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-pt3 {
  padding-top: 3rem !important;
}

.u-pt3 th,
.u-pt3 td {
  padding-top: 3rem !important;
}

.u-bg__none {
  background: none !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.top-fv {
  position: relative;
}
.top-fv .fv-swiper,
.top-fv .swiper-slide {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-fv .fv-swiper,
  .top-fv .swiper-slide {
    position: relative;
    z-index: 1;
  }
  .top-fv .fv-swiper::before,
  .top-fv .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/sp-layer.webp") center center/contain no-repeat;
    pointer-events: none;
  }
}
.top-fv .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv .fv-slide__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 6rem;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-fv .fv-slide__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}

.news {
  background: #C6E1D2 url("../images/bg-news.webp") center center/cover no-repeat;
  position: relative;
  padding: 10rem 0 12rem;
}
@media (max-width: 767px) {
  .news {
    background: #C6E1D2 url("../images/bg-news-sp.webp") center center/cover no-repeat;
    padding: 4rem 0 8rem;
  }
}
.news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.news .section-title__news--en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .news .section-title__news--en {
    font-size: 5rem;
    text-align: center;
  }
}
.news .section-title__news--ja {
  margin-top: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news .section-title__news--ja {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
  }
}
.news .news-content {
  width: 65.625%;
  height: 25.6rem;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 8rem 4rem;
  overflow-y: auto;
  scrollbar-color: #3F855F transparent;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .news .news-content {
    width: 100%;
    height: 100%;
    padding: 1rem 4rem 4rem;
  }
}
.news .news-content::-webkit-scrollbar {
  width: 1rem;
}
.news .news-content::-webkit-scrollbar-thumb {
  background: #3F855F;
  border-radius: 0;
}
.news .news-content::-webkit-scrollbar-track {
  background: transparent;
}
.news .news-items {
  padding-top: 4rem;
}
.news .news-item {
  padding-top: 2rem;
}
.encounter {
  padding: 8rem 0 32rem;
  background-image: url("../images/bg-encounter.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center calc(100% - 6rem);
}
@media (max-width: 767px) {
  .encounter {
    padding-top: 0;
    background-image: url("../images/bg-encounter-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
  }
}
.encounter .encounter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 767px) {
  .encounter .encounter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.encounter .encounter-textarea {
  padding-left: 32rem;
}
@media (max-width: 767px) {
  .encounter .encounter-textarea {
    padding-left: 0;
  }
}
.encounter .encounter-textarea .titlearea .title__en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .encounter .encounter-textarea .titlearea .title__en {
    font-size: 5rem;
    text-align: center;
  }
}
.encounter .encounter-textarea .titlearea .title__ja {
  font-size: 2.5rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .encounter .encounter-textarea .titlearea .title__ja {
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
  }
}
.encounter .encounter-textarea .encounter-text {
  line-height: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .encounter .encounter-textarea .encounter-text {
    padding: 0 4rem;
    text-align: center;
  }
}
.encounter .encounter-image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .encounter .encounter-image {
    width: 100%;
  }
}

.service .section-title__service {
  font-size: 12rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#3F855F), to(#9CCF59));
  background: linear-gradient(to bottom, #3F855F, #9CCF59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .service .section-title__service {
    font-size: 6rem;
  }
}
.service .service-content-area {
  background: url("../images/bg-green.webp") repeat-y center center;
  background-size: contain;
  -webkit-clip-path: polygon(0 17rem, 50% 0, 100% 17rem, 100% 100%, 0 100%);
          clip-path: polygon(0 17rem, 50% 0, 100% 17rem, 100% 100%, 0 100%);
  position: relative;
  padding: 24rem 0 12rem;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .service .service-content-area {
    -webkit-clip-path: polygon(0 7.5rem, 50% 0, 100% 7.5rem, 100% 100%, 0 100%);
            clip-path: polygon(0 7.5rem, 50% 0, 100% 7.5rem, 100% 100%, 0 100%);
    margin-top: -2rem;
    padding: 10rem 0 6rem;
  }
}
.service .service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .service .service-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.service .service-head__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .service .service-head__image {
    width: 100%;
  }
}
.service .service-head__textarea {
  width: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 13.4rem 22rem 2rem;
}
@media (max-width: 767px) {
  .service .service-head__textarea {
    width: 100%;
    padding: 5.5rem 6rem;
  }
}
.service .service-head__textarea::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  border: 1px solid #425C4E;
  pointer-events: none;
  z-index: 1;
}
.service .service-head__title {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .service .service-head__title {
    font-size: 4rem;
  }
}
.service .service-head__text {
  margin-top: 3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .service .service-head__text {
    margin-top: 2rem;
    text-align: center;
  }
}
.service .service-content {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .service .service-content {
    margin-top: 6rem;
  }
}
.service .service-flex {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .service .service-flex {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .service .service-flex__odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.service .service-flex__textarea {
  width: 60rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 9rem 7rem 2rem;
}
@media (max-width: 767px) {
  .service .service-flex__textarea {
    width: 100%;
    padding: 5.5rem;
  }
}
.service .service-flex__textarea::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  border: 1px solid #425C4E;
  pointer-events: none;
  z-index: 1;
}
.service .service-flex__title {
  text-align: center;
}
.service .service-flex__title .title__en {
  font-size: 5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .service .service-flex__title .title__en {
    font-size: 3rem;
  }
}
.service .service-flex__title .title__ja {
  font-size: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .service .service-flex__title .title__ja {
    font-size: 1.8rem;
  }
}
.service .service-flex__text {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .service .service-flex__text {
    margin-top: 2rem;
    text-align: center;
  }
}
.service .c-link-btn {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .service .c-link-btn {
    margin-top: 2rem;
  }
}
.service .service-flex__image {
  width: 60rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .service .service-flex__image {
    width: 100%;
  }
}
.service .service-flex__even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .service .service-flex__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about {
  padding: 8rem 0;
  background: #fff7e1 url("../images/bg-about.webp") center bottom no-repeat;
  background-size: 100% 60%;
}
@media (max-width: 767px) {
  .about {
    background: #fff7e1 url("../images/bg-about-sp.webp") center bottom no-repeat;
    background-size: 100% 30%;
    padding: 0 2rem 16rem;
  }
}
.about .titlearea {
  width: 84.2rem;
  border-bottom: 1px solid #425C4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .about .titlearea {
    width: 100%;
    padding: 2rem 0;
  }
}
.about .title__en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .about .title__en {
    font-size: 4rem;
  }
}
.about .title__ja {
  font-size: 2.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .about .title__ja {
    font-size: 1.8rem;
  }
}
.about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.about .about-content__textarea {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .about .about-content__textarea {
    padding-right: 0;
  }
}
.about .about-content__title {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about .about-content__title {
    font-size: 2rem;
  }
}
.about .about-content__text {
  line-height: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about .about-content__text {
    margin-top: 2rem;
  }
}
.about .about-content__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .about .about-content__image {
    width: 100%;
    padding-top: 4rem;
  }
}

.link-area .link-area__top {
  padding: 8rem 0 10rem;
  background: url("../images/bg-linkarea.webp") center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .link-area .link-area__top {
    background: url("../images/bg-linkarea-sp.webp") center center no-repeat;
    background-size: contain;
    padding: 4rem 5rem;
  }
}
.link-area .link-area-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .link-area .link-area-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.link-area .link-area-content__head {
  padding: 3rem 0;
  text-align: center;
  background: #3F855F;
  color: #fff;
  line-height: 1.2;
  border-radius: 0 4rem 0 4rem;
}
@media (max-width: 767px) {
  .link-area .link-area-content__head {
    padding: 2rem 0;
  }
}
.link-area .link-area-content__image {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .link-area .link-area-content__image {
    margin-top: 1rem;
  }
}
.link-area .link-area__bottom {
  background: url("../images/bg-banner.webp") center center no-repeat;
  background-size: cover;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .link-area .link-area__bottom {
    padding: 4rem;
  }
}
.link-area .link-banner {
  display: block;
  width: 84rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .link-area .link-banner {
    width: 35rem;
  }
}

.blog {
  background: url("../images/bg-green2.webp") repeat-y center center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .blog {
    padding: 4rem 2rem;
    background: url("../images/bg-green2-sp.webp") repeat-y center center;
    background-size: cover;
  }
}
.blog .titlearea {
  width: 84.2rem;
  border-bottom: 1px solid #425C4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .blog .titlearea {
    width: 100%;
    gap: 2rem;
    padding-bottom: 2rem;
  }
}
.blog .title__en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .blog .title__en {
    font-size: 5rem;
  }
}
.blog .title__ja {
  font-size: 2.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .blog .title__ja {
    font-size: 1.8rem;
  }
}
.blog .blog-content {
  margin-top: 4rem;
}
.blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.blog .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .blog .blog-item {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .blog .blog-date {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog .blog-title {
    text-align: center;
  }
}
.page-main__business .business-contents {
  background: url("../images/bg-green2.webp") repeat-y center center;
  background-size: contain;
  width: 100%;
  position: relative;
  padding: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
@media (max-width: 767px) {
  .page-main__business .business-contents {
    padding: 4rem 2rem;
    background: url("../images/bg-green2-sp.webp") repeat-y center center;
    background-size: cover;
    gap: 6rem;
  }
}
.page-main__business .business-category {
  background: rgba(255, 255, 255, 0.85);
  padding: 8rem 20rem;
}
@media (max-width: 767px) {
  .page-main__business .business-category {
    padding: 4rem 2rem;
  }
}
.page-main__business .business-category__title--en {
  font-size: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__business .business-category__title--en {
    font-size: 3rem;
  }
}
.page-main__business .business-category__title--ja {
  font-size: 3rem;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__business .business-category__title--ja {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-main__business .business-category__head--text {
  line-height: 2;
  margin: 6rem auto 0;
  max-width: 96rem;
}
@media (max-width: 767px) {
  .page-main__business .business-category__head--text {
    line-height: 1.6;
    margin-top: 3rem;
  }
}
.page-main__business .business-category__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
  padding-bottom: 10rem;
  border-bottom: 2px solid #779B8C;
}
@media (max-width: 767px) {
  .page-main__business .business-category__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
}
.page-main__business .business-category__flex:first-child {
  margin-top: 10rem;
}
.page-main__business .business-category__flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-main__business .business-category__flex--image {
  width: 48rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-main__business .business-category__flex--image {
    width: 100%;
  }
}
.page-main__business .business-category__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-main__business .business-category__flex--title {
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-main__business .business-category__flex--title {
    font-size: 2rem;
  }
}
.page-main__business .business-category__flex--text {
  line-height: 2;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-main__business .business-category__flex--text {
    margin-top: 2rem;
  }
}
.page-main__business .business-category__flex--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .page-main__business .business-category__flex--even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem !important;
  }
}

.page-main__faq {
  /* 疑似要素で+/-を切り替え */
  /* アコーディオン本体 */
  /* detailsがopenのとき */
}
.page-main__faq .faq-contents {
  background: url("../images/bg-page-faq.webp") center center no-repeat;
  background-size: cover;
  padding: 4.6rem 0 12rem;
}
@media (max-width: 767px) {
  .page-main__faq .faq-contents {
    padding: 2rem 0 6rem;
  }
}
.page-main__faq .faq-category .faq-titile {
  font-size: 5rem;
  margin: 12rem 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__faq .faq-category .faq-titile {
    font-size: 3rem;
    margin: 6rem 0 4rem;
  }
}
.page-main__faq .faq-category .faq-item {
  padding: 4rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #779B8C;
}
@media (max-width: 767px) {
  .page-main__faq .faq-category .faq-item {
    padding: 2rem;
  }
}
.page-main__faq .faq-category .faq-item:first-child {
  border-top: 1px solid #779B8C;
}
.page-main__faq .faq-category .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
.page-main__faq .faq-category .q-icon {
  font-size: 4rem;
  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;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .page-main__faq .faq-category .q-icon {
    font-size: 3rem;
    margin-right: 2rem;
  }
}
.page-main__faq .faq-category .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-main__faq .faq-category .mark {
  font-size: 8rem;
  text-align: center;
  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;
  position: relative;
}
@media (max-width: 767px) {
  .page-main__faq .faq-category .mark {
    font-size: 4rem;
  }
}
.page-main__faq .faq-category .a-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
.page-main__faq .faq-category .a-icon {
  font-size: 4rem;
  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;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .page-main__faq .faq-category .a-icon {
    font-size: 3rem;
    margin-right: 2rem;
  }
}
.page-main__faq .mark::after {
  content: "+";
  -webkit-transition: content 0.3s;
  transition: content 0.3s;
}
.page-main__faq .faq-item.open .mark::after {
  content: "−";
}
.page-main__faq .a-item {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  line-height: 1.8;
}
.page-main__faq .faq-item.open .a-item {
  padding-top: 4rem;
  max-height: 500px;
  /* 十分大きな値に */
  opacity: 1;
}
@media (max-width: 767px) {
  .page-main__faq .faq-item.open .a-item {
    padding-top: 2rem;
  }
}

.page-main__thoughts .page-encounter {
  padding: 12rem 0 14rem;
  background: #fff7e1 url("../images/bg-about.webp") center bottom no-repeat;
  background-size: 100% 60%;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-encounter {
    background: #fff7e1 url("../images/bg-about-sp.webp") center bottom no-repeat;
    background-size: 100% 30%;
    padding: 6rem 0 7rem;
  }
}
.page-main__thoughts .contents-title {
  font-size: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__thoughts .contents-title {
    font-size: 3rem;
  }
}
.page-main__thoughts .encounter-contents__title {
  font-size: 3rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .page-main__thoughts .encounter-contents__title {
    font-size: 2rem;
    padding: 3rem 0;
    line-height: 1.6;
  }
}
.page-main__thoughts .encounter-contents__text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-main__thoughts .encounter-contents__text {
    line-height: 1.6;
  }
}
.page-main__thoughts .page-service {
  padding: 12rem;
  background: url("../images/bg-page-thought01.webp") center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service {
    padding: 6rem 2rem;
  }
}
.page-main__thoughts .service-contents {
  background: rgba(255, 255, 255, 0.85);
  padding: 8rem 20rem;
}
@media (max-width: 767px) {
  .page-main__thoughts .service-contents {
    padding: 4rem 2rem;
  }
}
.page-main__thoughts .page-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
  padding-bottom: 10rem;
  border-bottom: 2px solid #779B8C;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
}
.page-main__thoughts .page-service__flex:first-child {
  margin-top: 10rem;
}
.page-main__thoughts .page-service__flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-main__thoughts .page-service__flex--image {
  width: 48rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service__flex--image {
    width: 100%;
  }
}
.page-main__thoughts .page-service__flex--title {
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service__flex--title {
    font-size: 2rem;
  }
}
.page-main__thoughts .page-service__flex--text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service__flex--text {
    margin-top: 2rem;
  }
}
.page-main__thoughts .page-service__flex--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .page-main__thoughts .page-service__flex--even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem !important;
  }
}

.page-main__company .company-about {
  padding: 8rem 0;
  background: #fff7e1 url("../images/bg-about.webp") center center no-repeat;
  background-size: 100% 50%;
}
@media (max-width: 767px) {
  .page-main__company .company-about {
    background: #fff7e1 url("../images/bg-about-sp.webp") center bottom no-repeat;
    background-size: 100% 25%;
    padding: 4rem 2rem 16rem;
  }
}
.page-main__company .company-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .page-main__company .company-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.page-main__company .company-about__flex--image {
  width: 56rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media (max-width: 767px) {
  .page-main__company .company-about__flex--image {
    width: 100%;
  }
}
.page-main__company .company-about__flex--title {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .page-main__company .company-about__flex--title {
    font-size: 3rem;
  }
}
.page-main__company .company-about__flex--sub-title {
  font-size: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__company .company-about__flex--sub-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-main__company .company-about__flex--text {
  line-height: 2;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-main__company .company-about__flex--text {
    margin-top: 3rem;
  }
}
.page-main__company .company-profile {
  background: url("../images/bg-company.webp") center center no-repeat;
  background-size: cover;
  padding: 12rem;
}
@media (max-width: 767px) {
  .page-main__company .company-profile {
    padding: 6rem 2rem;
  }
}
.page-main__company .company-profile__contents {
  background: rgba(255, 255, 255, 0.55);
  padding: 8rem 20rem;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__contents {
    padding: 4rem 2rem;
  }
}
.page-main__company .company-profile__title--en {
  font-size: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__title--en {
    font-size: 3rem;
  }
}
.page-main__company .company-profile__title--ja {
  font-size: 3rem;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__title--ja {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-main__company .company-profile__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 8rem;
}
.page-main__company .company-profile__table th, .page-main__company .company-profile__table td {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__table th, .page-main__company .company-profile__table td {
    padding: 2rem 0;
  }
}
.page-main__company .company-profile__table tr {
  width: 100%;
  border-bottom: 1px solid #779B8C !important;
}
.page-main__company .company-profile__table tr:first-child {
  border-top: 1px solid #779B8C !important;
}
.page-main__company .company-profile__table th {
  width: 25.8%;
  font-size: 2.5rem;
  padding-left: 17rem;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__table th {
    width: 39%;
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
.page-main__company .company-profile__table td {
  width: 74.2%;
  padding-left: 13.5rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-main__company .company-profile__table td {
    padding-left: 1rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .page-main__company .company-profile__table {
    margin-top: 4rem;
  }
  .page-main__company .company-profile__table th:last-child, .page-main__company .company-profile__table td:last-child {
    border-bottom: none;
  }
}
.page-main__company .google-map {
  width: 100%;
  height: 59.5rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-main__company .google-map {
    margin-top: 4rem;
    height: 30rem;
  }
}
.page-main__company .google-map iframe {
  width: 100%;
  height: 100%;
}
.page-main__company .sales-area {
  background: url("../images/map.webp") center center no-repeat;
  background-size: cover;
  padding: 12.5rem;
}
@media (max-width: 767px) {
  .page-main__company .sales-area {
    padding: 6rem 2rem;
    background: url("../images/map.webp") 77% 0% no-repeat;
    background-size: cover;
  }
}
.page-main__company .sales-area__contents {
  background: rgba(255, 255, 255, 0.7);
  padding: 5rem 4rem;
  width: 64rem;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__contents {
    width: 100%;
  }
}
.page-main__company .sales-area__title--en {
  font-size: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__title--en {
    font-size: 3rem;
  }
}
.page-main__company .sales-area__title--ja {
  font-size: 3rem;
  margin: 2rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__title--ja {
    font-size: 2rem;
  }
}
.page-main__company .sales-area__text {
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__text {
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.page-main__company .sales-area__item--head {
  background: #3F855F;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__item--head {
    font-size: 1.8rem;
  }
}
.page-main__company .sales-area__item--text {
  padding: 2rem 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-main__company .sales-area__item--text {
    line-height: 1.6;
  }
}

.page-main__contact .contact-area {
  background: url("../images/bg-page-contact.webp") center center no-repeat;
  background-size: cover;
  padding: 12rem 0 6rem;
}
@media (max-width: 767px) {
  .page-main__contact .contact-area {
    padding: 6rem 0 4rem;
  }
}
.page-main__contact .contact__title--en {
  font-size: 8rem;
  text-align: center;
  color: #425C4E;
}
@media (max-width: 767px) {
  .page-main__contact .contact__title--en {
    font-size: 4rem;
  }
}
.page-main__contact .contact__title--ja {
  font-size: 3rem;
  text-align: center;
  color: #425C4E;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__contact .contact__title--ja {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-main__contact .contact-head__text {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-main__contact .contact-head__text {
    margin-top: 4rem;
  }
}
.page-main__contact .contact-form {
  margin-top: 8rem;
}
.page-main__contact .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-main__contact .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-main__contact .form-label {
  width: 44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-main__contact .form-label {
    width: 100%;
  }
}
.page-main__contact .form-required {
  background: #425C4E;
  color: #fff;
  font-size: 2.5rem;
  padding: 1rem 3.5rem;
  display: inline-block;
  width: 12rem;
}
@media (max-width: 767px) {
  .page-main__contact .form-required {
    padding: 1rem;
    text-align: center;
    width: 10rem;
  }
}
.page-main__contact .form-text {
  font-size: 2.5rem;
  padding: 0 8rem 0 4rem;
}
@media (max-width: 767px) {
  .page-main__contact .form-text {
    padding: 0 4rem 0 2rem;
  }
}
.page-main__contact input[type=text],
.page-main__contact input[type=email],
.page-main__contact input[type=tel],
.page-main__contact textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8em 1em;
  font-size: 2.5rem;
  background: #fff;
  font-family: inherit;
  width: 64rem;
}
@media (max-width: 767px) {
  .page-main__contact input[type=text],
  .page-main__contact input[type=email],
  .page-main__contact input[type=tel],
  .page-main__contact textarea {
    width: 100%;
  }
}
.page-main__contact textarea {
  min-height: 12rem;
  resize: vertical;
}
.page-main__contact .form-submit {
  position: relative;
  text-align: center;
  width: 25.4rem;
  margin: 5rem auto;
  padding: 2rem 0 2rem 5rem;
  border: 1px solid #425C4E;
  background: rgba(255, 255, 255, 0.5);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-main__contact .form-submit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 5rem;
  height: 1px;
  background: #425C4E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-main__contact .form-submit:hover {
  background: #3b5c4a;
  color: #fff;
}
.page-main__contact .form-submit:hover::after {
  background: #fff;
}
.page-main__contact .form-submit input[type=submit] {
  color: #425C4E;
  display: block;
  text-align: center;
  background: transparent;
  border: none;
  font-size: inherit;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-main__contact .form-submit input[type=submit]:hover {
  background: transparent;
  color: inherit;
}

.page-main__blog .blog-contents {
  background: url("../images/bg-green2.webp") center center repeat-y;
  background-size: contain;
}
.page-main__blog .blog-head__title {
  padding: 10.7rem 0 8rem;
  text-align: center;
  border-bottom: 1px solid #779B8C;
}
@media (max-width: 767px) {
  .page-main__blog .blog-head__title {
    padding: 6rem 0 4rem;
  }
}
.page-main__blog .blog-head__title--en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .page-main__blog .blog-head__title--en {
    font-size: 4rem;
  }
}
.page-main__blog .blog-head__title--ja {
  font-size: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__blog .blog-head__title--ja {
    font-size: 2rem;
  }
}
.page-main__blog .blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem 8rem;
  padding: 6rem 12rem 4rem;
}
@media (max-width: 767px) {
  .page-main__blog .blog-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem 4rem;
    padding: 4rem 0 2rem;
  }
}
.page-main__blog .blog-date {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__blog .blog-date {
    margin-top: 2rem;
  }
}
.page-main__blog .blog-title {
  margin-top: 4rem;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .page-main__blog .blog-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.blog-pagination {
  text-align: center;
  padding: 4rem 0 8rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .blog-pagination {
    font-size: 2rem;
  }
}

.page-numbers {
  border: 1px solid #425C4E;
  padding: 1rem 2rem;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .page-numbers {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
  }
}
.page-numbers.current {
  background-color: #425C4E;
  color: #fff;
}

.page-main__single-blog .post-main {
  background: url("../images/bg-green2.webp") center center repeat-y;
  background-size: contain;
  padding: 12rem 0 6rem;
}
@media (max-width: 767px) {
  .page-main__single-blog .post-main {
    padding: 6rem 0 4rem;
  }
}
.page-main__single-blog .blog-head__title {
  border-bottom: 1px solid #779B8C;
  padding-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__single-blog .blog-head__title {
    padding-bottom: 4rem;
  }
}
.page-main__single-blog .blog-head__title--en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .page-main__single-blog .blog-head__title--en {
    font-size: 4rem;
  }
}
.page-main__single-blog .blog-head__title--ja {
  margin-top: 4rem;
}
.page-main__single-blog .post-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8rem 24rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__single-blog .post-container {
    padding: 4rem 2rem;
  }
}
.page-main__single-blog .post-title {
  font-size: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__single-blog .post-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-main__single-blog .post-thumbnail {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__single-blog .post-thumbnail {
    margin-top: 2rem;
  }
}
.page-main__single-blog .post-content p {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-main__single-blog .post-content p {
    margin-top: 2rem;
  }
}

.c-link-btn {
  color: #f5922e;
  width: 29.4rem;
  display: block;
  text-align: center;
  padding: 2rem 0;
  border: 1px solid #f5922e;
  position: relative;
}
@media (max-width: 767px) {
  .c-link-btn {
    width: 25rem;
  }
}
.c-link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5rem;
  height: 1px;
  background: #f5922e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link-btn__encounter {
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  .c-link-btn__encounter {
    margin: 2rem auto 0;
  }
}

.c-link-btn__single-blog {
  color: #425C4E;
  background: rgba(255, 255, 255, 0.8);
  width: 29.4rem;
  display: block;
  text-align: center;
  padding: 2rem 0;
  border: 1px solid #425C4E;
  position: relative;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .c-link-btn__single-blog {
    width: 25rem;
  }
}
.c-link-btn__single-blog::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5rem;
  height: 1px;
  background: #425C4E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-link-btn__single-blog::after {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .c-link-btn__single-blog {
    margin-top: 3rem;
    width: 21.5rem;
    padding: 1.7rem 0;
  }
}

.c-contact {
  background: url("../images/bg-contact.webp") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 6.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .c-contact {
    background: url("../images/bg-contact-sp.webp") center center no-repeat;
    background-size: cover;
    padding: 4rem 2rem 6rem;
  }
}
.c-contact .titlearea {
  width: 84.2rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .c-contact .titlearea {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.c-contact .title__en {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .c-contact .title__en {
    font-size: 5rem;
  }
}
.c-contact .title__ja {
  font-size: 2.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .c-contact .title__ja {
    font-size: 1.8rem;
  }
}
.c-contact .c-contact-text {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contact .c-contact-text {
    margin-top: 2rem;
    letter-spacing: -0.02em;
  }
}
.c-contact .c-contact-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
  margin: 6rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-contact .c-contact-link-area {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-contact .link-flex__item {
  color: #0A4A27;
  width: 40rem;
  display: block;
  text-align: center;
  font-size: 3rem;
  padding: 2.2rem 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #0A4A27;
  position: relative;
}
@media (max-width: 767px) {
  .c-contact .link-flex__item {
    width: 35rem;
    font-size: 2rem;
  }
}
.c-contact .link-flex__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.4rem;
  height: 1px;
  background: #0A4A27;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  gap: 1.8rem;
  padding: 0 2rem;
 display:flex;
	justify-content:center;
}
.sp-fixed-menu .reserve-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-fixed-menu .reserve-tel .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5922e;
  color: #fff;
  border-radius: 0 4rem 0 4rem;
  width: 9rem;
  height: 6rem;
  padding: 0.5rem;
  padding: 1.8rem 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-fixed-menu .reserve-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5922e;
  color: #fff;
  border-radius: 0 4rem 0 4rem;
  padding: 2rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28.2rem;
  height: 6rem;
}
.sp-fixed-menu .reserve-web .icon {
  width: 4.9rem;
}
.sp-fixed-menu .reserve-web .text {
  font-size: 1.6rem;
  padding: 0;
}
.sp-fixed-menu .reserve-web .arrow {
  width: 2.7rem;
  padding-bottom: 1rem;
}

.c-space {
  background: #fff7e1;
  height: 12rem;
}
@media (max-width: 767px) {
  .c-space {
    height: 6rem;
  }
}