@charset "UTF-8";
/*@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Medium-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Medium-Subset.woff) format("woff");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Bold-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Bold-Subset.woff) format("woff");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Black-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Black-Subset.woff) format("woff");
}

// 縦書き・横書き両用のフォントが使えないので
@font-face {
  font-family: "Zen Maru Gothic ALL";
  font-weight: 700;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Bold.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Bold.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
  src: url(../font/Roboto-Bold-Subset.woff2) format("woff2"),
    url(../font/Roboto-Bold-Subset.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-display: swap;
  src: url(../font/Roboto-Black-Subset.woff2) format("woff2"),
    url(../font/Roboto-Black-Subset.woff) format("woff");
}*/
@font-face {
  font-family: "NotoSansJP";
  font-weight: 900;
  font-display: swap;
  src: url(../font/NotoSansJP-Black-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Black-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-display: swap;
  src: url(../font/NotoSansJP-Regular-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Regular-Subset.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-weight: 900;
  font-display: swap;
  src: url(../font/Raleway-Black-Subset.woff2) format("woff2"), url(../font/Raleway-Black-Subset.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-display: swap;
  src: url(../font/Raleway-Bold-Subset.woff2) format("woff2"), url(../font/Raleway-Bold-Subset.woff) format("woff");
}
.p-fv {
  margin-top: 102px;
  background: #E6E1CF;
  width: 100%;
  padding: 60px 0 9.8vw;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-fv {
    height: auto;
    margin-top: 80px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv {
    height: auto;
    margin-top: 64px;
    padding: 0 0 max(64px, 10.625vw);
  }
}
.p-fv {
  /*&::before{
      position: absolute;
      content: "";
      background-image: url("../media/images/common/bg_beige_bottom.svg");
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      left: 0;
      aspect-ratio: 1440/153;
      width: 100vw;
      z-index: 2;
  }
  &::after{
      position: absolute;
      content: "";
      background: #F5F5F5;
      left: 0;
      bottom: 0;
      z-index: 1;
      aspect-ratio: 1440/153;
      width: 100vw;
  }*/
}

.p-fv-bg-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/153;
  width: 100vw;
}
.p-fv-bg-deco__img {
  position: relative;
  width: 100vw;
  z-index: 2;
}
.p-fv-bg-deco::after {
  position: absolute;
  content: "";
  background: #F5F5F5;
  left: 0;
  bottom: 0;
  z-index: 1;
  aspect-ratio: 1440/153;
  width: 100vw;
}

.p-fv__inner {
  padding-left: 63px;
  padding-right: 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 44px;
}
@media only screen and (max-width: 1279px) {
  .p-fv__inner {
    gap: 32px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p-fv__inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__inner {
    gap: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__inner {
    padding: 0 12px;
  }
}

.p-fv__content {
  flex-shrink: 0;
  width: 484px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  .p-fv__content {
    width: 410px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__content {
    width: 340px;
  }
}
.p-fv__content {
  /*@media only screen and (max-width: 900px) and (min-width: 601px) {
      display: flex;
      width: 100%;
      max-width: 700px;
      justify-content: center;
      align-items: center;
  }
  @media only screen and (max-width: 600px) {
      max-width: 484px;
      width: 100%;
  }*/
}

.p-fv__subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__subtitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__subtitle {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.p-fv__subtitle {
  /*@media only screen and (max-width: 900px) and (min-width: 601px) {
      padding: 20px 0;
  }
  @media only screen and (max-width: 900px) {
     // width: 42%;

  }*/
}
@media only screen and (max-width: 767px) {
  .p-fv__subtitle {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .p-fv__subtitle {
    width: 322px;
  }
}
.p-fv__subtitle {
  /*@media only screen and (max-width: 767px) {
      width: 252px;
  }
  @media only screen and (max-width: 600px) {
      width: 100%;
  }*/
}

.p-fv__subtitle-para--1 {
  font-size: 46px;
  color: #9F8F52;
  text-shadow: 0px 4px 10px rgba(197, 193, 177, 0.65);
}
@media only screen and (max-width: 1400px) {
  .p-fv__subtitle-para--1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__subtitle-para--1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__subtitle-para--1 {
    font-size: 26px;
  }
}

.p-fv__title {
  font-weight: 700;
  font-size: 58px;
  color: #9F8F52;
  line-height: 1.6;
  padding: 30px 0;
  position: relative;
  text-shadow: 0px 4px 10px rgba(197, 193, 177, 0.65);
}
@media only screen and (max-width: 1400px) {
  .p-fv__title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__title {
    font-size: 38px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-fv__title {
    padding-left: 16px;
    margin-left: 16px;
    min-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 34px;
    min-width: 300px;
  }
}
.p-fv__title {
  /*@media only screen and (max-width: 600px) {
      padding: 16px 0;
      margin-left: 0;
  }*/
}
.p-fv__title::before, .p-fv__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #9F8F52;
  left: 0;
  /*@media only screen and (max-width: 900px) and (min-width: 601px) {
      width: 2px;
      height: 100%;
  }*/
}
.p-fv__title::before {
  top: 2px;
}
.p-fv__title::after {
  bottom: 2px;
  /*@media only screen and (max-width: 900px) and (min-width: 601px) {
      content: none;
  }*/
}

.p-fv__title-para--1 {
  font-size: 54px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__title-para--1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__title-para--1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__title-para--1 {
    font-size: 32px;
  }
}

.p-fv__title-para-small {
  font-size: 44px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__title-para-small {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__title-para-small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__title-para-small {
    font-size: 26px;
  }
}

.p-fv__slide {
  max-width: 819px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.p-fv-slide__slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-fv-slide__slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
  flex-shrink: 0;
}
.p-fv-slide__slide .swiper-pagination-bullet {
  margin: 0 8px !important;
  background: #F4F2EA !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}
@media only screen and (max-width: 767px) {
  .p-fv-slide__slide .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
  }
}
.p-fv-slide__slide .swiper-pagination-bullet-active {
  background: #A5934F !important;
}

.p-fv-slide__slide-item {
  max-width: 819px !important;
  width: 100% !important;
}

.p-fv-slide__img {
  width: 100% !important;
}

.p-fv-slide__pagination {
  position: absolute;
  z-index: 1;
  right: 26px !important;
  bottom: 16px !important;
  left: unset !important;
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .p-fv-slide__pagination {
    gap: 10px;
    right: 50% !important;
    transform: translateX(50%);
  }
}

.p-fv-slide__prev, .p-fv-slide__next {
  width: 40px !important;
  height: 40px !important;
  background-image: url("./../media/images/home/fv_slide_icon.svg");
  background-size: contain;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .p-fv-slide__prev, .p-fv-slide__next {
    width: 30px !important;
    height: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-fv-slide__prev, .p-fv-slide__next {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .p-fv-slide__prev:hover, .p-fv-slide__next:hover {
    opacity: 0.7;
  }
}

.p-fv-slide__prev {
  transform: rotateY(180deg);
}

.c-section-title {
  text-align: center;
}

.c-section-title__sub {
  font-size: 24px;
  font-weight: 900;
  color: #A5934F;
  line-height: 1.167;
  font-family: "Raleway", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-section-title__sub {
    font-size: 18px;
  }
}

.c-section-title__main {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-section-title__main {
    font-size: 26px;
  }
}

.c-section-text-wrap {
  margin-top: 32px;
  margin-top: 16px;
}

.c-section-text {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c-section-text {
    font-size: 16px;
  }
}

.c-section-text-hightlight {
  font-size: 24px;
  color: #A5934F;
}
@media only screen and (max-width: 767px) {
  .c-section-text-hightlight {
    font-size: 18px;
  }
}

.p-home-section {
  padding: 110px 0;
}
@media only screen and (max-width: 767px) {
  .p-home-section {
    padding: 64px 0;
  }
}

.p-features-card-list {
  display: flex;
  gap: 78px 52px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list {
    gap: 40px;
  }
}

.p-features-card-list__wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__wrap {
    margin-top: 24px;
  }
}

.p-features-card-list__item {
  border-radius: 20px;
  overflow: hidden;
  width: 365px;
  text-shadow: 0px 0px 20px rgba(150, 150, 150, 0.09);
}

.p-features-card-list__content {
  background: #F1F1E9;
  padding: 16px;
  min-height: 250px;
}

.p-features-card-list__title {
  height: 82px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-features-card-list__title-inner {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-inner {
    font-size: 18px;
  }
}

.p-features-card-list__text {
  margin-top: 10px;
  color: #555555;
}

.p-features-card-list__title--underline {
  font-weight: 900;
}

.p-features-service-list__wrap {
  margin-top: 48px;
}

.p-features-service-list__item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-features-service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 48px;
  border-radius: 20px;
  border: 1px solid #A5934F;
  padding: 52px 42px;
}
@media only screen and (max-width: 1400px) {
  .p-features-service-list {
    padding: 52px 30px;
    gap: 40px 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-features-service-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-features-service-list {
    padding: 32px 20px;
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .p-features-service-list {
    grid-template-columns: auto;
    justify-content: center;
  }
}

@media only screen and (max-width: 1279px) {
  .p-features-service-list__img-wrap {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-features-service-list__img-wrap {
    max-width: 60px;
  }
}

.p-features-service-list__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-features-service-list__title {
    font-size: 16px;
  }
}

.p-features-service-list__title-brackets {
  font-size: 16px;
}

.p-features-card-list__title-highlight {
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-features-card-list__title-highlight::before {
  position: absolute;
  content: "";
  height: 8px;
  background-image: url(../media/images/home/underline_features1.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 106px;
  aspect-ratio: 106/8;
  bottom: 4px;
  left: -4px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight::before {
    width: 83px;
    bottom: 1px;
    left: -5px;
  }
}
.p-features-card-list__title-highlight--2::before {
  background-image: url(../media/images/home/underline_features2.png.webp);
  width: 203px;
  aspect-ratio: 203/8;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight--2::before {
    width: 157px;
  }
}
.p-features-card-list__title-highlight--3::before {
  background-image: url(../media/images/home/underline_features3.png.webp);
  width: 166px;
  aspect-ratio: 166/8;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight--3::before {
    width: 124px;
  }
}
.p-features-card-list__title-highlight--4::before {
  background-image: url(../media/images/home/underline_features4.png.webp);
  width: 252px;
  aspect-ratio: 252/8;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight--4::before {
    width: 194px;
  }
}
.p-features-card-list__title-highlight--5::before {
  background-image: url(../media/images/home/underline_features5.png.webp);
  width: 82px;
  aspect-ratio: 82/8;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight--5::before {
    width: 64px;
  }
}
.p-features-card-list__title-highlight--6::before {
  background-image: url(../media/images/home/underline_features6.png.webp);
  width: 215px;
  aspect-ratio: 215/8;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list__title-highlight--6::before {
    width: 157px;
  }
}

.p-working-price {
  background: #E6E1CF;
  border-radius: 20px;
  padding: 48px max(50% - 558px, 30px);
}
@media only screen and (max-width: 767px) {
  .p-working-price {
    padding: 48px 20px;
  }
}
@media only screen and (max-width: 399px) {
  .p-working-price {
    padding: 48px 12px;
  }
}

.p-working-price__col-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 36px;
}
@media only screen and (max-width: 1279px) {
  .p-working-price__col-wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .p-working-price__col-wrap {
    grid-template-columns: auto;
  }
}

.p-working-price__col {
  background: #73AFA7;
  border-radius: 20px;
  padding: 26px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-working-price__col {
    padding: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .p-working-price__col {
    padding: 20px 12px;
  }
}

.p-working-price__col--blue {
  background: #6284AB;
}
.p-working-price__col--blue .p-working-price__title {
  color: #476282;
}

.p-working-price__title {
  color: #418279;
  background: #fff;
  border-radius: 10px;
  padding: 4px 50px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-working-price__title {
    font-size: 16px;
  }
}

.p-working-price__img-wrap {
  margin-top: 26px;
}

.p-working-price__price {
  margin-top: 26px;
}

.p-working-price__price-title {
  font-size: 26px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .p-working-price__price-title {
    font-size: 18px;
  }
}

.p-working-price__price-num {
  line-height: 1.2;
  font-size: 56px;
  font-weight: 900;
}
@media only screen and (max-width: 1023px) {
  .p-working-price__price-num {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .p-working-price__price-num {
    font-size: 32px;
  }
}

.p-working-price__price-status {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.p-working-price__price-unit {
  font-size: 26px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .p-working-price__price-unit {
    font-size: 18px;
  }
}

.p-working-price-list-wrap {
  margin-top: 26px;
}

.p-working-price-list {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}

.p-working-price-list__item {
  font-weight: 900;
  width: fit-content;
  font-size: 18px;
  padding-left: 24px;
  position: relative;
}
@media only screen and (max-width: 399px) {
  .p-working-price-list__item {
    font-size: 17px;
  }
}
.p-working-price-list__item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.p-working-price-note-list-wrap {
  margin-top: 16px;
}

.p-working-price-note-list__item {
  position: relative;
  padding-left: 1em;
}
.p-working-price-note-list__item::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.p-working-price-note-list__item:nth-child(n+2) {
  margin-top: 3px;
}

.p-working-price-note-list__bold {
  font-weight: 700;
}

.p-home-section--access {
  background: #E6E1CF;
  padding-top: 10vw;
  position: relative;
  padding-top: 6vw;
  margin-top: 4vw;
}
@media only screen and (max-width: 767px) {
  .p-home-section--access {
    padding-top: calc(27px + 10.625vw);
    margin-top: 10.625vw;
    padding-top: 27px;
  }
}
.p-home-section--access::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/common/bg_beige_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -4vw;
  left: 0;
  aspect-ratio: 1440/154;
  width: 100vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-home-section--access::before {
    top: 0;
  }
}
.p-home-section--access::after {
  position: absolute;
  content: "";
  background: #F5F5F5;
  left: 0;
  top: -4vw;
  z-index: 1;
  aspect-ratio: 1440/153;
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .p-home-section--access::after {
    top: 0;
  }
}

.p-access-title {
  position: relative;
  z-index: 3;
}

.p-access-list__item:nth-child(n+2) {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-access-list__item:nth-child(n+2) {
    margin-top: 64px;
  }
}

.p-access-list__title-sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}
@media only screen and (max-width: 767px) {
  .p-access-list__title-sub {
    font-size: 18px;
  }
}

.p-access-list__title-main {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .p-access-list__title-main {
    font-size: 22px;
  }
}

.p-access-list__title {
  text-align: center;
  position: relative;
  width: fit-content;
  padding: 0 84px;
  margin: 0 auto;
}

.p-access-list__wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .p-access-list__wrap {
    margin-top: 32px;
  }
}

.p-access-list__col {
  display: flex;
  gap: 68px;
  margin-top: 60px;
}
@media only screen and (max-width: 1279px) {
  .p-access-list__col {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-access-list__col {
    flex-direction: column;
    max-width: 470px;
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-list__col {
    margin-top: 32px;
    gap: 32px;
  }
}

.p-access-list__title::before, .p-access-list__title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #313131;
}

.p-access-list__title::before {
  left: 0;
}

.p-access-list__title::after {
  right: 0;
}

.p-access-list__map {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-access-list__map {
    height: 320px;
    width: 100%;
    max-width: 470px;
  }
}

.p-access-list__content {
  width: 100%;
}

.p-access-list__catch {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-access-list__catch {
    font-size: 18px;
  }
}

.p-access-list__text {
  font-size: 18px;
}
@media only screen and (max-width: 399px) {
  .p-access-list__text {
    font-size: 17px;
  }
}

.p-access-list__text--small {
  font-size: 14px;
}

.p-access-list__text + .p-access-list__text {
  margin-top: 24px;
}

.p-access-list__hours-col {
  margin-top: 48px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .p-access-list__hours-col {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-access-list__hours-col {
    flex-direction: column;
  }
}

.p-access-list__hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  width: 100%;
  background: #7B7579;
  border-radius: 10px;
  color: #fff;
  /* font-weight: 700; */
}

.p-access-list__hours-week {
  font-size: 18px;
  font-weight: 700;
}
.p-access-list__hours-time {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-access-list__hours-time {
    font-size: 20px;
  }
}

.p-access-list__hours--blue {
  background: #6284AB;
}

.p-access-list__note {
  margin-top: 10px;
  font-size: 18px;
}
.c-contact-btn__link {
  padding: 20px 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background: #A5934F;
  border-radius: 10px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 559px;
  width: 100%;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-contact-btn__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact-btn__link {
    font-size: 18px;
    max-width: 470px;
  }
}

.c-contact-btn__catch {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-contact-btn__catch {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact-btn__catch {
    font-size: 17px;
  }
}

.c-contact-btn {
  text-align: center;
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .c-contact-btn {
    margin-top: 54px;
  }
}

.p-flow-list__wrap {
  margin-top: 32px;
}

.p-flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 0;
  position: relative;
}
.p-flow-list::after {
  content: "";
  display: block;
  width: 480px;
}
@media only screen and (max-width: 859px) {
  .p-flow-list::after {
    content: none;
  }
}
@media only screen and (max-width: 859px) {
  .p-flow-list {
    flex-direction: column;
    gap: 80px;
    align-items: center;
  }
}

.p-flow-list__item {
  border: 1px solid #A5934F;
  border-radius: 20px;
  padding: 38px 30px;
  width: 320px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 859px) {
  .p-flow-list__item {
    width: 100%;
    max-width: 320px;
  }
}
.p-flow-list__item:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 859px) {
  .p-flow-list__item:not(:last-child) {
    margin-right: 0;
  }
}
.p-flow-list__item:not(:last-child)::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/home/flow_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.67px;
  height: 33.33px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 859px) {
  .p-flow-list__item:not(:last-child)::before {
    top: unset;
    bottom: -40px;
    right: 50%;
    transform: translateY(50%) rotatez(90deg);
  }
}

.p-flow-list__num {
  font-weight: 700;
  color: #A5934F;
  line-height: 1.2;
}

.p-flow-list__img-wrap {
  margin-top: 18px;
}

.p-flow-list__content {
  margin-top: 16px;
}

.p-flow-list__title {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-flow-list__title {
    font-size: 16px;
  }
}

.p-flow-list__text {
  margin-top: 16px;
}

.p-flow-list__text-highlight {
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-flow-list__text-highlight::before {
  position: absolute;
  content: "";
  height: 8px;
  background-image: url(../media/images/home/underline_flow1.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  aspect-ratio: 124/8;
  bottom: 1.5px;
  left: -6px;
  z-index: -1;
}
.p-flow-list__text-highlight--2::before {
  height: 10px;
  background-image: url(../media/images/home/underline_flow2.png.webp);
  width: 209px;
  aspect-ratio: 209/10;
}
.p-flow-list__text-highlight--3::before {
  background-image: url(../media/images/home/underline_flow3.png.webp);
  width: 124px;
  aspect-ratio: 124/8;
}

.p-flow-list__btn {
  margin-top: 60px;
}

.p-home-section--flow {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-home-section--flow {
    padding-bottom: 64px;
  }
}

.p-home-section--voice {
  background: #F1F1E9;
  position: relative;
  padding-top: 8.75vw;
  padding-bottom: 0;
  margin-top: 4vw;
  padding-top: 4.75vw;
}
@media only screen and (max-width: 767px) {
  .p-home-section--voice {
    padding-top: calc(27px + 10.625vw);
    padding-bottom: 27px;
    margin-top: 10.625vw;
    padding-top: 27px;
  }
}
.p-home-section--voice::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/common/bg_light_beige_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -4vw;
  left: 0;
  aspect-ratio: 1440/153;
  width: 100vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-home-section--voice::before {
    top: 0;
  }
}
.p-home-section--voice::after {
  position: absolute;
  content: "";
  background: #F5F5F5;
  left: 0;
  top: -4vw;
  z-index: 1;
  aspect-ratio: 1440/153;
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .p-home-section--voice::after {
    top: 0;
  }
}

.p-voice-title {
  position: relative;
  z-index: 3;
}

.p-voice-card-list__wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-voice-card-list__wrap {
    margin-top: 24px;
  }
}

.p-voice-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .p-voice-card-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-voice-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .p-voice-card-list {
    grid-template-columns: auto;
  }
}

.p-voice-card-list__item {
  border-radius: 20px;
  padding: 32px 30px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-voice-card-list__item {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 399px) {
  .p-voice-card-list__item {
    padding: 32px 18px;
  }
}

.p-voice-card-list__meta {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 14px;
}

.p-voice-card-list__comment {
  padding-top: 14px;
  border-top: 1px solid #A5934F;
}

.p-voice-card-list__highlight {
  font-weight: 700;
  color: #A5934F;
}

.p-home-section--faq {
  position: relative;
  /*&::before{
      position: absolute;
      content: "";
      background-image: url("../media/images/common/bg_light_beige_bottom.svg");
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      left: 0;
      aspect-ratio: 1440/153;
      width: 100vw;
      z-index: 2;
      transform: translateY(-100%);
  }*/
}
.p-home-section--faq::after {
  position: absolute;
  content: "";
  background: #F5F5F5;
  left: 0;
  top: 0;
  z-index: 1;
  aspect-ratio: 1440/153;
  width: 100vw;
  transform: translateY(-100%);
}

.p-faq-list {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list {
    margin-top: 24px;
  }
}

.p-faq-list__item:nth-child(n+2) {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .p-faq-list__item {
    cursor: pointer;
  }
}

.p-faq-list__question {
  font-size: 22px;
  font-weight: 700;
  padding: 16px 34px 22px 59px;
  border-bottom: 1px solid #313131;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__question {
    font-size: 18px;
    padding: 16px 34px 22px 47px;
  }
}
.p-faq-list__question::before {
  position: absolute;
  content: "Q";
  font-family: "Raleway", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #A5934F;
  top: 0;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__question::before {
    font-size: 32px;
    top: 4px;
  }
}
.p-faq-list__question::after {
  position: absolute;
  content: "";
  background-image: url("../media/images/home/faq_arrow.png.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s;
}
.p-faq-list__question.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-faq-list__answer {
  padding: 8px 10px 8px 55px;
  margin-top: 16px;
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__answer {
    padding: 8px 10px 8px 43px;
  }
}
.p-faq-list__answer::before {
  line-height: 1.2;
  position: absolute;
  content: "A";
  font-family: "Raleway", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #A5934F;
  top: 0;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__answer::before {
    font-size: 32px;
    top: 4px;
  }
}

.p-working-slide {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .p-working-slide {
    margin-top: 72px;
  }
}

.p-working-slide__item {
  position: relative;
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .p-working-slide__item {
    width: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-working-slide__item {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .p-working-slide__item {
    width: 100%;
  }
}

.p-working-slide__slide {
  border-radius: 20px;
}
.p-working-slide__slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}
.p-working-slide__slide .swiper-pagination-bullet {
  background: #E6E1CF !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
}
@media only screen and (max-width: 767px) {
  .p-working-slide__slide .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
  }
}
.p-working-slide__slide .swiper-pagination-bullet-active {
  background: #A5934F !important;
}

@media only screen and (max-width: 767px) {
  .p-working-slide__img {
    width: 100%;
  }
}

/*.p-working-slide__pagination{
    width: fit-content !important;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 60px auto 0;
    @media only screen and (max-width: 767px) {
        margin-top: 32px;
        gap: 10px;
    }
}
.p-working-slide__prev,.p-working-slide__next{
    width: 40px !important;
    height: 40px !important;
    background-image: url("./../media/images/home/working_slide_icon.svg");
    background-size: contain;
    transition: all 0.3s;
    opacity: 1;
    @media only screen and (max-width: 767px) {
    width: 30px !important;
    height: 30px !important;
    }
    @media only screen and (min-width: 768px) {
        cursor: pointer;
    }
    &:hover{
        @media only screen and (min-width: 768px) {
            opacity: 0.7;
        }

    }
}
.p-working-slide__prev{
    transform: rotateY(180deg);
}*/
.p-working-slide__text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(45, 37, 34, 0.6);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 36px;
  width: 100%;
}

.p-home-section--contact {
  background: #E6E1CF;
}

.p-contact__btn {
  margin-top: 24px;
}

.c-slide-pagination {
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-slide-pagination {
    margin-top: 32px;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-slide-pagination__prev, .c-slide-pagination__next {
    width: 30px !important;
    height: 30px !important;
  }
}
.c-slide-pagination__prev, .c-slide-pagination__next {
  width: 40px !important;
  height: 40px !important;
  background-image: url("./../media/images/home/working_slide_icon.svg");
  background-size: contain;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .c-slide-pagination__prev, .c-slide-pagination__next {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .c-slide-pagination__prev:hover, .c-slide-pagination__next:hover {
    opacity: 0.7;
  }
}

.c-slide-pagination__prev {
  transform: rotateY(180deg);
}

.p-features-card-list {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-features-card-list {
    gap: 0;
  }
}
.p-features-card-list .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}
.p-features-card-list .swiper-pagination-bullet {
  background: #E6E1CF !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px !important;
}
.p-features-card-list .swiper-pagination-bullet-active {
  background: #A5934F !important;
}
@media only screen and (min-width: 768px) {
  .p-features-card-list .swiper-wrapper {
    display: contents;
  }
}

@media only screen and (min-width: 768px) {
  .p-features-slide__pagination {
    display: none;
  }
}

.p-features-card-list__item {
  width: 100%;
  max-width: 365px;
}
@media only screen and (min-width: 768px) {
  .p-features-card-list__item {
    margin-right: 0 !important;
  }
}

.p-home-section--voice {
  padding-bottom: 10.625vw;
}
@media only screen and (max-width: 767px) {
  .p-home-section--voice {
    padding-bottom: 64px;
  }
}

.p-home-section--access {
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .p-home-section--access {
    padding-bottom: 64px;
    margin-top: 0;
  }
}
.p-home-section--access::before {
  background-color: #F1F1E9;
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
  .p-fv__content {
    display: flex;
    width: 100%;
    max-width: 700px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__content {
    max-width: 484px;
    width: 100%;
  }
}

.p-fv__subtitle {
  font-size: 34px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__subtitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .p-fv__subtitle {
    padding: 20px 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__subtitle {
    font-size: 22px;
    padding-bottom: 16px;
  }
}

.p-fv__subtitle-para--1 {
  font-size: 38px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__subtitle-para--1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__subtitle-para--1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__subtitle-para--1 {
    font-size: 24px;
  }
}

.p-fv__title {
  font-size: 44px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__title {
    padding: 16px 0;
    margin-left: 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .p-fv__title::before, .p-fv__title::after {
    width: 2px;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .p-fv__title::after {
    content: none;
  }
}

.p-fv__title-para--1 {
  font-size: 42px;
}
@media only screen and (max-width: 1400px) {
  .p-fv__title-para--1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-fv__title-para--1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__title-para--1 {
    font-size: 28px;
  }
}

.p-fv__btn {
  margin-top: 40px;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .p-fv__btn {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__btn {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contact-btn__link {
    padding: 20px;
  }
}

.p-fv-slide__pagination {
  width: 100% !important;
  justify-content: center;
}

.p-fv-slide__prev, .p-fv-slide__next {
  background-repeat: no-repeat;
}

/*20260303 add*/
.p-features-card-list__btn-link {
  padding: 12px 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #A5934F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-features-card-list__btn-link:hover {
    opacity: 0.7;
  }
}

.p-features-card-list__btn-txt--small {
  font-size: 14px;
  font-weight: 500;
}

.p-features-card-list__btn-txt {
  line-height: 1.1;
  text-align: center;
}

.p-features-card-list__btn {
  margin-top: 16px;
}

.swiper-wrapper {
  height: unset !important;
}

.swiper-slide {
  height: unset !important;
  display: flex;
  flex-direction: column;
}

.p-features-card-list__content {
  flex-grow: 1;
}/*# sourceMappingURL=home.css.map */