@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;800&family=Noto+Sans+JP:wght@200;400;800&family=Roboto:wght@100;400;700&display=swap");
html {
  font-size: 2.9333333333vw;
  font-family: "Zen Old Mincho", serif;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #24140e;
  color: #fefefa;
  background-color: #fff;
  background-color: #33373c;
  background-color: #2b130a;
  background-color: #160a05;
  background-color: #cba890;
}

body {
  position: relative;
}

p,
a,
th,
td,
ul,
li,
dl,
dt,
figcaption {
  font-size: 0.35rem;
  line-height: 1.8;
}

th {
  white-space: nowrap;
  font-weight: 500;
}

.wide {
  display: block;
  content: "";
  margin-top: 0.35rem;
}

h1 {
  font-size: 0.6rem;
}

h2 {
  font-size: 0.55rem;
  text-align: center;
}

h3 {
  font-size: 0.45rem;
}

h4,
h5 {
  font-size: 0.4rem;
}

text {
  color: #8b4513;
}

@media screen and (min-width: 1480px) {
  html {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 928px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 8.2666666667vw;
  }
}
svg {
  overflow: visible;
}

.wrap-all {
  overflow-x: hidden;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

main.sub-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
main.sub-page h2 {
  font-size: 0.75rem;
  color: #868686;
}
main.sub-page .title {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 120px;
  background-image: url(../../img/about/title.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /*    h1 {
                  font-size: 0.8rem;
                  color: #fff;
                  //font-weight: bold;
                  position: relative;
                  display: block;
                  width: fit-content;
                  margin: 0 auto;
                  padding: 0.2rem 0.4rem;
                  overflow: hidden;
                  z-index: 5;
                  text-shadow: 0px 5px 15px 0px #aeadad;
                  //font-family: "Archivo Black", sans-serif;
  font-family: 'Roboto Slab', serif;
                  &::after {
                      position: absolute;
                      background-color: #cccccc;
                      width: 100%;
                      height: 100%;
                      //box-shadow: 0px 5px 15px 0px #aeadad;
                      transform: translate(-50%, -50%);
                      top: 50%;
                      left: -55%;
                      content: "";
                      z-index: -1;
                      transition: 1s ease;
                  }
              }

              &.is-show {
                  h1 {
                      &::after {
                          left: 50%;
                      }
                  }
              } */
}
main.sub-page .title h1 {
  font-size: 1.5rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
  left: 50%;
}
main.sub-page .title h1 .svg-line-text {
  fill: rgba(233, 186, 102, 0.8);
  stroke: rgba(36, 20, 14, 0);
  stroke-width: 1;
  stroke-linejoin: round;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  transition: 1.5s ease;
}
main.sub-page .title h1::after {
  position: absolute;
  content: "採用情報";
  font-family: "M PLUS 2", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 0.75rem;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
  opacity: 0.8;
}
main.sub-page .title h1.is-show .svg-line-text {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 480px) {
  main.sub-page .title h1::after {
    top: 77%;
  }
}
.fadeInTopLeftTrigger {
  opacity: 0;
}

/*
.content {
    opacity: 0;
    pointer-events: none;
}
body.appear .content {
    animation-name: PageAnime-content;
    animation-duration: 0.1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: auto;
}
.animation .content {
    opacity: 1;
    pointer-events: auto;
}
@keyframes PageAnime-content {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.rhombus {
    background-color: #75bec2;
    --size: 12vh;
    clip-path: polygon(
        50% calc(50% - var(--size)),
        calc(50% + var(--size)) 50%,
        50% calc(50% + var(--size)),
        calc(50% - var(--size)) 50%
    );
    //clip-path: url(../../img/common/logo.png);
    height: 100vh;
    overflow: hidden;
    position: relative;
    //background-color: #75bec2;
}
.rhombus::before {
    background: #fff;
    content: "";
    position: fixed;
    //  transform: translate(-50%, -50%);
    top: 0%;
    left: 0%;
    height: 100vh;
    width: 100%;
    z-index: -100;
}

.rhombus.is-hidden {
    --size: 1000%;
    transition:
        clip-path 4s 1s ease-in-out,
        background-color 1s 0.5s;
    overflow: visible;
}
*/
#global-nav {
  width: 100%;
  position: relative;
}
#global-nav .logo {
  width: 120px;
  display: flex;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#global-nav .logo img {
  width: 100%;
  filter: invert(100%);
}
#global-nav .wrap-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  /* Important styles */
  /* on activation */
  /* menu appearance*/
}
#global-nav .wrap-menu #toggle {
  display: block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1000;
}
#global-nav .wrap-menu #toggle span:after,
#global-nav .wrap-menu #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#global-nav .wrap-menu #toggle span:after {
  top: 9px;
}
#global-nav .wrap-menu #toggle span {
  position: relative;
  display: block;
  transform: translateY(-50%);
  top: 50%;
}
#global-nav .wrap-menu #toggle span,
#global-nav .wrap-menu #toggle span:after,
#global-nav .wrap-menu #toggle span:before {
  width: 100%;
  height: 2px;
  background-color: #fefefa;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#global-nav .wrap-menu #toggle.on span {
  background-color: transparent;
}
#global-nav .wrap-menu #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#global-nav .wrap-menu #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#global-nav .wrap-menu #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  display: block;
}
#global-nav .wrap-menu #menu {
  position: relative;
  width: 200px;
  padding: 10px;
  margin: auto;
  margin-top: 42px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: -1000;
  display: none;
}
#global-nav .wrap-menu #menu:after {
  position: absolute;
  top: -15px;
  right: 12px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f2f2f2;
}
#global-nav .wrap-menu ul,
#global-nav .wrap-menu li,
#global-nav .wrap-menu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#global-nav .wrap-menu li a {
  padding: 5px;
  text-decoration: none;
  transition: all 0.5s;
  color: #24140e;
}
#global-nav .wrap-menu li a:hover,
#global-nav .wrap-menu li a:focus {
  background: #cccccc;
  color: #fff;
}
#global-nav .wrap-menu .link {
  margin-top: 16px;
  border: 1px solid rgba(36, 20, 14, 0.5098039216);
}
#global-nav .wrap-menu .app {
  margin-top: 16px;
}
#global-nav .wrap-menu .app p {
  color: #24140e;
}
#global-nav .wrap-menu .app li a img {
  width: 100px;
}

@media screen and (max-width: 480px) {
  #global-nav .wrap-menu #toggle {
    right: 0;
    top: -5px;
  }
  #global-nav .wrap-menu #toggle #menu {
    margin-top: 50px;
  }
  #global-nav .wrap-menu #menu:after {
    top: -10px;
    right: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
  }
}
/*Top*/
/*リンクの形状*/
#page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/common/go-top.png), url(../../img/common/go-top-2.png);
  background-repeat: no-repeat;
  background-size: contain, 0 0;
  width: 200px;
  height: 200px;
  transition: all 0.25s;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  #page-top:hover {
    background-size: 0 0, contain;
  }
}
#page-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: -webkit-fixed;
  position: fixed;
  right: 12px;
  bottom: -25px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

#page-top a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 480px) {
  #page-top {
    width: 160px;
    height: 160px;
  }
}
main.sub-page #lead .lead {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "text img";
  align-items: center;
  margin-bottom: 1rem;
}
main.sub-page #lead .lead::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  background-color: #f2f2f2;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0%;
  z-index: -2;
  transition: 2.5s ease;
  opacity: 0;
}
main.sub-page #lead .lead.is-show::after {
  opacity: 0.5;
}
main.sub-page #lead .lead__image {
  width: 100%;
  height: 100%;
  grid-area: img;
}
main.sub-page #lead .lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.75s ease;
  rotate: -5deg;
}
main.sub-page #lead .lead__image img.is-show {
  scale: 1.1;
  rotate: 0deg;
}
main.sub-page #lead .lead__text {
  padding: 0 10% 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  grid-area: text;
}
main.sub-page #lead .lead__copy {
  font-size: 0.7rem;
}
main.sub-page #lead .lead__copy .eachTextAnime {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  writing-mode: vertical-rl;
  left: 85vw;
  font-weight: bold;
  font-size: 0.4rem;
}
main.sub-page #lead .lead__copy.eachTextAnime span {
  opacity: 0;
}
main.sub-page #lead .lead__copy.eachTextAnime.appeartext span {
  animation: text_anime_on 2.5s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main.sub-page #decoration .decoration {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
main.sub-page #decoration .decoration__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
main.sub-page #decoration .decoration__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/recruit/decoration.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
main.sub-page #message .message {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
main.sub-page #message .message__text {
  text-align: center;
}
main.sub-page #message .message__text p {
  font-size: 0.45rem;
  line-height: 2.4;
}
main.sub-page #staff .staff {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
main.sub-page #staff .staff__copy {
  text-align: center;
  margin-top: -1rem;
  padding-top: 0.25rem;
}
main.sub-page #staff .staff__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main.sub-page #staff .staff .each-staff {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "IMG TEXT" "NAME TEXT";
  gap: 1rem;
  padding: 1.25rem 7.5%;
  position: relative;
  width: 100%;
  height: 100%;
}
main.sub-page #staff .staff .each-staff__name {
  grid-area: NAME;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  position: relative;
  margin-bottom: auto;
}
main.sub-page #staff .staff .each-staff__name--eng {
  font-size: 0.5rem;
  font-weight: bold;
}
main.sub-page #staff .staff .each-staff__name--jp {
  font-size: 0.45rem;
}
main.sub-page #staff .staff .each-staff__name--position {
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.sub-page #staff .staff .each-staff__name--position::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #614f32;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -55%;
  z-index: -1;
  transition: 1.5s ease;
}
main.sub-page #staff .staff .each-staff__name--position.is-show::after {
  top: 50%;
  left: 50%;
}
main.sub-page #staff .staff .each-staff__text {
  grid-area: TEXT;
  width: 100%;
  height: 100%;
}
main.sub-page #staff .staff .each-staff__text table {
  display: block;
  width: 100%;
}
main.sub-page #staff .staff .each-staff__text table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
main.sub-page #staff .staff .each-staff__text table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
main.sub-page #staff .staff .each-staff__text table tbody tr th {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 1.25rem;
  white-space: unset;
  font-size: 0.45rem;
  font-weight: bold;
  opacity: 0.9;
}
main.sub-page #staff .staff .each-staff__text table tbody tr th::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(#614f32 60%, #614f32 60%);
  display: block;
  transform: translate(-50%, -50%);
  top: 70%;
  left: -55%;
  z-index: -1;
  transition: 1.5s ease;
}
main.sub-page #staff .staff .each-staff__text table tbody tr th::before {
  position: absolute;
  content: "Q.";
  transform: translateY(-50%);
  top: 40%;
  font-size: 0.7rem;
  left: 0.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  opacity: 0.75;
}
main.sub-page #staff .staff .each-staff__text table tbody tr td {
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  position: relative;
  padding-top: 0.1rem;
}
main.sub-page #staff .staff .each-staff__text table tbody tr td::before {
  position: absolute;
  content: "A.";
  top: 0.3rem;
  font-size: 0.7rem;
  left: 0.175rem;
  line-height: 0;
  font-family: "Roboto Slab", serif;
  opacity: 0.75;
}
main.sub-page #staff .staff .each-staff__text table tbody tr.is-show th::after {
  left: 50%;
}
main.sub-page #staff .staff .each-staff__image {
  grid-area: IMG;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
main.sub-page #staff .staff .each-staff__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.75s ease;
  scale: 0;
  rotate: -15deg;
}
main.sub-page #staff .staff .each-staff__image.is-show img {
  scale: 1;
  rotate: 0deg;
}
main.sub-page #staff .staff .each-staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
  transition: 0.75s ease;
  opacity: 0;
}
main.sub-page #staff .staff .each-staff.is-show::before {
  opacity: 0.5;
}
main.sub-page #staff .staff .each-staff:nth-child(2n) {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "TEXT IMG" "TEXT NAME";
  padding: 0 5%;
}
main.sub-page #staff .staff .each-staff:nth-child(2n)::before {
  display: none;
}
main.sub-page #decoration-2 {
  width: 100%;
  background: #f2f2f2;
}
main.sub-page #decoration-2 .decoration-2 {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  height: 240px;
  position: relative;
  overflow: hidden;
}
main.sub-page #decoration-2 .decoration-2__text {
  text-align: right;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0%;
  color: #f2f2f2;
  background: url("../../img/recruit/decoration-2.jpg");
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
  font-weight: bolder;
  opacity: 0.2;
  transition: 1.25s ease;
  font-size: 75px;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
}
@keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
main.sub-page #decoration-2 .decoration-2.is-show .decoration-2__text {
  opacity: 1;
}
main.sub-page #recruitment {
  margin-bottom: 3rem;
}
main.sub-page #recruitment .rec {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background: #f2f2f2;
  padding: 7.5% 0;
}
main.sub-page #recruitment .rec h2 {
  color: #614f32;
}
main.sub-page #recruitment .rec__lead {
  text-align: center;
  padding-bottom: 0.75rem;
}
main.sub-page #recruitment .rec__text {
  width: 80%;
  margin: 0 auto;
}
main.sub-page #recruitment .rec__text .tab__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
}
main.sub-page #recruitment .rec__text .tab__menu li {
  text-align: center;
  line-height: normal;
  background-color: #614f32;
  padding: 0.1rem 0.25rem;
  opacity: 0.75;
  transition: 0.5s all;
}
main.sub-page #recruitment .rec__text .tab__menu li.is-active {
  opacity: 1;
}
main.sub-page #recruitment .rec__text .tab__panel-box001, main.sub-page #recruitment .rec__text .tab__panel-box002, main.sub-page #recruitment .rec__text .tab__panel-box003, main.sub-page #recruitment .rec__text .tab__panel-box004, main.sub-page #recruitment .rec__text .tab__panel-box005, main.sub-page #recruitment .rec__text .tab__panel-box006 {
  display: none;
}
main.sub-page #recruitment .rec__text .tab__panel-box.is-show {
  display: block;
}
main.sub-page #recruitment .rec__text h3 {
  text-align: center;
  margin-bottom: 1rem;
  color: #614f32;
}
main.sub-page #recruitment .rec__text table {
  display: block;
  width: 100%;
  position: relative;
}
main.sub-page #recruitment .rec__text table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
main.sub-page #recruitment .rec__text table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
main.sub-page #recruitment .rec__text table tbody tr th {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0.25rem;
  line-height: normal;
  font-size: 0.4rem;
  z-index: 10;
}
main.sub-page #recruitment .rec__text table tbody tr th::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, #614f32 0%);
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -55%;
  z-index: -1;
  transition: 1.5s ease;
}
main.sub-page #recruitment .rec__text table tbody tr td {
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  position: relative;
  color: #24140e;
  /*font-size: 0.4rem;
  span {
      font-size: 0.35rem;
  }*/
}
main.sub-page #recruitment .rec__text table tbody tr td ul {
  margin: 0.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
main.sub-page #recruitment .rec__text table tbody tr td ul li {
  position: relative;
  width: 100%;
  font-size: 0.35rem;
}
main.sub-page #recruitment .rec__text table tbody tr td ul li::after {
  content: "south";
  font-family: Material Icons Outlined;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 0.2rem;
  left: 50%;
}
main.sub-page #recruitment .rec__text table tbody tr td ul li:first-child::after {
  content: none;
}
main.sub-page #recruitment .rec__text table.is-show tbody tr th::after {
  top: 50%;
  left: 50%;
}
main.sub-page #recruitment .rec__contact {
  width: 80%;
  margin: 1rem auto 0;
  text-align: center;
}
main.sub-page #recruitment .rec__contact p {
  display: flex;
  justify-content: center;
  color: #24140e;
}
main.sub-page #recruitment .rec__contact a {
  color: #e9ba66;
  font-weight: bold;
  padding: 0 0.1rem;
}
main.sub-page #recruitment .rec__contact a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
main.sub-page #recruitment .rec__contact a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #e9ba66;
  transition: 1.5s ease;
}
main.sub-page #recruitment .rec__contact.is-show a::after {
  left: 50%;
}

@media screen and (max-width: 928px) {
  main.sub-page #lead .lead::after {
    height: 110%;
  }
  main.sub-page #recruitment .rec__contact p {
    flex-direction: column;
    align-items: center;
  }
  main.sub-page #staff .staff .each-staff {
    grid-template-areas: "IMG NAME" "TEXT TEXT";
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  main.sub-page #staff .staff .each-staff__image {
    aspect-ratio: 1/1;
  }
  main.sub-page #staff .staff .each-staff__name {
    justify-content: center;
  }
  main.sub-page #staff .staff .each-staff:nth-child(2n) {
    grid-template-areas: " IMG NAME" "TEXT TEXT";
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  main.sub-page #staff .staff .each-staff {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  main.sub-page #staff .staff .each-staff__name {
    order: 2;
  }
  main.sub-page #staff .staff .each-staff__image {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  main.sub-page #staff .staff .each-staff__text {
    order: 3;
  }
  main.sub-page #recruitment .rec__text .tab__menu {
    gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  main.sub-page .title {
    margin-bottom: 0;
  }
  main.sub-page #lead .lead {
    width: 90%;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "text" "img";
    gap: 0.75rem;
  }
  main.sub-page #lead .lead__image {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  main.sub-page #lead .lead__image img.is-show {
    scale: 1.05;
  }
  main.sub-page #lead .lead__text {
    padding: 0;
  }
  main.sub-page #lead .lead::after {
    height: 120%;
    left: 50%;
    top: 55%;
  }
  main.sub-page #message .message {
    width: 90%;
  }
  main.sub-page #decoration-2 .decoration-2 {
    width: 90%;
  }
  main.sub-page #staff .staff {
    width: 90%;
  }
  main.sub-page #staff .staff .each-staff__text table tbody tr th::after {
    top: 85%;
  }
  main.sub-page #recruitment .rec {
    width: 90%;
  }
  main.sub-page #recruitment .rec__text .tab__menu {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5px;
  }
  main.sub-page #recruitment .rec__text .tab__menu li br {
    display: none;
  }
}
footer {
  width: 100%;
  background-image: url(../../img/common/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 1rem 0;
}
footer::before {
  position: absolute;
  content: "";
  background-color: #f2f2f2;
  background-color: #334044;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
footer .footer__wrap {
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "logo address none" " contact sns cr";
  gap: 0.25rem;
}
footer .footer__address {
  grid-area: address;
  display: flex;
  align-items: end;
  gap: 0.2rem;
  width: 100%;
  height: 100%;
}
footer .footer__address p {
  line-height: normal;
}
footer .footer__address a {
  color: #fff;
  padding: 0.1rem 0.2rem;
  line-height: normal;
  background-color: #24140e;
  border-radius: 7.5px;
  font-size: 0.3rem;
}
footer .footer__link--sns {
  grid-area: sns;
  width: 100%;
  height: 100%;
}
footer .footer__link--sns p {
  font-size: 0.5rem;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  height: 0.8rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer__link--sns p .svg-line-text {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(36, 20, 14, 0.75);
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 1;
  stroke-linejoin: round;
  font-family: "Overpass", sans-serif;
  overflow: visible !important;
}
footer .footer__link--sns ul {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto auto auto;
  gap: 0.5rem;
}
footer .footer__link--sns ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: block;
}
footer .footer__link--sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer__contact {
  grid-area: contact;
  width: 100%;
  height: 100%;
}
footer .footer__logo {
  grid-area: logo;
  width: 100%;
  max-width: 240px;
  filter: invert(100%);
}
footer .footer__cr {
  grid-area: cr;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
footer .footer__btn {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .footer__btn a {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-left: 0.2rem;
}
footer .footer__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #24140e;
  transition: 0.5s ease;
}

@media screen and (max-width: 928px) {
  footer .footer__wrap {
    grid-template-areas: "logo address address" " contact sns cr";
  }
  footer .footer__address p {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 0.25rem;
  }
  footer .footer__wrap {
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1.4fr 0.8fr;
    grid-template-areas: "logo address address" " contact sns  sns" "cr cr cr";
  }
  footer .footer__cr {
    justify-content: center;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer .footer__wrap {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }
  footer .footer__address {
    justify-content: center;
  }
  footer .footer__cr {
    padding: 0;
  }
  footer .footer__logo {
    display: block;
    margin: 0 auto;
    width: 60%;
    min-width: 160px;
  }
  footer .footer__link--sns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  footer .footer__link--sns p {
    font-size: 20px;
    width: 100px;
  }
  footer .footer__link--sns ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */