@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 .title {
  margin-bottom: 0;
}
main.sub-page .title h1::after {
  content: "お問い合わせ";
  width: 100%;
  text-align: center;
}
main.sub-page #contact {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
main.sub-page #contact .lead {
  text-align: center;
}
main.sub-page #contact form {
  background-color: #f2f2f2;
  padding: 5%;
  padding-top: 7.5%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
main.sub-page #contact form .__contact_formbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  margin: 0 auto;
}
main.sub-page #contact form .__contact_formbox li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: 1fr;
  align-items: start;
}
main.sub-page #contact form .__contact_formbox li .form_title {
  display: flex;
  align-items: start;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
main.sub-page #contact form .__contact_formbox li .form_title p {
  font-size: 0.4rem;
  color: #24140e;
}
main.sub-page #contact form .__contact_formbox li .form_title span {
  background-color: rgba(36, 20, 14, 0.5);
  color: #fff;
  padding: 0 0.2rem;
  font-size: 0.35rem;
  white-space: nowrap;
}
main.sub-page #contact form .__contact_formbox li .form_contents {
  width: 100%;
  height: 100%;
}
main.sub-page #contact form .__contact_formbox li .form_contents input {
  background-color: #fff;
  width: 100%;
  height: 30px;
  border: 1px solid rgba(36, 20, 14, 0.5);
  color: #24140e;
}
main.sub-page #contact form .__contact_formbox li .form_contents textarea {
  background-color: #fff;
  width: 100%;
  height: 90px;
  border: 1px solid rgba(36, 20, 14, 0.5);
  color: #24140e;
}
main.sub-page #contact form button {
  font-size: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(36, 20, 14, 0.5);
  transition: 1.5s all;
  color: #24140e;
}
main.sub-page #contact form button:hover {
  color: #fff;
  font-weight: bold;
  background-color: rgba(36, 20, 14, 0.5);
  border: 1px solid rgba(36, 20, 14, 0);
}

@media screen and (max-width: 1024px) {
  main.sub-page #contact form {
    width: 100%;
  }
}
@media screen and (max-width: 928px) {
  main.sub-page #contact form .__contact_formbox {
    margin: 0;
  }
  main.sub-page #contact form .__contact_formbox li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  main.sub-page #contact {
    width: 90%;
  }
}
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 */