.p-top_mv {
  position: relative;
}
.p-mv_box01 {
  background: url(../img/top_mv01.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/940;
}
.p-mv_box02 {
  background: url(../img/top_mv02.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/940;
}
.p-mv_box03 {
  background: url(../img/top_mv03.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/940;
}

.p-top_ttl {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top_ttl h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
}

.p-top_ttl h2 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: calc(26 / 1920 * 100vw);
  letter-spacing: 0.2rem;
}
.p-top_about {
  background-color: #232649;
  padding: calc(120 / 1920 * 100vw) 0;
}
.p-ttl {
  color: #d4b987;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.p-ttl h2 {
  position: relative;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
}
.p-ttl h2::before {
  content: "";
  background: url(../img/dec01.png) no-repeat;
  background-size: contain;
  width: calc(99 / 1920 * 100vw);
  position: absolute;
  top: calc(-8 / 1920 * 100vw);
  aspect-ratio: 99/25;
  left: calc(807 / 1920 * 100vw);
}
.p-ttl h2::after {
  content: "";
  background: url(../img/dec02.png) no-repeat;
  background-size: contain;
  width: calc(99 / 1920 * 100vw);
  position: absolute;
  top: calc(29 / 1920 * 100vw);
  aspect-ratio: 99/25;
  right: calc(784 / 1920 * 100vw);
}
.p-top_about .p-ttl h2 {
  color: #d4b987;
}
.t-about_lead {
  text-align: center;
  margin: calc(90 / 1920 * 100vw) auto calc(83 / 1920 * 100vw);
}
.t-about_img {
  display: flex;
  justify-content: center;
  gap: calc(21 / 1920 * 100vw);
  align-items: center;
  position: relative;
  z-index: 99;
}
.t-about_img::before {
  content: "";
  background: url(../img/dec04.png) no-repeat;
  background-size: contain;
  width: calc(91 / 1920 * 100vw);
  position: absolute;
  top: calc(228 / 1920 * 100vw);
  aspect-ratio: 91/83;
  left: calc(498 / 1920 * 100vw);
}
.t-about_img::after {
  content: "";
  background: url(../img/dec03.png) no-repeat;
  background-size: contain;
  width: calc(148 / 1920 * 100vw);
  position: absolute;
  top: calc(18 / 1920 * 100vw);
  aspect-ratio: 148/31;
  right: calc(455 / 1920 * 100vw);
  z-index: -1;
}

.t-about_img img {
  width: calc(384 / 1920 * 100vw);
}
.t-about_img img:nth-of-type(2) {
  margin-top: calc(34 / 1920 * 100vw);
}
.p-top_kodawari {
  background: url(../img/top_mv02.webp) no-repeat bottom;
  background-size: cover;
  aspect-ratio: 1920/652;
  padding: calc(78 / 1920 * 100vw) 0 0;
}
.t-kodawari_box {
  margin: calc(70 / 1920 * 100vw) 0 0 calc(315 / 1920 * 100vw);
}
.p-top_kodawari .p-ttl {
  color: #fff;
}
.t-kodawari_lead h2 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  color: #fff;
  margin-bottom: calc(35 / 1920 * 100vw);
}
.t-kodawari_lead p {
  width: calc(740 / 1920 * 100vw);
}

.p-top_kodawari02 {
  background: linear-gradient(
      90deg,
      rgba(35, 38, 73, 0),
      rgba(35, 38, 73, 0),
      rgba(35, 38, 73, 1)
    ),
    url(../img/top_img03.webp) no-repeat bottom;
  background-size: cover;
  aspect-ratio: 1920/626;
  padding: calc(156 / 1920 * 100vw) 0 0;
}
.p-top_kodawari .p-ttl h2::before {
  left: calc(789 / 1920 * 100vw);
}
.p-top_kodawari .p-ttl h2::after {
  right: calc(769 / 1920 * 100vw);
}
.t-kodawari02_box {
  width: calc(756 / 1920 * 100vw);
  margin: 0 calc(315 / 1920 * 100vw) 0 auto;
}
.t-kodawari02_lead h2 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  margin-bottom: calc(35 / 1920 * 100vw);
}
.p-top_shop .p-ttl h2 {
  color: #d4b987;
}
.p-top_shop .p-ttl h2::before {
  left: calc(787 / 1920 * 100vw);
}
.p-top_shop .p-ttl h2::after {
  right: calc(774 / 1920 * 100vw);
}

.p-top_shop {
  background-color: #232649;
  padding: calc(120 / 1920 * 100vw) 0;
}
.t-shop_box {
  display: flex;
  justify-content: center;
  margin: calc(109 / 1920 * 100vw) 0;
  gap: calc(126 / 1920 * 100vw);
}
.t-shop_detail dl {
  display: flex;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  color: #fff;
  border-bottom: solid #d4b987 2px;
  padding-bottom: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
}
.t-shop_detail dt {
  width: calc(200 / 1920 * 100vw);
}
.t-shop_map {
  width: calc(558 / 1920 * 100vw);
  aspect-ratio: 558/334;
}
.p-top_instagram {
  max-width: calc(1100 / 1920 * 100vw);
  margin: 0 auto;
}
.p-top_instagram .p-ttl h2::before {
  left: calc(357 / 1920 * 100vw);
}

.p-top_instagram .p-ttl h2::after {
  right: calc(344 / 1920 * 100vw);
}
.instagram {
  margin-top: calc(40/1920*100vw);
}
.sbi_feedtheme_header_text {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .p-mv_box01 {
    background: url(../img/top_mv01_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 430/843;
  }
  .p-mv_box02 {
    background: url(../img/top_mv02_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 430/843;
  }
  .p-mv_box03 {
    background: url(../img/top_mv03_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 430/843;
  }
  .p-top_ttl {
    white-space: nowrap;
  }
  .p-top_ttl h1 {
    font-size: 4rem;
    text-align: center;
    line-height: 1.2;
  }
  .p-top_ttl h2 {
    font-size: 2.4rem;
    margin-top: 27px;
    line-height: 1.4;
  }
  .p-top_about .p-ttl h2 {
    width: 102px;
    margin: 0 auto;
  }
  .p-top_about {
    padding: 116px 4% 164px;
    overflow-x: hidden;
  }
  .p-ttl h2 {
    font-size: 3.2rem;
  }
  .p-ttl h2::before {
    width: 99px;
    left: -100px;
    top: -10px;
  }
  .p-ttl h2::after {
    width: 99px;
    right: -100px;
    top: 30px;
  }
  .t-about_lead {
    margin: 80px 0 50px;
    text-align: left;
  }
  .t-about_img {
    flex-direction: column-reverse;
  }
  .t-about_img img {
    width: calc(300 / 430 * 100vw);
  }
  .t-about_img img:nth-of-type(1) {
    margin-right: 70px;
    margin-top: 34px;
  }
  .t-about_img img:nth-of-type(2) {
    margin-top: 0;
    margin-left: 70px;
  }
  .t-about_img::before {
    width: 71px;
    left: -40px;
    top: unset;
    bottom: -50px;
  }
  .t-about_img::after {
    width: 116px;
    top: -11px;
    right: -57px;
  }
  .p-top_kodawari {
    padding: 80px 4%;
  }
  .p-top_kodawari .p-ttl h2 {
    width: 130px;
    margin: 0 auto;
  }
  .p-top_kodawari .p-ttl h2::before {
    left: -86px;
  }
  .p-top_kodawari .p-ttl h2::after {
    right: -100px;
  }
  .t-kodawari_box {
    margin: 66px 0;
  }
  .t-kodawari_lead h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .t-kodawari_lead p {
    width: auto;
  }
  .p-top_kodawari02 {
    padding: 62px 4% 122px;
  }
  .t-kodawari02_box {
    width: auto;
    margin: 0;
  }
  .t-kodawari02_lead h2 {
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
  .p-top_shop {
    padding: 70px 4% 200px;
  }
  .p-top_shop .p-ttl h2 {
    width: 130px;
    margin: 0 auto;
  }
  .p-top_shop .p-ttl h2::before {
    left: -90px;
  }
  .p-top_shop .p-ttl h2::after {
    right: -100px;
  }
  .t-shop_box {
    display: block;
    margin: 94px 0 75px;
  }
  .t-shop_detail dl {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .t-shop_detail dt {
    width: 116px;
  }
  .t-shop_detail dd {
    margin-left: 0;
  }
  .t-shop_map {
    width: calc(388 / 430 * 100vw);
    aspect-ratio: 388/232;
    margin-top: 60px;
  }
  .p-top_instagram {
    max-width: unset;
    padding: 0 4%;
  }

  .p-top_instagram .p-ttl h2::after {
    right: -120px !important;
  }
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .instagram {
    margin-top: 40px;
  }
}
/* -------------
mv
----------------*/
.mv {
  background: url(../img/mv.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 1920/373;
  position: relative;
}
.kodawari__ttl {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kodawari__ttl h1 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  color: #fff;
}
.p-kodawari {
  background-color: #232649;
  padding: calc(134 / 1920 * 100vw) 0;
}
.p-kodawari__box {
  display: flex;
  justify-content: center;
  gap: calc(104 / 1920 * 100vw);
  margin-bottom: calc(162 / 1920 * 100vw);
}
.p-kodawari__lead h3 {
  background-color: #d0a735;
  padding: calc(10 / 1920 * 100vw) 0;
  color: #fff;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  width: calc(537 / 1920 * 100vw);
  text-align: center;
}
.p-kodawari__lead p {
  width: calc(613 / 1920 * 100vw);
  margin-top: calc(32 / 1920 * 100vw);
}
.p-kodawari__img {
  width: calc(566 / 1920 * 100vw);
  position: relative;
  z-index: 99;
}
.p-kodawari__img::before {
  content: "";
  background: url(../img/dec01.png) no-repeat;
  background-size: contain;
  width: calc(198 / 1920 * 100vw);
  aspect-ratio: 198/51;
  position: absolute;
  top: calc(-25 / 1920 * 100vw);
  left: calc(-90 / 1920 * 100vw);
  z-index: -1;
}
.p-kodawari__img::after {
  content: "";
  background: url(../img/dec02.png) no-repeat;
  background-size: contain;
  width: calc(198 / 1920 * 100vw);
  aspect-ratio: 198/51;
  position: absolute;
  bottom: calc(-26 / 1920 * 100vw);
  right: calc(-80 / 1920 * 100vw);
  z-index: -1;
}

.p-kodawari__box02 {
  flex-direction: row-reverse;
}
.p-kodawari__box02 .p-kodawari__lead h3 {
  width: calc(603 / 1920 * 100vw);
}
.p-kodawari__box03 .p-kodawari__lead h3 {
  width: calc(729 / 1920 * 100vw);
}
.p-kodawari__box03 {
  gap: 0;
}

@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 430/750;
    background: url(../img/top_mv01_sp.webp) no-repeat;
    background-size: cover;
  }
  .kodawari__ttl h1 {
    font-size: 3.6rem;
    white-space: nowrap;
  }
  .p-kodawari {
    padding: 60px 4%;
  }
  .p-kodawari__box {
    display: block;
    margin-bottom: 60px;
  }
  .p-kodawari__lead h3 {
    font-size: 2.4rem;
    width: auto;
    padding: 8px 0;
  }
  .p-kodawari__lead p {
    width: auto;
    margin-top: 20px;
  }
  .p-kodawari__img {
    width: auto;
  }
  .p-kodawari__img {
    margin: 20px 0 0;
  }
  .p-kodawari__img::before {
    width: 90px;
    top: -14px;
    left: -40px;
  }
  .p-kodawari__img::after {
    width: 90px;
    bottom: -15px;
    right: -15px;
  }
  .p-kodawari__box02 .p-kodawari__lead h3 {
    width: auto;
  }
  .p-kodawari__box03 .p-kodawari__lead h3 {
    width: auto;
    text-align: left;
  }
}
/* ------------
shop
------------------*/
.p-shop {
  background-color: #232649;
  padding: calc(168 / 1920 * 100vw) 0 calc(108 / 1920 * 100vw);
}
.p-shop .p-ttl h2::before {
  left: calc(-93 / 1920 * 100vw);
}
.p-shop .p-ttl h2::after {
  right: calc(-96 / 1920 * 100vw);
}

.p-shop__inner {
  max-width: calc(820 / 1920 * 100vw);
  margin: 0 auto;
  position: relative;
}
.p-shop__inner::before {
  content: "";
  background: url(../img/dec05.png) no-repeat;
  background-size: contain;
  width: calc(300 / 1920 * 100vw);
  position: absolute;
  right: calc(-260 / 1920 * 100vw);
  top: calc(-70 / 1920 * 100vw);
  aspect-ratio: 300/155;
}
.p-shop__inner .p-ttl h2 {
  color: #d4b987;
  width: calc(153 / 1920 * 100vw);
  margin: 0 auto;
}
.p-shop__box {
  margin: calc(104 / 1920 * 100vw) 0 0;
}
.p-shop__box dl {
  display: flex;
  color: #fff;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  border-bottom: solid 2px #d4b987;
  padding-bottom: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
}
.p-shop__box dt {
  width: calc(144 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-shop {
    padding: 60px 4% 90px;
  }
  .p-shop__inner {
    max-width: unset;
  }
  .p-shop__inner .p-ttl h2 {
    width: 176px;
    margin: 0 auto;
  }
  .p-shop__inner::before {
    bottom: -80px;
    right: 0;
    width: 120px;
    top: unset;
  }
  .p-shop .p-ttl h2::before {
    left: -86px;
  }
  .p-shop .p-ttl h2::after {
    right: -72px;
  }
  .p-shop__box {
    margin: 60px 0 0;
  }
  .p-shop__box dl {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .p-shop__box dt {
    width: 120px;
  }
  .p-shop__box dd {
    margin-left: 0;
    line-height: 1.4;
  }
}
/* ---------
menu
------------*/
.p-menu {
  background-color: #232649;
  padding: calc(72 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
}
.p-menu .p-ttl h2::before {
  left: calc(747 / 1920 * 100vw);
}
.p-menu .p-ttl h2::after {
  right: calc(734 / 1920 * 100vw);
}
.p-menu__box {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin-top: calc(65 / 1920 * 100vw);
  max-width: calc(713 / 1920 * 100vw);
  margin: calc(65 / 1920 * 100vw) auto calc(40 / 1920 * 100vw);
}
.p-menu__box p {
  text-align: center;
}
.p-menu__box h3 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  text-align: center;
  margin-bottom: calc(48 / 1920 * 100vw);
}
.p-menu__box dl {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(20 / 1920 * 100vw);
}

.p-menu .p-ttl h2 {
  color: #d4b987;
}
.p-menu .p-ttl:nth-of-type(13) {
  margin: calc(72 / 1920 * 100vw) 0 calc(61 / 1920 * 100vw);
}
.menu-box01 dl,
.menu-box02 dl {
  margin-top: calc(48 / 1920 * 100vw);
}
.menu-box02 {
  position: relative;
}
.menu-box02::before {
  content: "";
  background: url(../img/menu_img01.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  left: calc(-520 / 1920 * 100vw);
  top: 0;
}
.menu-box03 {
  position: relative;
}

.menu-box03::before {
  content: "";
  background: url(../img/menu_img02.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  right: calc(-520 / 1920 * 100vw);
  bottom: 0;
}

.menu-box04 {
  position: relative;
}
.menu-box04::before {
  content: "";
  background: url(../img/menu_img03.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  left: calc(-520 / 1920 * 100vw);
  top: calc(98 / 1920 * 100vw);
}
.menu-box05 .ttl02 {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  margin: calc(24 / 1920 * 100vw) 0;
}
.menu-box06 {
  position: relative;
}
.menu-box06::before {
  content: "";
  background: url(../img/menu_img04.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  right: calc(-520 / 1920 * 100vw);
  top: calc(98 / 1920 * 100vw);
}

.menu-box06::after {
  content: "";
  background: url(../img/menu_img05.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  left: calc(-520 / 1920 * 100vw);
  bottom: calc(80 / 1920 * 100vw);
}
.menu-box17 {
  position: relative;
}
.menu-box17::before {
  content: "";
  background: url(../img/menu_img06.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 420/280;
  width: calc(420 / 1920 * 100vw);
  display: block;
  position: absolute;
  left: calc(-520 / 1920 * 100vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-menu {
    padding: 60px 4%;
  }
  .p-menu .p-ttl h2::before {
    left: -15px;
  }
  .p-menu__box p {
    font-size: 1.6rem;
  }
  .p-menu .p-ttl h2::after {
    right: -20px;
  }
  .p-menu .p-ttl h2 {
    width: 339px;
    margin: 0 auto;
  }
  .p-menu__box {
    max-width: unset;
    margin: 40px auto;
  }
  .p-menu__box h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-menu__box dl {
    font-size: 2rem;
    margin-top: 15px;
  }
  .menu-box01 dl,
  .menu-box02 dl {
    margin-top: 24px;
  }
  .menu-box05 .ttl02 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  .p-menu .p-ttl:nth-of-type(13) {
    margin: 40px 0;
  }
  .menu-box03::before,
  .menu-box06::before {
    content: unset;
  }
  .p-menu .p-ttl:nth-of-type(13) h2 {
    width: 260px;
  }
  .p-menu .p-ttl:nth-of-type(13) h2::before {
    left: -75px;
  }
  .p-menu .p-ttl:nth-of-type(13) h2::after {
    right: -74px;
  }
}
/* -------------
gallery
--------------*/
.p-gallery {
  background-color: #232649;
  padding: calc(72 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw);
}
.p-gallery .p-ttl h2 {
  color: #d4b987;
}
.p-gallery .p-ttl h2::before {
  left: calc(777 / 1920 * 100vw);
}
.p-gallery .p-ttl h2::after {
  right: calc(774 / 1920 * 100vw);
}
.p-gallery .p-ttl {
  position: relative;
}
.p-gallery .p-ttl::after {
  content: "";
  background: url(../img/dec05.png) no-repeat;
  background-size: contain;
  aspect-ratio: 300/155;
  position: absolute;
  width: calc(300 / 1920 * 100vw);
  bottom: calc(-150 / 1920 * 100vw);
  right: calc(274 / 1920 * 100vw);
}
.p-gallery__list {
  max-width: calc(1280 / 1920 * 100vw);
  margin: calc(196 / 1920 * 100vw) auto 0;
}
.p-gallery__list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(16 / 1920 * 100vw);
}
.p-gallery__modal {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.p-gallery__modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.p-gallery__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.p-gallery__modal-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .p-gallery {
    padding: 60px 4%;
  }
  .p-gallery .p-ttl h2 {
    width: 160px;
    margin: 0 auto;
  }
  .p-gallery__list {
    max-width: unset;
    margin: 60px auto 0;
  }
  .p-gallery__list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-gallery .p-ttl h2::before {
    left: -90px;
  }
  .p-gallery .p-ttl h2::after {
    right: -90px;
  }
  .p-gallery__inner {
    position: relative;
  }
  .p-gallery__inner::after {
    content: "";
    background: url(../img/dec05.png) no-repeat;
    background-size: contain;
    aspect-ratio: 300 / 155;
    position: absolute;
    width: 140px;
    top: unset;
    bottom: -50px;
    right: 0;
    display: block;
  }
  .p-gallery .p-ttl::after {
    content: unset;
  }
}
/* ------------
recruit
---------------*/
.p-recruit {
  background-color: #232649;
  padding: calc(134 / 1920 * 100vw) 0 0;
}
.p-recruit__box {
  display: flex;
  justify-content: center;
  gap: calc(0 / 1920 * 100vw);
  margin-bottom: calc(162 / 1920 * 100vw);
}
.p-recruit__lead h3 {
  background-color: #1d1d1d;
  padding: calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)
    calc(16 / 1920 * 100vw);
  color: #fff;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  width: calc(704 / 1920 * 100vw);
  position: relative;
  z-index: 998;
}
.p-recruit__lead p {
  width: calc(675 / 1920 * 100vw);
  margin-top: calc(32 / 1920 * 100vw);
}
.p-recruit__img {
  width: calc(566 / 1920 * 100vw);
  position: relative;
  z-index: 99;
}
.p-recruit__img::before {
  content: "";
  background: url(../img/dec01.png) no-repeat;
  background-size: contain;
  width: calc(198 / 1920 * 100vw);
  aspect-ratio: 198/51;
  position: absolute;
  top: calc(-25 / 1920 * 100vw);
  left: calc(-90 / 1920 * 100vw);
  z-index: -1;
}
.p-recruit__img::after {
  content: "";
  background: url(../img/dec02.png) no-repeat;
  background-size: contain;
  width: calc(198 / 1920 * 100vw);
  aspect-ratio: 198/51;
  position: absolute;
  bottom: calc(-26 / 1920 * 100vw);
  right: calc(-80 / 1920 * 100vw);
  z-index: -1;
}

.p-recruit__box02 {
  background-color: #171a36;
  padding: calc(164 / 1920 * 100vw) 0 calc(204 / 1920 * 100vw);
}
.p-recruit__box02 p {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 500;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.3rem;
}

.p-recruit__box03 {
  background: url(../img/recruit_bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/1119;
  padding: calc(95 / 1920 * 100vw) 0 0;
}
.p-recruit__box03 .p-ttl h2 {
  color: #d4b987;
}
.p-recruit__box03 .p-ttl h2::before {
  left: calc(777 / 1920 * 100vw);
}
.p-recruit__box03 .p-ttl h2::after {
  right: calc(764 / 1920 * 100vw);
}
.recruit__box03-list {
  max-width: calc(780 / 1920 * 100vw);
  margin: calc(60 / 1920 * 100vw) auto 0;
}
.recruit__box03-list dl {
  color: #fff;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  display: flex;
  margin-bottom: calc(20 / 1920 * 100vw);
}
.recruit__box03-list dt {
  background-color: #232649;
  padding: calc(20 / 1920 * 100vw) 0;
  width: calc(153 / 1920 * 100vw);
  text-align: center;
}
.recruit__box03-list dd {
  background-color: #fff;
  padding: calc(20 / 1920 * 100vw) 0;
  width: calc(559 / 1920 * 100vw);
  text-align: center;
  margin-left: 0;
  color: #000;
}
.p-recruit__box04 {
  margin: calc(70 / 1920 * 100vw) 0 0;
}
.p-recruit__box04 .p-ttl02 h2 {
  color: #d4b987;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  text-align: center;
}

.p-recruit__tel a{
  display: flex;
  align-items: center;
  border: solid 1px #fff;
  width: calc(380 / 1920 * 100vw);
  margin: calc(26 / 1920 * 100vw) auto 0;
  justify-content: center;
  gap: calc(10 / 1920 * 100vw);
}
.p-recruit__tel img {
  width: calc(24 / 1920 * 100vw);
}
.p-recruit__tel p {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 500;
  letter-spacing: 0.4rem;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .p-recruit {
    padding: 60px 0;
  }
  .p-recruit__box {
    display: block;
    margin-bottom: 60px;
    padding: 0 4%;
  }
  .p-recruit__lead h3 {
    width: auto;
    font-size: 2.4rem;
    padding: 8px 0;
  }
  .p-recruit__lead p {
    width: auto;
    margin-top: 20px;
  }
  .p-recruit__img {
    width: auto;
    margin-top: 40px;
  }
  .p-recruit__img::before {
    width: 90px;
    left: -14px;
    top: -12px;
  }
  .p-recruit__img::after {
    width: 90px;
    right: 0;
    right: -14px;
    bottom: -15px;
  }
  .p-recruit__box02 p {
    font-size: 3rem;
  }
  .p-recruit__box03 {
    padding: 60px 4%;
  }
  .p-recruit__box03 .p-ttl h2 {
    width: 130px;
    margin: 0 auto;
  }
  .p-recruit__box03 .p-ttl h2::before {
    left: -85px;
  }
  .p-recruit__box03 .p-ttl h2::after {
    right: -96px;
  }
  .recruit__box03-list {
    max-width: unset;
    margin: 60px auto;
  }
  .recruit__box03-list dl {
    font-size: 1.6rem;
    margin-bottom: 20px;
    width: auto;
    align-items: center;
  }
  .recruit__box03-list dt {
    width: 150px;
    padding: 15px 0;
  }
  .recruit__box03-list dd {
    width: 100%;
    padding: 15px 0;
  }
  .p-recruit__box04 .p-ttl02 h2 {
    font-size: 2rem;
  }
  .p-recruit__tel a {
    width: 300px;
    margin: 20px auto;
    gap: 5px;
  }
  .p-recruit__tel img {
    width: 24px;
  }
  .p-recruit__tel p {
    font-size: 2.4rem;
  }
}
