@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* transition */
/* ホバー */
/* ヘッダー */
.p-site-title {
  margin-left: 3rem;
}
.p-site-title a {
  transition: 0.3s;
  padding-top: 0.8rem;
}
.p-site-title a img {
  height: 3.2rem;
  vertical-align: top;
}
.p-site-title a:hover {
  opacity: 0.6;
}

.p-navi__list {
  display: flex;
  align-items: center;
}

.p-navi__item {
  position: relative;
  margin: 0 1.5rem;
}
.p-navi__item a {
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-navi__item::before {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  background: url(../images/deco_symbol_accent.svg) no-repeat 50% 50%/contain;
  width: 1.1rem;
  aspect-ratio: 1/1;
  display: none;
  transition: 0.3s;
}
.p-navi__item::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: "";
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1.2px;
  background: #c9b9a2;
  transition: 0.3s;
}
.p-navi__item:hover a {
  color: #c9b9a2;
}
.p-navi__item:hover::before {
  display: block;
}
.p-navi__item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav_item07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-right: 1rem;
}
.nav_item07 a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  width: 100%;
  text-align: center;
  background: #c9b9a2;
  border-radius: 10rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
  padding: 1rem 2rem 1rem 3.5rem;
}
.nav_item07 a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 18.5%;
  transform: translateY(-50%);
  background: url(../images/icon_recruit.svg) no-repeat 50% 50%/contain;
  width: 1.5rem;
  height: 1.85rem;
}
.nav_item07 a:hover {
  opacity: 0.6;
}

/* aside */
.p-aside01 {
  position: fixed;
  top: 10rem;
  right: 2.5rem;
  z-index: 10;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-aside01 {
    top: auto;
    left: 0;
    bottom: 73px;
    width: 40px;
  }
}

.p-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  width: 100%;
}

.p-sidebar__item a {
  transition: 0.3s;
}
.p-sidebar__item a:hover {
  opacity: 0.6;
}

.p-sidebar__item_sp {
  transition: 0.3s;
}
.p-sidebar__item_sp:hover {
  opacity: 0.6;
}

.p-aide02 {
  position: fixed;
  bottom: 8%;
  right: 0;
  z-index: 12;
  width: 18rem;
  height: 14rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-aide02 {
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 69px;
  }
}

.p-side__reserve {
  width: 100%;
  height: 100%;
  border-radius: 25rem 0 0 25rem;
  background: url(../images/deco_symbol_white.svg) no-repeat 1rem 50%/12rem #6177a4;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-side__reserve {
    border-radius: 0;
    background: #6177a4;
    border-top: solid 3px #c9b9a2;
  }
}
.p-side__reserve:hover {
  opacity: 0.6;
  transform: translateX(-15px);
}
@media screen and (max-width: 767px) {
  .p-side__reserve:hover {
    transform: translateX(0);
  }
}
.p-side__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-side__reserve a {
    font-size: 18px;
    padding-right: 10px;
  }
  .p-side__reserve a span {
    position: relative;
  }
  .p-side__reserve a span br {
    display: none;
  }
  .p-side__reserve a span::after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-side__reserve a span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    content: "";
    background: url(../images/arrow_accent.svg) no-repeat 50% 50%/contain;
    width: 20px;
    height: 20px;
  }
}

/* ハンバーガーメニュー */
.p-hamburger__title {
  width: 180px;
  transition: 0.3s;
  margin: 0 auto;
}
.p-hamburger__title:hover {
  opacity: 0.6;
}

.p-hamnav__lists {
  margin: 17px auto 30px;
}

.p-hamnav__list {
  margin: 0 15px;
}
.p-hamnav__list a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: 0.3s;
  padding: 10px 10px 10px 20px;
}
.p-hamnav__list a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: url(../images/deco_list.svg) no-repeat 50% 50%/contain;
  width: 11px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.p-hamnav__list a:hover::before {
  transform: translateY(0);
}
.p-hamnav__list:hover a {
  color: #c9b9a2;
}

.p-hamnav__link {
  transition: 0.3s;
  margin-bottom: 20px;
}
.p-hamnav__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px 25px 10px 40px;
}
.p-hamnav__link a::before {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  content: "";
}
.p-hamnav__link:hover {
  opacity: 0.6;
}

.saiyou a {
  letter-spacing: 0.3rem;
}
.saiyou a::before {
  background: url(../images/icon_recruit.svg) no-repeat 50% 50%/contain;
  width: 18.5px;
  aspect-ratio: 1/1;
}

.online a {
  letter-spacing: 0.1rem;
}
.online a::before {
  background: url(../images/icon_shop.svg) no-repeat 50% 50%/contain;
  width: 19px;
  aspect-ratio: 1/1;
}

.p-hamnav__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
}

.p-sns {
  transition: 0.3s;
  margin: 0 10px;
}
.p-sns:hover {
  opacity: 0.6;
}

.p-hamnav__fukidashi {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  border-radius: 100px;
  position: relative;
  padding: 5px 15px;
  margin: 9px auto;
}
.p-hamnav__fukidashi::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
}

/* main */
main {
  position: relative;
}
@media screen and (max-width: 767px) {
  main::before {
    position: absolute;
    top: 75vh;
    left: 0;
    transform: translate(-10%, -50%);
    content: "";
    z-index: 1;
    width: 234.3px;
    aspect-ratio: 1/1;
    background: url(../images/deco_accent.svg) no-repeat 50% 50%/contain;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  main::before {
    width: 30rem;
  }
}

/* mainvisual */
.p-mainvisual {
  position: relative;
  height: 90rem;
  max-height: 90vh;
  min-height: 77rem;
}
@media screen and (max-width: 1023px) {
  .p-mainvisual {
    max-height: 75vh;
    min-height: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    height: 570px;
    min-height: 430px;
  }
}

.p-main__mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
}
.p-main__mv .p-mv__item {
  width: 100%;
  height: 90rem;
  max-height: 90vh;
  min-height: 77rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .p-main__mv .p-mv__item {
    max-height: 75vh;
    min-height: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main__mv .p-mv__item {
    height: 75vh;
    min-height: 430px;
  }
}
.p-main__mv .mv01 {
  background-image: url(../images/imgi_50_mainvis01.jpg);
}
.p-main__mv .mv02 {
  background-image: url(../images/imgi_51_mainvis02.jpg);
}
.p-main__mv .mv03 {
  background-image: url(../images/imgi_52_mainvis03.jpg);
}
.p-main__mv .mv04 {
  background-image: url(../images/imgi_53_mainvis04.jpg);
}
.p-main__mv .mv05 {
  background-image: url(../images/imgi_54_mainvis05.jpg);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 15s 0s both;
}

.slide-dots {
  position: absolute;
  bottom: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 13rem;
  margin: 0 auto;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .slide-dots {
    bottom: 21px;
    width: 130px;
    padding-right: 10px;
  }
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  background-size: contain;
  content: "";
  cursor: pointer;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slide-dots li button::before {
    width: 9px;
  }
}

.slide-dots li.slick-active button::before {
  background: #6177a4;
}

.p-main__header {
  position: absolute;
  top: 5.6rem;
  left: 10rem;
  z-index: 11;
  width: 25rem;
  padding: 6rem 3rem 0;
  position: relative;
}
.p-main__header::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  background: url(../images/deco_menu_top.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 30rem;
  height: 5.6rem;
}
.p-main__header::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  content: "";
  background: url(../images/deco_menu_bottom.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 25rem;
  height: 5.29rem;
}

.p-main-title {
  transition: 0.3s;
}
.p-main-title:hover {
  opacity: 0.6;
}

.p-main__navi {
  margin: 1.75rem auto 0;
}

.p-main__lists {
  width: 78%;
  padding-bottom: 0.3rem;
  margin: 0 auto;
}

.p-main__item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.p-main__item a {
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}
.p-main__item a:hover {
  opacity: 0.6;
}
.p-main__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: url(../images/deco_list.svg) no-repeat 50% 50%/contain;
  width: 10px;
  aspect-ratio: 1/1;
}

.p-main-title_sp {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 100%;
  max-width: 35%;
  transition: 0.3s;
}
.p-main-title_sp:hover {
  opacity: 0.6;
}

.p-main-description {
  position: absolute;
  top: 64.8rem;
  left: 10rem;
  z-index: 11;
  width: 25rem;
  font-size: 1rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.p-main__texts {
  position: absolute;
  top: 7rem;
  right: 10rem;
  z-index: 13;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-main__texts {
    top: 110px;
    right: 25px;
  }
}

.p-main__text {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 1.2rem;
  writing-mode: vertical-rl;
  padding: 1.5rem 1rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-main__text {
    font-size: 16px;
    letter-spacing: 5px;
    padding: 15px 10px;
    margin-left: 15px;
  }
}

/* concept */
.p-concept {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-concept::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -50%);
  content: "";
  width: 23.43rem;
  aspect-ratio: 1/1;
  background: url(../images/deco_accent.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .p-concept::before {
    display: none;
  }
}
.p-concept::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 19rem;
  background: url(../images/bg_pattern_sub.svg) repeat top center;
  background-size: 14rem auto;
}
@media screen and (max-width: 767px) {
  .p-concept::after {
    height: 100px;
    background-size: 100px auto;
  }
}

.p-concept__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept__contents {
    width: 100vw;
    max-width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 17px;
  }
}
.p-concept__contents::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(../images/imgi_12_deco_cross.svg) no-repeat 50% 50%/contain;
  width: 15.14rem;
  height: 15.14rem;
}
@media screen and (max-width: 767px) {
  .p-concept__contents::before {
    background: url(../images/deco_cross_b.svg) no-repeat 50% 50%/contain;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.7));
    width: 11.5rem;
    height: 11.5rem;
  }
}
.p-concept__contents::after {
  position: absolute;
  bottom: -33%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/imgi_15_deco_balloon.svg) no-repeat 50% 50%/contain;
  width: 55.1rem;
  height: 9.73rem;
}
@media screen and (max-width: 767px) {
  .p-concept__contents::after {
    bottom: -8.9rem;
    background: url(../images/deco_balloon_b.svg) no-repeat 50% 50%/contain;
    width: 50rem;
    height: 9rem;
  }
}

.p-content__L {
  background: url(../images/deco_symbol_white_opa.svg) #6177a4;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
}
@media screen and (max-width: 767px) {
  .p-content__L {
    left: -40px;
  }
}
.p-content__L::before {
  bottom: -2.8rem;
  left: -5.3rem;
  width: 7.6rem;
  height: 9.3rem;
  background: url(../images/deco_symbol_main02.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .p-content__L::before {
    display: none;
  }
}
.p-content__L::after {
  border: 2px solid #c9b9a2;
}

.p-content__letter--high {
  top: 1.7rem;
  color: #6177a4;
}

.p-content__R {
  background: url(../images/deco_symbol_white_opa.svg) #c9b9a2;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
}
@media screen and (max-width: 767px) {
  .p-content__R {
    right: -40px;
  }
}
.p-content__R::before {
  top: -1.9rem;
  right: -6.1rem;
  width: 7.6rem;
  height: 9.5rem;
  background: url(../images/deco_symbol_accent02.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .p-content__R::before {
    display: none;
  }
}
.p-content__R::after {
  border: 2px solid #6177a4;
}

@media screen and (max-width: 767px) {
  .p-content__block--R {
    padding-left: 0;
    padding-right: 30px;
  }
}

.p-content__letter--low {
  bottom: 1.75rem;
  color: #c9b9a2;
}

.p-concept__title {
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    font-size: 28px;
    letter-spacing: 0.54rem;
    margin-top: 10.4rem;
  }
}
.p-concept__title .p-box {
  width: 21rem;
  height: 6.23rem;
  background: #6177a4;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title .p-box {
    width: 160px;
    height: 49.63px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
.p-concept__title .p-box img {
  display: inline-block;
  width: 12rem;
  height: auto;
  vertical-align: middle;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title .p-box img {
    width: 110px;
    padding-bottom: 7.5px;
  }
}

.p-concet__message_pc {
  font-size: 1.4rem;
  text-align: center;
  margin: 1.5rem 0 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-concet__message_sp {
    font-size: 14.2px;
    letter-spacing: 0.3rem;
    text-align: justify;
    margin: 15px 0 40px;
  }
}

/* about */
.p-about {
  position: relative;
  z-index: 1;
  padding-top: 23rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 100px;
    padding-bottom: 215px;
  }
}
.p-about::before {
  position: absolute;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/imgi_56_bg_index_concept.jpg) no-repeat 50% 50%/cover;
  width: 120rem;
  height: 26rem;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    top: -60px;
    width: calc(100% - 25px - 25px);
    height: 120px;
  }
}
.p-about::after {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(4rem + 50%));
  content: "";
  background: url(../images/deco_white.svg) no-repeat 0% 50%/cover;
  height: 20rem;
  aspect-ratio: 5.1/6;
}
@media screen and (max-width: 767px) {
  .p-about::after {
    transform: translateY(50%);
    height: 306.8px;
  }
}
@media screen and (max-width: 600px) {
  .p-about::after {
    height: 30.7rem;
  }
}

.p-about__inner {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}

.p-about__contents {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 5rem 9rem;
  padding: 0 9rem;
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    grid-template-columns: repeat(1, 4fr);
    gap: 38.5px 0;
    padding: 0;
    margin-right: 0;
  }
}

.p-content__img {
  width: 24rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-content__img {
    width: 240px;
    margin: 0 auto;
  }
}

.p-content__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #6177a4;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-content__text {
    font-size: 18px;
    margin-top: 15px;
  }
}

.p-about__button {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-about__button {
    bottom: -108px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* feature */
.p-feature {
  display: flex;
  justify-content: space-between;
  background: #f4f1e9;
  padding-top: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-feature__content--L {
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 600px, rgb(255, 255, 255) 800px), url(../images/imgi_57_bg_index_feature_semi.jpg) no-repeat center top/100% auto #fff;
}

.p-feature__content--R {
  justify-content: flex-start;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 600px, rgb(255, 255, 255) 800px), url(../images/imgi_58_bg_index_feature_specialty.jpg) no-repeat center top/100% auto #fff;
}

/* menu */
.p-menu {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-40%);
    content: "";
    width: 100%;
    height: 140px;
    background: url(../images/bg_pattern_sub.svg) repeat center top;
    background-size: 140px auto;
  }
}

.p-menu__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}

.p-menu__title {
  margin: 0 3rem;
}

.p-menu__contents {
  width: 75rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-menu__contents {
    width: 100%;
    padding-bottom: 118px;
  }
}

.p-menu__content {
  padding: 4rem 6.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-menu__content {
    padding: 4rem 6.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__content {
    padding: 40px 25px;
    margin-bottom: 30px;
  }
}
.p-menu__content::before {
  background: url(../images/deco_symbol_accent.svg) no-repeat 50% 50%/contain;
}

.p-menu-title {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-title {
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    border-bottom: dotted 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

table {
  width: 100%;
  font-size: 1.4rem;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 14px;
  }
}

th {
  text-align: left;
  font-weight: 400;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  th {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
th br {
  display: none;
}
@media screen and (max-width: 767px) {
  th br {
    display: block;
  }
}

td {
  text-align: right;
  width: 15rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  td {
    display: block;
    width: 100%;
    border-bottom: dotted 1px #fff;
    padding: 0 0 15px;
  }
}

.small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 12px;
  }
}

.p-menu__reserve {
  transition: 0.3s;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-menu__reserve {
    padding: 11.5px 25px;
  }
}
.p-menu__reserve::before {
  background: url(../images/deco_symbol_main.svg) no-repeat 50% 50%/contain;
}
.p-menu__reserve:hover {
  opacity: 0.6;
}
.p-menu__reserve a {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__reserve a {
    text-align: left;
  }
}
.p-menu__reserve a span {
  font-size: 2rem;
  letter-spacing: 0.12em;
  position: relative;
  padding-right: 6rem;
}
.p-menu__reserve a span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-menu__reserve a span {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    padding-right: 60px;
  }
  .p-menu__reserve a span br {
    display: block;
  }
}
.p-menu__reserve a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background: url(../images/img_scissors.svg) no-repeat 50% 50%/contain;
  width: 5.8rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-menu__reserve a span::after {
    width: 58px;
    height: 34px;
  }
}

.p-menu__button1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__button1 {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* first */
.p-first {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-first {
    overflow: hidden;
    padding-bottom: 80px;
  }
}

.p-first__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-first__inner {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 90px;
  }
}

.p-guidance__contents {
  width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-guidance__contents {
    width: 100%;
    padding-bottom: 118px;
  }
}

.p-guidance__img-block {
  height: 43.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block {
    height: 360px;
  }
}
.p-guidance__img-block .p-guidance__img {
  position: absolute;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block .p-guidance__img {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .p-guidance__img-block .p-guidance__img {
    width: 28rem;
  }
}
.p-guidance__img-block .img01 {
  top: 2rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block .img01 {
    top: 1px;
    left: -10px;
  }
}
.p-guidance__img-block .img02 {
  top: -4.4rem;
  left: 51.5%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block .img02 {
    top: -45px;
    left: 48.6%;
  }
}
.p-guidance__img-block .img03 {
  top: 2rem;
  right: -3.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block .img03 {
    top: -21px;
    right: -10px;
  }
}
.p-guidance__img-block .img04 {
  width: 35.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-guidance__img-block .img04 {
    width: 351px;
  }
}

.p-guidance__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-guidance__text {
    font-size: 14px;
    margin-top: 34px;
  }
}

.p-first__title {
  margin: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-first__title {
    margin: 0 30px;
  }
}

.p-first__button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-first__button {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-first__button a span::after {
  bottom: -6.1rem;
}

/* blog */
.p-blog {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-blog__wrapper {
  position: relative;
}
.p-blog__wrapper::after {
  position: absolute;
  top: -15rem;
  right: 0;
  transform: translate(-46%, -50%);
  content: "";
  background: url(../images/deco_symbol_mix2.svg) no-repeat 0% 50%/contain;
  width: 13rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-blog__wrapper::after {
    display: none;
  }
}

.p-blog__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-blog__inner {
    display: flex;
    flex-direction: column;
  }
}

.p-blog__title {
  letter-spacing: 0.22em;
  position: relative;
  padding: 0 4rem;
}
.p-blog__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -38%);
  content: "";
  background: url(../images/deco_symbol_accent.svg) no-repeat 50% 50%/contain;
  width: 11.8rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-blog__title::before {
    left: 59%;
    transform: translate(-50%, -45%);
    width: 60px;
  }
}

.p-blog__contents {
  width: 75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-blog__contents {
    width: 100%;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    margin-top: 40px;
  }
}

.p-blog__item {
  transition: 0.3s;
}
.p-blog__item:hover {
  opacity: 0.6;
}

