@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #231815;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 12.5rem;
  overflow-x: hidden;
}
@media (max-width: 1290px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-weight: 400;
  color: #0b3341;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6, p {
  word-break: break-word;
}

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-remove {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .lg-remove {
    display: none;
  }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-add {
    display: block;
  }
}

.lg-add {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-add {
    display: block;
  }
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-footer {
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .layout-footer {
    margin-top: 6.375rem;
  }
}

.layout-cta {
  margin-top: -5.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .layout-cta {
    margin-top: -6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sub-attraction__cta .layout-cta {
    margin-top: 6.75rem;
  }
}

.inner {
  max-width: 80.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 40rem;
  }
}

.header {
  height: 7.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4.375rem;
  }
}

.header__inner {
  max-width: 77.5rem;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 0 0.625rem 0;
  }
}

.header__logo {
  max-width: 23.25rem;
  width: 100%;
  height: inherit;
  aspect-ratio: 372/76;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 13rem;
    margin-left: 0.25rem;
    aspect-ratio: 208/44;
  }
}

.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item a {
  padding: 0 1.0625rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #006837;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__nav-item a:hover {
    color: #8c6239;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
}

.header__nav-item.header__nav-item--contact a {
  width: 9.375rem;
  height: 3.125rem;
  font-size: 1.4375rem;
  font-weight: 900;
  color: #19a968;
  position: relative;
  border-radius: 1.5625rem;
  border: 2px solid #19a968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__nav-item.header__nav-item--contact a:hover {
    background-color: #19a968;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header__hamburger {
  margin: 0;
  padding: 1rem 0 0 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0 0 0 0.9375rem;
  background-color: #19a968;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    padding: 0;
  }
}

.header__hamburger-text {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2.1875rem;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.3125rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(15deg);
          transform: translateX(-50%) rotate(15deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-15deg);
          transform: translateX(-50%) rotate(-15deg);
}

.header__drawer {
  padding: 0.625rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  border-radius: 0 0 3.125rem 3.125rem;
  background-color: #19a968;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header__drawer.is-open {
  right: 0;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-logo {
  max-width: 13.0625rem;
  margin-left: 0.25rem;
}

.header__drawer-nav {
  margin-top: 2.25rem;
}

.header__drawer-item:not(:last-child) {
  position: relative;
}
.header__drawer-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__drawer-item a {
  padding: 1.5rem 0;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.header__drawer-item.header__drawer-item--contact {
  margin-top: 3.1875rem;
}

.header__drawer-item.header__drawer-item--contact a {
  width: 17.8125rem;
  height: 5.625rem;
  margin-inline: auto;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #19a968;
  background-color: #fff;
  border-radius: 0.9375rem;
  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;
}
.header__drawer-item.header__drawer-item--contact a span {
  margin-top: 0.6875rem;
}

.header__hamburger-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.header__entry__sp {
  display: none;
  width: 5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #19a968;
  position: relative;
  border-radius: 1.25rem;
  border: 2px solid #19a968;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__entry__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__drawer-item.header__drawer-item--contact img {
  max-width: 8.125rem;
  aspect-ratio: 130/30;
}

.footer__inner {
  padding-left: 7.71vw;
}
@media screen and (max-width: 1860px) {
  .footer__inner {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

.footer__content {
  max-width: 45.25rem;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__logo {
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 17.5625rem;
  }
}
.footer__logo img {
  aspect-ratio: 480/78;
  height: auto;
}

.footer__nav {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 2.5625rem;
  }
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 10vw) / 3));
  gap: 5vw;
}
@media screen and (max-width: 1860px) {
  .footer__list {
    grid-template-columns: repeat(3, calc((100% - 5rem) / 3));
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__list {
    grid-template-columns: repeat(2, calc((100% - 3.3125rem) / 2));
    gap: 3.3125rem;
  }
}

.footer__item {
  color: #0b3341;
}

.footer__link {
  padding-bottom: 0.3125rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3333333333;
  border-bottom: 1px solid #0b3341;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer__link {
    padding-bottom: 0.1875rem;
    font-size: 1rem;
    line-height: 1.375;
  }
}
.footer__link::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/common/icon_blank.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__link:hover {
    color: #19a968;
    opacity: 1;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}

.footer__address {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.footer__tel {
  margin-top: 0.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.footer__copyright {
  margin-top: auto;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footer__copyright.footer__copyright--pc {
    display: none;
  }
}

.footer__copyright.footer__copyright--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__copyright.footer__copyright--sp {
    display: block;
    position: absolute;
    bottom: 0.75rem;
    left: 1rem;
  }
}

.footer__img {
  max-width: 57.625rem;
  height: 28.0625rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1860px) {
  .footer__img {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1600px) {
  .footer__img {
    max-width: 43.75rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer__img {
    max-width: 33.75rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
  }
}
.footer__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__img img {
  aspect-ratio: 922/449;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .footer__img img {
    aspect-ratio: 375/447;
    height: auto;
  }
}

.cta__list {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 5.125rem) / 2));
  gap: 5.125rem;
}
@media screen and (max-width: 767px) {
  .cta__list {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}
.cta__list.sub-cta__list {
  max-width: 36.5rem;
  margin-inline: auto;
  grid-template-columns: 1fr;
}

.cta__item a {
  height: 19.875rem;
  border-radius: 2.1875rem;
  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;
}
@media screen and (max-width: 767px) {
  .cta__item a {
    height: 11.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__item a:hover {
    opacity: 0.5;
  }
}

.cta__item:first-of-type a {
  padding-top: 2rem;
  background-color: #00a397;
}
@media screen and (max-width: 767px) {
  .cta__item:first-of-type a {
    padding-top: 1.0625rem;
  }
}
.cta__item:first-of-type a .cta__icon {
  max-width: 4.6875rem;
  aspect-ratio: 75/74;
}
@media screen and (max-width: 767px) {
  .cta__item:first-of-type a .cta__icon {
    max-width: 2.8125rem;
  }
}
.cta__item:first-of-type a .cta__title {
  margin-top: 1rem;
  max-width: 25.1875rem;
  aspect-ratio: 403/75;
}
@media screen and (max-width: 767px) {
  .cta__item:first-of-type a .cta__title {
    margin-top: 0.625rem;
    max-width: 15.1875rem;
  }
}
.cta__item:last-of-type a {
  padding-top: 2.125rem;
  background-color: #19a968;
}
@media screen and (max-width: 767px) {
  .cta__item:last-of-type a {
    padding-top: 1.25rem;
  }
}
.cta__item:last-of-type a .cta__icon {
  max-width: 4.5rem;
  aspect-ratio: 72/70;
}
@media screen and (max-width: 767px) {
  .cta__item:last-of-type a .cta__icon {
    max-width: 2.625rem;
  }
}
.cta__item:last-of-type a .cta__title {
  margin-top: 1.1875rem;
  max-width: 20.25rem;
  aspect-ratio: 324/75;
}
@media screen and (max-width: 767px) {
  .cta__item:last-of-type a .cta__title {
    margin-top: 0.6875rem;
    max-width: 11.75rem;
  }
}

.cta__text {
  margin-top: 1.625rem;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__text {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

.sub-mv {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    padding-bottom: 0;
  }
}

.sub-mv__inner {
  width: 99.375rem;
  margin: 0 auto 0 13%;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .sub-mv__inner {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv__inner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}

.sub-mv__title {
  padding: 0 4.75rem 1.625rem 4.875rem;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  color: #0b3341;
  font-weight: 500;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sub-mv__title {
    padding: 0;
    font-size: 1.0625rem;
    position: absolute;
    top: 24%;
    right: 10%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 500px) {
  .sub-mv__title {
    top: 5.625rem;
    right: 2.5rem;
  }
}
.sub-mv__title .sub-mv__title-text {
  font-size: 3.75rem;
  letter-spacing: 0;
  font-weight: 700;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .sub-mv__title .sub-mv__title-text {
    font-size: 2.375rem;
    line-height: 1.1315789474;
  }
}
.sub-mv__title .sub-mv__title-text .indent {
  display: inline-block;
  text-indent: -0.1em;
}
.sub-mv__title .sub-mv__title-text-en {
  margin-bottom: 0.3125rem;
  margin-left: 0.3125rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sub-mv__title .sub-mv__title-text-en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.sub-mv__title::before, .sub-mv__title::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sub-mv__title::before, .sub-mv__title::after {
    display: none;
  }
}
.sub-mv__title::before {
  width: 3.9375rem;
  height: 6.3125rem;
  top: -1rem;
  left: 0;
  background: url(../img/common/icon_sub-mv_01.webp) no-repeat center center/cover;
}
.sub-mv__title::after {
  width: 6.0625rem;
  height: 9.6875rem;
  top: 1.75rem;
  right: 0;
  background: url(../img/common/icon_sub-mv_02.webp) no-repeat center center/cover;
}

.sub-mv__img {
  max-width: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub-mv__img {
    width: 100%;
    max-width: 100%;
  }
}
.sub-mv__img--about {
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__img--about {
    margin-left: 0;
  }
}
.sub-mv__img picture,
.sub-mv__img img {
  aspect-ratio: 960/341;
}
@media screen and (max-width: 767px) {
  .sub-mv__img picture,
  .sub-mv__img img {
    aspect-ratio: 375/344;
  }
}

.mv {
  width: 100%;
  aspect-ratio: 1920/1069;
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 375/639;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lead {
  padding: 3.625rem 0 3.4375rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 1.375rem 0 1.4375rem 0;
  }
}

.lead__inner {
  width: 111.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lead__inner {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
    text-align: left;
  }
}

.lead__content {
  width: 46.5rem;
  margin: 0 8.8125rem 0 6.3125rem;
}
@media screen and (max-width: 767px) {
  .lead__content {
    width: 100%;
    margin: 0;
    text-align: justify;
  }
}

.lead__title {
  margin-bottom: 4.5rem;
  padding-top: 1.6875rem;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #0f852b;
}
@media screen and (max-width: 767px) {
  .lead__title {
    padding-top: 0;
    margin-bottom: 0.3125rem;
    font-size: 1.4375rem;
    line-height: 1.7391304348;
  }
}

.lead__text {
  font-size: 1.375rem;
  font-weight: 400;
  color: #0b3341;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .lead__text {
    font-size: 1rem;
    line-height: 2.0625;
  }
}

.lead__text + .lead__text {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .lead__text + .lead__text {
    margin-top: 2.125rem;
  }
}

.lead__bg-left {
  width: 25.25rem;
  margin-top: 4.5625rem;
  aspect-ratio: 404/777;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lead__bg-left {
    max-width: 5.0625rem;
    margin-top: 7.5rem;
    margin-right: -2.125rem;
    aspect-ratio: 81/521;
  }
}

.lead__bg-right {
  width: 25.25rem;
  aspect-ratio: 389/855;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .lead__bg-right {
    padding-top: 22.125rem;
    margin-left: 0.5rem;
    max-width: 2.375rem;
    aspect-ratio: 38/160;
  }
}

.about {
  padding: 7.125rem 0 5rem 0;
  margin: 5.0625rem 0 5.8125rem 0;
  background-color: #fff5be;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 12.5rem 0 23.5rem;
  }
}
@media screen and (max-width: 500px) {
  .about {
    padding: 7.875rem 0 13.375rem;
  }
}

.about__bg-top-left {
  width: min(37.9375rem, 31.61vw);
  position: absolute;
  top: -5.0625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about__bg-top-left {
    width: 100%;
  }
}
.about__bg-top-left img {
  width: 100%;
  aspect-ratio: 607/260;
}
@media screen and (max-width: 767px) {
  .about__bg-top-left img {
    aspect-ratio: 375/147;
  }
}

.about__bg-top-right {
  width: min(38.75rem, 32.29vw);
  position: absolute;
  top: -5.0625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about__bg-top-right {
    display: none;
  }
}
.about__bg-top-right img {
  aspect-ratio: 620/260;
}

.about__bg-bottom-left {
  width: min(40.625rem, 33.85vw);
  position: absolute;
  bottom: -5.8125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about__bg-bottom-left {
    width: 100%;
  }
}
@media screen and (max-width: 456px) {
  .about__bg-bottom-left {
    width: 28.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__bg-bottom-left img {
  aspect-ratio: 650/293;
}
@media screen and (max-width: 767px) {
  .about__bg-bottom-left img {
    aspect-ratio: 456/254;
  }
}

.about__bg-bottom-right {
  width: min(40.5625rem, 33.8vw);
  position: absolute;
  bottom: -5.8125rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about__bg-bottom-right {
    display: none;
  }
}
.about__bg-bottom-right img {
  aspect-ratio: 649/289;
}

.about__inner {
  max-width: 107.875rem;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    max-width: 40rem;
    padding: 0;
    overflow-x: hidden;
  }
}

.about__title-wrap {
  text-align: center;
}

.about__title-text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #8c6239;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .about__title-text {
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }
}

.about__title {
  max-width: 29.5rem;
  margin-top: 0.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-top: 0.625rem;
    max-width: 17.375rem;
  }
}
.about__title img {
  aspect-ratio: 472/84;
}
@media screen and (max-width: 767px) {
  .about__title img {
    aspect-ratio: 278/50;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__item picture {
  width: 100%;
}

.about__list--first .about__item {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item {
    padding-top: 2rem;
  }
}

.about__list--first .about__item:first-child {
  max-width: 57.9375rem;
  height: 44.6875rem;
  margin-right: -21.875rem;
  gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:first-child {
    height: auto;
    margin-right: 0;
    gap: 0;
  }
}
.about__list--first .about__item:first-child .about__item-img {
  max-width: 33.4375rem;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:first-child .about__item-img {
    max-width: 19.875rem;
    width: 19.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__list--first .about__item:first-child .about__item-img {
    max-width: 19.875rem;
    width: 19.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -6.1875rem;
  }
}
.about__list--first .about__item:first-child .about__item-img img {
  aspect-ratio: 535/705;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:first-child .about__item-img img {
    aspect-ratio: 318/419;
  }
}
.about__list--first .about__item:first-child .about__item-wrap {
  padding-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:first-child .about__item-wrap {
    padding-top: 2rem;
    padding-right: 0.625rem;
    margin-left: -0.375rem;
    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;
  }
}

.about__list--first .about__item:nth-child(2) {
  height: 44.6875rem;
  padding-bottom: 4.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:nth-child(2) {
    height: auto;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__list--first .about__item:nth-child(2) .about__item-img {
  max-width: 42.625rem;
  margin-left: -10rem;
}
@media screen and (max-width: 1440px) {
  .about__list--first .about__item:nth-child(2) .about__item-img {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:nth-child(2) .about__item-img {
    margin-top: -4rem;
    max-width: 19rem;
    width: 19rem;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__list--first .about__item:nth-child(2) .about__item-img {
    margin-right: -2.5625rem;
  }
}
.about__list--first .about__item:nth-child(2) .about__item-img img {
  aspect-ratio: 682/598;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:nth-child(2) .about__item-img img {
    aspect-ratio: 304/401;
  }
}
.about__list--first .about__item:nth-child(2) .about__item-icon {
  max-width: 10.375rem;
  margin-right: 6.0625rem;
  padding-bottom: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:nth-child(2) .about__item-icon {
    display: none;
  }
}
.about__list--first .about__item:nth-child(2) .about__item-icon img {
  aspect-ratio: 166/141;
}
@media screen and (max-width: 767px) {
  .about__list--first .about__item:nth-child(2) .about__item-wrap {
    padding-right: 6rem;
    padding-left: 1.25rem;
    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;
  }
}

.about__list--second .about__item {
  width: 100%;
}
.about__list--second .about__item .about__item-img {
  max-width: 60.875rem;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .about__list--second .about__item .about__item-img {
    max-width: 17.5rem;
    width: 17.5rem;
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__list--second .about__item .about__item-img {
    margin-left: -5.875rem;
  }
}
.about__list--second .about__item .about__item-img img {
  aspect-ratio: 975/511;
}
@media screen and (max-width: 767px) {
  .about__list--second .about__item .about__item-img img {
    aspect-ratio: 280/447;
  }
}
.about__list--second .about__item .about__item-icon {
  max-width: 5.5rem;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 767px) {
  .about__list--second .about__item .about__item-icon {
    display: none;
  }
}
.about__list--second .about__item .about__item-icon img {
  aspect-ratio: 88/139;
}
@media screen and (max-width: 767px) {
  .about__list--second .about__item .about__item-wrap {
    padding-top: 2.1875rem;
    padding-right: 1.25rem;
    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;
  }
}

.about__item-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__item-wrap {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.about__item-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #0f852b;
  line-height: 1.619047619;
}
@media screen and (max-width: 767px) {
  .about__item-title {
    font-size: 1.625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.7307692308;
  }
}

.about__item-text {
  margin-top: 0.8125rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0b3341;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .about__item-text {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.about__btn-wrap {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .about__btn-wrap {
    margin-top: 1.8125rem;
  }
}

/* 法人についてボタン
----------------------------------------------- */
.about__btn {
  width: 18.75rem;
  height: 4.375rem;
  margin-inline: auto;
  padding-right: 0.6875rem;
  font-size: 1.5rem;
  font-weight: 700;
  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;
  background-color: #0f852b;
  border-radius: 2.1875rem;
  position: relative;
  border: 2px solid #0f852b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .about__btn {
    width: 15.6875rem;
    height: 3.75rem;
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.about__btn::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .about__btn::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .about__btn:hover {
    background-color: #fff;
    color: #0f852b;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about__btn:hover::before {
    background-image: url(../img/common/icon_arrow_right_02.webp);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.story {
  padding: 3.5rem 0 1.3125rem 0;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 6.625rem 0 1.8125rem 0;
  }
}

.story__title-wrap {
  text-align: center;
}

.story__title-text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #8c6239;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .story__title-text {
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }
}

.story__title {
  margin-top: 1.5rem;
  max-width: 18.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .story__title {
    max-width: 11.1875rem;
    margin-top: 0.875rem;
  }
}
.story__title img {
  aspect-ratio: 303/86;
}

.story__text {
  margin-top: 2.0625rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0b3341;
  letter-spacing: 0.025em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story__text {
    margin-top: 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.story__swiper-wrap {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .story__swiper-wrap {
    margin-top: 2.25rem;
  }
}

/* スワイパー
----------------------------------------------- */
.story__swiper {
  position: relative;
}

.story-swiper .swiper-slide {
  width: 25.625rem;
  height: 41.125rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .story-swiper .swiper-slide {
    width: 17.5rem;
    height: 28.125rem;
  }
}

.story-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.story__item-job {
  width: 5.8125rem;
  height: 16.375rem;
  padding-top: 2.4375rem;
  padding-left: 0.625rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -2.4375rem;
  left: -0.625rem;
  background: url(../img/top/bg_story_job.webp) no-repeat center center/cover;
  border-radius: 0.9375rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
}
@media screen and (max-width: 767px) {
  .story__item-job {
    width: 3.9375rem;
    height: 11.1875rem;
    padding-top: 1.6875rem;
    padding-left: 0.4375rem;
    font-size: 1.375rem;
  }
}

.story__item-content {
  width: 100%;
  padding: 2.0625rem 1.4375rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.story__item-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .story__item-title {
    font-size: 1.125rem;
    line-height: 1.3888888889;
  }
}

.story__item-sub-title {
  margin-top: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .story__item-sub-title {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.story__item-name {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .story__item-name {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.story__item-img img {
  aspect-ratio: 410/658;
  -o-object-fit: cover;
     object-fit: cover;
}
.story__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.5);
  position: absolute;
  top: 0;
}

.story-swiper .swiper-slide-active .story__item-img::before {
  background-color: transparent;
}

.story-swiper__button-wrap {
  margin-top: 1.5625rem;
  height: 4.5625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .story-swiper__button-wrap {
    height: 3.4375rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 4.5625rem;
  width: 4.5625rem;
  position: relative;
  top: 1.4375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 3.4375rem;
    width: 3.4375rem;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  height: 4.5625rem;
  width: 4.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 3.4375rem;
    width: 3.4375rem;
  }
}

.swiper-button-prev:after {
  background-image: url(../img/common/icon_arrow_prev_01.webp);
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev:hover:after {
    background-image: url(../img/common/icon_arrow_prev_02.webp);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

.swiper-button-next:after {
  background-image: url(../img/common/icon_arrow_next_01.webp);
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button-next:hover:after {
    background-image: url(../img/common/icon_arrow_next_02.webp);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

/* Story一覧ボタン
----------------------------------------------- */
.story__btn-wrap {
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .story__btn-wrap {
    margin-top: 1.8125rem;
  }
}

.story__btn {
  width: 18.75rem;
  height: 4.375rem;
  margin-inline: auto;
  padding-right: 3.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0b3341;
  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;
  background-color: #fff;
  border-radius: 2.1875rem;
  position: relative;
  border: 2px solid #0b3341;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .story__btn {
    width: 15.6875rem;
    height: 3.75rem;
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.story__btn::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .story__btn::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .story__btn:hover {
    background-color: #0b3341;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .story__btn:hover::before {
    background-image: url(../img/common/icon_arrow_right_04.webp);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.attraction {
  padding: 5.3125rem 0 10.625rem 0;
  margin-top: 5.1875rem;
  background: url(../img/top/bg_attraction.webp) repeat-x center center/auto 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attraction {
    padding: 5.0625rem 0 12.4375rem 0;
    margin-top: 3.125rem;
    background: url(../img/top/bg_attraction_sp.webp) no-repeat center center/100% 100%;
  }
}
.attraction::before {
  content: "";
  display: block;
  width: 20.9375rem;
  height: 13.25rem;
  background: url(../img/top/icon_attraction_01.webp) no-repeat center center/contain;
  position: absolute;
  top: -5.1875rem;
  right: 5.75rem;
}
@media screen and (max-width: 767px) {
  .attraction::before {
    top: -3.125rem;
    right: 0;
    background: url(../img/top/icon_attraction_01_sp.webp) no-repeat center center/contain;
    width: 7.125rem;
    height: 9.625rem;
  }
}

@media screen and (max-width: 767px) {
  .attraction__inner.inner {
    padding: 0 0.75rem;
  }
}

.attraction__title {
  max-width: 32.75rem;
  margin-inline: auto;
  font-size: 1.875rem;
  font-weight: 700;
  color: #603813;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attraction__title {
    padding-top: 5.8125rem;
    font-size: 1.5rem;
  }
}
.attraction__title span:first-of-type {
  font-size: 4.0625rem;
  letter-spacing: -0.16em;
}
@media screen and (max-width: 767px) {
  .attraction__title span:first-of-type {
    font-size: 3.1875rem;
  }
}
.attraction__title span:nth-of-type(2) {
  font-size: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .attraction__title span:nth-of-type(2) {
    font-size: 2.5625rem;
  }
}
.attraction__title::before, .attraction__title::after {
  content: "";
  display: inline-block;
  width: 4.1875rem;
  height: 4.5625rem;
  background: url(../img/top/icon_attraction_title.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.attraction__title::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .attraction__title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.attraction__title::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .attraction__title::after {
    display: none;
  }
}

.attraction__list {
  margin-top: 3.25rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 2.75rem) / 3));
  gap: 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attraction__list {
    margin-top: 1.9375rem;
    grid-template-columns: 1fr;
  }
}
.attraction__list::before {
  content: "";
  display: block;
  width: 10.875rem;
  height: 16.125rem;
  background: url(../img/top/icon_attraction_02.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -6.875rem;
  left: -15.625rem;
  aspect-ratio: 174/258;
}

.attraction__item {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.attraction__item:nth-of-type(1) .attraction__item-num {
  width: 3.25rem;
  margin-right: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(1) .attraction__item-num {
    width: 2.8125rem;
    margin-right: 2.125rem;
  }
}
.attraction__item:nth-of-type(1) .attraction__item-content {
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(1) .attraction__item-content {
    padding: 1.375rem 1rem 0 1.5rem;
  }
}
.attraction__item:nth-of-type(2) .attraction__item-num {
  width: 3.9375rem;
  margin-right: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(2) .attraction__item-num {
    width: 3.375rem;
    margin-right: 1.75rem;
  }
}
.attraction__item:nth-of-type(2) .attraction__item-content {
  padding: 1.5625rem 1.5625rem 0 1.75rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(2) .attraction__item-content {
    padding: 1.375rem 0.625rem 0 1.5625rem;
  }
}
.attraction__item:nth-of-type(3) .attraction__item-num {
  width: 3.875rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(3) .attraction__item-num {
    width: 3.375rem;
    margin-right: 1.4375rem;
  }
}
.attraction__item:nth-of-type(3) .attraction__item-content {
  padding: 1.5625rem 0.375rem 0 1.75rem;
}
@media screen and (max-width: 767px) {
  .attraction__item:nth-of-type(3) .attraction__item-content {
    padding: 1.375rem 0.25rem 0 1.5625rem;
  }
}
.attraction__item:nth-of-type(3) .attraction__item-img img {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}

.attraction__item-content-wrap {
  padding-bottom: 3.125rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .attraction__item-content-wrap {
    padding-bottom: 1.6875rem;
  }
}

.attraction__item-img {
  width: 100%;
}
.attraction__item-img img {
  height: auto;
  aspect-ratio: 402/268;
}

.attraction__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attraction__item-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .attraction__item-num {
    padding-top: 0.9375rem;
  }
}

.attraction__item-title {
  margin-top: -0.5625rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0b3341;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .attraction__item-title {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.attraction__item-text {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0b3341;
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  .attraction__item-text {
    margin-top: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.attraction__btn-wrap {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .attraction__btn-wrap {
    margin-top: 0.875rem;
  }
}

/* 詳しくはこちらボタン
----------------------------------------------- */
.attraction__btn {
  width: 15.625rem;
  height: 3.75rem;
  margin-inline: auto;
  padding-right: 2.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b3341;
  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;
  background-color: #b8d200;
  border-radius: 2.1875rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .attraction__btn {
    width: 15.6875rem;
    height: 3.75rem;
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.attraction__btn::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .attraction__btn:hover {
    opacity: 0.5;
  }
}

.sub-mv.sub-mv__about {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-mv.sub-mv__about {
    padding-bottom: 4.25rem;
  }
}
.sub-mv.sub-mv__about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedb6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sub-mv.sub-mv__about::after {
    height: 70%;
  }
}

.sub-mv__title.sub-mv__title--about {
  padding-right: 7.25rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--about {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .sub-mv__title.sub-mv__title--about {
    top: 5.25rem;
    right: 1.25rem;
  }
}

.sub-about__title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sub-about__title {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}
.sub-about__title::before {
  margin-bottom: 0.4375rem;
  content: "";
  display: block;
  background: url(../img/about/icon_about_title.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 2.6875rem;
  aspect-ratio: 40/43;
}
@media screen and (max-width: 767px) {
  .sub-about__title::before {
    width: 2.375rem;
    height: 2.5625rem;
  }
}
.sub-about__title::after {
  margin-top: 0.875rem;
  content: "";
  display: block;
  background-color: #0b3341;
  width: 6.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sub-about__title::after {
    margin-top: 0.5625rem;
    width: 5rem;
  }
}

/* ===============================================
# sub-about__lead
=============================================== */
.sub-about__lead {
  padding-top: 6rem;
  position: relative;
  background-color: #ffedb6;
}
@media screen and (max-width: 767px) {
  .sub-about__lead {
    padding-top: 1.6875rem;
    padding-bottom: 31.25rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-about__lead {
    padding-bottom: 25rem;
  }
}
@media screen and (max-width: 456px) {
  .sub-about__lead {
    padding-bottom: 20.5rem;
  }
}

.sub-about__lead-inner.inner {
  max-width: 86.375rem;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-inner.inner {
    max-width: 40rem;
  }
}

.sub-about__lead-title {
  width: 23.125rem;
  height: 4.375rem;
  margin-inline: auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  background-color: #19a968;
  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;
  border-radius: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-title {
    width: 16.875rem;
    height: 3.4375rem;
    font-size: 1.125rem;
    border-radius: 1.6875rem;
  }
}

.sub-about__lead-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub-about__lead-img--left {
  max-width: 24.125rem;
  margin-right: -1.4375rem;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-img--left {
    display: none;
  }
}
.sub-about__lead-img--left img {
  aspect-ratio: 386/645;
}

.sub-about__lead-img--right {
  max-width: 23.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-img--right {
    display: none;
  }
}
.sub-about__lead-img--right img {
  aspect-ratio: 377/690;
}

.sub-about__lead-img--sp {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.sub-about__lead-img--sp img {
  aspect-ratio: 456/254;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-img--sp {
    display: block;
  }
}
@media screen and (max-width: 456px) {
  .sub-about__lead-img--sp {
    width: 28.5rem;
  }
}

.sub-about__lead-content {
  margin-top: 2.375rem;
  text-align: center;
}

.sub-about__lead-content-title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #19a968;
  letter-spacing: -0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-content-title {
    font-size: 2.8125rem;
    line-height: 1.3777777778;
  }
}
.sub-about__lead-content-title span {
  display: inline-block;
}

.sub-about__lead-content-text {
  margin-top: 3.125rem;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0b3341;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-content-text {
    margin-top: 3.875rem;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.sub-about__lead-content-img {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sub-about__lead-content-img {
    max-width: 6.125rem;
  }
}
.sub-about__lead-content-img img {
  aspect-ratio: 140/130;
}

/* ===============================================
# sub-about
=============================================== */
.sub-about {
  padding-top: 6.5625rem;
  background-color: #ffedb6;
}
@media screen and (max-width: 767px) {
  .sub-about {
    padding-top: 6.25rem;
  }
}

.sub-about__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about__inner.inner {
    max-width: 40rem;
    padding: 0 0.9375rem;
  }
}

.sub-about__list {
  margin-top: 3.375rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 5rem) / 3));
  gap: 2.1875rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sub-about__list {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.sub-about__item {
  height: 9.625rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-about__item {
    height: 8.75rem;
  }
}

.sub-about__item:nth-of-type(odd) {
  background-color: #19a968;
}

.sub-about__item:nth-of-type(even) {
  background-color: #00a79b;
}

.sub-about__item:nth-of-type(1) .sub-about__item-img {
  max-width: 4.8125rem;
  margin: 0 1.875rem 0 2.875rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(1) .sub-about__item-img {
    max-width: 4.375rem;
    margin: 0 1.6875rem 0 2.6875rem;
  }
}
.sub-about__item:nth-of-type(1) .sub-about__item-img img {
  aspect-ratio: 77/77;
}

.sub-about__item:nth-of-type(2) .sub-about__item-img {
  max-width: 5.6875rem;
  margin: 0 1.5rem 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(2) .sub-about__item-img {
    max-width: 5.1875rem;
    margin: 0 1.375rem 0 2.25rem;
  }
}
.sub-about__item:nth-of-type(2) .sub-about__item-img img {
  aspect-ratio: 91/56;
}

.sub-about__item:nth-of-type(3) .sub-about__item-img {
  max-width: 5.5rem;
  margin: 0 1.625rem 0 2.4375rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(3) .sub-about__item-img {
    max-width: 5rem;
    margin: 0 1.5rem 0 2.25rem;
  }
}
.sub-about__item:nth-of-type(3) .sub-about__item-img img {
  aspect-ratio: 88/75;
}

.sub-about__item:nth-of-type(4) .sub-about__item-img {
  max-width: 5.125rem;
  margin: 0 1.75rem 0 2.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(4) .sub-about__item-img {
    max-width: 4.625rem;
    margin: 0 1.5625rem 0 2.5rem;
  }
}
.sub-about__item:nth-of-type(4) .sub-about__item-img img {
  aspect-ratio: 82/66;
}

.sub-about__item:nth-of-type(5) .sub-about__item-img {
  max-width: 5.5rem;
  margin: 0 1.5rem 0 2.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(5) .sub-about__item-img {
    max-width: 5rem;
    margin: 0 1.375rem 0 2.375rem;
  }
}
.sub-about__item:nth-of-type(5) .sub-about__item-img img {
  aspect-ratio: 88/68;
}

.sub-about__item:nth-of-type(6) .sub-about__item-img {
  max-width: 7.0625rem;
  margin: 0 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item:nth-of-type(6) .sub-about__item-img {
    max-width: 6.4375rem;
    margin: 0 0.9375rem 0 1.3125rem;
  }
}
.sub-about__item:nth-of-type(6) .sub-about__item-img img {
  aspect-ratio: 113/63;
}

.sub-about__item-text {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub-about__item-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/* ===============================================
# sub-about__office
=============================================== */
.sub-about__office {
  padding-top: 6.25rem;
  padding-bottom: 20.5rem;
  background-color: #ffedb6;
}
@media screen and (max-width: 767px) {
  .sub-about__office {
    padding-top: 6.25rem;
    padding-bottom: 16.375rem;
    background-color: transparent;
    background: url(../img/about/bg_about_sp.webp) no-repeat bottom center/102% 312.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sub-about__office-container {
  padding: 4.5625rem 5.125rem 4.375rem 4.125rem;
  background-color: #fff;
  border-radius: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sub-about__office-container {
    padding: 1.3125rem 1.25rem 3.25rem 1.25rem;
  }
}

.sub-about__office-inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about__office-inner.inner {
    max-width: 40rem;
    padding: 0 0.9375rem;
  }
}

.sub-about__office-wrap {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 8.75rem) / 3));
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub-about__office-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sub-about__office-wrap {
    margin-top: 2.4375rem;
    gap: 3.25rem;
  }
}

.sub-about__office-title {
  padding-bottom: 0.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #19a968;
  border-bottom: 1px solid #0b3341;
}

.sub-about__office-data {
  padding: 0.4375rem 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #0b3341;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.6666666667;
  border-bottom: 1px solid #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-about__office-data {
    line-height: 2;
  }
}
.sub-about__office-data::before {
  margin-right: 0.2em;
  content: "●";
  font-size: 0.9375rem;
  color: #19a968;
}

/* ===============================================
# sub-about__cta
=============================================== */
.sub-about__cta {
  background-color: #fff;
}
.sub-about__cta .layout-cta {
  margin-top: 0;
  margin-bottom: -10rem;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}
@media screen and (max-width: 767px) {
  .sub-about__cta .layout-cta {
    margin-top: 0;
    margin-bottom: -11.0625rem;
    -webkit-transform: translateY(-11.0625rem);
            transform: translateY(-11.0625rem);
  }
}

.sub-mv.sub-mv__attraction {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-mv.sub-mv__attraction::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #eaf1b2;
    z-index: -1;
  }
}

.sub-mv__title.sub-mv__title--attraction {
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--attraction {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--attraction .sub-mv__title-text {
    margin-top: -0.3125rem;
  }
}

.sub-attraction__environment {
  padding: 4.9375rem 0 10.125rem 0;
  background-color: #eaf1b2;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment {
    padding: 4.375rem 0 5rem 0;
  }
}

.sub-attraction__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__inner.inner {
    max-width: 40rem;
    padding: 0 0.875rem;
  }
}

.sub-attraction__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
  }
}

.sub-attraction__title-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub-attraction__title-num--01 {
  max-width: 6.75rem;
  aspect-ratio: 108/76;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-num--01 {
    max-width: 4.5rem;
    margin-inline: auto;
  }
}
.sub-attraction__title-num--02 {
  max-width: 8.25rem;
  aspect-ratio: 132/76;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-num--02 {
    max-width: 5.375rem;
    margin-inline: auto;
  }
}
.sub-attraction__title-num--03 {
  max-width: 8.25rem;
  aspect-ratio: 132/76;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-num--03 {
    max-width: 5.375rem;
    margin-inline: auto;
  }
}

.sub-attraction__title {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #009137;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title {
    font-size: 2.1875rem;
    line-height: 1.4;
    text-align: center;
  }
}

.sub-attraction__title-text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #8c6239;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-text {
    margin-top: 2.125rem;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.sub-attraction__environment-list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-row-gap: 1.25rem;
  }
}

.sub-attraction__environment-item:nth-child(1) {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-child(1) {
    grid-area: auto;
  }
}

.sub-attraction__environment-item:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-child(2) {
    grid-area: auto;
  }
}

.sub-attraction__environment-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-child(3) {
    grid-area: auto;
  }
}

.sub-attraction__environment-item:nth-child(4) {
  grid-area: 3/1/auto/3;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-child(4) {
    grid-area: auto;
  }
}

.sub-attraction__environment-item:nth-child(5) {
  grid-area: 4/1/5/3;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-child(5) {
    grid-area: auto;
  }
}

.sub-attraction__environment-item {
  padding: 2.3125rem 5.625rem 3.25rem 5.625rem;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 1.875rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item {
    padding: 1.0625rem 1.5rem 2.125rem 1.5rem;
    border-radius: 0.9375rem;
  }
}

.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-wrap {
  gap: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-wrap {
    gap: 1.875rem;
  }
}
.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-list {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-list {
    margin-top: 2.3125rem;
  }
}
.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-list-item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-list-item::before {
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  background: url(../img/common/icon_arrow_right_06.webp) no-repeat center center/cover;
  width: 0.75rem;
  height: 0.9375rem;
  aspect-ratio: 12/15;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-list-item::before {
    width: 0.625rem;
    height: 0.875rem;
  }
}
.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-img {
  max-width: 22.125rem;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-img {
    margin-inline: auto;
  }
}
.sub-attraction__environment-item:nth-of-type(1) .sub-attraction__environment-item-img img {
  aspect-ratio: 354/258;
  border-radius: 0.9375rem;
}
.sub-attraction__environment-item:nth-of-type(2), .sub-attraction__environment-item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub-attraction__environment-item:nth-of-type(2) .sub-attraction__environment-item-text, .sub-attraction__environment-item:nth-of-type(3) .sub-attraction__environment-item-text {
  margin-bottom: 2.125rem;
}
.sub-attraction__environment-item:nth-of-type(2) .sub-attraction__environment-item-img, .sub-attraction__environment-item:nth-of-type(3) .sub-attraction__environment-item-img {
  margin-top: auto;
  max-width: 22.125rem;
  margin-inline: auto;
  border-radius: 0.9375rem;
}
.sub-attraction__environment-item:nth-of-type(2) .sub-attraction__environment-item-img img, .sub-attraction__environment-item:nth-of-type(3) .sub-attraction__environment-item-img img {
  aspect-ratio: 354/258;
  border-radius: 0.9375rem;
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-wrap {
  gap: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-wrap {
    padding-top: 0.8125rem;
    gap: 0;
  }
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-list--02 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-list--02 {
    margin-top: 3.5625rem;
  }
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-list-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-list-title span {
  color: #19a968;
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-list-content {
  margin-top: 0.625rem;
  text-align: justify;
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-img {
  max-width: 15.5rem;
  margin-right: 3.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-img {
    max-width: 10.875rem;
    margin-top: 1.25rem;
    margin-bottom: 3.5rem;
    margin-inline: auto;
  }
}
.sub-attraction__environment-item:nth-of-type(4) .sub-attraction__environment-item-img img {
  aspect-ratio: 248/254;
}

.sub-attraction__environment-item-title {
  margin-bottom: 2.0625rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}
.sub-attraction__environment-item-title::before {
  margin-bottom: 0.4375rem;
  content: "";
  display: block;
  background: url(../img/attraction/icon_tree.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 2.6875rem;
  aspect-ratio: 40/43;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-title::before {
    width: 2.375rem;
    height: 2.5625rem;
  }
}
.sub-attraction__environment-item-title::after {
  margin-top: 0.875rem;
  content: "";
  display: block;
  background-color: #0b3341;
  width: 6.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-title::after {
    margin-top: 0.5625rem;
    width: 5rem;
  }
}

.sub-attraction__environment-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub-attraction__environment-item-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-content {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.sub-attraction__environment-item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

/* 数字で見る尾張健友会グループ
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-wrap {
    padding-top: 1.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-title {
    margin-bottom: 0rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item {
  padding-bottom: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item {
    padding-bottom: 1.625rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2), .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(3), .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(4) {
  padding-top: 2.375rem;
  border-top: 0.0625rem solid #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2), .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(3), .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(4) {
    padding-top: 1.875rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dt {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dt span {
  color: #19a968;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dd .number {
  font-size: 6.25rem;
  font-weight: 900;
  color: #19a968;
  letter-spacing: 0.01em;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dd .text-small {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dd .text-small {
    margin-left: 0;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dd p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item dd p span {
  display: inline-block;
  text-indent: -0.5em;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2) dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2) .number-wrap {
  white-space: nowrap;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2) .text-small {
  margin-left: 0;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list-item:nth-of-type(2) .letter-spacing-0 {
  letter-spacing: 0;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list {
    width: 100%;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type {
  padding-right: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type {
    padding-right: 0;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) dd {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) dd {
    margin-top: 1.0625rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) img {
  max-width: 18.6875rem;
  margin-inline: auto;
  aspect-ratio: 299/367;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) dd {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) dd {
    margin-top: 1.0625rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:first-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) img {
  max-width: 18.875rem;
  margin-inline: auto;
  aspect-ratio: 302/390;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type {
  padding-left: 4.5625rem;
  border-left: 0.125rem solid #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item {
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #0b3341;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(1) dd {
  margin-top: 1.75rem;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(1) img {
  max-width: 18.4375rem;
  margin-inline: auto;
  aspect-ratio: 295/65;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) dd {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) dd {
    margin-top: 1.125rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) img {
  max-width: 18.4375rem;
  margin-inline: auto;
  aspect-ratio: 295/75;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap span:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap span:nth-of-type(1) {
    width: 100%;
    display: inline-block;
    margin-bottom: -1.25rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap span:last-of-type {
  padding-bottom: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  text-indent: -0.5em;
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(3) .number-wrap .text-small {
  display: inline-block;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) {
    padding-bottom: 0;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) dd {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) dd {
    margin-top: 1.3125rem;
  }
}
.sub-attraction__environment-item--05 .sub-attraction__environment-item-list:last-of-type .sub-attraction__environment-item-list-item:nth-of-type(4) img {
  max-width: 18.875rem;
  margin-inline: auto;
  aspect-ratio: 302/390;
}

/* ===============================================
# 全職種で学び合う研修制度
=============================================== */
.sub-attraction__training {
  background-color: #ffedb6;
  padding-bottom: 18.1875rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__training {
    padding-bottom: 5.375rem;
  }
}

.sub-attraction__training-img {
  width: 100%;
}
.sub-attraction__training-img img {
  width: 100%;
  aspect-ratio: 1920/563;
}
@media screen and (max-width: 767px) {
  .sub-attraction__training-img img {
    aspect-ratio: 375/245;
  }
}

.sub-attraction__title-wrap.sub-attraction__title-wrap-training {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-wrap.sub-attraction__title-wrap-training {
    margin-top: 3.125rem;
  }
}

.sub-attraction__title.sub-attraction__title-training {
  padding: 0.8125rem 0;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title.sub-attraction__title-training {
    padding: 0;
  }
}

.sub-attraction__title-text.sub-attraction__title-text-training {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-text.sub-attraction__title-text-training {
    font-size: 1.5625rem;
    line-height: 1.92;
    text-align: center;
  }
}

.sub-attraction__training-list {
  margin-top: 3.25rem;
  padding-left: 12.125rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__training-list {
    margin-top: 0.1875rem;
    padding-left: 0;
  }
}

.sub-attraction__training-item {
  font-size: 1.125rem;
  font-weight: 500;
  color: #8c6239;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2.1111111111;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sub-attraction__training-item {
    line-height: 2;
  }
}
.sub-attraction__training-item::before {
  margin-right: 0.5em;
  content: "●";
  font-size: 1.125rem;
  color: #19a968;
}

/* ===============================================
# 多彩な現場で多様な経験
=============================================== */
.sub-attraction__experience {
  background-color: #eaf1b2;
  padding-bottom: 18.1875rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__experience {
    padding-bottom: 21.875rem;
  }
}
@media screen and (max-width: 500px) {
  .sub-attraction__experience {
    padding-bottom: 14.75rem;
  }
}

.sub-attraction__experience-img {
  width: 100%;
}
.sub-attraction__experience-img img {
  width: 100%;
  aspect-ratio: 1920/563;
}
@media screen and (max-width: 767px) {
  .sub-attraction__experience-img img {
    aspect-ratio: 375/245;
  }
}

.sub-attraction__title-wrap.sub-attraction__title-wrap-experience {
  margin-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-wrap.sub-attraction__title-wrap-experience {
    margin-top: 3.125rem;
  }
}

.sub-attraction__title.sub-attraction__title-experience {
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title.sub-attraction__title-experience {
    padding: 0;
  }
}

.sub-attraction__title-text.sub-attraction__title-text-experience {
  margin-top: 1rem;
  padding-left: 12.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1111111111;
  color: #8c6239;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .sub-attraction__title-text.sub-attraction__title-text-experience {
    margin-top: 1.9375rem;
    padding-left: 0;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .sub-attraction__experience-img-bottom {
    margin-top: -18.75rem;
  }
}
@media screen and (max-width: 500px) {
  .sub-attraction__experience-img-bottom {
    margin-top: -12rem;
  }
}
.sub-attraction__experience-img-bottom img {
  width: 100%;
}

.sub-mv__title.sub-mv__title--story {
  padding-right: 7.25rem;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--story {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .sub-mv__title.sub-mv__title--story {
    top: 5.25rem;
    right: 3.125rem;
  }
}

.sub-story {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sub-story {
    margin-top: 3.4375rem;
  }
}

.sub-story__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .sub-story__inner.inner {
    max-width: 40rem;
  }
}

.sub-story__text {
  font-size: 1.75rem;
  font-weight: 500;
  color: #8c6239;
  line-height: 1.75;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub-story__text {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: left;
  }
}

.sub-story__list {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 10.25rem) / 3));
  gap: 5.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .sub-story__list {
    margin-top: 4.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.sub-story__item {
  padding: 1.4375rem 2.125rem 2.25rem 2.125rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  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;
}
@media screen and (max-width: 767px) {
  .sub-story__item {
    padding: 1.3125rem 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub-story__item:nth-of-type(odd) {
  background-color: #dbe880;
}
.sub-story__item:nth-of-type(odd) .sub-story__item-job {
  background: url(../img/story/bg_story_job_01.webp) no-repeat center center/cover;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sub-story__item:nth-of-type(odd) .sub-story__item-job {
    background-size: 4.125rem 9.6875rem;
  }
}
.sub-story__item:nth-of-type(even) {
  background-color: #ffe39d;
}
.sub-story__item:nth-of-type(even) .sub-story__item-job {
  background: url(../img/story/bg_story_job_02.webp) no-repeat center center/cover;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sub-story__item:nth-of-type(even) .sub-story__item-job {
    background-size: 4.125rem 9.6875rem;
  }
}

.sub-story__item-job {
  width: 4.1875rem;
  height: 14.4375rem;
  padding-top: 1.8125rem;
  padding-left: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -1.8125rem;
  left: -0.5rem;
  border-radius: 0.9375rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
}
@media screen and (max-width: 767px) {
  .sub-story__item-job {
    width: 4.125rem;
    height: 9.6875rem;
    top: -2.3125rem;
    left: -0.4375rem;
    padding-top: 2.3125rem;
    padding-left: 0.4375rem;
    font-size: 1.125rem;
  }
}

.sub-story__item-img {
  max-width: 17.1875rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-story__item-img {
    max-width: 8.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sub-story__item-img img {
  aspect-ratio: 275/275;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-story__item-content {
  padding-top: 0.8125rem;
  padding-bottom: 1.625rem;
  color: #0b3341;
}
@media screen and (max-width: 767px) {
  .sub-story__item-content {
    margin-left: 0.5625rem;
    margin-top: 0;
    padding-bottom: 0;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sub-story__item-title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0b3341;
  line-height: 1.5238095238;
}
@media screen and (max-width: 767px) {
  .sub-story__item-title {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.sub-story__item-sub-title {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .sub-story__item-sub-title {
    line-height: 1.5714285714;
  }
}

.sub-story__item-name {
  margin-top: 0.3125rem;
  font-size: 1.1875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub-story__item-name {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.sub-story__item-btn-wrap {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .sub-story__item-btn-wrap {
    margin-top: 1.1875rem;
    width: 100%;
  }
}

.sub-story__item-btn {
  width: 17.25rem;
  height: 3.125rem;
  margin-inline: auto;
  padding-right: 0.625rem;
  padding-bottom: 0.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #19a968;
  letter-spacing: 0.1em;
  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;
  background-color: #fff;
  border-radius: 2.1875rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sub-story__item-btn {
    width: 15.6875rem;
    height: 3.75rem;
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.sub-story__item-btn::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_07.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sub-story__item-btn::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .sub-story__item-btn:hover {
    background-color: #19a968;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sub-story__item-btn:hover::before {
    background-image: url(../img/common/icon_arrow_right_08.webp);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.sub-story__cta .layout-cta {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .sub-story__cta .layout-cta {
    margin-top: 8.25rem;
  }
}

.single-story_article {
  padding: 2.4375rem 0 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .single-story_article {
    padding: 2.125rem 0 8rem 0;
  }
}

.single-story__inner.inner {
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .single-story__inner.inner {
    max-width: 40rem;
  }
}

.single-story__header {
  text-align: center;
}

.single-story__job {
  width: 13.625rem;
  height: 4.125rem;
  margin-inline: auto;
  background: url(../img/story/bg_single-story_job.webp) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-story__job {
    font-size: 1.25rem;
  }
}

.single-story__sub-title {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-story__sub-title {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
  }
}

.single-story__name {
  margin-top: 1.0625rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-story__name {
    margin-top: 0.4375rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.single-story__img-wrap {
  width: 111.0625rem;
  margin-top: 2.5625rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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 screen and (max-width: 767px) {
  .single-story__img-wrap {
    margin-top: 1.4375rem;
    width: 100%;
  }
}
.single-story__img-wrap::before, .single-story__img-wrap::after {
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .single-story__img-wrap::before, .single-story__img-wrap::after {
    display: none;
  }
}
.single-story__img-wrap::before {
  width: 22.4375rem;
  height: 28.1875rem;
  background: url(../img/story/img_single-story_01.webp) no-repeat center center/contain;
}
.single-story__img-wrap::after {
  width: 21.0625rem;
  height: 32.25rem;
  margin-left: 4.3125rem;
  background: url(../img/story/img_single-story_02.webp) no-repeat center center/contain;
}

.single-story__img {
  margin-left: 3.0625rem;
  padding: 1.5625rem 2.8125rem 1.9375rem 2.125rem;
  background: url(../img/story/bg_single-story_thumbnail.webp) no-repeat center center/contain;
  background-size: contain;
  background-size: 60.1875rem 38.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-story__img {
    width: 32.8125rem;
    margin-right: -4.6875rem;
    margin-left: -4.6875rem;
    padding: 1rem 1.0625rem 1.1875rem 1.0625rem;
    background-size: 100%;
  }
}
.single-story__img::before, .single-story__img::after {
  content: "";
  display: block;
  position: absolute;
}
.single-story__img::before {
  width: 7.8125rem;
  height: 7.125rem;
  background: url(../img/story/img_single-story_03.webp) no-repeat center center/contain;
  top: 0;
  left: 8.875rem;
}
@media screen and (max-width: 767px) {
  .single-story__img::before {
    width: 4.1875rem;
    height: 4.1875rem;
    left: 5.375rem;
    background: url(../img/story/img_single-story_03_sp.webp) no-repeat center center/contain;
  }
}
.single-story__img::after {
  width: 10.75rem;
  height: 8.8125rem;
  background: url(../img/story/img_single-story_04.webp) no-repeat center center/contain;
  bottom: -0.25rem;
  right: 9.375rem;
}
@media screen and (max-width: 767px) {
  .single-story__img::after {
    width: 5.75rem;
    height: 6.4375rem;
    right: 5rem;
    bottom: -1.625rem;
    background: url(../img/story/img_single-story_04_sp.webp) no-repeat center center/contain;
  }
}
.single-story__img img {
  width: 55.375rem;
  height: 34.6875rem;
  border-radius: 100%;
  aspect-ratio: 886/555;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single-story__img img {
    width: calc(100% + 40px);
    height: auto;
  }
}

.single-story__body {
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .single-story__body {
    margin-top: 4.3125rem;
  }
}

.single-story__title {
  margin-bottom: 3.9375rem;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #19a968;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .single-story__title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.single-story__wrap + .single-story__wrap {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap + .single-story__wrap {
    margin-top: 2.5rem;
  }
}

.single-story__content-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #8c6239;
  line-height: 1.2888888889;
}
@media screen and (max-width: 767px) {
  .single-story__content-title {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.single-story__content-title::before {
  content: "";
  width: 5.6875rem;
  height: 0.0625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  background: #8c6239;
}
@media screen and (max-width: 767px) {
  .single-story__content-title::before {
    width: 3.4375rem;
    height: 0.0625rem;
    margin-bottom: 0.375rem;
  }
}

.single-story__content-text {
  margin-top: 1.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0b3341;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-story__content-text {
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.single-story__content-img {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .single-story__content-img {
    margin-top: 1.625rem;
  }
}
.single-story__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.single-story__wrap:nth-of-type(1) .single-story__content-img, .single-story__wrap:nth-of-type(4) .single-story__content-img {
  position: relative;
}
.single-story__wrap:nth-of-type(1) .single-story__content-img::before, .single-story__wrap:nth-of-type(1) .single-story__content-img::after, .single-story__wrap:nth-of-type(4) .single-story__content-img::before, .single-story__wrap:nth-of-type(4) .single-story__content-img::after {
  content: "";
  display: block;
  position: absolute;
}
.single-story__wrap:nth-of-type(1) .single-story__content-img::before, .single-story__wrap:nth-of-type(4) .single-story__content-img::before {
  width: 9.0625rem;
  height: 6.1875rem;
  background: url(../img/story/leaf_single-story_02.webp) no-repeat center center/contain;
  bottom: -2.125rem;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(1) .single-story__content-img::before, .single-story__wrap:nth-of-type(4) .single-story__content-img::before {
    width: 3.5rem;
    height: 2.3125rem;
    bottom: -0.5rem;
    left: -0.4375rem;
  }
}
.single-story__wrap:nth-of-type(1) .single-story__content-img::after, .single-story__wrap:nth-of-type(4) .single-story__content-img::after {
  width: 10.75rem;
  height: 8.8125rem;
  background: url(../img/story/leaf_single-story_01.webp) no-repeat center center/contain;
  top: -2.25rem;
  right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(1) .single-story__content-img::after, .single-story__wrap:nth-of-type(4) .single-story__content-img::after {
    width: 3.8125rem;
    height: 3.0625rem;
    top: -0.9375rem;
    right: -0.5625rem;
  }
}
.single-story__wrap:nth-of-type(2) .single-story__content-img, .single-story__wrap:nth-of-type(5) .single-story__content-img {
  position: relative;
}
.single-story__wrap:nth-of-type(2) .single-story__content-img::before, .single-story__wrap:nth-of-type(2) .single-story__content-img::after, .single-story__wrap:nth-of-type(5) .single-story__content-img::before, .single-story__wrap:nth-of-type(5) .single-story__content-img::after {
  content: "";
  display: block;
  position: absolute;
}
.single-story__wrap:nth-of-type(2) .single-story__content-img::before, .single-story__wrap:nth-of-type(5) .single-story__content-img::before {
  width: 8.875rem;
  height: 9.3125rem;
  background: url(../img/story/leaf_single-story_03.webp) no-repeat center center/contain;
  top: -2rem;
  left: -1.625rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(2) .single-story__content-img::before, .single-story__wrap:nth-of-type(5) .single-story__content-img::before {
    width: 3.3125rem;
    height: 3.5rem;
    top: -0.625rem;
    left: -0.5625rem;
  }
}
.single-story__wrap:nth-of-type(2) .single-story__content-img::after, .single-story__wrap:nth-of-type(5) .single-story__content-img::after {
  width: 9.375rem;
  height: 6.875rem;
  background: url(../img/story/leaf_single-story_04.webp) no-repeat center center/contain;
  bottom: -1.75rem;
  right: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(2) .single-story__content-img::after, .single-story__wrap:nth-of-type(5) .single-story__content-img::after {
    width: 3.5rem;
    height: 2.5625rem;
    bottom: -0.75rem;
    right: -0.6875rem;
  }
}
.single-story__wrap:nth-of-type(3) .single-story__content-img, .single-story__wrap:nth-of-type(6) .single-story__content-img {
  position: relative;
}
.single-story__wrap:nth-of-type(3) .single-story__content-img::before, .single-story__wrap:nth-of-type(3) .single-story__content-img::after, .single-story__wrap:nth-of-type(6) .single-story__content-img::before, .single-story__wrap:nth-of-type(6) .single-story__content-img::after {
  content: "";
  display: block;
  position: absolute;
}
.single-story__wrap:nth-of-type(3) .single-story__content-img::before, .single-story__wrap:nth-of-type(6) .single-story__content-img::before {
  width: 7.0625rem;
  height: 5.25rem;
  background: url(../img/story/leaf_single-story_06.webp) no-repeat center center/contain;
  bottom: -1.375rem;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(3) .single-story__content-img::before, .single-story__wrap:nth-of-type(6) .single-story__content-img::before {
    width: 2.625rem;
    height: 2rem;
    bottom: -0.3125rem;
    left: -0.5rem;
  }
}
.single-story__wrap:nth-of-type(3) .single-story__content-img::after, .single-story__wrap:nth-of-type(6) .single-story__content-img::after {
  width: 7.5625rem;
  height: 9.1875rem;
  background: url(../img/story/leaf_single-story_05.webp) no-repeat center center/contain;
  top: -1.375rem;
  right: -1.375rem;
}
@media screen and (max-width: 767px) {
  .single-story__wrap:nth-of-type(3) .single-story__content-img::after, .single-story__wrap:nth-of-type(6) .single-story__content-img::after {
    width: 2.8125rem;
    height: 3.5rem;
    top: -0.4375rem;
    right: -0.375rem;
  }
}

.single-story__btn-wrap {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .single-story__btn-wrap {
    margin-top: 5rem;
  }
}

.single-story__cta .layout-cta {
  margin-top: 0;
}

/* ===============================================
# 検索画面
=============================================== */
.sub-mv.sub-mv__saiyo {
  position: relative;
}
.sub-mv.sub-mv__saiyo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaf1b2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sub-mv.sub-mv__saiyo::after {
    height: 70%;
  }
}

.sub-mv__title.sub-mv__title--saiyo {
  padding-right: 8.0625rem;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--saiyo {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .sub-mv__title.sub-mv__title--saiyo {
    top: 5.25rem;
    right: 3.125rem;
  }
}
.sub-mv__title.sub-mv__title--saiyo .sub-mv__title-text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sub-mv__title.sub-mv__title--saiyo .sub-mv__title-text {
    letter-spacing: 0.135em;
  }
}

.saiyo__search {
  padding-top: 6rem;
  padding-bottom: 16rem;
  background-color: #eaf1b2;
}
@media screen and (max-width: 767px) {
  .saiyo__search {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.search-form__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .search-form__inner.inner {
    padding: 0 0.75rem;
    max-width: 40rem;
  }
}

.search-form__section {
  background-color: #fff;
  border-radius: 0.9375rem;
}

.search-form__section + .search-form__section {
  margin-top: 0.9375rem;
}

.search-form__section-title {
  padding: 1.9375rem 3.125rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .search-form__section-title {
    padding: 1.25rem 1.25rem;
    font-size: 1.5rem;
  }
}
.search-form__section-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #8cc63f;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .search-form__section-title::before {
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: 0.375rem;
  }
}
.search-form__section-title .search-form__section-note {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .search-form__section-title .search-form__section-note {
    font-size: 0.875rem;
  }
}

.search-form__section:nth-of-type(1) .search-form__section-content {
  padding: 2.5625rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .search-form__section:nth-of-type(1) .search-form__section-content {
    padding: 1.25rem 1rem;
  }
}
.search-form__section:nth-of-type(2) .search-form__section-content {
  padding: 2.5625rem 3.125rem 3.3125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .search-form__section:nth-of-type(2) .search-form__section-content {
    padding: 1.25rem 0.875rem;
  }
}

.search-form__section-content {
  border-top: 1px solid #0b3341;
}

.search-form__checkbox-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .search-form__checkbox-group {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.3125rem;
  }
}

.search-form__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .search-form__checkbox-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.search-form__checkbox-item input[type=checkbox] {
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 0;
  border-radius: 0.625rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search-form__checkbox-item input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.search-form__checkbox-item input[type=checkbox]:checked {
  accent-color: #009137;
}
.search-form__checkbox-item input[type=checkbox]:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.search-form__checkbox-text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #0b3341;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-form__checkbox-text {
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 1.2857142857;
  }
}

.search-form__checkbox-group--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .search-form__checkbox-group--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-form__submit {
  margin-top: 2.5rem;
  text-align: center;
}

.search-form__submit-btn {
  width: 36.25rem;
  height: 5rem;
  padding-left: 6.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  background-color: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .search-form__submit-btn:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .search-form__submit-btn {
    width: 21.5625rem;
    height: 3.75rem;
    padding-left: 3.75rem;
    border-radius: 1.875rem;
    gap: 0.125rem;
  }
}

.search-form__submit-icon {
  width: 2.9375rem;
  height: 2.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search-form__submit-icon {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.search-form__submit-icon img {
  width: 100%;
  height: 100%;
}

.search-form__submit-text {
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search-form__submit-text {
    font-size: 1.125rem;
  }
}

.saiyo__cta .layout-cta {
  margin-top: 0;
}

/* ===============================================
# 検索結果画面
=============================================== */
@media screen and (max-width: 767px) {
  .main__search {
    padding-top: 0.3125rem;
  }
}

.search-results__title-wrap {
  width: 100%;
  height: 11.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a79b;
}
@media screen and (max-width: 767px) {
  .search-results__title-wrap {
    height: 4.375rem;
  }
}

.search-results__title {
  max-width: 77.5rem;
  width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .search-results__title {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
  }
}

.search-results__title-icon {
  max-width: 3.9375rem;
  aspect-ratio: 63/62;
}
@media screen and (max-width: 767px) {
  .search-results__title-icon {
    max-width: 2.375rem;
  }
}
.search-results__title-icon img {
  width: 100%;
  height: 100%;
}

.search-results__title-text {
  padding-bottom: 0.3125rem;
  font-size: 3.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .search-results__title-text {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}

.search-results__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .search-results__inner.inner {
    max-width: 40rem;
  }
}

.search-results__section {
  padding: 5rem 0 16.3125rem 0;
  background-color: #eaf1b2;
}
@media screen and (max-width: 767px) {
  .search-results__section {
    padding: 1.4375rem 0 9.875rem 0;
  }
}

.search-results__grid {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1.875rem) / 2));
  gap: 1.875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .search-results__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.search-results__card {
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-results__card-header {
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}

.search-results__card-title {
  padding-top: 0.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0b3341;
}
@media screen and (max-width: 767px) {
  .search-results__card-title {
    padding-top: 0.125rem;
    font-size: 1.125rem;
    line-height: 1.1666666667;
  }
}

.search-results__tag {
  padding: 0.5625rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.01em;
  border-radius: 0.625rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search-results__tag {
    padding: 0.375rem 0.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3125rem;
  }
}
.search-results__tag.shin {
  background-color: #00a79b;
}
.search-results__tag.chuto {
  background-color: #8c6239;
}
.search-results__tag.part {
  background-color: #ef7798;
}
.search-results__tag.touroku {
  background-color: #5c9bd2;
}

.search-results__card-content {
  padding-top: 1rem;
  padding-bottom: 1.125rem;
  border-top: 1px solid #0b3341;
}
@media screen and (max-width: 767px) {
  .search-results__card-content {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.search-results__card-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #00a79b;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .search-results__card-subtitle {
    font-size: 0.875rem;
  }
}

.search-results__card-departments {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .search-results__card-departments {
    margin-top: 0.625rem;
  }
}

.search-results__card-department {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 500;
  color: #0b3341;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .search-results__card-department {
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}
.search-results__card-department::before {
  content: "●";
}

.search-results__card-btn-wrap {
  margin-top: auto;
}

.search-results__back {
  margin-top: 2.375rem;
}

.search-results__no-results {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 2rem 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-results__no-results {
    padding: 1.25rem 1.375rem;
    text-align: left;
  }
}

.search-results__no-results-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0b3341;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .search-results__no-results-text {
    font-size: 0.9375rem;
  }
}
.search-results__no-results-text:nth-of-type(2) {
  margin-top: 0.625rem;
}

.saiyo__cta .layout-cta {
  margin-top: -10.125rem;
}
@media screen and (max-width: 767px) {
  .saiyo__cta .layout-cta {
    margin-top: 5.875rem;
  }
}

/* 募集要項を見るボタン
----------------------------------------------- */
.search-results__card-btn {
  width: 18.375rem;
  height: 3.125rem;
  margin-inline: auto;
  padding-right: 0.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #009137;
  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;
  background-color: #dae0e2;
  border-radius: 2.1875rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .search-results__card-btn {
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.search-results__card-btn::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .search-results__card-btn:hover {
    background-color: #009137;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search-results__card-btn:hover::before {
    background-image: url(../img/common/icon_arrow_right_01.webp);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/* 検索一覧に戻るボタン
----------------------------------------------- */
.search-results__back-btn {
  width: 18.75rem;
  height: 4.375rem;
  margin-inline: auto;
  padding-right: 0.6875rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #df483c;
  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;
  background-color: #fff;
  border-radius: 2.1875rem;
  position: relative;
  border: 2px solid #df483c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .search-results__back-btn {
    width: 15.6875rem;
    height: 3.75rem;
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
}
.search-results__back-btn::before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_right_09.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .search-results__back-btn::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .search-results__back-btn:hover {
    background-color: #df483c;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search-results__back-btn:hover::before {
    background-image: url(../img/common/icon_arrow_right_10.webp);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.search-results__cta .layout-cta {
  margin-top: -10.125rem;
}
@media screen and (max-width: 767px) {
  .search-results__cta .layout-cta {
    margin-top: -5.875rem;
  }
}

.single__title-wrap {
  width: 100%;
  height: 11.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a79b;
}
@media screen and (max-width: 767px) {
  .single__title-wrap {
    height: 4.375rem;
  }
}

.single__title-inner.inner {
  max-width: 77.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single__title-inner.inner {
    padding: 0 0.9375rem;
    max-width: 40rem;
    gap: 0.5rem;
  }
}

.single__title {
  padding-bottom: 0.3125rem;
  font-size: 3.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .single__title {
    padding-bottom: 0.125rem;
    font-size: 1.125rem;
    letter-spacing: 0.01em;
  }
}

.single__tag {
  padding: 0.75rem 0.6875rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #fff;
  display: inline-block;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .single__tag {
    padding: 0.4375rem 0.5625rem;
    font-size: 0.9375rem;
    border-radius: 0.3125rem;
  }
}
.single__tag.shin {
  color: #00a79b;
}
.single__tag.chuto {
  color: #8c6239;
}
.single__tag.part {
  color: #ef7798;
}
.single__tag.touroku {
  color: #5c9bd2;
}

.single__section {
  background-color: #eaf1b2;
  padding-top: 6rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .single__section {
    padding-top: 1.625rem;
    padding-bottom: 9.75rem;
  }
}

.single__inner.inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .single__inner.inner {
    max-width: 40rem;
  }
}

.single__container {
  padding: 3.25rem 3.125rem 4.625rem 3.125rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .single__container {
    padding: 2.1875rem 1.375rem 3.5rem 1.375rem;
  }
}

.single__departments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .single__departments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.single__departments-title {
  padding-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #009137;
  letter-spacing: 0.01em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single__departments-title {
    font-size: 0.9375rem;
  }
}

.single__departments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .single__departments-list {
    gap: 0.3125rem;
  }
}

.single__department-item {
  padding: 0.375rem 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #0b3341;
  background-color: #f0eb8a;
  border-radius: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .single__department-item {
    font-size: 0.8125rem;
    padding: 0.125rem 0.5rem;
    line-height: 1.4615384615;
  }
}

.single__detail-list {
  margin-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .single__detail-list {
    margin-top: 3rem;
  }
}

.single__detail-item {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #0b3341;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__detail-item::after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 14.6875rem;
  height: 1px;
  background-color: #19a968;
}
@media screen and (max-width: 767px) {
  .single__detail-item::after {
    width: 21.36vw;
  }
}

.single__detail-item + .single__detail-item {
  padding-top: 1.5rem;
}

.single__detail-title {
  padding-top: 0.375rem;
  width: 14.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #8c6239;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .single__detail-title {
    font-size: 0.9375rem;
  }
}

.single__detail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0b3341;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .single__detail-content {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.single__detail-link {
  color: #009137;
}
.single__detail-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
  margin-bottom: -0.0625rem;
  background-image: url("../img/common/icon_blank_02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .single__detail-link::after {
    margin-left: 0.125rem;
  }
}

.single__cta .layout-cta {
  margin-top: -10.125rem;
}
@media screen and (max-width: 767px) {
  .single__cta .layout-cta {
    margin-top: -5.875rem;
  }
}

/* ===============================================
# 404
=============================================== */
.main__not-found {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaf1b2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__section {
  width: 100%;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .not-found__section {
    padding: 5rem 0;
  }
}

.not-found__inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .not-found__inner {
    max-width: 40rem;
    padding: 0 1.25rem;
  }
}

.not-found__container {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 5rem 3.75rem;
  text-align: center;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .not-found__container {
    padding: 3.125rem 1.25rem;
    border-radius: 0.9375rem;
  }
}

.not-found__title {
  font-size: 7.5rem;
  font-weight: 700;
  color: #009137;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-shadow: 0 0.3125rem 0.9375rem rgba(0, 151, 55, 0.2);
}
@media screen and (max-width: 767px) {
  .not-found__title {
    font-size: 5rem;
    margin-bottom: 0.9375rem;
  }
}

.not-found__subtitle {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b3341;
  line-height: 1.1428571429;
  margin-bottom: 1.875rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .not-found__subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.not-found__description {
  font-size: 1.125rem;
  color: #0b3341;
  line-height: 1.7777777778;
  margin-bottom: 3.125rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .not-found__description {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
  }
}

.not-found__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .not-found__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.not-found__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 2.5rem;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .not-found__btn {
    padding: 1rem 1.875rem;
    font-size: 1rem;
  }
}
.not-found__btn--primary {
  background-color: #009137;
  color: #fff;
}
.not-found__btn--secondary {
  background-color: #fff;
  color: #009137;
  border: 2px solid #009137;
}

.not-found__btn-text {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */