@charset "UTF-8";
/* breakpoints (Bootstrap準拠)
================================================================== */
/* mixin
================================================================== */
.fn-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
}

.fn-min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* display
------------------------------ */
.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-just {
  text-align: justify;
}

.text-right {
  text-align: right;
}

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

/* PC, SP表示切り替え */
@media (max-width: 991.98px) {
  .d-pc {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-tb {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-tb-sp {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .d-pc-tb {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-sp {
    display: none !important;
  }
}
/* layout
================================================================== */
/* inner
------------------------------ */
.inner {
  --w: 1000px;
  --pd: 13rem;
  --side: 6%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(var(--w) + var(--side) * 2);
  padding: calc(var(--pd) - 2rem) var(--side) var(--pd);
}
.inner--11 {
  --w: 1100px;
}
.inner--12 {
  --w: 1200px;
}
.inner--13 {
  --w: 1300px;
}
.inner--np {
  --pd: 0;
}
.inner--pt0 {
  padding-top: 0;
}
.inner--pb0 {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .inner {
    --pd: 8rem;
  }
}

/* flex
------------------------------ */
.flex {
  display: flex;
  align-items: flex-start;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

/* base settings
================================================================== */
:root {
  --black: #3d3226;
  --white: #fff;
  --main: #7db347;
  --l-main: #9bcb6b;
  --base: #f7f4ed;
  --d-base: #efe9dc;
  --gray: #a69e95;
  --accent: #ffe800;
  --header-h: 10rem;
  --br-max: 10rem;
  --br-sec: 8rem;
  --br-l: 3rem;
  --br-m: 2rem;
  --br-s: 0.8rem;
  --mg-80: 8rem;
  --mg-60: 6rem;
  --mg-50: 5rem;
  --mg-40: 4rem;
  --mg-30: 3rem;
  --mg-20: 2rem;
  --fs-ttl: 8rem;
  --fs-36: 3.6rem;
  --fs-32: 3.2rem;
  --fs-28: 2.8rem;
  --fs-26: 2.6rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --fs-16: 1.6rem;
  --fs-15: 1.5rem;
  --fs-14: 1.4rem;
  --b-shadow: 0 3px 6px rgb(0 0 0 / 0.1);
}

@media (max-width: 991.98px) {
  :root {
    --header-h: 8rem;
    --fs-ttl: 6rem;
    --fs-36: 3.2rem;
    --fs-32: 2.8rem;
    --fs-28: 2.6rem;
    --fs-26: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  :root {
    --br-sec: 3rem;
    --br-l: 2rem;
    --br-m: 1.6rem;
    --br-s: 0.4rem;
    --mg-80: 6rem;
    --mg-60: 5rem;
    --mg-50: 4rem;
    --mg-40: 3rem;
    --mg-30: 2rem;
    --mg-20: 1.5rem;
    --fs-ttl: 4.8rem;
    --fs-36: 2.6rem;
    --fs-32: 2.6rem;
    --fs-28: 2.2rem;
    --fs-26: 2.4rem;
    --fs-24: 2.1rem;
    --fs-22: 1.8rem;
    --fs-20: 1.8rem;
    --fs-18: 1.5rem;
    --fs-16: 1.4rem;
    --fs-15: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header-h: 6rem;
  }
}
/* common
------------------------------ */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  color: var(--black);
  width: 100%;
  background: var(--base);
}
@media (max-width: 767.98px) {
  body {
    line-height: 1.6;
  }
}

main {
  overflow: hidden;
}

a {
  transition-property: opacity, color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}

/* parts
================================================================== */
.sec-ttl {
  position: relative;
  margin-bottom: var(--mg-60);
  color: var(--white);
  padding-bottom: 2rem;
}
.sec-ttl__en {
  display: inline-block;
  height: 18rem;
  transform: rotate(-6deg) translateX(-6rem);
}
.sec-ttl__en img {
  width: auto;
  height: 100%;
}
@media (max-width: 991.98px) {
  .sec-ttl__en {
    height: 16rem;
    transform: rotate(-6deg) translateX(-2rem);
  }
}
@media (max-width: 767.98px) {
  .sec-ttl__en {
    height: 10rem;
    transform: rotate(-6deg) translateX(-2rem);
  }
}
.sec-ttl__jp {
  display: block;
  position: absolute;
  bottom: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-36);
  font-weight: 700;
  line-height: 1.5;
}

.sub-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-32);
  font-weight: 600;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to right, #7db347, #7db347 0.6rem, transparent 0rem);
  background-size: 1rem 0.15rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0.1em 1.2rem;
  margin-bottom: var(--mg-40);
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 1.3;
  padding: 1.2em 1em;
  width: 100%;
  border-radius: var(--br-s);
  background-color: var(--white);
}
.btn::before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 1px;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--main);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 1;
    color: var(--white);
    background-color: var(--main);
  }
  .btn:hover::before {
    right: 1em;
    border-color: var(--white);
  }
}
.btn--accent {
  background-color: var(--accent);
}
.btn--accent::before {
  border-color: var(--black);
}
@media (hover: hover) and (pointer: fine) {
  .btn--accent:hover {
    background-color: var(--white);
    color: var(--black);
  }
}

.img-br img {
  border-radius: var(--br-s);
}

i {
  width: 1em;
  margin-right: 0.6em;
}

/* header
================================================================== */
.header {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-h);
  padding: 0 3rem;
}
@media (max-width: 1199.98px) {
  .header {
    padding: 0 2rem;
  }
}
@media (max-width: 575.98px) {
  .header {
    align-items: flex-end;
    padding: 0 1.5rem 0.5rem;
  }
}
.header__logo {
  display: inline-block;
  height: 5.4rem;
}
.header__logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .header__logo {
    height: 4rem;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    height: 3.5rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media (max-width: 1399.98px) {
  .header__nav {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399.98px) {
  .header__nav {
    gap: 2rem;
  }
}
.header__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
}
@media (max-width: 991.98px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item a {
  position: relative;
  padding: 0.8em 0;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-item a:hover {
    opacity: 1;
    color: var(--main);
  }
}
@media (max-width: 575.98px) {
  .header__nav-btn {
    display: none;
  }
}
.header__nav-btn .btn {
  width: 15rem;
  height: calc(var(--header-h) * 0.54);
  display: grid;
  align-items: center;
  padding: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  letter-spacing: 0.1em;
}
.header__nav-btn .btn::before {
  display: none;
}
@media (max-width: 767.98px) {
  .header__nav-btn .btn {
    width: 13rem;
  }
}
.header.change-color {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 991.98px) {
  .header.change-color {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}

/* hamburger
---------------------------------------------------------------- */
.burger {
  /* burger inner
  ---------------------------------------------------------------- */
}
.burger__btn {
  display: none;
  position: relative;
  z-index: 1001;
  width: calc(var(--header-h) * 0.54);
  height: calc(var(--header-h) * 0.8);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .burger__btn {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .burger__btn {
    position: fixed;
    top: 0.5rem;
    right: 1.5rem;
    width: calc(var(--header-h) * 0.7);
    height: var(--header-h);
  }
}
@media (hover: hover) and (pointer: fine) {
  .burger__btn:hover {
    opacity: 0.5;
  }
}
.burger__btn::after {
  position: absolute;
  content: "MENU";
  color: var(--black);
  left: 52%;
  transform: translateX(-50%);
  bottom: 14%;
  width: 110%;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .burger__btn::after {
    font-size: 1.3rem;
    width: 150%;
  }
}
.burger__btn-bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease;
  background: var(--black);
}
.burger__btn-bar--top {
  top: 26%;
}
.burger__btn-bar--bottom {
  top: 42%;
}
.burger__btn.js-close::after {
  content: "CLOSE";
}
.burger__btn.js-close .burger__btn-bar--top {
  top: 36%;
  transform: translateX(-50%) rotate(30deg);
}
.burger__btn.js-close .burger__btn-bar--bottom {
  top: 36%;
  transform: translateX(-50%) rotate(-30deg);
}
.burger__nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -40rem;
  width: 38rem;
  height: 100%;
  background-color: var(--main);
  padding: 10rem 2rem 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
}
.burger__nav.js-active {
  right: 0;
}
@media (max-width: 575.98px) {
  .burger__nav {
    width: 100vw;
    right: -100vw;
    padding: 6rem 2rem;
  }
}
.burger__nav-list {
  margin-bottom: 3rem;
  display: block;
}
.burger__nav-item a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 1.5em 1em;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-size: var(--fs-16);
}
.burger__nav-item a::before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  line-height: 1;
  border: 2px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .burger__nav-item a:hover {
    opacity: 1;
    color: var(--main);
  }
  .burger__nav-item a:hover::before {
    right: 1em;
  }
}
.burger__nav-btn .btn {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.burger__mask {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger__mask.js-active {
  opacity: 1;
  visibility: visible;
}

/* main
================================================================== */
/* mv
------------------------------ */
.mv {
  position: relative;
  z-index: 0;
  margin-top: var(--header-h);
  width: 100%;
  aspect-ratio: 1600/720;
}
@media (max-width: 767.98px) {
  .mv {
    margin-top: calc(var(--header-h) + 1rem);
    aspect-ratio: 768/1024;
  }
}
.mv__main {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 63.75%;
}
@media (max-width: 767.98px) {
  .mv__main {
    width: 100%;
  }
}
.mv .swiper-mv {
  width: 100%;
}
.mv .swiper-mv .swiper-slide img {
  width: 100%;
}
.mv__text {
  display: block;
  position: absolute;
  top: 9.7222222222%;
  left: 63.125%;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .mv__text {
    font-size: 5.2vw;
  }
}
@media (max-width: 767.98px) {
  .mv__text {
    font-size: 9.1vw;
    top: unset;
    left: 14.3229166667%;
    bottom: 8.7890625%;
  }
}
@media (max-width: 575.98px) {
  .mv__text {
    font-size: 10vw;
    line-height: 1.3;
    left: 10.4166666667%;
    bottom: 7.8125%;
  }
}
.mv__bg {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 9.7222222222%;
  right: 1.875%;
  width: 25%;
}
@media (max-width: 767.98px) {
  .mv__bg {
    width: 43.75%;
    right: 2.6041666667%;
    bottom: 1.953125%;
  }
}

/* message
------------------------------ */
.mes {
  margin-top: 2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .mes {
    margin-top: 0;
  }
}
.mes__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 30rem);
}
.mes__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mes .sec-ttl {
  display: block;
  width: 100%;
  padding-bottom: 4rem;
  margin-bottom: var(--mg-40);
}
@media (max-width: 1199.98px) {
  .mes .sec-ttl {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767.98px) {
  .mes .sec-ttl {
    padding-bottom: 12rem;
  }
}
@media (max-width: 575.98px) {
  .mes .sec-ttl {
    padding-bottom: 10rem;
  }
}
.mes .sec-ttl__en {
  opacity: 0.3;
  transform: rotate(-6deg) translateX(0);
}
.mes .sec-ttl__jp {
  width: 100%;
  font-size: var(--fs-32);
}
@media (max-width: 575.98px) {
  .mes .sec-ttl__jp {
    font-size: 2rem;
  }
}
.mes__text {
  margin-inline: auto;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .mes__text {
    max-width: 100%;
  }
}
.mes__text p {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 991.98px) {
  .mes__text p {
    font-size: var(--fs-16);
  }
}
.mes__text p + p {
  margin-top: 1em;
}
.mes__highlight {
  color: var(--accent);
}
.mes__deco {
  display: block;
  position: absolute;
  max-width: 20%;
}
.mes__deco--01 {
  top: 20rem;
  right: calc(50% + 40rem);
  width: 33rem;
}
@media (max-width: 1199.98px) {
  .mes__deco--01 {
    right: unset;
    left: 2%;
    top: 40rem;
  }
}
@media (max-width: 767.98px) {
  .mes__deco--01 {
    width: 100%;
  }
}
.mes__deco--02 {
  bottom: 6rem;
  left: calc(50% + 40rem);
  width: 33.4rem;
}
@media (max-width: 1199.98px) {
  .mes__deco--02 {
    left: unset;
    right: 2%;
  }
}
@media (max-width: 767.98px) {
  .mes__deco {
    position: static;
    max-width: 100%;
    margin-inline: auto;
    width: 50rem;
    margin-top: 4rem;
  }
}

/* job
------------------------------ */
.job .sec-ttl {
  display: block;
  width: 100%;
  margin-bottom: var(--mg-40);
}
.job .sec-ttl__en {
  transform: rotate(-6deg) translateX(0);
}
.job .sec-ttl__jp {
  width: 100%;
  color: var(--black);
}
.job__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .job__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .job__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991.98px) {
  .job__wrap {
    gap: 3rem;
  }
}
.job__wrap--02 .sub-ttl:first-of-type {
  margin-top: 0;
}
.job .sub-ttl {
  font-size: var(--fs-22);
  margin: 2rem 0 1.5rem;
}
@media (max-width: 767.98px) {
  .job .sub-ttl {
    margin: 1.5rem 0;
  }
}
.job__text {
  font-weight: 400;
}
.job__welcome {
  position: relative;
  margin-top: var(--mg-60);
  border: 1px solid var(--main);
  align-items: stretch;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .job__welcome {
    display: block;
  }
}
.job__welcome::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 1rem;
  background: #efe9dc;
}
.job__welcome-ttl {
  display: grid;
  place-content: center;
  place-items: center;
  flex-basis: min(23rem, 25%);
  background: var(--main);
  font-size: var(--fs-20);
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
@media (max-width: 991.98px) {
  .job__welcome-ttl {
    padding: 1.5rem;
  }
}
.job__welcome-text {
  flex: 1;
  padding: 4rem;
  font-size: var(--fs-18);
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .job__welcome-text {
    padding: 2rem;
  }
}
.job__welcome-text p + p {
  margin-top: 0.2em;
}
.job__btn {
  margin-top: var(--mg-60);
  text-align: center;
}
.job__btn .btn {
  width: min(48rem, 100%);
}

/* tab slider
------------------------------ */
.tabsl {
  width: 100%;
}
.tabsl .swiper-slide {
  width: 100%;
}
.tabsl__tab {
  /* active・ホバーの時 */
}
@media (max-width: 767.98px) {
  .tabsl__tab {
    height: 120px;
  }
}
.tabsl__tab-list {
  position: relative;
  z-index: 1;
}
.tabsl__tab-list::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--main);
}
@media (max-width: 767.98px) {
  .tabsl__tab-list::before {
    display: none;
  }
}
.tabsl__tab-item {
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  cursor: pointer;
  width: 100%;
  padding: 0.8em 0.8em 0.9em;
  border: 1px solid var(--d-base);
  border-bottom: unset;
  background: var(--d-base);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--gray);
  transform: translateY(0.12rem) !important;
}
@media (max-width: 1199.98px) {
  .tabsl__tab-item {
    font-size: 2rem;
    padding: 0.8em 0.2em 0.9em;
  }
}
@media (max-width: 991.98px) {
  .tabsl__tab-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .tabsl__tab-item {
    display: grid;
    place-content: center;
    place-items: center;
    transform: unset !important;
    border: 1px solid var(--d-base);
    height: 5.4rem;
  }
}
.tabsl__tab .tabsl__tab-item:hover,
.tabsl__tab .tabsl__tab-item.swiper-slide-thumb-active {
  position: relative;
  z-index: 3;
  background: var(--base);
  border-color: var(--main);
  color: var(--main);
}
.tabsl__main {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .tabsl__main {
    padding-bottom: 4rem;
  }
}
.tabsl__main-inn {
  width: 100%;
  height: 100%;
  padding: 6rem 3rem 0;
}
@media (max-width: 991.98px) {
  .tabsl__main-inn {
    padding: 0;
    padding-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .tabsl__main-inn {
    border-top: 1px solid var(--main);
    margin-top: 2rem;
    padding-top: 3rem;
  }
}

/* voice
------------------------------ */
.voice {
  position: relative;
  z-index: 0;
  background: var(--main);
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .voice {
    padding-bottom: 0;
  }
}
.voice:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 13rem;
  width: min(50% + 50rem, 85%);
  height: 48rem;
  background: #9bcb6b;
}
@media (max-width: 767.98px) {
  .voice:before {
    width: 70%;
    height: 40rem;
    bottom: 6rem;
  }
}
.voice__top {
  align-items: flex-end;
  margin-bottom: var(--mg-60);
}
@media (max-width: 767.98px) {
  .voice__top {
    gap: 2rem;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.voice .sec-ttl {
  margin-bottom: 0;
}
.voice .sec-ttl__en {
  opacity: 0.3;
  transform: rotate(0) translateX(-5rem);
}
@media (max-width: 1399.98px) {
  .voice .sec-ttl__en {
    transform: rotate(0) translateX(-2rem);
  }
}
.voice__card {
  display: block;
  background: var(--white);
  border-radius: var(--br-s);
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.voice__card img {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  height: auto;
}
.voice__card:hover img {
  transform: scale(1.07);
}
@media (hover: hover) and (pointer: fine) {
  .voice__card:hover {
    opacity: 1;
    background: var(--base);
  }
  .voice__card:hover .voice__card-arrow {
    background: var(--accent);
  }
  .voice__card:hover .voice__card-arrow::before {
    border-color: var(--black);
  }
}
.voice__card-img {
  overflow: hidden;
}
.voice__card-inn {
  padding: 2.5rem;
}
@media (max-width: 767.98px) {
  .voice__card-inn {
    padding: 2rem;
  }
}
.voice__card-copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 1.5;
  background-image: linear-gradient(to right, #7db347, #7db347 0.6rem, transparent 0rem);
  background-size: 1rem 0.15rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2rem;
  margin-bottom: 1.8rem;
}
.voice__card-btm {
  align-items: end;
  gap: 1rem;
}
.voice__card-label {
  flex: 1;
  font-size: var(--fs-15);
  color: var(--main);
}
.voice__card-label p:first-of-type {
  font-size: var(--fs-18);
  color: var(--black);
  padding-bottom: 0.2em;
}
.voice__modal-top {
  display: flex;
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .voice__modal-top {
    gap: 2rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .voice__modal-top {
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--gray);
  }
}
.voice__modal-img {
  flex-basis: 52%;
}
.voice__modal-content {
  flex: 1;
  padding-top: 3rem;
}
@media (max-width: 991.98px) {
  .voice__modal-content {
    padding-top: 0;
  }
}
.voice__modal-content .voice__card-copy {
  font-size: var(--fs-22);
}
.voice__modal-content .voice__card-btm {
  padding-top: 0;
}
.voice__modal .qa-list {
  width: 100%;
  margin-top: var(--mg-40);
}
.voice__modal .qa-list dt {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 1.5;
  padding-left: 4.5rem;
}
@media (max-width: 767.98px) {
  .voice__modal .qa-list dt {
    padding-left: 3rem;
  }
}
.voice__modal .qa-list dt:not(:first-of-type) {
  margin-top: 3rem;
}
.voice__modal .qa-list dt::before {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 5.5px;
  left: 8px;
  content: "Q";
  font-size: 0.9em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767.98px) {
  .voice__modal .qa-list dt::before {
    font-size: 0.8em;
    top: 5px;
    left: 5px;
  }
}
.voice__modal .qa-list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  .voice__modal .qa-list dt::after {
    top: 2px;
    width: 2rem;
  }
}
.voice__modal .qa-list dd {
  font-size: var(--fs-15);
  font-weight: 400;
  text-align: justify;
  margin-top: 2rem;
  padding: 2rem 2.5rem;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .voice__modal .qa-list dd {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    padding: 1.2em 1.5em;
  }
}
.voice__tl {
  width: 100%;
  background: var(--d-base);
  margin-top: var(--mg-40);
  padding: 3rem 3rem 4rem;
}
.voice__tl .sub-ttl {
  font-size: var(--fs-24);
  margin-bottom: 3rem;
}
.voice__tl-inn {
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .voice__tl-inn {
    flex-direction: column;
  }
}
.voice__tl .tl-wrap {
  position: relative;
  text-align: left;
  margin-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fs-16);
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .voice__tl .tl-wrap {
    display: block;
    margin-left: 3%;
  }
}
.voice__tl .tl-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  width: 1.5px;
  height: 90%;
  background-color: var(--main);
}
.voice__tl .tl-wrap dt {
  flex-basis: 10rem;
  padding-left: 1.5em;
  position: relative;
  color: var(--main);
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translateY(2px);
}
@media (max-width: 767.98px) {
  .voice__tl .tl-wrap dt {
    flex-basis: 11rem;
  }
}
.voice__tl .tl-wrap dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: currentColor;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.voice__tl .tl-wrap dt:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.96em;
  left: 0;
  width: 0.8em;
  height: 1em;
  background: var(--d-base);
}
@media (max-width: 767.98px) {
  .voice__tl .tl-wrap dt:last-of-type::after {
    top: 1.3rem;
  }
}
.voice__tl .tl-wrap dd {
  flex-basis: calc(100% - 10rem);
  margin-bottom: 1.5em;
  font-weight: 400;
}
.voice__tl .tl-wrap dd:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .voice__tl .tl-wrap dd {
    padding-top: 0.8em;
    padding-left: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .voice__tl .tl-wrap--01::before {
    height: 150%;
  }
  .voice__tl .tl-wrap--01 dt:last-of-type::after {
    display: none;
  }
}

.modal__content {
  position: relative;
  border-radius: var(--br-s);
  background: var(--base);
  padding: 4rem 4rem 6rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .modal__content {
    padding: 4rem max(4%, 2rem) 6rem;
  }
}
.modal__close--top {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
}
@media (max-width: 991.98px) {
  .modal__close--top {
    top: 0.5rem;
    right: 0.5rem;
    transform: scale(0.8);
  }
}
.modal__close--top:hover {
  opacity: 0.6;
}
.modal__close--btm {
  width: 100%;
}
.modal__btn {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: var(--mg-40);
}
.modal__btn .btn {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: block;
  width: 32rem;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .modal__btn .btn {
    width: 100%;
  }
}

/* slider
------------------------------ */
.swiper-card-wrap .swiper-card {
  margin-right: calc(50% - 50vw) !important;
  width: auto;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .swiper-card-wrap .swiper-card {
    margin: unset;
    width: 100%;
    padding: 0 2rem;
  }
}
.swiper-card-wrap .swiper-slide {
  height: auto;
}
.swiper-card-wrap .swiper-slide img {
  height: auto;
  width: 100%;
}

.slide-pagination-wrapper {
  /* ページネーション、前へ・次へボタンを横並びにする */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .slide-pagination-wrapper {
    gap: 1.5rem;
  }
}

.swiper-pagination {
  position: static !important;
}

.swiper-button {
  /* 反転 */
}
.swiper-button-prev, .swiper-button-next {
  /* スライドの前へ・次へボタンの位置をabsoluteからstaticへ変更 */
  position: static !important;
  margin-top: initial !important;
  width: auto;
  height: auto;
  /* 通常の前へ・次へボタンの画像を非表示に変更 */
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev .swiper-arrow, .swiper-button-next .swiper-arrow {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: block;
  position: relative;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: var(--br-max);
  background: var(--white);
}
@media (max-width: 767.98px) {
  .swiper-button-prev .swiper-arrow, .swiper-button-next .swiper-arrow {
    width: 4rem;
  }
}
.swiper-button-prev .swiper-arrow::before, .swiper-button-next .swiper-arrow::before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  inset: 0;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 3px solid var(--main);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.swiper-button-prev .swiper-arrow:hover, .swiper-button-next .swiper-arrow:hover {
  background-color: var(--accent);
}
.swiper-button-prev .swiper-arrow {
  transform: scale(-1, 1);
}

/* feature
------------------------------ */
.feature {
  padding: 0 4%;
}
.feature .inner {
  position: relative;
  z-index: 1;
  background: var(--base);
  padding-top: var(--mg-60);
}
.feature .sub-ttl {
  margin-inline: auto;
}
.feature__wrap {
  gap: 4rem 3rem;
}
@media (max-width: 991.98px) {
  .feature__wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .feature__wrap {
    flex-direction: column;
  }
}
.feature__item {
  position: relative;
  z-index: 0;
  flex: 1;
}
@media (max-width: 991.98px) {
  .feature__item {
    flex: unset;
    flex-basis: calc((100% - 3rem) / 2);
  }
}
@media (max-width: 575.98px) {
  .feature__item {
    flex-basis: 100%;
  }
}
.feature__num {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.12em;
  right: 0;
  font-size: 10rem;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .feature__num {
    font-size: 8rem;
  }
}
.feature__ttl {
  font-size: var(--fs-22);
  line-height: 1.5;
  text-align: center;
  padding: 2rem 0 1.5rem;
}
.feature__text {
  font-weight: 400;
  text-align: justify;
}

/* benefit
------------------------------ */
.benefit {
  position: relative;
  z-index: 0;
  background: var(--black);
  color: var(--white);
}
.benefit__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: calc(50% + 33rem);
  opacity: 0.3;
  width: min(42rem, 40%);
}
@media (max-width: 1199.98px) {
  .benefit__bg {
    top: 3rem;
    left: unset;
    right: -3%;
  }
}
@media (max-width: 767.98px) {
  .benefit__bg {
    top: 2%;
    right: -6%;
    width: min(50rem, 40%);
  }
}
.benefit .sec-ttl__en {
  opacity: 0.3;
}
.benefit__wrap {
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .benefit__wrap {
    gap: 2rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__wrap {
    flex-direction: column;
  }
}
.benefit__wrap:not(:first-of-type) {
  margin-top: var(--mg-80);
}
@media (max-width: 767.98px) {
  .benefit__wrap:not(:first-of-type) {
    margin-top: 4rem;
  }
}
.benefit__wrap > div {
  flex: 1;
}
.benefit__content {
  position: relative;
  z-index: 0;
}
.benefit__num {
  display: block;
  position: absolute;
  z-index: -1;
  top: -0.12em;
  right: 0;
  font-size: 10rem;
  color: var(--main);
}
@media (max-width: 767.98px) {
  .benefit__num {
    font-size: 8rem;
  }
}
.benefit__ttl {
  font-size: var(--fs-24);
  line-height: 1.5;
  margin-bottom: var(--mg-20);
}
@media (max-width: 991.98px) {
  .benefit__ttl br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .benefit__ttl br {
    display: block;
  }
}
.benefit__text {
  font-weight: 400;
  text-align: justify;
}

/* search
------------------------------ */
.parallax {
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .parallax {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.search .sec-ttl {
  text-align: right;
  color: var(--black);
  padding-bottom: 0;
  margin-bottom: var(--mg-40);
}
.search .sec-ttl__en {
  transform: rotate(0) translateX(6rem);
}
@media (max-width: 1199.98px) {
  .search .sec-ttl__en {
    transform: rotate(0) translateX(0rem);
  }
}
.search .sec-ttl__jp {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.search__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .search__area {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .search__area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search__area .search__btn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 991.98px) {
  .search__area .search__btn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .search__area .search__btn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .search__area .search__btn {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991.98px) {
  .search__area .search__map {
    order: 1;
  }
}
.search__area .search__map svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .search__area .search__content {
    order: 2;
  }
}
.search__employ {
  margin-top: var(--mg-60);
}
.search__employ .search__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .search__employ .search__btn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .search__employ .search__btn {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search .js-hover-target.is-hover {
  opacity: 0.4;
}
.search .js-hover-trigger.is-hover {
  background-color: var(--main);
  color: var(--white);
}
.search .js-hover-trigger.is-hover::before {
  right: 1em;
  border-color: var(--white);
}
.search__btn {
  gap: var(--mg-20);
}
@media (max-width: 991.98px) {
  .search__btn {
    gap: var(--mg-20) !important;
  }
}

/* footer
================================================================== */
/* slide btn
------------------------------ */
.slidebtn {
  display: none;
}
@media (max-width: 575.98px) {
  .slidebtn {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -0.5rem;
    transform: translate(0%, 120%);
    transition: 0.4s ease;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0 3%;
  }
}
.slidebtn.is-show {
  transform: translate(0%, 0%);
}
.slidebtn__item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.7em 0.5em 0.9em;
  flex: 1;
  background: var(--accent);
  border-radius: 20px 20px 0 0;
  border-bottom: unset;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: var(--black);
  text-align: center;
  transform: translateX(0);
}

/* pagetop
------------------------------ */
.page-top {
  display: flex !important;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 1;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background-color: var(--gray);
  color: var(--white);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  opacity: 0;
  visibility: hidden;
}
.page-top p {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(35%);
}
.page-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 25%;
  right: 50%;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2.5px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-top:hover {
    background: var(--main);
  }
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top.js-position {
  position: absolute;
  top: -8rem;
}
@media (max-width: 575.98px) {
  .page-top {
    bottom: 6rem;
    transform: scale(0.9);
  }
}

/* footer
------------------------------ */
.footer {
  position: relative;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1;
  background: var(--main);
  color: var(--white);
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 4rem;
  }
}
.footer .inner {
  padding: 5rem 3%;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .footer__nav {
    margin-bottom: 8px;
  }
}
.footer__nav a {
  padding: 0.5em 1em;
}
@media (max-width: 767.98px) {
  .footer__nav a {
    padding: 0.5em 0.6em;
  }
}
.footer__nav span {
  background-color: var(--white);
  width: 1px;
  height: 1em;
}
@media screen and (max-width: 550px) {
  .footer__nav span:last-of-type {
    display: none;
  }
}
.footer__copyright {
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 1em 0;
}
/*# sourceMappingURL=style.css.map */