@keyframes expansion {
  0% {
    height: 0px;
    bottom: 85px;
  }
  100% {
    height: 85px;
    bottom: 0px;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 880px) {
  html {
    font-size: 8px;
  }
}

body {
  background: url("../image/bg.jpg") repeat;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.cont_size_box {
  max-width: 1316px;
  display: block;
  width: 90%;
  margin: 0 auto;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.3rem;
}
@media screen and (max-width: 880px) {
  nav {
    display: none;
  }
}
nav a {
  color: #fff;
  margin-left: 4em;
  letter-spacing: 0.125em;
  position: relative;
  font-size: 1.3rem;
  display: block;
}
nav a:last-child::after {
  content: "";
  display: block;
  top: 110%;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #bea142;
  transition: 0.5s;
}

#header {
  font-family: "Shippori Mincho", serif;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  background: #deddd9;
  z-index: 9999;
  transition: 0.5s;
}
#header.show {
  top: 0;
}
@media screen and (max-width: 880px) {
  #header.sp_open::before {
    width: 100vw;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 880px) {
  #header {
    padding: 15px;
  }
}
#header .logo {
  max-width: 80px;
}
@media screen and (max-width: 880px) {
  #header .logo {
    max-width: 80px;
  }
}
#header nav a {
  color: #3b3510;
}
@media screen and (max-width: 880px) {
  #header nav {
    position: fixed;
    display: block;
    top: 0;
    right: -100vw;
    width: 80vw;
    height: 100vh;
    background: #deddd9;
    z-index: 999999;
    padding: 15px;
    transition: 0.5s;
    box-sizing: border-box;
    opacity: 1;
  }
  #header nav a {
    color: #3b3510;
    margin-left: 0;
    font-size: 2rem;
    display: block;
    padding: 15px;
  }
  #header nav a + a {
    border-top: 1px solid rgba(94, 96, 99, 0.2);
  }
  #header nav a:last-child {
    background: #bea142;
    color: #fff;
  }
  #header nav a:last-child::after {
    display: none;
  }
  #header nav a.sp_close {
    margin-left: auto;
    font-size: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1;
  }
  #header nav.sp_open {
    right: 0;
  }
}
#header .sp_nav_toggle {
  border-color: #3b3510;
}
#header .sp_nav_toggle::before {
  background: #3b3510;
}

.sp_nav_toggle {
  width: 30px;
  height: 20px;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  display: none;
}
.sp_nav_toggle::before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 880px) {
  .sp_nav_toggle {
    display: block;
  }
}

#mv {
  background: url("../image/mv.jpg") no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 385/166;
}
@media screen and (max-width: 880px) {
  #mv {
    aspect-ratio: 1/1;
  }
}
#mv h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 5.97vw;
  color: #ffdf2a;
  -moz-text-shadow: 0px 0px 12px rgba(47, 47, 47, 0.8);
  -webkit-text-shadow: 0px 0px 12px rgba(47, 47, 47, 0.8);
  -ms-text-shadow: 0px 0px 12px rgba(47, 47, 47, 0.8);
  text-shadow: 0px 0px 12px rgba(47, 47, 47, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  letter-spacing: 0.1em;
}

#logo {
  max-width: 363.5px;
  width: 40%;
  margin: 0 auto;
}
#logo img {
  margin-top: -30%;
  position: relative;
}

#intro .intro_txt {
  text-align: center;
  font-size: 2.9rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 2.06;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #intro .intro_txt {
    font-size: 2.4rem;
  }
}
#intro .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110px;
}
#intro .flex .txt {
  padding-left: 60px;
  box-sizing: border-box;
  width: 50%;
}
#intro .flex .txt p {
  font-size: 2rem;
  line-height: 2.05;
  font-weight: 500;
}
#intro .flex .txt p small {
  font-size: 1.6rem;
  display: block;
  line-height: 2.375;
  margin-top: 1em;
  font-weight: 400;
}
#intro .flex .img {
  max-width: 600px;
  width: 45%;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  #intro .flex {
    display: block;
    margin-top: 16vw;
  }
  #intro .flex .txt {
    width: 100%;
    padding: 0;
  }
  #intro .flex .txt p {
    margin-bottom: 20px;
  }
  #intro .flex .img {
    width: 100%;
    max-width: none;
  }
}

