.p-front {
  position: relative;
  color: #645a42;
}

.p-front-mv {
  position: relative;
  margin-top: -18px;
}
@media screen and (max-width: 1090px) {
  .p-front-mv {
    margin-top: 20px;
  }
}
.p-front-mv::before {
  content: "";
  position: absolute;
  top: -255px;
  left: 0;
  width: 100%;
  height: calc(100% + 255px);
  background-color: #f4f1e9;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .p-front-mv::before {
    top: -276px;
    height: calc(100% + 276px);
  }
}
.p-front-mv::after {
  content: "";
  position: absolute;
  top: -255px;
  left: 0;
  width: 100%;
  height: calc(100% + 255px);
  background: url("../img/front/main-bg01.webp") no-repeat 50% 0%;
  background-size: contain;
  z-index: -1;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1090px) {
  .p-front-mv::after {
    top: -276px;
    height: calc(100% + 276px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv::after {
    top: -158px;
    height: calc(100% + 0px);
    background: url("../img/front/main-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}

.p-front-mv-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01 {
    flex-direction: column-reverse;
  }
}
.p-front-mv-block01__content {
  width: 31%;
  padding-top: 93px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__content {
    padding-top: 30px;
  }
}
.p-front-mv-block01__content::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 25%;
  width: 158px;
  height: 269px;
  background: url("../img/front/main-illust01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-front-mv-block01__content::after {
    right: 7%;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__content::after {
    right: 1%;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__content::after {
    right: 30px;
    bottom: 70px;
    width: 55px;
    height: 90px;
  }
}
.p-front-mv-block01__content-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 16%;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__content-inner {
    flex-direction: column-reverse;
    height: auto;
    padding: 0 30px;
  }
}
.p-front-mv-block01__title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 42px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9;
  text-align: left;
  color: #645a42;
  margin-left: 4px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__title {
    writing-mode: initial;
    text-orientation: initial;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.67;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
}
.p-front-mv-block01__lead {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 5;
  letter-spacing: 0.48px;
  text-align: left;
  background-color: #f4f1e9;
  color: #645a42;
  position: relative;
  padding-bottom: 400px;
}
@media screen and (max-width: 1200px) {
  .p-front-mv-block01__lead {
    padding-bottom: 273px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__lead {
    writing-mode: initial;
    text-orientation: initial;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__lead {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.67;
  }
}
.p-front-mv-block01__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 1px;
  height: 365px;
  background-color: #645a42;
}
@media screen and (max-width: 1200px) {
  .p-front-mv-block01__lead::before {
    height: 240px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__lead::before {
    display: none;
  }
}
.p-front-mv-block01__img {
  width: 69%;
  display: flex;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__img {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
.p-front-mv-block01__img picture {
  width: 100%;
}
.p-front-mv-block01__img img {
  border-top-left-radius: 100px;
  width: 100%;
  height: 849px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-front-mv-block01__img img {
    height: 720px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__img img {
    height: auto;
  }
}

.p-front-about__text {
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 0.02em;
  text-align: center;
  color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-about__text {
    font-size: 13px;
  }
}
.p-front-about__img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-about__img-sp {
    display: block;
    margin-bottom: 20px;
  }
}

.p-front-about-area01 {
  padding: 100px 0 150px 0;
  background: url("../img/front/about-bg01.png") no-repeat 50% 50%;
  background-size: 1300px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-about-area01 {
    padding: 70px 0 70px 0;
    background: none;
  }
}

.p-front-about-heading {
  margin-bottom: 22px;
  padding: 45px 0 50px 0;
  background: url("../img/front/circle01.png") no-repeat 50% 50%;
  background-size: 206px auto;
}
@media screen and (max-width: 767px) {
  .p-front-about-heading {
    margin-bottom: 22px;
    padding: 24px 0 24px 0;
    background-size: 100px auto;
  }
}
.p-front-about-heading__en {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-about-heading__en {
    font-size: 11px;
  }
}
.p-front-about-heading__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-about-heading__ja {
    font-size: 24px;
  }
}

.p-front-about-area02 {
  width: 100%;
  height: 450px;
  background: url("../img/front/about-img01.webp") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-front-about-area02 {
    width: calc(100% + 40px);
    height: 260px;
    margin-inline: -20px;
    background: url("../img/front/about-img01-sp.jpg") no-repeat 50% 0%;
    background-size: 100% auto;
  }
}

.p-front-charm {
  padding: 110px 0 120px 0;
  background-color: #f5efec;
}
@media screen and (max-width: 767px) {
  .p-front-charm {
    padding: 60px 0 60px 0;
  }
}

.p-front-charm-heading {
  width: fit-content;
  margin: 0 auto 80px;
  padding: 18px 90px 0;
  background: url("../img/front/charm-illust01.png") no-repeat 0% 0%, url("../img/front/charm-illust02.png") no-repeat 100% 0%;
  background-size: 26px auto, 26px auto;
}
@media screen and (max-width: 767px) {
  .p-front-charm-heading {
    margin: 0 auto 45px;
    padding: 6px 30px 0;
    background-size: 10px auto, 10px auto;
  }
}
.p-front-charm-heading__ja {
  margin-bottom: 11px;
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #645a42;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-charm-heading__ja {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
.p-front-charm-heading__en {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-charm-heading__en img {
    width: 120px;
  }
}

.p-front-charm-block01 {
  position: relative;
  width: min(1150px, 100%);
  margin: 0 auto 30px;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01 {
    width: min(750px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01 {
    padding-inline: 10px;
  }
}
.p-front-charm-block01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #f5efec;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01::before {
    width: 30px;
    height: 30px;
  }
}
.p-front-charm-block01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #f5efec;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    rotate: 90deg;
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01::after {
    width: 30px;
    height: 30px;
  }
}
.p-front-charm-block01__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01__inner {
    padding: 20px 0 30px;
  }
}
.p-front-charm-block01__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01__inner::before {
    width: 100%;
  }
}
.p-front-charm-block01__content {
  width: min(600px, 53%);
  padding: 10px 20px 10px 50px;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01__content {
    width: min(630px, 100%);
    margin: auto;
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01__content {
    padding: 10px 10px 10px 10px;
  }
}
.p-front-charm-block01__point {
  padding-top: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01__point {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .p-front-charm-block01__point img {
    width: 90px;
    text-align: center;
  }
}
.p-front-charm-block01__title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.04em;
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01__title {
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0px;
  }
}
.p-front-charm-block01__text {
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block01__text {
    font-size: 12px;
    line-height: 1.67;
  }
}
.p-front-charm-block01__img {
  width: min(550px, 48%);
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01__img {
    display: none;
  }
}
.p-front-charm-block01__img-sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block01__img-sp {
    display: block;
    margin-bottom: 20px;
  }
}

.p-front-charm-block02 {
  position: relative;
  width: min(1150px, 100%);
  margin: 0 auto 30px;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02 {
    width: min(750px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02 {
    padding-inline: 10px;
  }
}
.p-front-charm-block02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #f5efec;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 3;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02::before {
    width: 30px;
    height: 30px;
  }
}
.p-front-charm-block02::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #f5efec;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 3;
  rotate: -90deg;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02::after {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    rotate: 0deg;
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02::after {
    width: 30px;
    height: 30px;
  }
}
.p-front-charm-block02__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02__inner {
    padding: 20px 0 30px;
  }
}
.p-front-charm-block02__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02__inner::before {
    width: 100%;
  }
}
.p-front-charm-block02__img {
  width: min(550px, 48%);
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02__img {
    display: none;
  }
}
.p-front-charm-block02__img-sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02__img-sp {
    display: block;
    margin-bottom: 20px;
  }
}
.p-front-charm-block02__content {
  width: min(600px, 53%);
  padding: 10px 50px 10px 20px;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .p-front-charm-block02__content {
    width: min(630px, 100%);
    margin: auto;
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02__content {
    padding: 10px 10px 10px 10px;
  }
}
.p-front-charm-block02__point {
  padding-top: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02__point {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .p-front-charm-block02__point img {
    width: 90px;
    text-align: center;
  }
}
.p-front-charm-block02__title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.04em;
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02__title {
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0px;
  }
}
.p-front-charm-block02__text {
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-charm-block02__text {
    font-size: 12px;
    line-height: 1.67;
  }
}

.p-front-osusume {
  padding: 130px 0 110px 0;
  background: url("../img/front/circle02.png") no-repeat 50% 0%;
  background-size: 180px auto;
  background-color: #f7f3e9;
}
@media screen and (max-width: 1090px) {
  .p-front-osusume {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-front-osusume {
    background-size: 60px auto;
    padding: 50px 0 60px 0;
  }
}

.p-front-osusume-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-heading {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 160px;
  }
}
.p-front-osusume-heading::before {
  content: "";
  position: absolute;
  top: -29px;
  right: -306px;
  width: 235px;
  height: 201px;
  background: url("../img/front/osusume-bg01.png") no-repeat 50% 0%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-heading::before {
    top: 0px;
    right: 0;
    left: 0;
    width: 184px;
    height: 135px;
    margin: auto;
  }
}
.p-front-osusume-heading__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-heading__ja {
    font-size: 24px;
  }
}
.p-front-osusume-heading__ja > strong {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-heading__ja > strong {
    padding-bottom: 8px;
  }
}
.p-front-osusume-heading__ja > strong::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #fad678;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-heading__ja > strong::before {
    height: 8px;
    bottom: 8px;
  }
}

.p-front-osusume-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 38px;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-block01 {
    gap: 16px 16px;
  }
}
.p-front-osusume-block01__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  position: relative;
  padding: 20px 20px 30px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-front-osusume-block01__item {
    gap: 15px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-osusume-block01__item {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-front-osusume-block01__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 140px;
  border-top: 2px solid #a79b7e;
  border-left: 2px solid #a79b7e;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-block01__item::before {
    width: 50px;
    height: 70px;
  }
}
.p-front-osusume-block01__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 140px;
  border-bottom: 2px solid #a79b7e;
  border-right: 2px solid #a79b7e;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-block01__item::after {
    width: 50px;
    height: 70px;
  }
}
.p-front-osusume-block01__img {
  padding: 10px 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-front-osusume-block01__img {
    width: 40%;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-osusume-block01__img {
    width: 100%;
    text-align: center;
    padding: 0px 0 0 10px;
  }
}
.p-front-osusume-block01__text {
  padding-top: 14px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-block01__text {
    padding-top: 0px;
    font-size: 13px;
    line-height: 1.54;
  }
}
.p-front-osusume-block01__plus {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #fad678;
}
@media screen and (max-width: 767px) {
  .p-front-osusume-block01__plus {
    font-size: 22px;
  }
}

.p-front-plan-bg-wrap {
  overflow: hidden;
}

.p-front-plan-bg {
  margin: 175px 0px 100px;
  padding-inline: 20px;
  background-color: #e9efec;
}
@media screen and (max-width: 767px) {
  .p-front-plan-bg {
    margin: 90px 0px 60px;
    padding-inline: 20px;
  }
}

.p-front-plan__inner {
  width: min(1100px, 100%);
  margin: auto;
}
.p-front-plan__heading {
  position: relative;
  top: -64px;
  margin-bottom: -52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan__heading {
    top: -32px;
    width: 285px;
    margin: 0 auto -16px;
  }
}
.p-front-plan__lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 34px;
  padding-inline: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan__lead {
    font-size: 12px;
  }
}
.p-front-plan__lead::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 22px;
  height: 1px;
  background-color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-plan__lead::before {
    width: 16px;
  }
}
.p-front-plan__lead::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-plan__lead::after {
    width: 16px;
  }
}
.p-front-plan__memo {
  width: min(550px, 100%);
  margin: 0 auto 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-front-plan__memo {
    margin: 0 auto 50px;
    padding: 0 15px;
    font-size: 10px;
  }
}

.p-front-plan-block01 {
  margin-bottom: 25px;
  padding: 18px 10px 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01 {
    padding: 25px 20px;
  }
}
.p-front-plan-block01__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-front-plan-block01__title > em {
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__title > em {
    font-size: 20px;
  }
}
.p-front-plan-block01__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block01__row {
    gap: 0px;
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__row {
    margin-top: 15px;
  }
}
.p-front-plan-block01__row::before {
  content: "";
  position: absolute;
  bottom: 59px;
  left: -10px;
  width: 17px;
  height: 19px;
  background: url("../img/icon-sankaku01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__row::before {
    bottom: 30px;
    left: -21px;
    width: 13px;
    height: 13px;
  }
}
.p-front-plan-block01__row::after {
  content: "";
  position: absolute;
  bottom: 59px;
  right: -10px;
  width: 17px;
  height: 19px;
  background: url("../img/icon-sankaku01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__row::after {
    bottom: 30px;
    right: -21px;
    width: 13px;
    height: 13px;
  }
}
.p-front-plan-block01__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 221px;
  height: 71px;
  background: url("../img/front/plan-illust01.png") no-repeat 0% 50%, url("../img/front/plan-illust02.png") no-repeat 100% 50%;
  background-size: 13px auto, 13px auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__left {
    width: fit-content;
    height: auto;
    padding: 10px 12px;
    background-size: 7px auto, 7px auto;
  }
}
.p-front-plan-block01__left-text01 {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__left-text01 {
    font-size: 15px;
  }
}
.p-front-plan-block01__left-text02 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__left-text02 {
    font-size: 8px;
  }
}
.p-front-plan-block01__right {
  width: fit-content;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__right {
    padding-top: 8px;
  }
}
.p-front-plan-block01__right-text01 {
  font-size: 100px;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__right-text01 {
    font-size: 57px;
  }
}
.p-front-plan-block01__right-text02 {
  margin-left: 4px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__right-text02 {
    font-size: 22px;
  }
}
.p-front-plan-block01__right-text03 {
  font-size: 12px;
  font-weight: 500;
  line-height: 6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block01__right-text03 {
    font-size: 7px;
  }
}

.p-front-plan-block02 {
  margin-bottom: 50px;
  padding: 50px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02 {
    margin-bottom: 30px;
    padding: 20px 20px 50px;
  }
}
.p-front-plan-block02__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: min(940px, 100%);
  margin: 0 auto 63px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__inner {
    margin: 0 auto 30px;
  }
}
.p-front-plan-block02__left {
  width: 240px;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__left {
    width: 100%;
  }
}
.p-front-plan-block02__sekou {
  position: relative;
  left: -100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-front-plan-block02__sekou {
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__sekou {
    margin-bottom: 17px;
  }
  .p-front-plan-block02__sekou img {
    width: 90px;
  }
}
.p-front-plan-block02__heading {
  margin-bottom: 40px;
  padding-top: 6px;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__heading {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__heading {
    margin-bottom: 30px;
    padding-top: 0px;
  }
}
.p-front-plan-block02__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.29;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__ja {
    font-size: 29px;
  }
}
.p-front-plan-block02__ja > em {
  display: block;
  font-size: 56px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__ja > em {
    font-size: 48px;
  }
}
.p-front-plan-block02__en {
  margin: -2px 0 2px 0;
  padding-left: 43px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__en {
    margin: 0px 0;
    padding-left: 0px;
    font-size: 11px;
  }
}
.p-front-plan-block02__cat {
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 15px 4px;
  line-height: 1.2;
  background-color: #FAD678;
  color: #645A42;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__cat {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__cat {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.p-front-plan-block02__lead {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__lead {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.p-front-plan-block02__lead > em {
  position: relative;
}
.p-front-plan-block02__lead > em::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 86px;
  height: 3px;
  background: url("../img/front/underline01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__lead > em::before {
    width: 69px;
  }
}
.p-front-plan-block02__lead::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -81px;
  width: 17px;
  height: 19px;
  background: url("../img/icon-sankaku01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-front-plan-block02__lead::before {
    display: none;
    left: -69px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__lead::before {
    display: block;
    top: 0px;
    left: -21px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__lead::before {
    top: 3px;
    width: 13px;
    height: 13px;
  }
}
.p-front-plan-block02__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__text {
    font-size: 12px;
  }
}
.p-front-plan-block02__img {
  width: fit-content;
}
@media screen and (max-width: 1090px) {
  .p-front-plan-block02__img {
    margin: 0 auto 40px;
  }
}
.p-front-plan-block02__btn {
  width: min(275px, 100%);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block02__btn {
    width: min(180px, 100%);
  }
}

.p-front-plan-block03 {
  margin-bottom: 50px;
  background-color: #fff;
}
.p-front-plan-block03__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: min(962px, 100%);
  margin: auto;
  padding: 40px 20px 23px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__inner {
    padding: 25px 20px 23px;
  }
}
.p-front-plan-block03__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__content {
    flex: auto;
    width: 100%;
  }
}
.p-front-plan-block03__cat {
  width: fit-content;
  margin-bottom: 15px;
  padding: 4px 15px 4px;
  line-height: 1.2;
  background-color: #FAD678;
  color: #645A42;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__cat {
    margin: 0 auto 10px;
    font-size: 12px;
  }
}
.p-front-plan-block03__title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__title {
    font-size: 18px;
    text-align: center;
  }
}
.p-front-plan-block03__title em {
  background: linear-gradient(transparent 70%, #FAD678 70%, #FAD678 90%, transparent 90%);
}
.p-front-plan-block03__text {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__text {
    font-size: 13px;
  }
}
.p-front-plan-block03__img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .p-front-plan-block03__img {
    width: 100%;
    text-align: center;
  }
}

.p-front-works {
  width: min(1100px, 100%);
  margin: auto;
  padding: 50px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-front-works {
    padding: 20px 0 50px;
  }
}
.p-front-works__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-front-works__row {
    margin-bottom: 20px;
  }
}
.p-front-works__title {
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.64;
}
@media screen and (max-width: 767px) {
  .p-front-works__title {
    font-size: 24px;
    line-height: 1.33;
  }
}
.p-front-works__view {
  position: relative;
  width: fit-content;
  margin-top: 25px;
  padding-left: 230px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-works__view {
    display: none;
  }
}
.p-front-works__view::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: #645a42;
}
.p-front-works__btn {
  width: min(320px, 100%);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-front-works__btn {
    width: min(200px, 100%);
  }
}

.p-front-works-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  width: min(100vw, 1420px);
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-front-works-block01 {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.p-front-merit {
  padding: 150px 0 150px;
  background-color: #f5efeb;
}
@media screen and (max-width: 767px) {
  .p-front-merit {
    padding: 50px 0 50px;
  }
}
.p-front-merit__title {
  text-align: center;
}
.p-front-merit__img {
  margin: -30px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-merit__img {
    margin: 0px 0 50px;
  }
}

.p-front-merit-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.p-front-merit-block01__item {
  width: calc(50% - 15px);
  position: relative;
  padding: 40px 30px 57px 57px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .p-front-merit-block01__item {
    padding: 40px 20px 57px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__item {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 25px 20px 15px;
  }
}
.p-front-merit-block01__item:nth-child(even) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__item:nth-child(even) {
    margin-top: 0px;
  }
}
.p-front-merit-block01__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 152px;
  height: 152px;
  background: url("../img/front/merit-illust01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__item::before {
    top: -9px;
    left: -9px;
    width: 100px;
    height: 100px;
  }
}
.p-front-merit-block01__num {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 132px;
  height: 132px;
  background-color: #f5efec;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__num {
    width: 82px;
    height: 82px;
  }
  .p-front-merit-block01__num img {
    width: 30px;
  }
}
.p-front-merit-block01__title {
  margin-bottom: 50px;
  padding-left: 45px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-front-merit-block01__title {
    padding-left: 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-merit-block01__title {
    padding-left: 41px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__title {
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 18px;
    text-align: center;
  }
}
.p-front-merit-block01__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1090px) {
  .p-front-merit-block01__row {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__row {
    align-items: center;
  }
}
.p-front-merit-block01__img {
  position: relative;
  top: -12px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__img {
    top: 0px;
    width: 80px;
  }
}
.p-front-merit-block01__text {
  width: 307px;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .p-front-merit-block01__text {
    width: auto;
    flex: 1;
    margin-right: 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.67;
  }
}

.p-front-after {
  padding: 60px 0 150px;
  background-color: #e9efeb;
}
@media screen and (max-width: 767px) {
  .p-front-after {
    padding: 25px 0 60px;
  }
}
.p-front-after__heading {
  position: relative;
  margin-bottom: 67px;
  padding: 80px 0 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-after__heading {
    margin-bottom: 35px;
    padding: 25px 0 30px 10px;
  }
}
.p-front-after__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 206px;
  height: 206px;
  background: url("../img/front/circle01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-after__heading::before {
    left: -10px;
    width: 86px;
    height: 86px;
  }
}
.p-front-after__heading::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 346px;
  height: 227px;
  background: url("../img/front/after-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-after__heading::after {
    width: 103px;
    height: 72px;
  }
}
.p-front-after__ja {
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-after__ja {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-front-after__en {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .p-front-after__en {
    width: 162px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-after-block01 {
    display: none;
  }
}
.p-front-after-block01__head {
  display: flex;
  margin: 0 0 20px 170px;
  padding: 6px 10px 6px;
  background-color: #645a42;
}
.p-front-after-block01__head-td1 {
  width: 50%;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}
.p-front-after-block01__head-td2 {
  width: 50%;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.p-front-after-block01__item {
  display: flex;
  position: relative;
  margin-bottom: 60px;
  padding: 18px 0;
  background-color: #fff;
}
.p-front-after-block01__item::after {
  content: "";
  position: absolute;
  inset: auto 0 -42px 0;
  width: 30px;
  height: 25px;
  margin: auto;
  background: url("../img/icon-sankaku01.png") no-repeat 50% 50%;
  background-size: contain;
  rotate: 90deg;
  translate: 85px 0;
}
.p-front-after-block01__item:last-of-type {
  margin-bottom: 0;
}
.p-front-after-block01__item:last-of-type::after {
  display: none;
}
.p-front-after-block01__step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.p-front-after-block01__step-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 61px;
  font-weight: bold;
  line-height: 1.1;
}
.p-front-after-block01__step-text > span {
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.p-front-after-block01__td1 {
  width: calc(50% - 85px);
  padding: 10px 35px;
  border-left: 1px solid #645a42;
}
@media screen and (max-width: 1090px) {
  .p-front-after-block01__td1 {
    padding: 10px 20px;
  }
}
.p-front-after-block01__td2 {
  border-left: 1px solid #645a42;
}
.p-front-after-block01__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .p-front-after-block01__title {
    font-size: 31px;
    line-height: 1.3;
  }
}
.p-front-after-block01__lead {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
}
.p-front-after-block01__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
}

.p-front-after-block01-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-after-block01-sp {
    display: block;
    margin-bottom: 50px;
  }
  .p-front-after-block01-sp:last-of-type {
    margin-bottom: 0;
  }
}
.p-front-after-block01-sp__head {
  display: flex;
  margin: 0 0 13px 0px;
  padding: 6px 10px 6px;
  background-color: #645a42;
}
.p-front-after-block01-sp__head-td1 {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.p-front-after-block01-sp__item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  padding: 10px 0;
  background-color: #fff;
}
.p-front-after-block01-sp__item::after {
  content: "";
  position: absolute;
  inset: auto 0 -28px 0;
  width: 20px;
  height: 17px;
  margin: auto;
  background: url("../img/icon-sankaku01.png") no-repeat 50% 50%;
  background-size: contain;
  rotate: 90deg;
  translate: 40px 0;
}
.p-front-after-block01-sp__item:last-of-type {
  margin-bottom: 0;
}
.p-front-after-block01-sp__item:last-of-type::after {
  display: none;
}
.p-front-after-block01-sp__step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}
.p-front-after-block01-sp__step-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 61px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-front-after-block01-sp__step-text {
    font-size: 38px;
  }
}
.p-front-after-block01-sp__step-text > span {
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front-after-block01-sp__step-text > span {
    font-size: 7px;
    font-weight: bold;
  }
}
.p-front-after-block01-sp__td1 {
  width: calc(100% - 80px);
  padding: 17px 25px;
  border-left: 1px solid #645a42;
}
.p-front-after-block01-sp__title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}
.p-front-after-block01-sp__lead {
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
}
.p-front-after-block01-sp__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
}

.p-front-qa {
  position: relative;
  padding: 140px 0 150px;
  background-color: #e5e1d6;
  background: url("../img/front/square01.png") no-repeat 100% 0%, url("../img/front/square01.png") no-repeat 0% 100%;
  background-size: 400px auto, 400px auto;
  background-color: #e5e1d6;
}
@media screen and (max-width: 767px) {
  .p-front-qa {
    padding: 50px 0 60px;
    background-size: 100px auto, 100px auto;
  }
}
.p-front-qa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: 57px;
  margin: auto;
  background: url("../img/front/circle02.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-front-qa::before {
    width: 60px;
    height: 20px;
  }
}
.p-front-qa__heading {
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-front-qa__heading {
    margin: 0 auto 30px;
  }
}
.p-front-qa__en {
  position: relative;
  padding-inline: 212px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-qa__en {
    margin-bottom: 5px;
    padding-inline: 60px;
    font-size: 40px;
  }
}
.p-front-qa__en::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 160px;
  height: 1px;
  background-color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-qa__en::before {
    width: 40px;
  }
}
.p-front-qa__en::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 160px;
  height: 1px;
  background-color: #645a42;
}
@media screen and (max-width: 767px) {
  .p-front-qa__en::after {
    width: 40px;
  }
}
.p-front-qa__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-qa__ja {
    font-size: 12px;
  }
}

.p-front-qa-block01 {
  padding: 70px 20px;
  background-color: #fffdf7;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01 {
    padding: 30px 20px;
  }
}
.p-front-qa-block01__inner {
  width: min(1100px, 100%);
  margin: auto;
}
.p-front-qa-block01__item {
  padding: 40px 23px 40px 40px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1090px) {
  .p-front-qa-block01__item {
    padding: 40px 60px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__item {
    padding: 20px 40px 20px 0px;
  }
}
.p-front-qa-block01__item:first-of-type {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__item:nth-child(n+4) {
    display: none;
  }
}
.p-front-qa-block01__question {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__question {
    align-items: flex-start;
    gap: 0 13px;
  }
}
.p-front-qa-block01__q {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__q {
    width: 30px;
  }
}
.p-front-qa-block01__question-text {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #645a42;
}
@media screen and (max-width: 1090px) {
  .p-front-qa-block01__question-text {
    text-align: left;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__question-text {
    font-size: 15px;
    line-height: 1.47;
  }
}
.p-front-qa-block01__icon {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1090px) {
  .p-front-qa-block01__icon {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__icon {
    top: 3px;
    width: 18px;
    height: 18px;
  }
}
.p-front-qa-block01__icon-bar {
  position: absolute;
  background-color: #8B7355;
  transition: transform 0.3s, opacity 0.3s;
}
.p-front-qa-block01__icon-bar--horizontal {
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__icon-bar--horizontal {
    width: 18px;
  }
}
.p-front-qa-block01__icon-bar--vertical {
  width: 2px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__icon-bar--vertical {
    height: 18px;
  }
}
.p-front-qa-block01__answer {
  display: none;
}
.p-front-qa-block01__answer-inner {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 0 0 0;
  gap: 0 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__answer-inner {
    align-items: flex-start;
    gap: 0 13px;
  }
}
.p-front-qa-block01__answer-text {
  padding-top: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1090px) {
  .p-front-qa-block01__answer-text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__answer-text {
    font-size: 12px;
    line-height: 1.67;
  }
}
.p-front-qa-block01__a {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__a {
    width: 30px;
  }
}
.p-front-qa-block01 .js-accordion.is-open .p-front-qa-block01__question {
  background-color: #f9f9f9;
}
.p-front-qa-block01 .js-accordion.is-open .p-front-qa-block01__icon-bar--vertical {
  transform: rotate(90deg);
  opacity: 0;
}
.p-front-qa-block01__btn {
  display: none;
  width: 180px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-front-qa-block01__btn {
    display: block;
  }
}
.p-front-qa-block01.is-show .p-front-qa-block01__item:nth-child(n+4) {
  display: block;
}

.cta {
  padding: 58px 0px 70px;
  background-color: #fad678;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 58px 0px 60px;
  }
}
.cta__heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 26px;
    line-height: 1.38;
  }
}

.cta-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  width: min(1100px, 100%);
  margin: auto;
}
@media screen and (max-width: 1090px) {
  .cta-block01 {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta-block01 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cta-block01__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta-block01__item {
    width: 100%;
    margin: auto;
  }
}
.cta-block01__item--pt1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 220px;
  padding-bottom: 5px;
  background-color: #645a42;
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-block01__item--pt1 a {
    height: 106px;
    font-size: 22px;
  }
}
.cta-block01__item--pt1 a span {
  padding-right: 56px;
  background: url("../img/../img/icon-arrow01.png") no-repeat 100% 50%;
  background-size: 36px;
}
.cta-block01__item--pt1 a:hover {
  opacity: 1;
  background-color: #fff;
  color: #645a42;
}
.cta-block01__item--pt1 a:hover span {
  background: url("../img/../img/icon-arrow01-brown.png") no-repeat 100% 50%;
  background-size: 36px;
}
.cta-block01__item--pt2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 220px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-block01__item--pt2 a {
    height: 118px;
  }
}

.cta-block01-tel__title {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .cta-block01-tel__title {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
.cta-block01-tel__time {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .cta-block01-tel__time {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.cta-block01-tel__num {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta-block01-tel__num {
    font-size: 26px;
  }
}
.cta-block01-tel__num > img {
  position: relative;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .cta-block01-tel__num > img {
    width: 16px;
  }
}
