@charset "UTF-8";
/* PC、SPの非表示 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  width: 100%;
  position: relative;
  padding-top: 15rem;
  padding-top: 10.7142857143vw;
  padding-top: 7.1428571429vw;
  color: #463F39;
  background-image: url(../img-file/common/pc-bg.webp);
}
@media (max-width: 767px) {
  body {
    padding-top: 9rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body.menu-open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
:root {
  --header-height: 150px;
}
@media (max-width: 767px) {
  :root {
    --header-height: 80px;
  }
}

footer {
  background-image: url(../img-file/common/pc-footer-bg.webp);
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 2rem;
  padding-left: 11rem;
  padding-right: 14rem;
  padding-top: 8.5714285714vw;
  padding-bottom: 1.4285714286vw;
  padding-left: 7.8571428571vw;
  padding-right: 10vw;
}
@media (max-width: 767px) {
  footer {
    background-image: url(../img-file/common/sp-footer-bg.webp);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: unset;
    padding-bottom: 2rem;
  }
}

.l-footer {
  max-width: 1440px;
  margin-inline: auto;
}

.l-footer__flex-wrap {
  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: 9.3rem;
     -moz-column-gap: 9.3rem;
          column-gap: 9.3rem;
  -webkit-column-gap: 6.6428571429vw;
     -moz-column-gap: 6.6428571429vw;
          column-gap: 6.6428571429vw;
}
@media (max-width: 767px) {
  .l-footer__flex-wrap {
    -webkit-column-gap: 9.3rem;
       -moz-column-gap: 9.3rem;
            column-gap: 9.3rem;
  }
}

.l-footer__flex01 {
  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;
  max-width: 1240px;
  margin-inline: auto;
  position: relative;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
}
@media (max-width: 767px) {
  .l-footer__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.l-footer__title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__title:hover {
  opacity: 0.7;
}

.l-footer__logo {
  width: 21.8rem;
  height: auto;
  margin-bottom: 3.2rem;
  width: 15.5714285714vw;
  height: auto;
  margin-bottom: 2.2857142857vw;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 17.7rem;
    margin-bottom: unset;
    margin-top: 3rem;
    margin-bottom: 3.2rem;
  }
}

.l-footer__instagram-text-img {
  width: 14.9rem;
  width: 10.6428571429vw;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-footer__instagram-text-img {
    width: 14.9rem;
  }
}

.l-footer__instagram-img {
  display: block;
  width: 4rem;
  height: 4rem;
  width: 2.8571428571vw;
  height: 2.8571428571vw;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .l-footer__instagram-img {
    width: 4rem;
    height: 4rem;
  }
}
.l-footer__instagram-img:hover {
  opacity: 0.7;
}

.l-footer__flex-item02 {
  margin-top: 2rem;
  margin-top: 1.4285714286vw;
}
@media (max-width: 767px) {
  .l-footer__flex-item02 {
    margin-top: 2rem;
  }
}

.l-footer__address {
  font-size: 1.8rem;
  font-size: max(1.2857142857vw, 10px);
  font-weight: 400;
  color: #463F39;
  margin-bottom: 1.2rem;
  margin-bottom: 0.8571428571vw;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    margin-top: -4rem;
  }
}

.l-footer__tel {
  font-size: 1.8rem;
  font-size: max(1.2857142857vw, 10px);
  font-weight: 400;
  color: #463F39;
}
@media (max-width: 767px) {
  .l-footer__tel {
    font-size: 1.6rem;
    text-align: center;
  }
}

.l-footer__fax {
  font-size: 1.8rem;
  font-size: max(1.2857142857vw, 10px);
  font-weight: 400;
  color: #463F39;
}
@media (max-width: 767px) {
  .l-footer__fax {
    font-size: 1.6rem;
    text-align: center;
  }
}

.l-footer__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
  -webkit-column-gap: 2.5714285714vw;
     -moz-column-gap: 2.5714285714vw;
          column-gap: 2.5714285714vw;
}
@media (max-width: 767px) {
  .l-footer__flex02 {
    -webkit-column-gap: 3.6rem;
       -moz-column-gap: 3.6rem;
            column-gap: 3.6rem;
  }
}

.l-footer__flex-item-link {
  display: block;
  font-size: 1.6rem;
  font-size: max(1.1428571429vw, 10px);
  font-weight: 500;
  color: #EB6101;
  margin-bottom: 0.5rem;
  margin-bottom: 0.3571428571vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__flex-item-link {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.l-footer__flex-item-link:hover {
  opacity: 0.5;
}

.l-footer__flex-item-link-small {
  display: block;
  font-size: 1.6rem;
  font-size: max(1.1428571429vw, 10px);
  font-weight: 400;
  color: #463F39;
  margin-bottom: 0.25rem;
  margin-bottom: 0.1785714286vw;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .l-footer__flex-item-link-small {
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
  }
}
.l-footer__flex-item-link-small:hover {
  opacity: 0.5;
}

.l-footer__copyright {
  text-align: left;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}
.l-footer__copyright-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #463F39;
  margin-top: 2rem;
  font-size: max(0.8571428571vw, 8px);
  margin-top: 1.4285714286vw;
}
@media (max-width: 767px) {
  .l-footer__copyright-text {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

.pagetop {
  position: fixed;
  right: max((100vw - 1920px) / 2, 1.5rem);
  right: 1.5rem;
  bottom: 5rem;
  bottom: 3.5714285714vw;
  z-index: 999;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.pagetop__img {
  display: inline-block;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  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-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .pagetop__img {
    width: 6rem;
    height: 6rem;
  }
}
.pagetop__img img {
  width: 4.2857142857vw;
  height: 4.2857142857vw;
}
@media (max-width: 767px) {
  .pagetop__img img {
    width: 6rem;
    height: 6rem;
  }
}
.pagetop__img:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pagetop {
    right: 1rem;
    bottom: 5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 15rem;
  height: 10.7142857143vw;
  height: 7.1428571429vw;
}
@media (max-width: 767px) {
  .l-header {
    height: 8rem;
    z-index: 100000;
    padding-inline: 2rem;
  }
}

.l-header__flex {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5vw;
  padding-top: 1.4285714286vw;
  -webkit-column-gap: 3.5714285714vw;
     -moz-column-gap: 3.5714285714vw;
          column-gap: 3.5714285714vw;
}
@media (max-width: 767px) {
  .l-header__flex {
    padding-top: unset;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: unset;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    position: relative;
    z-index: 100000;
  }
}

.l-header__title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__title a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .l-header__title a {
    padding-left: 0.5rem;
    padding-right: 0rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}

.l-header__logo {
  width: 14.2857142857vw;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 15rem;
  }
}

@media (max-width: 767px) {
  .l-header__right {
    padding-top: 2rem;
  }
}

.l-header__right-flex {
  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: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
}

.l-header__right-nav {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5rem;
  border-radius: 3.5714285714vw;
}

/* SP用メニュー全体ラップ （ハンバーガーメニュー）*/
@media (max-width: 767px) {
  .l-header__right-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img-file/common/sp-hb-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

/* メニュー表示時 */
@media (max-width: 767px) {
  .l-header__right-nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ul（ナビ本体） */
@media (max-width: 767px) {
  .l-header__right-list {
    display: block;
    width: 100%;
    padding: 4rem 2rem 10rem;
  }
}

.l-header__right-nav ul {
  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;
  padding-inline: 2rem;
  padding-inline: 1.4285714286vw;
}
.l-header__right-nav ul li {
  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;
}
@media (max-width: 767px) {
  .l-header__right-nav ul li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

/* スクロールされたら白背景と影 */
.l-header__right-nav.js-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.l-header__right-item {
  font-size: max(1.1428571429vw, 10px);
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05rem;
  padding-block: 2rem;
  padding-inline: 2rem;
  letter-spacing: 0.0357142857vw;
  padding-block: 1.4285714286vw;
  padding-inline: 1.4285714286vw;
  position: relative;
  white-space: nowrap;
  color: #EB6101;
}
.l-header__right-item span {
  position: relative;
  display: inline-block;
}
.l-header__right-item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background: #EB6101;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-header__right-item span:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 767px) {
  .l-header__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 4rem;
    letter-spacing: 0.05rem;
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}

.l-header__tel {
  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;
  background-color: #F29B76;
  padding: 2rem 1rem;
  width: 23.3rem;
  border-radius: 4rem;
  -webkit-column-gap: 0.7142857143vw;
     -moz-column-gap: 0.7142857143vw;
          column-gap: 0.7142857143vw;
  padding: 1.4285714286vw 0.7142857143vw;
  width: 16.6428571429vw;
  border-radius: 2.8571428571vw;
}
@media (max-width: 767px) {
  .l-header__tel {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    background-color: #F29B76;
    padding: 2rem 1rem;
    width: 23.3rem;
    border-radius: 4rem;
  }
}

.l-header__tel-img {
  width: 2.4rem;
  height: 2.4rem;
  width: 1.7142857143vw;
  height: 1.7142857143vw;
}
@media (max-width: 767px) {
  .l-header__tel-img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.l-header__tel-number {
  font-size: 1.8rem;
  font-size: max(1.2857142857vw, 10px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header__tel-number {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .l-header__hb-btn-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    position: relative;
    border: 0.2rem solid #F1743E;
    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;
    z-index: 10001;
  }
}

@media (max-width: 767px) {
  .l-header__hb-btn-wrap.active {
    z-index: 10002;
  }
}

.l-header__hb-btn {
  width: 2.2rem;
  height: 1rem;
  width: 1.5714285714vw;
  height: 0.7142857143vw;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__hb-btn {
    width: 2.2rem;
    height: 1rem;
  }
}
.l-header__hb-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  height: 0.1428571429vw;
  background-color: #F1743E;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .l-header__hb-btn span {
    height: 0.2rem;
  }
}

.l-header__hb-btn span:nth-of-type(1) {
  top: -0.4rem;
}

.l-header__hb-btn span:nth-of-type(2) {
  top: 0.4rem;
}

.l-header__hb-btn span:nth-of-type(3) {
  top: 1.2rem;
}

.l-header__hb-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.5rem;
}

.l-header__hb-btn.active span:nth-of-type(2) {
  display: none;
}

.l-header__hb-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.5rem;
}

@media (max-width: 767px) {
  .l-header__hb-logo {
    display: block;
    width: 17.7rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .l-header__hb-link {
    font-size: 2rem;
    font-weight: 600;
    color: #EB6101;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .l-header__hb-link-small {
    font-size: 1.6rem;
    font-weight: 400;
    color: #463F39;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .l-header-hb__instagram-img {
    display: block;
    width: 16rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .l-header-hb__tel {
    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;
    background-color: #F29B76;
    padding: 2rem 1rem;
    width: 28.4rem;
    border-radius: 4rem;
  }
}

@media (max-width: 767px) {
  .l-header-hb__tel-img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media (max-width: 767px) {
  .l-header-hb__tel-number {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #fff;
  }
}

.p-fv__img {
  width: 100vw;
  display: block;
  margin-inline: auto !important;
  position: relative;
  z-index: 1 !important;
}
@media (max-width: 767px) {
  .p-fv__img {
    width: 100% !important;
  }
}

.p-instagram {
  padding-top: 13rem;
  padding-bottom: 15rem;
  padding-inline: 15rem;
  padding-top: 9.2857142857vw;
  padding-bottom: 10.7142857143vw;
  padding-inline: 10.7142857143vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-instagram {
    padding-inline: 3.75rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-instagram__title {
  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: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-column-gap: 1.4285714286vw;
     -moz-column-gap: 1.4285714286vw;
          column-gap: 1.4285714286vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 2rem;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-instagram__title {
    margin-bottom: 3rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

@media (max-width: 767px) {
  #sb_instagram .sbi_photo {
    height: 30rem !important;
  }
}

.p-top-about {
  margin-inline: auto;
  margin-bottom: 16rem;
  padding-right: 20rem;
  margin-bottom: 11.4285714286vw;
  padding-right: 14.2857142857vw;
}
@media (max-width: 767px) {
  .p-top-about {
    padding-right: unset;
    margin-bottom: 10rem;
  }
}

.p-top-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media (max-width: 767px) {
  .p-top-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-top-about__img {
  width: 65rem;
  width: 46.4285714286vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-top-about__img {
    width: 32.5rem;
    margin-right: auto;
    margin-top: 2rem;
  }
}

.p-top-about__text {
  width: 52rem;
  width: 37.1428571429vw;
  font-size: max(1.2857142857vw, 10px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin-bottom: 5.2rem;
  letter-spacing: 0.0357142857vw;
  margin-bottom: 3.7142857143vw;
}
@media (max-width: 767px) {
  .p-top-about__text {
    width: 33.5rem;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
}

.p-top-feature {
  margin-bottom: 10rem;
  margin-bottom: 7.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-feature {
    margin-bottom: 8rem;
  }
}

.p-top-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
  margin-top: 2.1428571429vw;
  margin-bottom: 3.5714285714vw;
}
@media (max-width: 767px) {
  .p-top-feature__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 0rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-top-feature__flex-item {
  width: 28rem;
  width: 20vw;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item {
    width: 28rem;
    margin-bottom: 1rem;
    margin-inline: auto;
  }
}

.p-top-feature__flex-item-circle {
  width: 7rem;
  height: 7rem;
  width: 5vw;
  height: 5vw;
  background-color: #FFB651;
  color: #fff;
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 800;
  border-radius: 50%;
  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;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item-circle {
    width: 7rem;
    height: 7rem;
    background-color: #FFB651;
    font-size: 2rem;
    font-weight: 800;
    border-radius: 50%;
  }
}

.p-top-feature__flex-item-text {
  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;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  border: 0.3rem solid #FFD59C;
  border: 0.2142857143vw solid #FFD59C;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
  border-radius: 1.4285714286vw;
  padding: 2.8571428571vw 1.4285714286vw 1.4285714286vw;
  position: relative;
  z-index: 1;
  min-width: 26rem;
  min-height: 18rem;
  margin-top: -3.6rem;
  min-width: 18.5714285714vw;
  min-height: 12.8571428571vw;
  margin-top: -2.5714285714vw;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item-text {
    min-width: unset;
    min-height: unset;
    padding: 5rem 0rem 3rem;
    width: 28rem;
    margin-inline: auto;
    border-radius: 2rem;
    border: 0.3rem solid #FFD59C;
    margin-top: -3.6rem;
  }
}
.p-top-feature__flex-item-text p {
  font-size: max(1.2857142857vw, 10px);
  font-weight: 500;
  color: #463F39;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item-text p {
    font-size: 1.8rem;
  }
}

.p-top-feature__flex-item-img-wrap {
  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: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-top-feature__flex-item-img {
  width: 38rem;
  width: 27.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-feature__flex-item-img {
    width: 38rem;
  }
}

.p-top-place {
  padding: 8rem;
  padding: 5.7142857143vw;
  background-image: url(../img-file/top/pc-top-bg.webp);
  background-size: cover;
  width: 130rem;
  width: 92.8571428571vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  margin-bottom: 12rem;
  margin-bottom: 8.5714285714vw;
}
@media (max-width: 767px) {
  .p-top-place {
    padding: unset;
    background-image: url(../img-file/top/sp-top-bg.webp);
    width: 33.5rem;
    margin-bottom: 8rem;
    overflow: hidden;
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-inline: 2rem;
    padding-bottom: 5rem;
  }
}

.p-top-place__title {
  margin-bottom: 8rem;
  margin-bottom: 5.7142857143vw;
}
@media (max-width: 767px) {
  .p-top-place__title {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}

.p-top-place__title-text {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.0714285714vw;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-place__title-text {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
}

.p-top-place-flex {
  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: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 5.3571428571vw;
     -moz-column-gap: 5.3571428571vw;
          column-gap: 5.3571428571vw;
  margin-bottom: 3.5714285714vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-place-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
    row-gap: 3rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-top-place-flex-img-left {
  width: 57rem;
  width: 40.7142857143vw;
}
@media (max-width: 767px) {
  .p-top-place-flex-img-left {
    width: 28.8rem;
  }
}

.p-top-place-flex-img-right {
  width: 48rem;
  width: 34.2857142857vw;
}
@media (max-width: 767px) {
  .p-top-place-flex-img-right {
    width: 28.8rem;
  }
}

.p-top-place-flex-text-left01 {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 1rem;
  top: 0.7142857143vw;
  right: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-place-flex-text-left01 {
    font-size: 1.8rem;
    top: -1rem;
    right: 0rem;
    line-height: 1.2;
  }
}

.p-top-place-flex-text-right01 {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 3rem;
  top: 0.7142857143vw;
  right: 2.1428571429vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-place-flex-text-right01 {
    font-size: 1.8rem;
    top: 24.5rem;
    right: 0rem;
    line-height: 1.2;
  }
}

.p-top-place-flex-text-left02 {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 1rem;
  top: 0.7142857143vw;
  right: 51%;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-place-flex-text-left02 {
    font-size: 1.8rem;
    top: -1rem;
    right: 0.3rem;
    line-height: 1.2;
  }
}

.p-top-place-flex-text-right02 {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 3rem;
  top: 0.7142857143vw;
  right: 2.1428571429vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-place-flex-text-right02 {
    font-size: 1.8rem;
    top: 24.5rem;
    right: 0rem;
    line-height: 1.2;
  }
}

.p-top-access {
  margin-inline: auto;
  padding-left: 11rem;
  padding-left: 7.8571428571vw;
}
@media (max-width: 767px) {
  .p-top-access {
    padding-left: unset;
  }
}

.p-top-access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
  margin-bottom: 12rem;
  -webkit-column-gap: 3.7142857143vw;
     -moz-column-gap: 3.7142857143vw;
          column-gap: 3.7142857143vw;
  margin-bottom: 8.5714285714vw;
}
@media (max-width: 767px) {
  .p-top-access-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-top-access-flex-left {
  width: 44rem;
  width: 31.4285714286vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-top-access-flex-left {
    width: 33.5rem;
    padding-inline: 1rem;
  }
}

.p-top-access__title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  font-size: 2.1428571429vw;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-access__title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}

.p-top-access-contents-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 2rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-top-access-contents-flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-bottom: 2rem;
  }
}

.p-top-access-contents-flex-text-left {
  min-width: 8.2rem;
  font-size: 2rem;
  min-width: 5.8571428571vw;
  font-size: 1.4285714286vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-top-access-contents-flex-text-left {
    min-width: unset;
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.p-top-access-contents-flex-text-right {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-top-access-contents-flex-text-right {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .p-top-access-flex-right {
    padding-left: 3rem;
    margin-left: auto;
  }
}

.p-top-access-flex-right iframe {
  width: 100%;
  width: 58.5714285714vw;
  height: 35.7142857143vw;
  aspect-ratio: 820/500;
  border: 0;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media (max-width: 767px) {
  .p-top-access-flex-right iframe {
    width: 34.5rem;
    height: 25rem;
  }
}

.p-top-contact {
  background-color: #F29B76;
  width: 100rem;
  width: 71.4285714286vw;
  margin-inline: auto;
  border-radius: 2rem;
  padding-block: 5rem;
  margin-bottom: 12rem;
  border-radius: 1.4285714286vw;
  padding-block: 3.5714285714vw;
  margin-bottom: 8.5714285714vw;
}
@media (max-width: 767px) {
  .p-top-contact {
    width: 33.5rem;
    border-radius: 3rem;
    padding-block: 4rem;
    margin-bottom: 10rem;
  }
}

.p-top-contact-text01 {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-top-contact-text01 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.p-top-contact-tel {
  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;
  width: 53.2rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 5rem;
  padding-block: 2rem;
  -webkit-column-gap: 0.7142857143vw;
     -moz-column-gap: 0.7142857143vw;
          column-gap: 0.7142857143vw;
  width: 38vw;
  margin-inline: auto;
  margin-bottom: 1.4285714286vw;
  background-color: #fff;
  border-radius: 3.5714285714vw;
  padding-block: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-top-contact-tel {
    width: 29rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
    border-radius: 5rem;
    padding-block: 2rem;
  }
}

.p-top-contact-tel-img {
  width: 3rem;
  height: 3rem;
  width: 2.1428571429vw;
  height: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-top-contact-tel-img {
    width: 3rem;
    height: 3rem;
  }
}

.p-top-contact-tel-number {
  font-size: 3.2rem;
  font-size: 2.2857142857vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EB6101;
}
@media (max-width: 767px) {
  .p-top-contact-tel-number {
    font-size: 2.4rem;
  }
}

.p-top-contact-text02 {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-top-contact-text02 {
    font-size: 1.8rem;
  }
}

.not-found {
  padding-block: 10rem;
  padding-block: 7.1428571429vw;
}
@media (max-width: 767px) {
  .not-found {
    padding-inline: 3.5rem;
  }
}

.not-found__subtitle {
  text-align: center;
  margin-bottom: 5rem;
  margin-bottom: 3.5714285714vw;
}
@media (max-width: 767px) {
  .not-found__subtitle {
    margin-bottom: 2rem;
  }
}
.not-found__subtitle h3 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  font-size: 3.4285714286vw;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .not-found__subtitle h3 {
    font-size: 3rem;
    margin-bottom: 0rem;
  }
}
.not-found__subtitle p {
  font-size: 2.4rem;
  font-size: 1.7142857143vw;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__subtitle p {
    font-size: 2rem;
  }
}

.not-found__text {
  text-align: center;
  margin-bottom: 4rem;
  margin-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .not-found__text {
    text-align: left;
    margin-bottom: 4rem;
  }
}

.not-found__btn {
  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: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  border-radius: 3.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 30rem;
  margin-inline: auto;
  padding-block: 2.2rem;
  background-color: #F29B76;
  -webkit-column-gap: 3.5714285714vw;
     -moz-column-gap: 3.5714285714vw;
          column-gap: 3.5714285714vw;
  border-radius: 2.5vw;
  width: 21.4285714286vw;
  padding-block: 1.5714285714vw;
}
@media (max-width: 767px) {
  .not-found__btn {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    border-radius: 3.5rem;
    width: 30rem;
    padding-block: 2.2rem;
  }
}
.not-found__btn p {
  font-size: 2.2rem;
  font-size: 1.5714285714vw;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .not-found__btn p {
    font-size: 2.2rem;
  }
}
.not-found__btn:hover {
  opacity: 0.5;
}

.p-about {
  padding-top: 10rem;
  padding-top: 7.1428571429vw;
}
@media (max-width: 767px) {
  .p-about {
    padding-top: 3rem;
  }
}

.p-about-goal__box {
  width: 104rem;
  background-color: #fff;
  margin-inline: auto;
  border-radius: 3rem;
  padding-bottom: 6rem;
  margin-bottom: 8rem;
  padding-top: 3rem;
  width: 74.2857142857vw;
  border-radius: 2.1428571429vw;
  padding-bottom: 4.2857142857vw;
  margin-bottom: 5.7142857143vw;
  padding-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-goal__box {
    width: 33.5rem;
    margin-bottom: 6rem;
    border-radius: 3rem;
    padding-bottom: 6rem;
    padding-top: 3rem;
  }
}

.p-about-goal__box-flex {
  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: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 3rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-goal__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-top: 3rem;
  }
}

.p-about-goal__box-flex-left {
  width: 55rem;
  width: 39.2857142857vw;
}
@media (max-width: 767px) {
  .p-about-goal__box-flex-left {
    width: 30rem;
  }
}

.p-about-goal__box-flex-left-text01 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 1.7142857143vw;
  margin-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .p-about-goal__box-flex-left-text01 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}

.p-about-goal__box-flex-left-text02 {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-about-goal__box-flex-left-text02 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.p-about-goal__box-flex-right-img {
  width: 35rem;
  width: 25vw;
}
@media (max-width: 767px) {
  .p-about-goal__box-flex-right-img {
    width: 25rem;
  }
}

.p-about-company__box {
  width: 104rem;
  background-color: #fff;
  margin-inline: auto;
  border-radius: 3rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  margin-bottom: 8rem;
  width: 74.2857142857vw;
  border-radius: 2.1428571429vw;
  padding-bottom: 4.2857142857vw;
  margin-bottom: 5.7142857143vw;
  padding-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-company__box {
    width: 33.5rem;
    border-radius: 3rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-bottom: 8rem;
  }
}

.p-about-company__box-flex {
  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: 6.7rem;
     -moz-column-gap: 6.7rem;
          column-gap: 6.7rem;
  margin-top: 3rem;
  -webkit-column-gap: 4.7857142857vw;
     -moz-column-gap: 4.7857142857vw;
          column-gap: 4.7857142857vw;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-company__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .p-about-company__box-flex-left {
    margin-bottom: 3rem;
  }
}

.p-about-company__box-flex-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 2rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-about-company__box-flex-left-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-about-company__box-flex-left-title {
  min-width: 10.5rem;
  font-size: 2rem;
  min-width: 7.5vw;
  font-size: 1.4285714286vw;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-about-company__box-flex-left-title {
    font-size: 1.8rem;
    font-weight: 600;
    min-width: 10.5rem;
  }
}

.p-about-company__box-flex-left-text {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-about-company__box-flex-left-text {
    font-size: 1.8rem;
  }
}

.p-about-company__box-flex-right-img {
  width: 35rem;
  width: 25vw;
}
@media (max-width: 767px) {
  .p-about-company__box-flex-right-img {
    width: 25rem;
  }
}

.p-about-recruit__box {
  width: 104rem;
  background-color: #fff;
  margin-inline: auto;
  border-radius: 3rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  margin-bottom: 8rem;
  width: 74.2857142857vw;
  border-radius: 2.1428571429vw;
  padding-top: 2.1428571429vw;
  padding-bottom: 4.2857142857vw;
  margin-bottom: 5.7142857143vw;
}
@media (max-width: 767px) {
  .p-about-recruit__box {
    width: 33.5rem;
    border-radius: 3rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-bottom: 8rem;
  }
}

.p-about-recruit-text01 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.1428571429vw;
  margin-bottom: 2.1428571429vw;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-recruit-text01 {
    font-size: 2rem;
    text-align: left;
    width: 30rem;
    margin-inline: auto;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

.p-about-recruit-text02 {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 2.1428571429vw;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-recruit-text02 {
    font-size: 1.8rem;
    text-align: left;
    width: 30rem;
    margin-inline: auto;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

.p-about-recruit__box02 {
  border: 0.1rem solid #FBD8C9;
  border: 0.0714285714vw solid #FBD8C9;
  border-radius: 3rem;
  border-radius: 2.1428571429vw;
  overflow: hidden;
  width: 60rem;
  width: 42.8571428571vw;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .p-about-recruit__box02 {
    width: 30rem;
    border: 0.1rem solid #FBD8C9;
    border-radius: 3rem;
  }
}

.p-about-recruit-box__header {
  font-size: 3.6rem;
  font-size: 2.5714285714vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F29B76;
  color: #fff;
  padding: 1rem;
  padding: 0.7142857143vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-about-recruit-box__header {
    font-size: 2.8rem;
    padding: 1rem;
  }
}

.p-about-recruit-box__body {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-top: 3.5714285714vw;
  padding-bottom: 4.2857142857vw;
}
@media (max-width: 767px) {
  .p-about-recruit-box__body {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.p-about-recruit-box__body-text {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-about-recruit-box__body-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.p-about-recruit-box__body-list li {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  text-align: left;
  width: 34.8rem;
  width: 24.8571428571vw;
  margin-inline: auto;
  margin-bottom: 0.5rem;
  margin-bottom: 0.3571428571vw;
}
@media (max-width: 767px) {
  .p-about-recruit-box__body-list li {
    font-size: 1.6rem;
    width: 27rem;
    margin-bottom: 0.5rem;
  }
}

.p-about-recruit-text03 {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 2.1428571429vw;
  margin-top: 2.1428571429vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-about-recruit-text03 {
    font-size: 1.8rem;
    text-align: left;
    width: 30rem;
    margin-inline: auto;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

.p-about-recruit__tel {
  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-column-gap: 0.7142857143vw;
     -moz-column-gap: 0.7142857143vw;
          column-gap: 0.7142857143vw;
  background-color: #F29B76;
  padding: 2rem 1rem;
  width: 53.2rem;
  border-radius: 4rem;
  padding: 1.4285714286vw 0.7142857143vw;
  width: 38vw;
  border-radius: 3.5714285714vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-about-recruit__tel {
    width: 30rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 2rem 1rem;
    border-radius: 4rem;
  }
}

.p-about-recruit__tel-img {
  width: 3rem;
  height: 3rem;
  width: 2.1428571429vw;
  height: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-about-recruit__tel-img {
    width: 3rem;
    height: 3rem;
  }
}

.p-about-recruit__tel-number {
  font-size: 3.2rem;
  font-size: 2.2857142857vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .p-about-recruit__tel-number {
    font-size: 2.6rem;
  }
}

.p-feature {
  padding-top: 10rem;
  padding-top: 7.1428571429vw;
}
@media (max-width: 767px) {
  .p-feature {
    padding-top: 3rem;
  }
}

.p-feature-text {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  text-align: center;
  color: #463F39;
  margin-bottom: 7.4rem;
  margin-bottom: 5.2857142857vw;
}
@media (max-width: 767px) {
  .p-feature-text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.p-feature__box {
  border-radius: 3rem;
  overflow: hidden;
  width: 104rem;
  margin-inline: auto;
  margin-bottom: 8rem;
  border-radius: 2.1428571429vw;
  width: 74.2857142857vw;
  margin-inline: auto;
  margin-bottom: 5.7142857143vw;
  -webkit-box-shadow: 0 0 50px rgba(255, 222, 175, 0.3), 0 0 30px rgba(255, 222, 175, 0.5);
          box-shadow: 0 0 50px rgba(255, 222, 175, 0.3), 0 0 30px rgba(255, 222, 175, 0.5);
}
@media (max-width: 767px) {
  .p-feature__box {
    width: 33.5rem;
    margin-bottom: 6rem;
    border-radius: 3rem;
  }
}

.p-feature-box__header {
  font-size: 3.6rem;
  font-size: 2.5714285714vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F29B76;
  color: #fff;
  padding: 1.5rem;
  padding: 1.0714285714vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-feature-box__header {
    font-size: 2.8rem;
    padding: 1.5rem;
  }
}

.p-feature-box__body {
  background-color: #fff;
  padding-inline: 5rem;
  padding-top: 5rem;
  padding-bottom: 8rem;
  padding-inline: 3.5714285714vw;
  padding-top: 3.5714285714vw;
  padding-bottom: 5.7142857143vw;
}
@media (max-width: 767px) {
  .p-feature-box__body {
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-inline: unset;
  }
}

.p-feature-box__body-text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5rem;
  letter-spacing: 0.06rem;
  width: 80rem;
  width: 57.1428571429vw;
  font-size: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.0428571429vw;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .p-feature-box__body-text {
    font-size: 1.8rem;
    width: 30rem;
    margin-bottom: 5rem;
    letter-spacing: 0.06rem;
  }
}

.p-feature-box__body-item-flex01 {
  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: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
  margin-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-feature-box__body-item-flex01-img {
  width: 45rem;
  width: 32.1428571429vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex01-img {
    width: 22.5rem;
    margin-inline: auto;
  }
}

.p-feature-box__body-item-flex02 {
  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: 3.8rem;
     -moz-column-gap: 3.8rem;
          column-gap: 3.8rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 2.7142857143vw;
     -moz-column-gap: 2.7142857143vw;
          column-gap: 2.7142857143vw;
  margin-bottom: 3.5714285714vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
    margin-bottom: unset;
  }
}

.p-feature-box__body-item-flex02-img {
  width: 28rem;
  width: 20vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex02-img {
    width: 14rem;
  }
}

.p-feature-box__body-item-flex02-img-center {
  width: 30.4rem;
  width: 21.7142857143vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex02-img-center {
    width: 15.2rem;
  }
}

.p-feature-box__body-item-flex03 {
  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: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
  margin-bottom: 3.5714285714vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    margin-bottom: 1rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-feature-box__body-item-flex03-img {
  width: 40rem;
  width: 28.5714285714vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex03-img {
    width: 24rem;
  }
}

.p-feature-box__body-title {
  font-size: 3.2rem;
  font-size: 2.2857142857vw;
  font-weight: 800;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EB6101;
  margin-bottom: 3rem;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.p-feature-box__body-item-flex04 {
  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: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 5rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
  margin-bottom: 6.4285714286vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    margin-bottom: 4rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-feature-box__body-item-flex04-img {
  width: 42rem;
  width: 30vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex04-img {
    width: 25rem;
  }
}

.p-feature-box__body-item-flex05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex05 {
    -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-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-feature-box__body-item-flex05-text {
  width: 40rem;
  font-size: 2rem;
  width: 28.5714285714vw;
  font-size: 1.4285714286vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex05-text {
    width: 30rem;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-feature-box__body-item-flex05-img {
  width: 42rem;
  width: 30vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex05-img {
    width: 25rem;
  }
}

.p-feature-box__body-item-flex06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  margin-bottom: 2rem;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  margin-bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex06 {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    margin-bottom: 2rem;
  }
}

.p-feature-box__body-item-time {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  min-width: 5.3rem;
  font-size: 1.4285714286vw;
  margin-bottom: 0.7142857143vw;
  min-width: 3.7857142857vw;
  text-align: right;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-time {
    font-size: 1.6rem;
    margin-bottom: 0.95rem;
    min-width: 5.3rem;
  }
}

.p-feature-box__body-item-flex06-img {
  width: 2rem;
  width: 1.4285714286vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-flex06-img {
    width: 1.6rem;
  }
}

.p-feature-box__body-item-text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.4285714286vw;
  margin-bottom: 0.7142857143vw;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-feature-box__body-item-text02 {
  font-size: 1.6rem;
  font-size: max(1.1428571429vw, 10px);
  font-weight: 400;
  text-align: left;
  width: 60rem;
  width: 42.8571428571vw;
  margin-inline: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-feature-box__body-item-text02 {
    font-size: 1.4rem;
    width: 30rem;
    white-space: normal;
  }
}

.p-place {
  padding-top: 10rem;
  padding-top: 7.1428571429vw;
}
@media (max-width: 767px) {
  .p-place {
    padding-top: 3rem;
  }
}

.p-place-text h3 {
  font-size: 3rem;
  font-size: 2.1428571429vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-place-text h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.p-place-text p {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 400;
  width: 80rem;
  width: 57.1428571429vw;
  margin-inline: auto;
  margin-bottom: 7rem;
  margin-bottom: 5vw;
}
@media (max-width: 767px) {
  .p-place-text p {
    font-size: 1.8rem;
    width: 33.5rem;
    margin-bottom: 3rem;
  }
}

.p-place__box {
  border-radius: 3rem;
  overflow: hidden;
  width: 104rem;
  margin-inline: auto;
  margin-bottom: 8rem;
  border-radius: 2.1428571429vw;
  width: 74.2857142857vw;
  margin-bottom: 5.7142857143vw;
  -webkit-box-shadow: 0 0 50px rgba(255, 222, 175, 0.3), 0 0 30px rgba(255, 222, 175, 0.5);
          box-shadow: 0 0 50px rgba(255, 222, 175, 0.3), 0 0 30px rgba(255, 222, 175, 0.5);
}
@media (max-width: 767px) {
  .p-place__box {
    width: 33.5rem;
    border: 0.1rem solid #FBD8C9;
    border-radius: 3rem;
    margin-bottom: 8rem;
  }
}

.p-place-box__header {
  font-size: 3.6rem;
  font-size: 2.5714285714vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F29B76;
  color: #fff;
  padding: 1.5rem;
  padding: 1.0714285714vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-place-box__header {
    font-size: 2.8rem;
    padding: 1.5rem;
  }
}

.p-place-box__body {
  background-color: #fff;
  padding-inline: 5rem;
  padding-top: 5rem;
  padding-bottom: 8rem;
  padding-inline: 3.5714285714vw;
  padding-top: 3.5714285714vw;
  padding-bottom: 5.7142857143vw;
}
@media (max-width: 767px) {
  .p-place-box__body {
    padding-inline: 2rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.p-place-box__body-text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5rem;
  letter-spacing: 0.06rem;
  width: 40rem;
  font-size: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.0428571429vw;
  width: 28.5714285714vw;
  margin-inline: auto;
  text-align: left;
  line-height: 1.6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-place-box__body-text {
    width: 30rem;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    letter-spacing: 0.06rem;
  }
}

.p-place-box__body-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
}
@media (max-width: 767px) {
  .p-place-box__body-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-place-box__body-img {
  width: 48rem;
  width: 34.2857142857vw;
}
@media (max-width: 767px) {
  .p-place-box__body-img {
    width: 28rem;
    margin-inline: auto;
  }
}

.p-place-box__body-text02 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5rem;
  letter-spacing: 0.06rem;
  width: 80rem;
  font-size: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.0428571429vw;
  width: 57.1428571429vw;
  margin-inline: auto;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-place-box__body-text02 {
    width: 30rem;
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    margin-bottom: 3rem;
  }
}

.p-place-box__body-item-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-bottom: 4rem;
  -webkit-column-gap: 4.2857142857vw;
     -moz-column-gap: 4.2857142857vw;
          column-gap: 4.2857142857vw;
  margin-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .p-place-box__body-item-flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-bottom: 2rem;
    row-gap: 2rem;
  }
}

.p-place-box__body-img02 {
  width: 35rem;
  width: 25vw;
}
@media (max-width: 767px) {
  .p-place-box__body-img02 {
    width: 28rem;
    margin-inline: auto;
  }
}

.p-place-box__body-img03 {
  width: 45rem;
  width: 32.1428571429vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-place-box__body-img03 {
    width: 28rem;
    margin-inline: auto;
  }
}

.p-place-box__body-item-flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-bottom: 4rem;
  -webkit-column-gap: 4.2857142857vw;
     -moz-column-gap: 4.2857142857vw;
          column-gap: 4.2857142857vw;
  margin-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .p-place-box__body-item-flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.p-place-box__body-text03 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5rem;
  letter-spacing: 0.06rem;
  width: 80rem;
  margin-inline: auto;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.0428571429vw;
  width: 57.1428571429vw;
}
@media (max-width: 767px) {
  .p-place-box__body-text03 {
    width: 30rem;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    letter-spacing: 0.06rem;
  }
}

.p-place-box__body-img04 {
  width: 32rem;
  width: 22.8571428571vw;
}
@media (max-width: 767px) {
  .p-place-box__body-img04 {
    width: 28rem;
    margin-inline: auto;
  }
}

.p-place-box__body-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
}
@media (max-width: 767px) {
  .p-place-box__body-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.p-place-box__body-text04 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5rem;
  letter-spacing: 0.06rem;
  width: 80rem;
  margin-inline: auto;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.0428571429vw;
  width: 57.1428571429vw;
}
@media (max-width: 767px) {
  .p-place-box__body-text04 {
    width: 30rem;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    letter-spacing: 0.06rem;
  }
}

.p-place-box__body-img05 {
  width: 48rem;
  width: 34.2857142857vw;
}
@media (max-width: 767px) {
  .p-place-box__body-img05 {
    width: 28rem;
    margin-inline: auto;
  }
}

.p-place-box__body-img06 {
  width: 40rem;
  width: 28.5714285714vw;
}
@media (max-width: 767px) {
  .p-place-box__body-img06 {
    width: 28rem;
    margin-inline: auto;
  }
}

.c-top-section__title {
  font-size: 4rem;
  font-size: 2.8571428571vw;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EB6101;
  text-align: center;
}
@media (max-width: 767px) {
  .c-top-section__title {
    font-size: 3.2rem;
    font-weight: 800;
    white-space: nowrap;
  }
}

.c-top-section__title-white {
  font-size: 4rem;
  font-size: 2.8571428571vw;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-top-section__title-white {
    font-size: 3.2rem;
    font-weight: 800;
    white-space: nowrap;
  }
}

.c-lower-section__title {
  font-size: 3.6rem;
  font-size: 2.5714285714vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EB6101;
  text-align: center;
}
@media (max-width: 767px) {
  .c-lower-section__title {
    font-size: 3rem;
    font-weight: 800;
    white-space: nowrap;
  }
}

.c-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -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.5s;
  transition: all 0.5s;
  width: 17rem;
  -webkit-column-gap: 0.7142857143vw;
     -moz-column-gap: 0.7142857143vw;
          column-gap: 0.7142857143vw;
  width: 12.1428571429vw;
}
.c-top-btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-top-btn {
    margin-left: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    width: 17rem;
  }
}

.c-top-btn__text {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 800;
  color: #FF811D;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 767px) {
  .c-top-btn__text {
    font-size: 1.8rem;
  }
}

.c-top-btn__img {
  width: 5rem;
  width: 3.5714285714vw;
}
@media (max-width: 767px) {
  .c-top-btn__img {
    width: 5rem;
  }
}

.c-top-btn__text-white {
  font-size: 2rem;
  font-size: 1.4285714286vw;
  font-weight: 800;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-top-btn__text-white:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-top-btn__text-white {
    font-size: 2rem;
  }
}

.c-header-title {
  background-image: url(../img-file/common/pc-title-bg.webp);
  background-size: cover;
  width: 120rem;
  height: 32rem;
  width: 85.7142857143vw;
  height: 22.8571428571vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .c-header-title {
    background-image: url(../img-file/common/sp-title-bg.webp);
    width: 33.5rem;
    height: 18rem;
  }
}

.c-header-title-text {
  font-size: 5rem;
  font-size: 3.5714285714vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EB6101;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-header-title-text {
    font-size: 3.6rem;
    width: 28rem;
  }
}

/* ローディング画面のスタイル */
#c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff8ee;
  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;
  z-index: 9999;
}

/* ロゴの初期位置（下から登場） */
#c-loading-logo {
  opacity: 0;
  width: 50rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #c-loading-logo {
    width: 30rem;
  }
}

.u-text-title-adjust {
  text-align: left;
  margin-bottom: 3rem;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 767px) {
  .u-text-title-adjust {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.u-top-feature-btn-adjust {
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-top-feature-btn-adjust:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .u-top-feature-btn-adjust {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}

.u-top-place-btn-adjust {
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-top-place-btn-adjust:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .u-top-place-btn-adjust {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-top-feature-__flex-item-img-adjust02 {
  margin-top: 6rem;
  margin-top: 4.2857142857vw;
}
@media (max-width: 767px) {
  .u-top-feature-__flex-item-img-adjust02 {
    margin-top: unset;
    width: 17rem;
  }
}

@media (max-width: 767px) {
  .u-top-feature-__flex-item-img-adjust01 {
    width: 100%;
    width: 35.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .u-top-feature-__flex-item-img-adjust03 {
    width: 17rem;
  }
}

.u-top-access__title-adjust {
  text-align: left;
  margin-bottom: 3rem;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 767px) {
  .u-top-access__title-adjust {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .u-feature-text-sp {
    margin-bottom: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */