@charset "UTF-8";
/* ========================================
  トップページ
======================================== */
@layer page {
  .home-mv {
    position: relative;
  }
  .home-mv::before {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background-image: linear-gradient(to right, #005a42, #b5f3cc 72%, #086148 100%);
  }
  .home-mv__loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #ccc;
  }
  .home-mv__loading::before {
    position: absolute;
    inset: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    content: "";
    background: url("../../../img/common/loading.svg") 50%/contain no-repeat;
    animation: loadingRound 1s linear infinite;
  }
  @keyframes loadingRound {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .home-mv__slide {
    --header-h-half: calc(var(--header-h) / 2);
    --home-slide-h: calc(656 / 1440 * 100vw);
    position: relative;
    height: var(--home-slide-h);
    transition: opacity 2s;
  }
  @media screen and (max-width: 767px) {
    .home-mv__slide {
      --home-slide-h: calc(100svh - var(--header-h));
    }
  }
  .home-mv__slide.is-show {
    opacity: 1;
  }
  .home-mv__slide .splide {
    height: inherit;
  }
  .home-mv__slide .splide [class^=splide__] {
    height: inherit;
  }
  .home-mv__slide .splide__slide img,
  .home-mv__slide .splide__slide video,
  .home-mv__slide .splide__slide iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-mv__slide .splide__slide iframe,
  .home-mv__slide .splide__slide video {
    aspect-ratio: 16/9;
    pointer-events: none;
  }
  .home-mv__slide .splide__slide img {
    transform: translateX(-1.5%) scale(1.2);
    transition: 15s 1s linear;
  }
  .home-mv__slide .splide__slide[class*=-active] img {
    transform: translateX(1.5%) scale(1.05);
    transition-delay: 0s;
  }
  .home-mv__slide .js-parallax {
    position: relative;
    height: inherit;
  }
  .home-mv__slide .js-parallax::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home-mv__video {
    width: 100%;
    height: 100%;
  }
  .home-mv__video video {
    object-position: center bottom;
  }
  .home-mv__ttl {
    position: absolute;
    top: 5.5555555556vw;
    left: 5.2777777778vw;
    z-index: 2;
    font-family: var(--serif);
    font-size: 3.75vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.245em;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.7);
  }
  @media screen and (max-width: 767px) {
    .home-mv__ttl {
      top: initial;
      bottom: 10.6666666667vw;
      left: 5.3333333333vw;
      font-size: 6.9333333333vw;
      letter-spacing: 0.15em;
    }
  }
  @media screen and (min-width: 768px) {
    .home-mv__ttl.-type-2 {
      top: initial;
      bottom: 5.5555555556vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv__video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: var(--home-slide-h);
      min-height: 100%;
      aspect-ratio: 16/9;
      transform: translate(-50%, -50%);
    }
  }
  .home-mv__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-intro {
    background-image: linear-gradient(to top, rgba(0, 125, 76, 0.3) 18%, rgba(128, 201, 127, 0.3) 59%, transparent 100%);
  }
  .home-intro__inner {
    padding: 132px 0 115px;
  }
  @media screen and (max-width: 767px) {
    .home-intro__inner {
      padding: 12.2666666667vw 0 10.6666666667vw;
    }
  }
  .home-intro__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  @media screen and (max-width: 1340px) {
    .home-intro__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro__list {
      grid-template-columns: 1fr;
      gap: 3.7333333333vw;
    }
  }
  .home-intro__list + .home-intro__list {
    margin-top: 45px;
  }
  @media screen and (max-width: 1400px) {
    .home-intro__list + .home-intro__list {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 1340px) {
    .home-intro__list + .home-intro__list {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro__list + .home-intro__list {
      margin-top: 3.7333333333vw;
    }
  }
  @media screen and (max-width: 1340px) {
    .home-intro__list.-type-2 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 1100px) {
    .home-intro__list.-type-2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro__list.-type-2 {
      grid-template-columns: 1fr;
    }
  }
  .home-intro-panel-01 {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01 {
      display: grid;
      grid-template-columns: 110px 1fr;
      min-height: 110px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01 {
      grid-template-columns: 18.4vw 1fr;
      min-height: 19.2vw;
      border-radius: 2.1333333333vw;
      box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
    }
  }
  .home-intro-panel-01__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 242/165;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01__img img {
      aspect-ratio: 69/72;
    }
  }
  .home-intro-panel-01__body {
    position: relative;
    padding: 60px 18px 38px;
    background-color: #fff;
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01__body {
      display: grid;
      place-content: center start;
      padding: 20px 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01__body {
      padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 4vw;
    }
  }
  @media screen and (min-width: 1341px) {
    .home-intro-panel-01__body::before, .home-intro-panel-01__body::after {
      position: absolute;
      display: block;
      content: "";
    }
  }
  @media screen and (min-width: 1341px) {
    .home-intro-panel-01__body::before {
      top: -30px;
      left: 0;
      width: calc(100% - 36px);
      height: 31px;
      background-color: #fff;
      border-radius: 0 10px 0 0;
    }
  }
  @media screen and (min-width: 1341px) {
    .home-intro-panel-01__body::after {
      top: -18px;
      left: 0;
      width: 100%;
      height: 18px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.726%22%20height%3D%2217.725%22%20viewBox%3D%220%200%2017.726%2017.725%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_115%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20115%22%20width%3D%2217.726%22%20height%3D%2217.725%22%20transform%3D%22translate(205.013%2013.435)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_95%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2095%22%20transform%3D%22translate(-205.013%20-13.435)%22%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019%22%20d%3D%22M213.014%2C31.143a8.023%2C8.023%2C0%2C0%2C1-8-8V8a8.024%2C8.024%2C0%2C0%2C0-8-8H25.726a8.024%2C8.024%2C0%2C0%2C0-8%2C8V23.106a8.024%2C8.024%2C0%2C0%2C1-8%2C8H0V201.494a8.024%2C8.024%2C0%2C0%2C0%2C8%2C8H214.74a8.024%2C8.024%2C0%2C0%2C0%2C8-8V31.143Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 18px top/18px 18px no-repeat;
    }
  }
  .home-intro-panel-01__icon {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    height: 90px;
    margin: auto;
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01__icon {
      display: none;
    }
  }
  .home-intro-panel-01__icon::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 5em;
    height: 5em;
    margin: auto;
    content: "";
    background-color: #fff;
    border-radius: 50%;
  }
  .home-intro-panel-01__ttl {
    position: relative;
    z-index: 2;
    font-size: clamp(1.6rem, 1.3888888889vw, 2rem);
    text-align: center;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01__ttl {
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01__ttl {
      font-size: 4.2666666667vw;
    }
  }
  .home-intro-panel-01__sub-ttl {
    position: relative;
    z-index: 2;
    font-size: clamp(1rem, 0.8333333333vw, 1.2rem);
    color: #808080;
    text-align: center;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01__sub-ttl {
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01__sub-ttl {
      font-size: 3.2vw;
      line-height: 1.4;
    }
  }
  .home-intro-panel-01__arrow-wrap {
    position: relative;
    z-index: 2;
  }
  @media screen and (min-width: 1341px) {
    .home-intro-panel-01__arrow-wrap {
      margin-top: 15px;
      text-align: center;
    }
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-01__arrow-wrap {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      display: grid;
      align-items: center;
      margin: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-01__arrow-wrap {
      right: 4vw;
    }
  }
  @media (any-hover: hover) {
    .home-intro-panel-01 .home-intro-panel-01__img {
      transition: 0.5s;
      transition-property: filter;
    }
    .home-intro-panel-01::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      display: block;
      width: 1px;
      height: 1px;
      content: "";
      background: linear-gradient(45deg, #008857, #ffd700);
      border-radius: 50%;
      opacity: 0;
      transform: translate(-50%, -50%);
      transition: width 0.5s, height 0.5s, opacity 0.3s;
    }
    .home-intro-panel-01:hover .home-intro-panel-01__img {
      filter: brightness(110%) blur(5px);
    }
    .home-intro-panel-01:hover::before {
      width: 40em;
      height: 40em;
      opacity: 0.5;
    }
  }
  .home-intro-panel-02 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 5px;
    align-content: center;
    min-height: 132px;
    padding: 5px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 1340px) {
    .home-intro-panel-02 {
      padding: 20px 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02 {
      display: flex;
      gap: 5.3333333333vw;
      min-height: 19.2vw;
      padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 2.6666666667vw;
    }
  }
  .home-intro-panel-02__icon {
    display: grid;
    place-items: center;
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__icon {
      width: 14.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__icon img {
      width: auto;
      height: 8vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__icon img[src$="icon_06.svg"] {
      height: 10.6666666667vw;
      aspect-ratio: 45/59;
    }
  }
  .home-intro-panel-02__txt-wrap {
    align-self: center;
  }
  .home-intro-panel-02__ttl {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__ttl {
      font-size: 4.2666666667vw;
    }
  }
  .home-intro-panel-02__sub-ttl {
    font-size: clamp(1rem, 0.8333333333vw, 1.2rem);
    color: #808080;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__sub-ttl {
      font-size: 3.2vw;
      line-height: 1.4;
    }
  }
  .home-intro-panel-02__arrow-wrap {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: 2;
    display: grid;
    align-items: center;
    margin: auto;
  }
  @media screen and (max-width: 767px) {
    .home-intro-panel-02__arrow-wrap {
      right: 4vw;
    }
  }
  @media (any-hover: hover) {
    .home-intro-panel-02::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      display: block;
      width: 1px;
      height: 1px;
      content: "";
      background: linear-gradient(45deg, #008857, #ffd700);
      border-radius: 50%;
      opacity: 0;
      transform: translate(-50%, -50%);
      transition: width 0.5s, height 0.5s, opacity 0.3s;
    }
    .home-intro-panel-02:hover::before {
      width: 40em;
      height: 40em;
      opacity: 0.5;
    }
  }
  .home-news__inner {
    position: relative;
    padding-block: 65px;
  }
  @media screen and (max-width: 767px) {
    .home-news__inner {
      padding-block: 8vw;
    }
  }
  .home-news__main-ttl {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-news__main-ttl {
      font-size: 4.8vw;
      text-align: left;
    }
  }
  .home-news__main-ttl span {
    display: inline-block;
    padding-left: 1.5em;
    background: url("../../../img/home/icon_i.svg") left center/1.3em 1.3em no-repeat;
  }
  .home-news__content {
    max-width: 1220px;
    margin-inline: auto;
    margin-top: 100px;
  }
  @media screen and (max-width: 767px) {
    .home-news__content {
      margin-top: 8vw;
    }
  }
  .home-news__list {
    display: grid;
    gap: 38px;
  }
  .home-news__item {
    border-bottom: 1px solid var(--main);
  }
  .home-news__link {
    display: grid;
    grid-template-columns: auto 1fr;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-news__link {
      font-size: 3.7333333333vw;
    }
  }
  .home-news__link.-important {
    color: var(--colorRed);
  }
  @media (any-hover: hover) {
    .home-news__link {
      transition: color 0.3s;
    }
    .home-news__link:hover {
      color: var(--colorPrimary);
    }
  }
  .home-news__date, .home-news__ttl {
    padding-block: 0.7em;
  }
  .home-news__date {
    padding-right: 20px;
  }
  @media screen and (max-width: 767px) {
    .home-news__date {
      padding-right: 4vw;
      font-size: 3.7333333333vw;
    }
  }
  .home-news__ttl {
    padding-left: 20px;
    border-left: 1px solid var(--main);
  }
  @media screen and (max-width: 767px) {
    .home-news__ttl {
      padding-left: 2.6666666667vw;
      font-size: 3.7333333333vw;
    }
  }
  .home-news__ttl span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home-news__btn-wrap {
    position: absolute;
    top: 70px;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .home-news__btn-wrap {
      top: 9.3333333333vw;
    }
  }
  .home-news__btn {
    display: flex;
    gap: 15px;
    align-items: center;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-news__btn {
      gap: 1.3333333333vw;
      font-size: 3.7333333333vw;
    }
  }
  @media (any-hover: hover) {
    .home-news__btn {
      transition: color 0.3s;
    }
    .home-news__btn:hover {
      color: var(--colorPrimary);
    }
  }
  .home-news__btn-arrow {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid var(--main);
    border-radius: 50%;
  }
  .home-news__btn-arrow::before {
    position: absolute;
    inset: 0;
    display: block;
    width: 50%;
    height: 50%;
    margin: auto;
    content: "";
    background-color: var(--main);
    clip-path: polygon(40% 0, 85% 50%, 40% 100%, 20% 100%, 65% 50%, 20% 0);
  }
  .home-news__no-post {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .home-pickup__inner {
    position: relative;
    padding-block: 55px 120px;
  }
  @media screen and (max-width: 767px) {
    .home-pickup__inner {
      padding-block: 8vw;
    }
  }
  .home-pickup__main-ttl {
    padding-bottom: 6px;
    font-size: 2rem;
    font-weight: 500;
    color: var(--colorPrimary);
    border-bottom: 1px solid var(--colorPrimary);
  }
  @media screen and (max-width: 767px) {
    .home-pickup__main-ttl {
      font-size: 4.8vw;
    }
  }
  .home-pickup__content {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .home-pickup__content {
      width: calc(100vw - var(--container-pd));
      margin-top: 8vw;
    }
  }
  @media (any-hover: hover) {
    .home-pickup__slide-link .home-pickup__slide-ttl {
      transition: color 0.5s;
    }
    .home-pickup__slide-link .home-pickup__slide-img img {
      transition: transform 0.5s;
    }
    .home-pickup__slide-link:hover .home-pickup__slide-ttl {
      color: var(--colorPrimary);
    }
    .home-pickup__slide-link:hover .home-pickup__slide-img img {
      transform: scale(1.1);
    }
  }
  .home-pickup__slide-ttl {
    display: -webkit-box;
    height: 2.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 767px) {
    .home-pickup__slide-ttl {
      font-size: 4vw;
    }
  }
  .home-pickup__slide-img {
    width: 100%;
    aspect-ratio: 189/132;
    margin-top: 55px;
    overflow: hidden;
    border-radius: 10px;
  }
  @media screen and (max-width: 767px) {
    .home-pickup__slide-img {
      margin-top: 8vw;
    }
  }
  .home-pickup__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-pickup .splide {
    padding-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
    .home-pickup .splide {
      padding-bottom: 8vw;
    }
  }
  .home-pickup .splide .splide__pagination__page {
    width: 18px !important;
    height: 6px !important;
    background-color: #dcdcdc !important;
    border-radius: 100vmax !important;
  }
  .home-pickup .splide .splide__pagination__page.is-active {
    background-color: #333 !important;
    transform: scale(1) !important;
  }
  .home-pickup .splide .splide__arrow {
    display: none !important;
  }
  .home-pickup .splide .splide__arrow--next {
    right: -2em !important;
  }
  .home-pickup .splide .splide__arrow--prev {
    left: -2em !important;
  }
  .home-info {
    background-color: rgba(0, 136, 87, 0.1);
  }
  .home-info__inner {
    --container-w: 1150px;
    position: relative;
    padding-block: 120px 130px;
  }
  @media screen and (max-width: 767px) {
    .home-info__inner {
      padding-block: 8vw;
    }
  }
  .home-info__table thead {
    color: #fff;
    background-color: var(--colorPrimary);
  }
  .home-info__table thead tr th {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  @media screen and (max-width: 767px) {
    .home-info__table thead tr th {
      font-size: 5.3333333333vw;
    }
  }
  .home-info__table thead tr th:nth-child(1) {
    width: 24.5%;
  }
  .home-info__table thead tr th:nth-child(n+2) {
    width: 10.7857142857%;
  }
  .home-info__table thead tr th + th {
    border-left: 1px solid #d6d6d6;
  }
  .home-info__table tbody {
    background-color: #fff;
  }
  .home-info__table tbody tr + tr {
    border-top: 1px solid #d6d6d6;
  }
  .home-info__table tbody tr th,
  .home-info__table tbody tr td {
    height: 54px;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .home-info__table tbody tr th,
    .home-info__table tbody tr td {
      height: 10.6666666667vw;
    }
  }
  .home-info__table tbody tr th {
    padding: 5px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  @media screen and (max-width: 767px) {
    .home-info__table tbody tr th {
      padding: 1.3333333333vw;
    }
  }
  .home-info__table tbody tr th + td {
    border-left: 1px solid #d6d6d6;
  }
  .home-info__table tbody tr td {
    vertical-align: middle;
    text-align: center;
  }
  .home-info__table tbody tr td + td {
    border-left: 1px solid #d6d6d6;
  }
  .home-info__table .t-text {
    padding: 15px 50px;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .home-info__table .t-text {
      padding: 4vw 2.6666666667vw;
    }
  }
  .home-info__table .icon-open {
    position: relative;
    top: 0.3em;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--colorPrimary);
    border-radius: 50%;
  }
  @media screen and (max-width: 767px) {
    .home-info__table .icon-open {
      top: 0.2em;
      width: 5.3333333333vw;
      height: 5.3333333333vw;
    }
  }
  .home-info__table .icon-close {
    position: relative;
    top: -0.3em;
    display: inline-block;
    width: 43px;
    height: 1px;
    background-color: var(--main);
  }
  @media screen and (max-width: 767px) {
    .home-info__table .icon-close {
      width: 11.4666666667vw;
      height: 2px;
    }
  }
  .home-recruit {
    margin-block: 120px 30px;
    background: url("../../../img/home/recruit_bg.webp") center center/cover no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-recruit {
      background: url("../../../img/home/recruit_bg_01_sp.webp") left top/100% no-repeat, url("../../../img/home/recruit_bg_02_sp.webp") left bottom/100% no-repeat;
      margin-block: 16vw 8vw;
    }
  }
  .home-recruit__inner {
    --container-w: 662px;
    padding-block: 90px;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__inner {
      --container-pd: 0;
      padding-block: 41.3333333333vw;
    }
  }
  .home-recruit__content {
    padding: 70px;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 767px) {
    .home-recruit__content {
      padding: 10.6666666667vw;
    }
  }
  .home-recruit__lead {
    font-family: var(--serif);
    font-size: 2.2rem;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__lead {
      font-size: 4.8vw;
    }
  }
  .home-recruit__ttl {
    margin-top: 20px;
    font-size: 6.6rem;
    font-weight: 500;
    line-height: 1;
    color: var(--colorPrimary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__ttl {
      margin-top: 2.6666666667vw;
      font-size: 10.6666666667vw;
    }
  }
  .home-recruit__sub-ttl {
    margin-top: 15px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.43em;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__sub-ttl {
      margin-top: 2.6666666667vw;
      font-size: 5.3333333333vw;
    }
  }
  .home-recruit__btn-wrap {
    margin-top: 55px;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__btn-wrap {
      margin-top: 8vw;
    }
  }
  .home-recruit__btn {
    display: grid;
    place-items: center;
    width: min(100%, 360px);
    height: 65px;
    margin-inline: auto;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.22em;
    background-color: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
    border-radius: 10px;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__btn {
      height: 10.6666666667vw;
      font-size: 4.2666666667vw;
    }
  }
  @media (any-hover: hover) {
    .home-recruit__btn {
      transition: 0.5s;
      transition-property: background, color;
    }
    .home-recruit__btn:hover {
      color: var(--colorPrimary);
      background-color: #fff;
    }
  }
}