.p-item__img {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
.p-item__img img {
  vertical-align: top;
}
.p-item__img .category {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-item__img .category {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.p-item__date {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-item__date {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-item__title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-blog__button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-blog__button {
    margin-top: 40px;
  }
}
.p-blog__button a {
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-blog__button a {
    padding-right: 15px;
  }
}
.p-blog__button a span::after {
  right: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-blog__button a span::after {
    right: -30px;
  }
}

/* reserve */
.p-reserve {
  background: url(../images/bg_reserve.jpg);
  height: 51.7rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-reserve {
    height: 378px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-reserve__contents {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-reserve__contents {
    padding: 60px 25px 25px;
  }
}

.p-contents__inner {
  width: 68.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contents__inner {
    width: 100%;
  }
}

.p-reserve__title {
  font-size: 2.8rem;
  letter-spacing: 0.4rem;
  text-align: center;
  border-bottom: solid 1px #6177a4;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__title {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 25px;
  }
}
.p-reserve__title::after {
  position: absolute;
  bottom: 44%;
  right: -0.8rem;
  content: "";
  background: url(../images/txt_reserve_comment.svg) no-repeat 50% 50%/contain;
  width: 16.2rem;
  height: 15.2rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__title::after {
    bottom: 100%;
    right: -45px;
    width: 120px;
    height: 112.5px;
  }
}

.p-reserve__text {
  font-size: 1.3rem;
  letter-spacing: 0.136em;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__text {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .p-reserve__button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__button a {
    padding-right: 15px;
  }
}
.p-reserve__button a span::after {
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__button a span::after {
    right: -30px;
  }
}

/* footer */
.p-footer {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 50px;
  }
}
.p-footer::after {
  position: absolute;
  bottom: 6rem;
  left: 0;
  content: "";
  background: url(../images/bg_pattern_white.svg) repeat top center;
  background-size: 14rem auto;
  width: 100%;
  height: 19rem;
}
@media screen and (max-width: 767px) {
  .p-footer::after {
    bottom: 55px;
    background-size: 140px auto;
    height: 195px;
  }
}

.p-footer__slides {
  height: 35rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__slides {
    height: 250px;
  }
}
.p-footer__slides .p-slide__item {
  width: auto;
  height: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-footer__contents {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}

.p-footer__img-block {
  flex-basis: 50%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__img-block {
    width: 100%;
    padding-bottom: 61px;
  }
}
.p-footer__img-block img {
  height: auto;
}
.p-footer__img-block .p-map__button {
  position: absolute;
  width: 18.77rem;
  top: 28rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__img-block .p-map__button {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__img-block .p-map__button a {
    padding-right: 15px;
  }
}
.p-footer__img-block .p-map__button a span::after {
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__img-block .p-map__button a span::after {
    right: -30px;
  }
}

.p-footer__text-block {
  flex-basis: calc(50% - 4rem - 9rem);
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text-block {
    width: 100%;
    font-size: 13px;
    margin-bottom: 50px;
  }
}

.p-footer__title {
  width: 34rem;
  height: auto;
  transition: 0.3s;
  margin-bottom: 1.5rem;
}
.p-footer__title:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    width: 55%;
    margin: 50px auto 30px;
  }
}

.p-footer__address p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__address p br {
    display: block;
  }
}

.p-footer__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    margin-top: 15px;
  }
}

dt {
  width: 8rem;
  position: relative;
  padding-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  dt {
    width: 80px;
    padding-right: 13px;
  }
}
dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}

dd {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  dd {
    width: calc(100% - 80px - 13px);
  }
}

.p-fukidashi {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.056em;
  border-radius: 5rem;
  padding: 0.2rem 3rem;
  margin-top: 1rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-fukidashi {
    font-size: 12px;
    border-radius: 50px;
    padding: 3px 10px;
    margin-top: 10px;
    margin-left: 0;
  }
}
.p-fukidashi::before {
  position: absolute;
  top: -0.98rem;
  left: 2.9rem;
  content: "";
  background: url(../images/add_fuki_navy.svg) no-repeat 50% 50%/contain;
  width: 1rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-fukidashi::before {
    top: -9.6px;
    left: 10px;
    width: 11px;
  }
}

.p-footer__access {
  position: relative;
  z-index: 2;
  line-height: 1.6;
  padding-left: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__access {
    line-height: 1.8;
    padding-left: 30px;
    margin-top: 30px;
  }
}
.p-footer__access::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/icon_car.svg) no-repeat 50% 70%/contain;
  width: 2.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-footer__access .p-access__text {
    margin-left: -30px;
  }
}
.p-footer__access .p-access__text p br {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__access .p-access__text p br {
    display: none;
  }
}

.p-footer__copyrights {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrights {
    font-size: 10px;
    padding: 20px 25px 85px;
  }
}
.p-footer__copyrights br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrights br {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */