@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 h1::after {
  content: "店舗情報";
}
main.sub-page #lead .lead {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 1fr;
  align-items: center;
  margin-bottom: 2rem;
}
main.sub-page #lead .lead__image {
  width: 100%;
  height: 100%;
}
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 0 0 10%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
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 #speciality {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
main.sub-page #speciality .speciality {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
main.sub-page #speciality .index {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.5rem;
  grid-template-areas: "title img" "text img";
  align-items: center;
  padding-bottom: 2rem;
  position: relative;
}
main.sub-page #speciality .index::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 85%;
  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 #speciality .index.is-show::after {
  opacity: 0.5;
}
main.sub-page #speciality .index__title {
  grid-area: title;
  margin-right: 20%;
}
main.sub-page #speciality .index__title h3 {
  line-height: normal;
}
main.sub-page #speciality .index__title .bg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: start;
}
main.sub-page #speciality .index__title .bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #689dab;
  background-color: #614f32;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -55%;
  z-index: -1;
  transition: 1.5s ease;
}
main.sub-page #speciality .index__title .bg span {
  padding-right: 0.2rem;
}
main.sub-page #speciality .index__title .bg.is-show::after {
  top: 50%;
  left: 50%;
}
main.sub-page #speciality .index__text {
  grid-area: text;
  padding-right: 20%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
main.sub-page #speciality .index__copy p {
  line-height: normal;
  font-size: 0.45rem;
  font-weight: bold;
}
main.sub-page #speciality .index__image {
  grid-area: img;
  width: 100%;
  height: 100%;
  position: relative;
}
main.sub-page #speciality .index__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.75s ease;
  scale: 0;
  display: block;
}
main.sub-page #speciality .index__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: #689dab 1px solid;
  border: 1px solid #e9ba66;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: 1.5s ease;
  rotate: 0deg;
  scale: 0;
  opacity: 0;
}
main.sub-page #speciality .index__image.is-show::after {
  scale: 1.1;
  opacity: 1;
}
main.sub-page #speciality .index__image.is-show img {
  scale: 1.1;
  rotate: 0deg;
}
main.sub-page #speciality .index:nth-child(2) {
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: "img title " "img text ";
}
main.sub-page #speciality .index:nth-child(2)::after {
  left: 100%;
}
main.sub-page #speciality .index:nth-child(2) .index__title {
  margin-right: 0;
  margin-left: 20%;
}
main.sub-page #speciality .index:nth-child(2) .index__text {
  padding: 0;
  padding-left: 25%;
}
main.sub-page #speciality .index:nth-child(2) .index__image::after {
  rotate: 0deg;
}
main.sub-page #speciality .index:nth-child(2) .index__image.is-show img {
  rotate: 0deg;
}
main.sub-page #speciality .index:first-child {
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "title img" "text img" "menu menu";
}
main.sub-page #speciality .index:first-child .menu {
  grid-area: menu;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
main.sub-page #speciality .index:first-child .menu .item {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: 0.7fr 1fr 4fr;
  grid-template-areas: "img copy" "img title" "img text";
  position: relative;
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
}
main.sub-page #speciality .index:first-child .menu .item__title {
  width: 100%;
  height: 100%;
  margin-top: -0.2rem;
  display: flex;
  align-items: center;
}
main.sub-page #speciality .index:first-child .menu .item__title h4 {
  font-size: 0.5rem;
  white-space: nowrap;
  color: #626169;
  color: #e9ba66;
}
main.sub-page #speciality .index:first-child .menu .item__title span {
  font-weight: bold;
  padding: 0 0.1rem;
}
main.sub-page #speciality .index:first-child .menu .item__image {
  width: 100%;
  aspect-ratio: 1/1;
  grid-area: img;
  padding-right: 0.5rem;
}
main.sub-page #speciality .index:first-child .menu .item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.25s ease;
  scale: 0;
}
main.sub-page #speciality .index:first-child .menu .item__copy {
  width: 100%;
  height: 100%;
}
main.sub-page #speciality .index:first-child .menu .item__text {
  margin-top: 0.28rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*    p {
      display: block;
      height: fit-content;
      margin: auto 0;
  }*/
}
main.sub-page #speciality .index:first-child .menu .item:nth-child(2n) {
  grid-template-columns: 2.5fr 1fr;
  grid-template-areas: "copy img" "title img" " text img";
}
main.sub-page #speciality .index:first-child .menu .item:nth-child(2n) .item__image {
  padding-right: 0;
  padding-left: 0.5rem;
}
main.sub-page #speciality .index:first-child .menu .item::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(100% + 0.5rem);
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #e9ba66;
  transition: 1.5s ease;
}
main.sub-page #speciality .index:first-child .menu .item.is-show::after {
  width: 100%;
}
main.sub-page #speciality .index:first-child .menu .item.is-show .item__image img {
  scale: 1;
}
main.sub-page #speciality .index:first-child::after {
  content: none;
}
main.sub-page #about .about {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: 3rem;
}
main.sub-page #about .about__title {
  width: 20%;
  min-width: 90px;
  margin: 0 auto;
  display: none;
  transition: 1.75s ease;
  position: relative;
  overflow: hidden;
}
main.sub-page #about .about__title::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  z-index: 100;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
main.sub-page #about .about__title img {
  width: 100%;
  filter: invert(100%);
}
main.sub-page #about .about h2 {
  margin-top: -1rem;
}
main.sub-page #about .about.is-show .about__title {
  display: block;
}
main.sub-page #about .about__inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "IMG TEXT ";
  align-items: center;
  gap: 1.5rem;
}
main.sub-page #about .about__text {
  grid-area: TEXT;
}
main.sub-page #about .about__text table tr {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(36, 20, 14, 0.5098039216);
  padding: 0.125rem 0;
}
main.sub-page #about .about__text table td a {
  font-weight: bold;
  color: #e9ba66;
}
main.sub-page #about .about__image {
  grid-area: IMG;
  width: 100%;
  height: 100%;
  position: relative;
}
main.sub-page #about .about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.75s ease;
  scale: 0;
  rotate: -15deg;
}
main.sub-page #about .about__image img.is-show {
  scale: 1;
  rotate: 0deg;
}
main.sub-page #about .about__map {
  width: 100%;
  aspect-ratio: 4/1;
  margin-top: 0.5rem;
}
main.sub-page #about .about__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 928px) {
  main.sub-page #about .about__text table tr {
    grid-template-columns: 1fr 4fr;
  }
  main.sub-page #speciality .speciality {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  main.sub-page #about .about {
    gap: 0.5rem;
  }
  main.sub-page #about .about h2 {
    margin-top: -0.5rem;
  }
  main.sub-page #about .about__inner {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "IMG" "TEXT";
    gap: 0.5rem;
  }
  main.sub-page #about .about__text table tr {
    /*grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 0;*/
  }
  main.sub-page #about .about__map {
    aspect-ratio: 2/1;
  }
  main.sub-page #speciality .speciality {
    width: 100%;
  }
  main.sub-page #speciality .speciality .index:first-child .menu {
    grid-template-rows: 1fr;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 0.5rem auto;
    align-items: start;
    gap: 0.25rem;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__title {
    display: flex;
    align-items: center;
    margin-top: -0.2rem;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__copy {
    display: flex;
    align-items: center;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__image {
    padding: 0 !important;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item:nth-child(2) .item__title h4 span {
    font-size: 0.8em;
  }
}
@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.5rem;
  }
  main.sub-page #lead .lead__image {
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    grid-area: img;
  }
  main.sub-page #lead .lead__image img.is-show {
    scale: 1.05;
  }
  main.sub-page #lead .lead__text {
    padding: 0;
    grid-area: text;
  }
  main.sub-page #lead .lead::after {
    height: 120%;
    left: 50%;
    top: 55%;
  }
  main.sub-page #speciality {
    margin-top: -1rem;
  }
  main.sub-page #speciality .speciality .index {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  main.sub-page #speciality .speciality .index__image {
    margin-top: 1rem !important;
    width: 80%;
    aspect-ratio: 3/2;
    height: auto;
  }
  main.sub-page #speciality .speciality .index__title {
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  main.sub-page #speciality .speciality .index__text {
    padding: 0 !important;
    padding-left: 5% !important;
  }
  main.sub-page #speciality .speciality .index::after {
    display: none;
  }
  main.sub-page #speciality .speciality .index:nth-child(2) .index__title {
    margin-left: 0;
    margin-right: auto;
  }
  main.sub-page #speciality .speciality .index:first-child {
    margin-top: -1rem;
  }
  main.sub-page #speciality .speciality .index:first-child .menu {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    width: 100%;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item {
    display: flex;
    flex-direction: column;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__copy {
    order: 1;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__title {
    margin-top: -0.25rem;
    order: 2;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__title h4 span {
    font-size: 1em !important;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__text {
    order: 3;
  }
  main.sub-page #speciality .speciality .index:first-child .menu .item__image {
    order: 4;
    height: 45vw;
    width: 80%;
    margin: 0 auto;
  }
  main.sub-page #about {
    margin-top: 1rem;
  }
  main.sub-page #about .about {
    width: 90%;
  }
  main.sub-page #about .about__map {
    aspect-ratio: 1/1;
  }
}
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 */