@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;
  }
}
#global-nav {
  position: absolute;
  z-index: 1500;
}

main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
main h2 {
  font-family: "Roboto Slab", serif;
  height: 1rem;
  position: relative;
  font-size: 1rem;
}
main h2 .svg-line-text {
  color: #8b4513;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 1s ease;
}
main h2.is-show .svg-line-text {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 0.75);
}
main p {
  color: #2d2a29;
}
main .copy {
  color: #fefefa;
}
main a {
  color: #2d2a29;
}
main #main-visual {
  width: 100%;
  height: 60vw;
}
main #main-visual #particles-js {
  position: absolute;
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 60vw;
  top: 0;
  left: 0;
}
main #main-visual .logo-move {
  position: absolute;
  max-width: 400px;
  transform: translate(-50%, -50%);
  top: 10%;
  left: 50%;
  opacity: 0;
  transition: 5s ease;
  filter: invert(100%);
  z-index: 200;
}
main #main-visual .logo-move.is-show {
  opacity: 1;
}
main #main-visual .main-visual {
  width: 100%;
  height: 100%;
  position: relative;
}
main #main-visual .main-visual #slider-top {
  width: 70vw !important;
  height: 50vw !important;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 20;
  margin-top: 14px;
}
main #main-visual .main-visual .bg-top {
  position: absolute;
  width: 70vw !important;
  height: 50vw !important;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  opacity: 0;
  transition: 3s ease;
}
main #main-visual .main-visual .bg-top.is-show {
  opacity: 1;
}
main #main-visual .main-visual .bg-top::after {
  position: absolute;
  background-color: #f2f2f2;
  width: 90%;
  height: 90%;
  content: "";
  display: block;
  top: -2.5vw;
  right: -2.5vw;
  z-index: -1;
  opacity: 0.2;
}
main #main-visual .main-visual .eachTextAnime {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  writing-mode: vertical-rl;
  left: 85vw;
  font-size: 0.6rem;
  white-space: nowrap;
}
main #main-visual .main-visual .eachTextAnime span {
  opacity: 0;
}
main #main-visual .main-visual .eachTextAnime.appeartext span {
  animation: text_anime_on 4.5s ease-out forwards;
  animation-duration: 5s;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main #main-visual .main-visual .copy {
  position: absolute;
  font-size: 0.95rem;
  line-height: 1.2;
  white-space: nowrap;
  font-style: italic;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
  z-index: 998;
  font-family: "Overpass", sans-serif;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
}
main #news {
  margin-top: -2rem;
}
main #news .news {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
}
main #news .news__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #news .news__btn a {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
main #news .news__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
  transition: 0.5s ease;
}
main #news .news__btn.is-show a::after {
  left: 50%;
}
main #concept .concept {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
main #concept .concept__image {
  width: 100%;
  height: 100%;
  position: relative;
}
main #concept .concept__image--wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
}
main #concept .concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.75s ease;
  scale: 1.1;
}
main #concept .concept__image img.is-show {
  scale: 1.1;
  rotate: 0deg;
}
main #concept .concept__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background-color: #efe9e6;
  padding: 10%;
  text-align: center;
}
main #concept .concept__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #concept .concept__btn a {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
main #concept .concept__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
  transition: 0.5s ease;
}
main #concept .concept__btn.is-show a::after {
  left: 50%;
}
main #decoration {
  margin-top: 3rem;
}
main #decoration .decoration {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
main #decoration .decoration__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
main #decoration .decoration__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/home/decoration.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
main #menu .menu {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "TEXT IMG";
  align-items: center;
}
main #menu .menu__image {
  width: 100%;
  height: 100%;
  position: relative;
  grid-area: IMG;
}
main #menu .menu__image--wrap {
  width: 100%;
  height: 100%;
}
main #menu .menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.75s ease;
}
main #menu .menu__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  height: 100%;
  border: #808080 1px solid;
  rotate: 0deg;
}
main #menu .menu__image.is-show {
  rotate: 0deg;
}
main #menu .menu__image.is-show::after {
  animation-name: after;
  animation-duration: 1.5s;
}
main #menu .menu__image.is-show img {
  rotate: 0deg;
}
main #menu .menu__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding: 10%;
  text-align: center;
  grid-area: TEXT;
}
main #menu .menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #menu .menu__btn a {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
main #menu .menu__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
  transition: 0.5s ease;
}
main #menu .menu__btn.is-show a::after {
  left: 50%;
}
main #recruit {
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
main #recruit::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #2a3539;
  background-color: #efe9e6;
  z-index: -1;
  top: 0;
  right: 0;
}
main #recruit .recruit {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding: 1rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "h2 h2" "IMG TEXT";
}
main #recruit .recruit__title {
  grid-area: h2;
  text-align: center;
}
main #recruit .recruit__copy {
  font-size: 0.4rem;
  font-weight: bold;
}
main #recruit .recruit__image {
  width: 100%;
  height: 100%;
  position: relative;
  grid-area: IMG;
  padding-top: 1rem;
}
main #recruit .recruit__image--wrap {
  width: 100%;
  height: 100%;
}
main #recruit .recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: 0.5s ease;
  rotate: 5deg;
}
main #recruit .recruit__image img.is-show {
  scale: 1.1;
  rotate: 0deg;
}
main #recruit .recruit__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding: 1rem 0 0 20%;
  text-align: left;
  grid-area: TEXT;
  align-items: start;
  justify-content: center;
}
main #recruit .recruit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #recruit .recruit__btn a {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
main #recruit .recruit__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
  transition: 0.5s ease;
}
main #recruit .recruit__btn.is-show a::after {
  left: 50%;
}
main #contact-top .contact-top {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  margin-bottom: 4rem;
}
main #contact-top .contact-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #contact-top .contact-top__btn a {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-family: "Overpass", sans-serif;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
main #contact-top .contact-top__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
  transition: 0.5s ease;
}
main #contact-top .contact-top__btn.is-show a::after {
  left: 50%;
}

@media screen and (max-width: 928px) {
  main #main-visual {
    padding-top: 10vw;
  }
  main #main-visual .main-visual .eachTextAnime {
    font-size: 0.4rem;
    white-space: nowrap;
  }
  main #news .news {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "h2 title" "none btn";
    gap: 0.25rem;
  }
  main #news .news__title {
    grid-area: h2;
  }
  main #news .news a {
    grid-area: title;
  }
  main #news .news__btn {
    grid-area: btn;
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  main #main-visual {
    padding-top: 18vw;
  }
  main #main-visual .logo-move {
    top: 5%;
  }
  main #main-visual .main-visual .copy {
    font-size: 0.75rem;
  }
  main #news .news {
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto 1fr;
    grid-template-areas: "h2" "title" "btn";
  }
  main #news .news a {
    padding-left: 0.2rem;
  }
  main #news .news h2 {
    margin-bottom: 0.2rem;
  }
  main #news .news h2 .svg-line-text {
    left: 12%;
  }
}
@media screen and (max-width: 480px) {
  main #main-visual {
    padding-top: 0px;
    margin-top: 80px;
    height: 85vh;
    position: relative;
  }
  main #main-visual .main-visual {
    position: relative;
  }
  main #main-visual .main-visual #slider-top {
    height: 85vh !important;
  }
  main #main-visual .main-visual .bg-top {
    height: 85vh !important;
  }
  main #main-visual .main-visual .copy {
    top: 80%;
    font-size: 0.85rem;
  }
  main #main-visual .logo-move {
    width: 240px;
    top: 50%;
    left: 50%;
  }
  main #news {
    margin-top: -1rem;
  }
  main #news .news {
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto 1fr;
    grid-template-areas: "h2" "title" "btn";
  }
  main #news .news h2 {
    margin-bottom: 0.2rem;
  }
  main #news .news h2 .svg-line-text {
    left: 12%;
  }
  main #concept {
    margin-top: -1rem;
  }
  main #concept .concept {
    width: 90%;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 0.5fr;
    grid-template-areas: "text" "img";
  }
  main #concept .concept__image {
    grid-area: img;
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  main #concept .concept__image--wrap {
    position: relative;
    top: unset;
    left: unset;
  }
  main #concept .concept__text {
    grid-area: text;
    gap: 0.5rem;
    padding: 10% 0;
  }
  main #decoration {
    margin-top: 0;
  }
  main #menu {
    margin-top: -3rem;
  }
  main #menu .menu {
    width: 90%;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 0.5fr;
    grid-template-areas: "text" "img";
  }
  main #menu .menu__image {
    grid-area: img;
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  main #menu .menu__image--wrap {
    position: relative;
    top: unset;
    left: unset;
  }
  main #menu .menu__text {
    grid-area: text;
    gap: 0.5rem;
    padding: 10% 0;
  }
  main #recruit .recruit {
    width: 90%;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr 0.5fr;
    grid-template-areas: "h2" "TEXT" "IMG";
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  main #recruit .recruit__text {
    padding: 0;
    gap: 0.5rem;
    order: 2;
  }
  main #recruit .recruit__text p {
    text-align: center;
  }
  main #recruit .recruit__image {
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
    order: 3;
    margin-top: 1rem;
  }
  main #recruit .recruit__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  main #recruit::after {
    width: 100%;
  }
  #global-nav .logo img {
    opacity: 0;
  }
}
/*loading*/
#loader {
  position: -webkit-fixed;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cba890;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

#loader .wrap {
  width: 25%;
  max-width: 280px;
  min-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .wrap img {
  width: 100%;
  filter: invert(100%);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
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 */