@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../../common/fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../../common/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../../common/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../../common/fonts/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../../common/fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2");
}
/* 游明朝体 */
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.5641025641vw;
}
@media (min-width: 390px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8865248227vw;
  }
}
@media (min-width: 1128px) {
  html {
    font-size: 62.5%;
  }
}
html.is-active {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
  color: #444444;
}
body.is-active {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  padding: 0;
  margin: 0;
}

.l-header {
  background-color: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 1.5rem 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: static;
    padding: 1rem 0 2.8rem;
    margin-inline: initial;
  }
}
.l-header a:hover {
  text-decoration: none !important;
}

.l-header__inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 1.2rem !important;
  }
}

.l-header__top {
  display: none;
  padding: 0 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__top {
    padding: 0;
    display: block;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 1.5rem;
  }
}

.l-header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__middle {
    padding: 0;
    margin-top: 0.6rem;
  }
}

.l-header__spDesc {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__spDesc {
    display: none;
  }
}

.l-header__logo {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin-top: 0;
  }
}

.l-header__logoLink img {
  width: 21rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logoLink img {
    width: 26.2rem;
  }
}

.l-header__info {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}

.l-header__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.l-header__tel::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 3.1rem;
  margin-block: auto;
  background-image: url(../../img/front/icon_tel.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  line-height: 1.4;
  font-size: 1.5rem;
}

.l-header__timeText {
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.l-header__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.l-header__btn {
  width: 11.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__btn:first-of-type {
  color: #fff;
  background-color: #594d4a;
}
.l-header__btn:last-of-type {
  color: #594d4a;
  background-color: #ebe3d5;
}
.l-header__btn:hover {
  opacity: 0.7;
}

.l-header__spBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-header__spBoxes {
    display: none;
  }
}

.l-header__telBox {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 0.5rem;
}
.l-header__telBox img {
  width: 1.8rem;
  height: 2.35rem;
}
.l-header__telBox .l-header__telBoxText {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.l-header__bottom {
  display: none;
  background-color: #fff;
  height: calc(100vh - 8.55rem);
  overflow: scroll;
  z-index: 10;
  padding: 2.5rem 1.2rem 10rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__bottom {
    overflow: visible;
    padding: 0 !important;
    display: block;
    height: auto;
    height: initial;
    margin-top: 2.4rem;
    background-color: transparent;
  }
}

.l-header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.l-header__itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.7rem;
  padding: 0 2.4rem 0 1.8rem;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #000;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .l-header__itemLink {
    display: block;
    height: auto;
    height: initial;
    padding: 0;
    padding: initial;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__itemLink::before {
    content: "";
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.3rem;
    width: 100%;
    margin-inline: auto;
    height: 0.2rem;
    background: #594d4a;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header__itemLink:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__itemLink::after {
  content: "";
  display: inline-block;
  width: 0.88rem;
  height: 1.52rem;
  background-image: url(../../img/front/icon_arrow_corner.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-header__itemLink::after {
    display: none;
  }
}

.l-header__navTime {
  margin-top: 3.6rem;
  padding: 0 1.3rem;
}
.l-header__navTime img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__navTime {
    display: none;
  }
}

.l-footer {
  background-color: #f9f9ee;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer a:hover {
  text-decoration: underline;
}

.l-footer__main {
  padding: 3.2rem 0 3.6rem;
  border-top: 0.05rem solid #d4d4cb;
  border-bottom: 0.05rem solid #d4d4cb;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    padding: 8rem 0 2.2rem;
    border-top: 0.1rem solid #d4d4cb;
    border-bottom: 0.1rem solid #d4d4cb;
  }
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 3rem;
}

.l-footer__column {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    width: auto;
    width: initial;
  }
  .l-footer__column a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer__column a:hover {
    opacity: 1;
    color: #7c6762;
  }
}

.l-footer__box:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__box:not(:first-of-type) {
    margin-top: 3.6rem;
  }
}

.l-footer__title {
  text-align: left;
  width: 15rem;
  font-size: 0.9rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
  border-bottom: 0.05rem solid #d4d4cb;
}
@media screen and (min-width: 768px) {
  .l-footer__title {
    width: 21rem;
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
    border-bottom: 0.1rem solid #d4d4cb;
  }
}

.l-footer__subbox {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subbox {
    margin-top: 1.5rem;
  }
}
.l-footer__subbox + .l-footer__subbox {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subbox + .l-footer__subbox {
    margin-top: 2rem;
  }
}

.l-footer__subtitle {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__subtitle {
    font-size: 1.8rem;
  }
}

.l-footer__sublist {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sublist {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
  }
}

.l-footer__subitem {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem {
    font-size: 1.5rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
.l-footer__subitem:not(:first-of-type) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem:not(:first-of-type) {
    margin-top: 1.3rem;
  }
}
.l-footer__subitem::before {
  content: "–";
  width: auto;
  height: 1lh;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem::before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  ._other .l-footer__subitem {
    margin-right: -2rem;
  }
}

.l-footer__otherTitle {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__otherTitle {
    font-size: 1.8rem;
  }
}
.l-footer__otherTitle:not(:first-of-type) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__otherTitle:not(:first-of-type) {
    margin-top: 1.3rem;
  }
}

.l-footer__banner {
  text-align: center;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__banner {
    margin-top: 8.5rem;
  }
}

.l-footer__bannerLink {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__bannerLink img {
  width: 21.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bannerLink img {
    width: 32.5rem;
  }
}
.l-footer__bannerLink:hover {
  opacity: 0.6;
}

.l-footer__instaLink {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__instaLink {
    margin-top: 4.5rem;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
  }
  .l-footer__instaLink:hover {
    opacity: 0.6;
  }
}

.l-footer__instaText {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-footer__instaText {
    font-size: 2.2rem;
  }
}

.l-footer__instaIcon {
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__instaIcon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.l-footer__copy {
  padding: 4rem 0 8rem;
  font-size: 0.7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 4rem 0;
    font-size: 1.4rem;
  }
}

.l-footer__fixed {
  display: none;
  position: fixed;
  z-index: 100;
  display: none;
  right: 2.75rem;
  bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__fixed {
    right: 2.2rem;
    bottom: 2.2rem;
  }
}

.l-footer__fixedLink {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #594d4a;
  padding: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__fixedLink {
    padding: 1.7rem;
    width: 6rem;
    height: 6rem;
  }
}
.l-footer__fixedLink img {
  display: block;
  height: 1.2rem;
  width: auto;
  margin-inline: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .l-footer__fixedLink img {
    height: 2.4rem;
  }
}

.l-footer__spFixed {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__spFixed {
    display: none;
  }
}

.l-footer__spFixedFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__spFixedLink {
  width: 50%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.l-footer__spFixedLink:first-of-type {
  background-color: #594d4a;
}
.l-footer__spFixedLink:last-of-type {
  background-color: #ebe3d5;
}

.l-footer__spFixedIcon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__spFixedLink:first-of-type .l-footer__spFixedIcon img {
  width: 1.75rem;
}
.l-footer__spFixedLink:last-of-type .l-footer__spFixedIcon img {
  width: 1.5rem;
}

.l-footer__spFixedText {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-footer__spFixedLink:first-of-type .l-footer__spFixedText {
  color: #fff;
}
.l-footer__spFixedLink:last-of-type .l-footer__spFixedText {
  width: #594d4a;
}

.l-min-inner {
  max-width: 102rem;
  padding: 0 3rem;
  margin-inline: auto;
}

.l-inner {
  max-width: 114rem;
  padding: 0 3rem;
  margin-inline: auto;
}

.l-max-inner {
  max-width: 126rem;
  padding: 0 3rem;
  margin-inline: auto;
}

main {
  background-color: #fff;
  min-width: 0 !important;
  min-width: initial !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main section {
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  main section {
    padding: 10rem 0 12rem;
  }
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26.75rem;
  height: 4.75rem;
  background-color: transparent;
  border: 0.1rem solid #594d4a;
  border-radius: 4rem;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #594d4a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 38.2rem;
    height: 6.8rem;
    font-size: 2rem;
    border: 0.1rem solid #594d4a;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: inline-block;
  width: 1.65rem;
  height: 1rem;
  background-image: url(../../img/front/icon_arrow.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn:after {
    right: 1.8rem;
    width: 2.4rem;
    height: 1.4rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn__text {
  position: relative;
  display: block;
}

.c-hamburger {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.c-hamburger__text {
  color: #444444;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-hamburger__text._menu {
  display: block;
}
.c-hamburger__text._menu.is-active {
  display: none;
}
.c-hamburger__text._close {
  display: none;
}
.c-hamburger__text._close.is-active {
  display: block;
}

.c-hamburger__lines {
  width: 3rem;
  height: 1.3rem;
  position: relative;
}
.c-hamburger__lines span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.15rem;
  background-color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger__lines span:first-child {
  top: 0;
}
.c-hamburger__lines span:last-child {
  bottom: 0;
}
.c-hamburger__lines.is-active span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines.is-active span:first-child {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.c-hamburger__lines.is-active span:last-child {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.is-op {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-op:hover {
  opacity: 0.7;
}

.c-secTitle {
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 600;
  font-size: 2.25rem;
  color: #594d4a;
}
@media screen and (min-width: 768px) {
  .c-secTitle {
    font-size: 4.5rem;
  }
}

.p-topAbout__body {
  margin-top: 8rem;
}

.p-topAbout__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-topAbout__map {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
    width: 50%;
  }
}
.p-topAbout__map iframe {
  width: 100%;
  aspect-ratio: 700/420;
}
@media screen and (min-width: 768px) {
  .p-topAbout__map iframe {
    aspect-ratio: 576/508;
  }
}

.p-topAbout__mapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #7c6762;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-topAbout__mapLink {
    margin-top: 1.8rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    font-size: 2.2rem;
  }
}
.p-topAbout__mapLink::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.25rem;
  background-image: url(../../img/front/icon_arrow_circle_google.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topAbout__mapLink::after {
    width: 2.4rem;
    height: 2.5rem;
  }
}
.p-topAbout__mapLink:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-topAbout__desc {
    width: 50%;
  }
}

.p-topAbout__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__reserve {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-topAbout__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 19.2rem;
}

.p-topAbout__reserveBtnLink {
  position: relative;
  width: 12rem;
  height: 3.85rem;
  background-color: #594d4a;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__reserveBtnLink {
    border-radius: 0.5rem;
    width: 15.1rem;
    height: 5.4rem;
    padding-right: 1rem;
    font-size: 2rem;
  }
}
.p-topAbout__reserveBtnLink:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: inline-block;
  width: 0.55rem;
  height: 0.85rem;
  background-image: url(../../img/front/icon_arrow_corner_white.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topAbout__reserveBtnLink:after {
    width: 1.1rem;
    height: 1.7rem;
  }
}
.p-topAbout__reserveBtnLink:hover {
  opacity: 0.6;
}

.p-topAbout__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.055em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-topAbout__tel {
    margin-top: 2rem;
    padding-left: 0.2rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    font-size: 3rem;
  }
}
.p-topAbout__tel::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.55rem;
  margin-block: auto;
  background-image: url(../../img/front/icon_tel.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topAbout__tel::before {
    width: 2.4rem;
    height: 3.1rem;
  }
}

.p-topAbout__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 1rem;
  line-height: 1.75;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.055em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-topAbout__address {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    padding-left: 0.5rem;
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
.p-topAbout__address::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  margin-top: 0.2rem;
  background-image: url(../../img/front/icon_map.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topAbout__address::before {
    margin-top: 0.4rem;
    width: 2rem;
    height: 2.8rem;
  }
}

.p-topAbout__time {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__time {
    margin-top: 1.5rem;
  }
}

.p-topAbout__access {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__access {
    margin-top: 5rem;
  }
}

.p-topAbout__accessTitle {
  font-size: 1.75rem;
  color: #594d4a;
  border-bottom: 0.15rem solid #f0e4cd;
}
@media screen and (min-width: 768px) {
  .p-topAbout__accessTitle {
    border-bottom: 0.3rem solid #f0e4cd;
    font-size: 3.5rem;
  }
}

.p-topAbout__accessArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.2rem;
  gap: 1.5rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__accessArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.4rem;
  }
}

.p-topAbout__accessList {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-topAbout__accessList {
    font-size: 2rem;
    row-gap: 3rem;
    width: 50%;
  }
}

.p-topAbout__accessItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  font-weight: 700;
}
.p-topAbout__accessItemTitle::before {
  content: "○";
  font-size: 1rem;
  font-weight: 700;
  color: #7c6762;
}
@media screen and (min-width: 768px) {
  .p-topAbout__accessItemTitle::before {
    font-size: 2rem;
  }
}

.p-topAbout__accessItemText {
  padding-left: 1.1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-topAbout__accessItemText {
    padding-left: 2.2rem;
  }
}

.p-topAbout__btn {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__btn {
    margin-top: 8.2rem;
  }
}
.p-topAbout__btn a {
  margin-inline: auto;
}

.p-topCta {
  padding: 5rem 0;
  background-color: #ebe2d4;
}
@media screen and (min-width: 768px) {
  .p-topCta {
    padding: 10rem 0;
  }
}

.p-topCta__desc {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

.p-topCta__text {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.25rem;
  border-bottom: 0.1rem solid #938372;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__text {
    border-bottom: 0.2rem solid #938372;
    font-size: 2.5rem;
    padding-bottom: 0;
  }
}

.p-topCta__message {
  text-align: center;
  margin-top: 2.2rem;
  margin-inline: -2rem;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__message {
    margin-top: 2.4rem;
    margin-inline: 0;
    font-size: 3.5rem;
  }
}

.p-topCta__list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem 6rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__list {
    margin-top: 5.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topCta__item {
  width: 25rem;
  height: 12.25rem;
  padding: 1.8rem 0;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topCta__item {
    padding: 2rem 0;
    border-radius: 1rem;
    height: 22.5rem;
    width: 50%;
  }
}

.p-topCta__itemicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #938372;
}
@media screen and (min-width: 768px) {
  .p-topCta__itemicon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.p-topCta__item:first-of-type .p-topCta__itemicon img {
  width: 2.15rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__item:first-of-type .p-topCta__itemicon img {
    width: 4rem;
    height: 2.8rem;
  }
}
.p-topCta__item:last-of-type .p-topCta__itemicon img {
  width: 1.45rem;
  height: 1.85rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__item:last-of-type .p-topCta__itemicon img {
    width: 2.9rem;
    height: 3.7rem;
  }
}

.p-topCta__itemText {
  margin-top: 1.3rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__itemText {
    margin-top: 2.6rem;
    font-size: 2.5rem;
  }
}

.p-topCta__itemContact {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-topCta__itemContact {
    font-size: 3.5rem;
  }
}
.p-topCta__itemContact span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topCta__itemContact span {
    font-size: 4rem;
  }
}

.p-topFaq {
  background-color: #f9f9ee;
}

.p-topFaq__body {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__body {
    margin-top: 4.4rem;
  }
}

.p-topFaq__box {
  font-family: "Noto Sans JP", sans-serif;
}

.p-topFaq__question {
  padding: 1rem 0 1.2rem;
  border-bottom: 0.1rem solid #d4d4cb;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-topFaq__question {
    padding: 2rem 0 2.4rem;
  }
}

.p-topFaq__questionText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-size: 1.15rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-topFaq__questionText {
    -webkit-column-gap: 1.3rem;
       -moz-column-gap: 1.3rem;
            column-gap: 1.3rem;
    font-size: 2.3rem;
  }
}
.p-topFaq__questionText::before {
  content: "Q";
  width: auto;
  height: 1lh;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  color: #7c6762;
}
@media screen and (min-width: 768px) {
  .p-topFaq__questionText::before {
    font-size: 3.5rem;
  }
}

.p-topFaq__answer {
  display: none;
  padding: 1.4rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__answer {
    padding: 2.8rem 0 1rem;
  }
}

.p-topFaq__answerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-topFaq__answerText {
    -webkit-column-gap: 1.3rem;
       -moz-column-gap: 1.3rem;
            column-gap: 1.3rem;
    font-size: 2rem;
  }
}
.p-topFaq__answerText::before {
  content: "A";
  width: auto;
  height: 1lh;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  color: #e98076;
}
@media screen and (min-width: 768px) {
  .p-topFaq__answerText::before {
    font-size: 3.5rem;
  }
}

.p-topFaq__btn {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__btn {
    margin-top: 9.2rem;
  }
}
.p-topFaq__btn a {
  margin-inline: auto;
}

.p-topFeature {
  background-color: #f9f9ee;
}

.p-topFeature__inner {
  max-width: 136rem;
}

.p-topFeature__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__body {
    margin-top: 9rem;
  }
}

.p-topFeature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-topFeature__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__item:not(:first-child) {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .p-topFeature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-topFeature__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-topFeature__figure {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: -3rem;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
.p-topFeature__item:nth-of-type(even) .p-topFeature__figure {
  margin-right: -3rem;
  margin-left: auto;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__figure {
    margin-right: 0;
    margin-left: 0;
    width: min(54.1158%, 71rem);
    border-radius: 2rem;
  }
}
.p-topFeature__figure img {
  width: 100%;
}

.p-topFeature__box {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, .9);
  width: calc(100% + 3rem);
  margin-top: -5rem;
  margin-right: -3rem;
  padding: 7rem 5.7rem 4rem 2.3rem;
}
.p-topFeature__item:nth-of-type(even) .p-topFeature__box {
  margin-right: 0;
  margin-left: -3rem;
  padding: 7rem 3.9rem 4rem 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__box {
    z-index: 3;
    border-radius: 2rem;
    min-height: 42.6rem;
    width: min(55.6402%, 73rem);
    margin-top: 13.7rem;
    margin-left: -9.4512%;
    padding: 3.8rem 4.8rem 5.6rem;
  }
  .p-topFeature__item:nth-of-type(even) .p-topFeature__box {
    margin-left: 0;
    margin-right: -9.4512%;
    padding-right: 6.9rem;
  }
}

.p-topFeature__desc {
  max-width: 57.1rem;
}
.p-topFeature__item:nth-of-type(even) .p-topFeature__desc {
  max-width: 54.2rem;
  margin-left: auto;
}

.p-topFeature__descTitle {
  font-size: 1.75rem;
  color: #594d4a;
  font-weight: 600;
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #f0e4cd;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descTitle {
    padding-bottom: 0.6rem;
    border-bottom: 0.2rem solid #f0e4cd;
    font-size: 3.5rem;
  }
}
.p-topFeature__item:nth-of-type(5) .p-topFeature__descTitle {
  margin-right: -1rem;
  letter-spacing: -0.03em;
}

.p-topFeature__descBox {
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descBox {
    margin-top: 1.8rem;
  }
}
.p-topFeature__descBox + .p-topFeature__descBox {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descBox + .p-topFeature__descBox {
    margin-top: 5.2rem;
  }
}

.p-topFeature__descSubtitle {
  display: block;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.1rem;
  color: #7c6762;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descSubtitle {
    font-size: 2.2rem;
  }
}

.p-topFeature__descText {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descText {
    font-size: 2rem;
  }
}

.p-topFeature__descBtn {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descBtn {
    margin-top: 5.8rem;
  }
}
.p-topFeature__item:nth-of-type(5) .p-topFeature__descBtn {
  margin-top: 2.4rem;
}
.p-topFeature__descBtn a {
  width: 26.75rem;
  padding-right: 1rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-topFeature__descBtn a {
    width: 42rem;
  }
}

.p-topFv {
  margin-top: 8.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topFv {
    margin-top: 0;
  }
}

.p-topFv__figure {
  position: relative;
}
.p-topFv__figure figcaption {
  position: absolute;
  bottom: 0.6rem;
  right: 1.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-topFv__figure figcaption {
    right: 0;
    left: 1rem;
    bottom: 1rem;
    font-size: 1.7rem;
  }
}

.p-topFv__bgimg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-topFv__bgimg {
    min-height: 52.4rem;
  }
}

.p-topFv__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 0 1.2rem;
}

.p-topFv__body {
  padding: 1.2rem 0 1rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-topFv__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4.5rem 0 0;
  }
}

.p-topFv__desc {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__desc {
    padding-left: 0;
  }
}

.p-topFv__name {
  width: 24.8rem;
  height: 1.75rem;
  background-color: #98764b;
  border-radius: 0.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__name {
    width: 40.8rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
  }
}

.p-topFv__message {
  margin-top: 0.6rem;
  line-height: 1.23;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.941rem;
  color: #98764b;
}
@media screen and (min-width: 768px) {
  .p-topFv__message {
    margin-top: 1rem;
    font-size: 6.482rem;
  }
}
.p-topFv__message span {
  font-size: 3.362rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__message span {
    font-size: 5.527rem;
  }
}

.p-topFv__circles {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__circles {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-left: 1.6rem;
  }
}

.p-topFv__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.918rem;
  height: 8.918rem;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-topFv__circle {
    width: 16.9rem;
    height: 16.9rem;
  }
}

.p-topFv__circleTitle {
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleTitle {
    font-size: 1.9rem;
  }
}
.p-topFv__circleTitle span {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleTitle span {
    font-size: 1.711rem;
  }
}

.p-topFv__circleNum {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleNum {
    margin-top: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-topFv__circleNum--en {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: serif;
  letter-spacing: -0.05em;
  font-size: 2.25rem;
  font-weight: 300;
  color: #98764b;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleNum--en {
    font-size: 4.2rem;
  }
}

.p-topFv__circleNum--ja {
  position: relative;
  padding-bottom: 0.3rem;
  display: block;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleNum--ja {
    padding-bottom: 0.6rem;
    font-size: 2.091rem;
  }
}
.p-topFv__circle:first-of-type .p-topFv__circleNum--ja::before {
  content: "+";
  position: absolute;
  top: -0.9rem;
  right: 0.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-topFv__circle:first-of-type .p-topFv__circleNum--ja::before {
    top: -2rem;
    right: 1.3rem;
    font-size: 2rem;
  }
}
.p-topFv__circle:first-of-type .p-topFv__circleNum--ja::after {
  content: "α";
  position: absolute;
  top: -1.2rem;
  left: 0.2rem;
  font-size: 1.23rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-topFv__circle:first-of-type .p-topFv__circleNum--ja::after {
    top: -2.3rem;
    left: 0.4rem;
    font-size: 2.346rem;
  }
}

.p-topFv__circleAttention {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleAttention {
    font-size: 1.429rem;
  }
}

.p-topFv__attention {
  position: absolute;
  bottom: 0.6rem;
  right: 1.2rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-topFv__attention {
    position: relative;
    bottom: 0;
    right: 0;
    width: 40.8rem;
    text-align: center;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.6rem;
  }
}

.p-greeting {
  background-color: #f9f9ee;
}

.p-greeting__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__body {
    margin-top: 11.4rem;
  }
}

.p-greeting__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__introduction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-greeting__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctor {
    width: 100%;
    max-width: 42.8rem;
    display: block;
  }
}

.p-greeting__doctorFigure {
  width: 13.35rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctorFigure {
    width: 100%;
  }
}
.p-greeting__doctorFigure img {
  border-radius: 1rem;
}

.p-greeting__doctorDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctorDesc {
    text-align: center;
  }
}

.p-greeting__doctorMessage {
  margin-top: 2rem;
  margin-right: -1rem;
  line-height: 1.7;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctorMessage {
    display: none;
  }
}

.p-greeting__doctorPost {
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctorPost {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

.p-greeting__doctorName {
  margin-top: 0.3rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.95rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__doctorName {
    font-size: 3.5rem;
  }
}

.p-greeting__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-greeting__desc {
    margin-top: -1.5rem;
  }
}

.p-greeting__descTitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-greeting__descTitle {
    display: block;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.71;
  }
}

.p-greeting__descText {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__descText {
    font-size: 2rem;
  }
}

.p-greeting__info {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__info {
    margin-top: 8.4rem;
  }
}

.p-greeting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 8rem;
  width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-greeting__list {
    width: auto;
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-greeting__item {
  background-color: #fff;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  height: 12.25rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__item {
    border-radius: 1rem;
    padding: 2.4rem 2.8rem;
    width: 50%;
    height: auto;
    height: initial;
  }
}

.p-greeting__itemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.p-greeting__itemFigure {
  width: 7.05rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__itemFigure {
    width: auto;
    width: initial;
    max-width: 14rem;
  }
}

.p-greeting__itemDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-greeting__itemTitle {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #c5bbb0;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__itemTitle {
    padding-bottom: 0.8rem;
    border-bottom: 0.2rem solid #c5bbb0;
    font-size: 3rem;
  }
}

.p-greeting__itemText {
  margin-top: 1.1rem;
  line-height: 2;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-greeting__itemText {
    margin-top: 2.2rem;
    font-size: 2rem;
  }
}

.p-greeting__btn {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__btn {
    margin-top: 9.4rem;
  }
}
.p-greeting__btn a {
  margin-inline: auto;
}

.p-topGuidance__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__body {
    margin-top: 3rem;
  }
}

.p-topGuidance__summary {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__summary {
    font-size: 2.5rem;
  }
}

.p-topGuidance__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__list {
    margin-top: 6.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topGuidance__item {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__item {
    border-radius: 2rem;
  }
}

.p-topGuidance__itemLink {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25rem;
  height: 16.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-topGuidance__item:first-of-type .p-topGuidance__itemLink {
  background-image: url(../../img/front/guidance_01.jpg);
}
.p-topGuidance__item:last-of-type .p-topGuidance__itemLink {
  background-image: url(../../img/front/guidance_02.jpg);
}
@media screen and (min-width: 768px) {
  .p-topGuidance__itemLink {
    width: 48.9rem;
    height: 33.7rem;
  }
}
.p-topGuidance__itemLink::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, .3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-topGuidance__itemLink:hover::before {
  background-color: rgba(13, 13, 13, .1);
}

.p-topGuidance__itemTitle {
  position: relative;
  z-index: 4;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__itemTitle {
    font-size: 3.5rem;
  }
}

.p-topGuidance__text {
  margin-top: 2.8rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .p-topGuidance__text {
    margin-top: 4.2rem;
    font-size: 2.5rem;
  }
}

.p-topInfo {
  background-color: #f9f9ee;
}

.p-topInfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topInfo__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-topInfo__time {
    width: 50%;
  }
}

.p-topInfo__title {
  text-align: center;
  color: #594d4a;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-topInfo__title {
    font-size: 3.5rem;
  }
}

.p-topInfo__timeFigure {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__timeFigure {
    margin-top: 1.6rem;
  }
}
.p-topInfo__timeFigure img {
  width: 100%;
}

.p-topInfo__timeBtn {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__timeBtn {
    margin-top: 2.5rem;
  }
}
.p-topInfo__timeBtn a {
  margin-inline: auto;
}

.p-topInfo__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: -1.8rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__news {
    width: 50%;
  }
}

.p-topInfo__newsBox {
  margin-top: 2.8rem;
  background-color: #fff;
  padding: 0.8rem 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__newsBox {
    margin-top: 1.6rem;
    padding: 3rem 2.5rem;
    border-radius: 1.5rem;
  }
}

.p-topInfo__newsList {
  font-family: "Noto Sans JP", sans-serif;
}

.p-topInfo__newsItem:not(:first-child) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__newsItem:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-topInfo__newsItem a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-topInfo__newsItem a:hover {
  opacity: 0.7;
}

.p-topInfo__newsItemTime {
  font-size: 1.315rem;
  font-weight: 400;
  color: #919191;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-topInfo__newsItemTime {
    font-size: 1.7rem;
  }
}

.p-topInfo__newsItemTitle {
  font-size: 1.315rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-topInfo__newsItemTitle {
    font-size: 1.7rem;
  }
}

.p-topInfo__newsBtn {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-topInfo__newsBtn {
    margin-top: 4.4rem;
  }
}
.p-topInfo__newsBtn a {
  margin-inline: auto;
}

.p-topPolicy__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__body {
    margin-top: 4rem;
  }
}

.p-topPolicy__summary {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__summary {
    font-size: 2.5rem;
  }
}

.p-topPolicy__list {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__list {
    margin-top: 5.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topPolicy__item {
  width: 100%;
  height: 19rem;
  position: relative;
  -webkit-box-shadow: 0.1rem 0.1rem 0.6rem rgba(6, 6, 6, .1);
          box-shadow: 0.1rem 0.1rem 0.6rem rgba(6, 6, 6, .1);
}
@media screen and (min-width: 768px) {
  .p-topPolicy__item {
    height: 28.8rem;
    width: calc(33.33333% - 1rem);
  }
}
.p-topPolicy__item::before, .p-topPolicy__item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 88.57%;
  height: 0.1rem;
  background-color: #f0e4cd;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__item::before, .p-topPolicy__item::after {
    height: 0.2rem;
  }
}
.p-topPolicy__item::before {
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__item::before {
    top: 4rem;
  }
}
.p-topPolicy__item::after {
  bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__item::after {
    bottom: 4rem;
  }
}

.p-topPolicy__itemText {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #7c6762;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.16;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__itemText {
    line-height: 1.6;
    font-size: 2.5rem;
  }
}

.p-topPolicy__text {
  margin-top: 3.9rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.4;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__text {
    margin-top: 7.8rem;
    font-size: 2.5rem;
  }
}

.p-reason__body {
  margin-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-reason__body {
    margin-top: 7rem;
  }
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.2rem 3.1rem;
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    max-width: none;
    max-width: initial;
    gap: 0rem 4.6%;
  }
}

.p-reason__item {
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    width: 13.5rem;
  }
}

.p-reason__icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #ffdfdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__icon {
    width: 13.5rem;
    height: 13.5rem;
  }
}
.p-reason__item:nth-of-type(1) .p-reason__icon img {
  width: 4.51rem;
}
.p-reason__item:nth-of-type(2) .p-reason__icon img {
  width: 3.35rem;
}
.p-reason__item:nth-of-type(3) .p-reason__icon img {
  width: 4.05rem;
}
.p-reason__item:nth-of-type(4) .p-reason__icon img {
  width: 4.05rem;
}
.p-reason__item:nth-of-type(5) .p-reason__icon img {
  width: 4.25rem;
}
.p-reason__item:nth-of-type(6) .p-reason__icon img {
  width: 5.3rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item:nth-of-type(1) .p-reason__icon img {
    width: 7.1rem;
  }
  .p-reason__item:nth-of-type(2) .p-reason__icon img {
    width: 5.6rem;
  }
  .p-reason__item:nth-of-type(3) .p-reason__icon img {
    width: 6.8rem;
  }
  .p-reason__item:nth-of-type(4) .p-reason__icon img {
    width: 6.8rem;
  }
  .p-reason__item:nth-of-type(5) .p-reason__icon img {
    width: 7.2rem;
  }
  .p-reason__item:nth-of-type(6) .p-reason__icon img {
    width: 9rem;
  }
}

.p-reason__itemText {
  margin-top: 1.4rem;
  margin-inline: -3rem;
  text-align: center;
  line-height: 1.6842;
  font-size: 1.13rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-reason__itemText {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.p-topReserve {
  padding: 5rem 0;
  background-color: #f9f9ee;
}
@media screen and (min-width: 768px) {
  .p-topReserve {
    padding: 10rem 0;
  }
}

.p-topReserve__head {
  text-align: center;
}
.p-topReserve__head img {
  width: 18.1rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__head img {
    width: 36.2rem;
  }
}

.p-topReserve__body {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__body {
    margin-top: 6.4rem;
  }
}

.p-topReserve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topReserve__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topReserve__item {
    width: 50%;
  }
}

.p-topReserve__itemLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  height: 7rem;
  border-radius: 0.25rem;
  background-color: #7c6762;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-topReserve__itemLink {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    height: 12rem;
    border-radius: 0.5rem;
  }
  .p-topReserve__itemLink:hover {
    opacity: 0.7;
  }
}

.p-topReserve__itemIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-topReserve__itemIcon {
    width: 5rem;
    height: 5rem;
  }
}
.p-topReserve__item:first-of-type .p-topReserve__itemIcon img {
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__item:first-of-type .p-topReserve__itemIcon img {
    width: 3.5rem;
  }
}
.p-topReserve__item:last-of-type .p-topReserve__itemIcon img {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__item:last-of-type .p-topReserve__itemIcon img {
    width: 3rem;
  }
}

.p-topReserve__itemText {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-topReserve__itemText {
    font-size: 2.8rem;
  }
}

.p-topReserve__box {
  margin-top: 2.5rem;
  width: 100%;
  height: 7rem;
  background-color: #e2d9ca;
  text-align: center;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-topReserve__box {
    margin-top: 3.2rem;
    height: 8.5rem;
    border-radius: 0.5rem;
  }
  .p-topReserve__box:hover {
    opacity: 0.7;
  }
}

.p-topReserve__boxMain {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__boxMain {
    font-size: 2.5rem;
  }
}

.p-topReserve__boxsub {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-topReserve__boxsub {
    font-size: 2rem;
  }
}

.p-topStaff {
  background-color: #f9f9ee;
}

.p-topStaff__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-topStaff__body {
    margin-top: 7rem;
  }
}

.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .splide__slide {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

.splide__slideFigure {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .splide__slideFigure {
    border-radius: 1.5rem;
  }
}

.splide__slideDesc {
  margin-top: 1.4rem;
  color: #594d4a;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .splide__slideDesc {
    margin-top: 2.8rem;
  }
}

.splide__slidePost {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .splide__slidePost {
    font-size: 1.6rem;
  }
}

.splide__slideName {
  margin-top: 0.25rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .splide__slideName {
    margin-top: 0.5rem;
    font-size: 2.2rem;
  }
}

.splide__slideEnName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .splide__slideEnName {
    font-size: 1.6rem;
  }
}
.splide__slideEnName::before {
  content: "";
  width: 0.1rem;
  height: 2.9rem;
  background-color: #594d4a;
}
@media screen and (min-width: 768px) {
  .splide__slideEnName::before {
    width: 0.2rem;
    height: 5.8rem;
  }
}

.p-topStaff__btn {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-topStaff__btn {
    margin-top: 8rem;
  }
}
.p-topStaff__btn a {
  margin-inline: auto;
}

.p-topStudy__body {
  margin-top: 2.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-topStudy__body {
    margin-top: 3.8rem;
  }
}

.p-topStudy__summary {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__summary {
    text-align: center;
    font-size: 2.5rem;
  }
}

.p-topStudy__classroom {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroom {
    margin-top: 4rem;
  }
}

.p-topStudy__classroomBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 7.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 0.4rem solid #f0e4cd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomBtn {
    border-width: 0.8rem;
    border-radius: 0.5rem;
    height: 14.2rem;
  }
  .p-topStudy__classroomBtn:hover {
    opacity: 0.5;
  }
  .p-topStudy__classroomBtn:hover .p-topStudy__classroomBtnText::after {
    right: -7.6rem;
  }
}
.p-topStudy__classroomBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  margin: auto;
  inset: 0;
  border: 0.1rem solid #f0e4cd;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomBtn::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 0.5rem;
    border: 0.2rem solid #f0e4cd;
  }
}

.p-topStudy__classroomBtnText {
  position: relative;
  color: #594d4a;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomBtnText {
    font-size: 3.5rem;
  }
}
.p-topStudy__classroomBtnText::before, .p-topStudy__classroomBtnText::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-topStudy__classroomBtnText::before {
  left: -3.6rem;
  width: 3.25rem;
  height: 1.95rem;
  background-image: url(../../img/front/icon_study.png);
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomBtnText::before {
    left: -7.2rem;
    width: 6.5rem;
    height: 3.9rem;
  }
}
.p-topStudy__classroomBtnText::after {
  right: -3.505rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../../img/front/icon_arrow_circle.png);
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomBtnText::after {
    right: -7.1rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}

.p-topStudy__classroomText {
  margin-top: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__classroomText {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.p-topStudy__bottom {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__bottom {
    margin-top: 5rem;
  }
}

.p-topStudy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-topStudy__seminar {
    width: 50%;
  }
}

.p-topStudy__seminarBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 7.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 0.4rem solid #f0e4cd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarBtn {
    height: 27.2rem;
    border-width: 0.8rem;
    border-radius: 0.5rem;
  }
  .p-topStudy__seminarBtn:hover {
    opacity: 0.5;
  }
  .p-topStudy__seminarBtn:hover .p-topStudy__seminarBtnText::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.p-topStudy__seminarBtn::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  margin-inline: auto;
  left: 0.3rem;
  display: inline-block;
  width: 6rem;
  height: 5.8rem;
  background-image: url(../../img/front/logo_symbol.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarBtn::before {
    top: 0.6rem;
    bottom: 0.6rem;
    left: 0.6rem;
    width: 22rem;
    height: 24.5rem;
  }
}
.p-topStudy__seminarBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  margin: auto;
  inset: 0;
  border: 0.1rem solid #f0e4cd;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarBtn::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 0.2rem solid #f0e4cd;
    border-radius: 0.5rem;
  }
}

.p-topStudy__seminarBtnText {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
  color: #594d4a;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarBtnText {
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
    font-size: 3.5rem;
  }
}
.p-topStudy__seminarBtnText::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../../img/front/icon_arrow_circle.png);
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarBtnText::after {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.p-topStudy__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.8rem;
  }
}

.p-topStudy__item {
  width: calc(50% - 0.8rem);
}
@media screen and (min-width: 768px) {
  .p-topStudy__item {
    width: 100%;
  }
}

.p-topStudy__itemLink {
  width: 100%;
  height: 6.2rem;
  padding-right: 1rem;
  background-color: #f0e4cd;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  color: #594d4a;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-topStudy__itemLink {
    border-radius: 0.5rem;
    padding: 0 3rem;
    font-size: 2rem;
  }
}
.p-topStudy__itemLink span {
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topStudy__itemLink span {
    text-align: left;
  }
}
.p-topStudy__itemLink::after {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.95rem;
  background-image: url(../../img/front/icon_arrow_corner.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topStudy__itemLink::after {
    width: 1.1rem;
    height: 1.9rem;
  }
}

.p-topStudy__seminarText {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-topStudy__seminarText {
    font-size: 1.6rem;
  }
}

.u-red {
  color: #F84F65;
}

.u-link {
  color: #1F73B7;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-overTab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-overTab {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .u-underTab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .is-hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .is-hover:hover {
    opacity: 0.5;
  }
  .is-hover:hover::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .is-hover:hover span::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}