@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  overflow-x: hidden;
  height: auto;
  position: static;
}
body.looking {
  overflow: hidden;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader h3 {
  width: 255px;
  height: 300px;
  background-image: url(../../common/images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #9C7B4E;
  display: block;
}

.loaded main {
  opacity: 1;
}

main {
  width: 100%;
  padding: 120px 0 0 0;
  margin: 0px;
  position: relative;
  opacity: 0;
}
main:not(:last-child) {
  margin-bottom: 100px;
}
main #visual {
  width: 100%;
  padding: 0px;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 100px;
}
main #visual h2 {
  width: 100%;
  height: 12.148vw;
  background-image: url(../images/text_visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50vw);
  z-index: 3;
}
main #visual .invisual {
  width: 100%;
  height: 100%;
  position: relative;
}
main #visual .invisual .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
main #visual .invisual .swiper-pagination {
  width: 110px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 55px);
  z-index: 15;
}
main #visual .invisual .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #FFF;
  margin: 0px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
main #visual .invisual .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
main #visual .invisual .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main #visual .invisual .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
main #visual .invisual .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #9C7B4E;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused main #visual .invisual .swiper-pagination .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
main #news {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
}
main #news:not(:last-child) {
  margin-bottom: 100px;
}
main #news h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #news .innews {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #news .innews:not(:last-child) {
  margin-bottom: 50px;
}
main #news .innews .post {
  width: calc(50% - 20px);
}
main #news .innews .post:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
main #news .innews .post:not(:nth-child(n+3)) {
  margin-bottom: 40px;
}
main #news .innews .post a {
  display: block;
}
main #news .innews .post a dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #news .innews .post a dl dt {
  width: 150px;
}
main #news .innews .post a dl dd {
  width: calc(100% - 150px - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #news .innews .post a dl dd p {
  margin-bottom: 10px;
}
main #news .innews .post a dl dd p:nth-child(1) {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main #news .innews .post a dl dd p:nth-child(2) {
  color: #999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #news .innews .post a dl dd div.mybody {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #news .innews .post a dl dd div.txt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #news .btn {
  width: 400px;
  margin: 0 auto;
}
main #news .btn a {
  width: 100%;
  height: 60px;
  border: solid 1px #9C7B4E;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
main #news .btn a:hover {
  opacity: 0.75;
}
main #news .btn a::before {
  content: "";
  width: 21px;
  height: 30px;
  background-image: url(../../common/images/icon_list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #news .btn a span {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main #department {
  width: 100%;
  padding: 100px 0;
  background-color: #FCFBF9;
}
main #department:not(:last-child) {
  margin-bottom: 100px;
}
main #department .inner {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #department .inner > div {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #department .inner > div.d1 .btn a::before {
  width: 40px;
  height: 30px;
  background-image: url(../../common/images/icon_detail1.png);
}
main #department .inner > div.d2 .btn a::before {
  width: 41px;
  height: 32px;
  background-image: url(../../common/images/icon_detail2.png);
}
main #department .inner > div h4 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main #department .inner > div dl {
  width: 100%;
  margin-bottom: 50px;
}
main #department .inner > div dl dt {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
main #department .inner > div dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #department .inner > div .btn {
  width: 400px;
  margin: 0 auto;
}
main #department .inner > div .btn a {
  width: 100%;
  height: 60px;
  border: solid 1px #9C7B4E;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
main #department .inner > div .btn a:hover {
  opacity: 0.75;
}
main #department .inner > div .btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #department .inner > div .btn a span {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main #reserve {
  width: 100%;
}
main #reserve:not(:last-child) {
  margin-bottom: 100px;
}
main #reserve .step {
  width: 100%;
  padding-bottom: 100px;
}
main #reserve .step:not(:last-child) {
  margin-bottom: 100px;
  border-bottom: solid 1px #9C7B4E;
}
main #reserve .step.stp1 .instep h4 {
  background-image: url(../images/text_step1.png);
}
main #reserve .step.stp1 .instep div .btn a::before {
  background-image: url(../../common/images/icon_reservation.png);
  width: 25px;
  height: 23px;
}
main #reserve .step.stp2 .instep h4 {
  background-image: url(../images/text_step2.png);
}
main #reserve .step.stp2 .instep div .btn a::before {
  background-image: url(../../common/images/icon_interview.png);
  width: 24px;
  height: 25px;
}
main #reserve .step .instep {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main #reserve .step .instep h4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 78px;
  height: 155px;
}
main #reserve .step .instep div {
  text-align: left;
}
main #reserve .step .instep div:nth-child(2) {
  width: 400px;
  margin-left: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #reserve .step .instep div:nth-child(2) h5 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #reserve .step .instep div:nth-child(2) p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #reserve .step .instep div:nth-child(2) p:not(:last-child) {
  margin-bottom: 10px;
}
main #reserve .step .instep div:nth-child(2) p.mb {
  margin-bottom: 40px;
}
main #reserve .step .instep div:nth-child(2) dl {
  margin-bottom: 40px;
}
main #reserve .step .instep div:nth-child(2) dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #reserve .step .instep div:nth-child(2) dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.785;
  letter-spacing: 0em;
}
main #reserve .step .instep div:nth-child(2) .btn {
  width: 100%;
  margin: 0px;
}
main #reserve .step .instep div:nth-child(2) .btn a {
  width: 100%;
  height: 60px;
  border: solid 1px #9C7B4E;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
main #reserve .step .instep div:nth-child(2) .btn a:hover {
  opacity: 0.75;
}
main #reserve .step .instep div:nth-child(2) .btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #reserve .step .instep div:nth-child(2) .btn a span {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main #reserve .step .instep div:nth-child(3) {
  width: 160px;
  margin-left: 40px;
}
main #recruit {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #recruit:not(:last-child) {
  margin-bottom: 100px;
}
main #recruit .photo {
  width: 50%;
}
main #recruit .text {
  width: 50%;
  background-color: #F9F7F4;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #recruit .text .intext {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #recruit .text .intext h5 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #recruit .text .intext h6 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main #recruit .text .intext p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #recruit .text .intext .btn {
  width: 400px;
}
main #recruit .text .intext .btn a {
  width: 100%;
  height: 60px;
  border: solid 1px #9C7B4E;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
main #recruit .text .intext .btn a:hover {
  opacity: 0.75;
}
main #recruit .text .intext .btn a::before {
  content: "";
  width: 25px;
  height: 23px;
  background-image: url(../../common/images/icon_reservation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #recruit .text .intext .btn a span {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main #other {
  width: 100%;
}
main #other .inner {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main #other .inner .event {
  width: calc(65% - 10px);
}
main #other .inner .event a {
  background-color: #F9F7F4;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in 0s;
}
main #other .inner .event a:hover {
  opacity: 0.75;
}
main #other .inner .event a > div {
  width: 100%;
  height: 430px;
  background-image: url(../images/photo_event.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main #other .inner .event a > div > img {
  display: none;
}
main #other .inner .event a dl {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #other .inner .event a dl dt {
  width: 320px;
  margin-bottom: 20px;
}
main #other .inner .event a dl dd {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #other .inner .baby {
  width: calc(35% - 10px);
}
main #other .inner .baby a {
  background-color: #F9F7F4;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in 0s;
}
main #other .inner .baby a:hover {
  opacity: 0.75;
}
main #other .inner .baby a > div {
  width: 100%;
  height: 430px;
  background-image: url(../images/photo_baby.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main #other .inner .baby a > div > img {
  display: none;
}
main #other .inner .baby a dl {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #other .inner .baby a dl dt {
  width: 170px;
  margin-bottom: 20px;
}
main #other .inner .baby a dl dd {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader h3 {
    width: 128px;
    height: 150px;
  }
  #loader .bar {
    height: 5px;
  }

  .loaded main {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 50px 0 0 0;
  }
  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main #visual:not(:last-child) {
    margin-bottom: 50px;
  }
  main #visual .invisual {
    width: 100%;
    height: 100%;
    position: relative;
  }
  main #visual .invisual .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  main #visual .invisual .swiper-pagination {
    width: 80px;
    bottom: 15px;
    left: calc(50% - 40px);
  }
  main #visual .invisual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }
  main #news {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  main #news:not(:last-child) {
    margin-bottom: 50px;
  }
  main #news h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main #news .innews {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #news .innews:not(:last-child) {
    margin-bottom: 20px;
  }
  main #news .innews .post {
    width: 100%;
  }
  main #news .innews .post:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main #news .innews .post:not(:nth-child(n+3)) {
    margin-bottom: 0px;
  }
  main #news .innews .post:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #CCCCCC;
  }
  main #news .innews .post a {
    display: block;
  }
  main #news .innews .post a dl {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #news .innews .post a dl dt {
    width: 80px;
  }
  main #news .innews .post a dl dd {
    width: calc(100% - 80px - 20px);
  }
  main #news .innews .post a dl dd p {
    margin-bottom: 10px;
  }
  main #news .innews .post a dl dd p:nth-child(1) {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #news .innews .post a dl dd p:nth-child(2) {
    color: #999;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #news .innews .post a dl dd div.mybody {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main #news .innews .post a dl dd div.txt {
    display: none;
  }
  main #news .btn {
    width: 100%;
    margin: 0 auto;
  }
  main #news .btn a {
    width: 100%;
    height: 40px;
    border-radius: 10px;
  }
  main #news .btn a:hover {
    opacity: 1;
  }
  main #news .btn a::before {
    width: 14px;
    height: 20px;
  }
  main #news .btn a span {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main #department {
    padding: 50px 0;
  }
  main #department:not(:last-child) {
    margin-bottom: 50px;
  }
  main #department .inner {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #department .inner > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #department .inner > div.d1 {
    margin-bottom: 50px;
  }
  main #department .inner > div.d1 .btn a::before {
    width: 26px;
    height: 20px;
  }
  main #department .inner > div.d2 .btn a::before {
    width: 26px;
    height: 20px;
  }
  main #department .inner > div h4 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }
  main #department .inner > div dl {
    margin-bottom: 25px;
  }
  main #department .inner > div dl dt {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  main #department .inner > div dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #department .inner > div .btn {
    width: 100%;
    margin: 0 auto;
  }
  main #department .inner > div .btn a {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main #department .inner > div .btn a:hover {
    opacity: 1;
  }
  main #department .inner > div .btn a span {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main #reserve {
    width: 100%;
  }
  main #reserve:not(:last-child) {
    margin-bottom: 0px;
  }
  main #reserve .step {
    width: 100%;
    padding-bottom: 50px;
  }
  main #reserve .step:not(:last-child) {
    margin-bottom: 50px;
  }
  main #reserve .step.stp1 .instep h4 {
    background-image: url(../images/text_step1.png);
  }
  main #reserve .step.stp1 .instep div .btn a::before {
    background-image: url(../../common/images/icon_reservation.png);
    width: 22px;
    height: 20px;
  }
  main #reserve .step.stp2 .instep h4 {
    background-image: url(../images/text_step2.png);
  }
  main #reserve .step.stp2 .instep div .btn a::before {
    background-image: url(../../common/images/icon_interview.png);
    width: 19px;
    height: 20px;
  }
  main #reserve .step .instep {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #reserve .step .instep h4 {
    width: 80px;
    height: 80px;
  }
  main #reserve .step .instep div {
    text-align: left;
  }
  main #reserve .step .instep div:nth-child(2) {
    width: calc(100% - 80px - 15px);
    margin-left: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #reserve .step .instep div:nth-child(2) h5 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #reserve .step .instep div:nth-child(2) p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #reserve .step .instep div:nth-child(2) p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #reserve .step .instep div:nth-child(2) p.mb {
    margin-bottom: 20px;
  }
  main #reserve .step .instep div:nth-child(2) dl {
    margin-bottom: 20px;
  }
  main #reserve .step .instep div:nth-child(2) dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #reserve .step .instep div:nth-child(2) dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.785;
    letter-spacing: 0em;
  }
  main #reserve .step .instep div:nth-child(2) .btn {
    width: calc(100vw - 30px);
    position: relative;
    left: -95px;
  }
  main #reserve .step .instep div:nth-child(2) .btn a {
    height: 40px;
  }
  main #reserve .step .instep div:nth-child(2) .btn a:hover {
    opacity: 1;
  }
  main #reserve .step .instep div:nth-child(2) .btn a span {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #reserve .step .instep div:nth-child(3) {
    width: 60%;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main #reserve .step .instep div:nth-child(3) > img {
    width: 100%;
  }
  main #recruit {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #recruit:not(:last-child) {
    margin-bottom: 50px;
  }
  main #recruit .photo {
    width: 100%;
  }
  main #recruit .text {
    width: 100%;
    padding: 30px 15px 50px 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #recruit .text .intext {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #recruit .text .intext h5 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #recruit .text .intext h6 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #recruit .text .intext p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  main #recruit .text .intext .btn {
    width: 100%;
  }
  main #recruit .text .intext .btn a {
    height: 40px;
    border-radius: 10px;
  }
  main #recruit .text .intext .btn a:hover {
    opacity: 1;
  }
  main #recruit .text .intext .btn a::before {
    width: 22px;
    height: 20px;
  }
  main #recruit .text .intext .btn a span {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main #other .inner {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #other .inner .event {
    width: 100%;
    margin-bottom: 15px;
  }
  main #other .inner .event a {
    background-color: #F9F7F4;
    border-radius: 10px;
  }
  main #other .inner .event a:hover {
    opacity: 0.75;
  }
  main #other .inner .event a > div {
    width: 100%;
    height: auto;
    background-image: none;
  }
  main #other .inner .event a > div > img {
    display: block;
  }
  main #other .inner .event a dl {
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #other .inner .event a dl dt {
    width: 160px;
    margin-bottom: 20px;
  }
  main #other .inner .event a dl dd {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #other .inner .baby {
    width: 100%;
  }
  main #other .inner .baby a {
    background-color: #F9F7F4;
    border-radius: 10px;
  }
  main #other .inner .baby a:hover {
    opacity: 1;
  }
  main #other .inner .baby a > div {
    width: 100%;
    height: auto;
    background-image: none;
  }
  main #other .inner .baby a > div > img {
    display: block;
  }
  main #other .inner .baby a dl {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #other .inner .baby a dl dt {
    width: 85px;
    margin-bottom: 20px;
  }
  main #other .inner .baby a dl dd {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

/*# sourceMappingURL=style_home.css.map */