#imgBox {
  max-width: 1200px;
  width: 90%;
  margin: 120px auto 150px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  #imgBox {
    margin: 30vw auto;
    justify-content: space-around;
  }
}
#imgBox .img {
  max-width: 335px;
  width: 27.9%;
  position: relative;
  left: -5%;
}
@media screen and (max-width: 880px) {
  #imgBox .img {
    width: 40%;
    left: 0;
  }
}
#imgBox h2 {
  writing-mode: vertical-rl;
  text-align: left;
  margin-left: 9.5%;
  position: relative;
}
#imgBox h2 span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(10px, 3.5vw, 42px);
  display: block;
  letter-spacing: 0.25em;
  line-height: 2;
  text-indent: -0.5em;
}
#imgBox h2 img {
  max-width: 229px;
  position: absolute;
  bottom: 0;
  right: -40%;
  width: 90%;
}
@media screen and (max-width: 880px) {
  #imgBox h2 {
    width: 40%;
    margin-left: 0;
  }
  #imgBox h2 span {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6vw;
    white-space: nowrap;
  }
  #imgBox h2 img {
    right: -5%;
    bottom: -30%;
    width: 60%;
  }
}

#menuBox ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#menuBox ul li {
  width: 30%;
}
#menuBox ul li img {
  border-radius: 6px;
}
#menuBox ul li p {
  margin-top: 10px;
  line-height: 2.25;
}
@media screen and (max-width: 880px) {
  #menuBox ul {
    display: block;
  }
  #menuBox ul li {
    width: 100%;
  }
  #menuBox ul li + li {
    margin-top: 30px;
  }
}

#recruit {
  max-width: 1045px;
  margin: 0 auto;
  margin-top: 130px;
  background: #fff;
  border-radius: 15px;
  padding: 80px 90px 90px;
  box-sizing: border-box;
  width: 90%;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #recruit {
    padding: 20px;
    margin-top: 60px;
  }
}
#recruit article + article {
  margin-top: 90px;
}
@media screen and (max-width: 880px) {
  #recruit article + article {
    margin-top: 30px;
  }
}
#recruit article h3 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  #recruit article h3 {
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
#recruit article dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
}
#recruit article dl dt:nth-child(n+2) {
  margin-top: 2em;
}
@media screen and (max-width: 880px) {
  #recruit article dl dt:nth-child(n+2) {
    margin-top: 1em;
  }
}
#recruit article dl dd {
  margin-top: 0.8em;
  line-height: 1.7;
}
@media screen and (max-width: 880px) {
  #recruit article dl dd {
    margin-top: 0.5em;
  }
}
#recruit article table {
  width: 100%;
}
#recruit article table th {
  text-align: left;
  width: 6em;
  padding: 10px 0;
  vertical-align: top;
  line-height: 1.8125;
}
#recruit article table th span {
  display: flex;
  align-items: center;
}
#recruit article table th span::after {
  content: ":";
  display: block;
  margin-left: auto;
  line-height: 1.8125;
}
#recruit article table td {
  padding: 10px 0;
  padding-left: 1em;
  line-height: 1.8125;
}
#recruit article table td span {
  display: inline-block;
}
#recruit article table td small {
  font-size: 1.3rem;
}
@media screen and (max-width: 880px) {
  #recruit article table {
    display: block;
  }
  #recruit article table tr:first-child th {
    padding-top: 0;
  }
  #recruit article table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
  #recruit article table th span::after {
    display: none;
  }
  #recruit article table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

#contact {
  border-top: 5px solid #4d4f5f;
  border-bottom: 5px solid #4d4f5f;
  padding: 90px 0;
  margin-top: 150px;
  width: 90%;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #contact {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#contact h2 {
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: 55px;
}
@media screen and (max-width: 880px) {
  #contact h2 {
    margin-bottom: 30px;
    line-height: 1;
  }
}
#contact p {
  font-size: 2.2rem;
  text-align: center;
}
#contact p small {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1.5em;
}
@media screen and (max-width: 880px) {
  #contact p {
    text-align: left;
  }
}
#contact .btns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 68px;
}
#contact .btns a {
  display: block;
  font-size: 2rem;
  padding: 30px 20px;
  text-align: center;
  background: #e5d265;
  max-width: 416px;
  width: 100%;
  box-sizing: border-box;
}
#contact .btns a + a {
  margin-left: 35px;
}
@media screen and (max-width: 880px) {
  #contact .btns {
    display: block;
    margin-top: 20px;
  }
  #contact .btns a {
    margin: 0 auto;
    padding: 20px;
  }
  #contact .btns a + a {
    margin: 10px auto 0;
  }
}

footer .date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background: url("../image/bg.jpg") repeat;
  margin-top: -0.55em;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  footer .date {
    font-size: 2.7rem;
  }
}
footer h2 {
  font-size: 5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 0.3em;
}
@media screen and (max-width: 880px) {
  footer h2 {
    font-size: 4rem;
  }
}
footer a {
  margin-top: 65px;
  max-width: 196.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 880px) {
  footer a {
    margin-top: 25px;
    width: 40%;
  }
}
footer copyright {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 35px;
  padding-bottom: 85px;
}
@media screen and (max-width: 880px) {
  footer copyright {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */