:root {
  --mar: "Marcellus", serif;
}

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

.inner-s {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#pl-mv {
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-image: url(../img/voice-bg.webp);
  position: relative;
}
#pl-mv::before {
  content: "";
  display: block;
  width: 7vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 681/540;
  background-image: url(../img/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
#pl-mv::after {
  content: "";
  display: block;
  width: 7vw;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 681/540;
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

#pl-mv-img {
  width: 100%;
  height: 100%;
  margin: auto;
}
#pl-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#pl-mv__img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition-duration: 1s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
#pl-mv__img-wrapper.active {
  opacity: 1;
  transition-duration: 1s;
}

#pl-mv__ttl-bl {
  width: 1500px;
  aspect-ratio: 1500/1142;
  position: absolute;
  left: 50%;
  bottom: -1200px;
  transform: translate(-50%, 0);
  z-index: 2;
  transition-duration: 1.2s;
  padding-top: 100px;
  opacity: 0;
}
#pl-mv__ttl-bl::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #895b32;
  position: absolute;
  opacity: 0.3;
  top: 0;
}
#pl-mv__ttl-bl.active {
  bottom: -850px;
  transition-duration: 1.2s;
  opacity: 1;
}

#pl-mv__ttl {
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.pl-mv__ttl-bl-inner {
  position: relative;
}

#pl-mv__ttl-tag {
  position: absolute;
  width: 220px;
  top: -100px;
  right: 100px;
  z-index: 1;
}

#pl-mv__anim-txt {
  color: #fff;
  font-size: 4.2rem;
  position: absolute;
  white-space: nowrap;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 3;
}
#pl-mv__anim-txt #first {
  opacity: 0;
  transition-duration: 1s;
}
#pl-mv__anim-txt #first.active {
  opacity: 1;
  transition-duration: 1s;
}
#pl-mv__anim-txt #second {
  opacity: 0;
  transition-duration: 1s;
}
#pl-mv__anim-txt #second.active {
  opacity: 1;
  transition-duration: 1s;
}

#pl-intr {
  padding: 150px 0 80px;
  overflow: hidden;
}

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

.pl-intr__swiper {
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
}
.pl-intr__swiper .swiper-slide {
  font-size: 6vw;
  color: #dedbd9;
  line-height: 1;
}

.pl-intr__txt-wrapper {
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 150px;
  z-index: 1;
}

.pl-intr__txt {
  font-size: 3rem;
  line-height: 2;
}

.grade-txt {
  color: transparent;
}
.grade-txt.active {
  background: transparent;
  background: linear-gradient(90deg, rgb(0, 0, 0) 47%, rgb(250, 233, 170) 54%, rgb(240, 223, 124) 61%, rgb(237, 196, 119) 67%, rgb(237, 155, 119) 72%, rgb(237, 155, 119) 77%, rgb(237, 155, 119) 100%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s forwards;
}
.grade-txt.active.orange-txt {
  background: transparent;
  background: linear-gradient(90deg, #e88a60 47%, rgb(250, 233, 170) 54%, rgb(240, 223, 124) 61%, rgb(237, 196, 119) 67%, rgb(237, 155, 119) 72%, rgb(237, 155, 119) 77%, rgb(237, 155, 119) 100%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s forwards;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pl-intr__txt-wrapper::before {
  content: "";
  display: block;
  width: 250%;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../img/bg-circle.webp);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation-name: kurukuru;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

@keyframes kurukuru {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pl-intr__img {
  width: 70%;
  position: relative;
  z-index: 2;
}

#pl-about {
  padding-bottom: 250px;
}

.pl-about__flex {
  display: flex;
}
.pl-about__flex .img {
  width: 50%;
}
.pl-about__flex .cont {
  width: 50%;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pl-about__flex .cont .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.pl-about__ttl-en {
  color: #e88a60;
  font-family: var(--mar);
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.pl-about__ttl {
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.pl-about__ttl-middle {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.pl-about__list {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  max-width: 100%;
  margin: 80px auto 0;
}
.pl-about__list li {
  width: 33.333%;
  padding: 0 20px;
}
.pl-about__list li:nth-of-type(2) {
  padding: 0 5%;
}

#pl-service {
  border-radius: 120px;
  background-color: #fef9ed;
  margin-top: -120px;
  padding: 150px 0;
}

.pl-service__main-bl {
  margin-bottom: 70px;
}

.pl-service__ttl-en {
  font-family: var(--mar);
  font-size: 7.2rem;
  margin-bottom: 40px;
}

.pl-service__main-flex {
  display: flex;
}
.pl-service__main-flex .txt {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1.8;
}

.pl-service__ttl {
  width: 50%;
  font-size: 3rem;
  line-height: 1.5;
}

.pl-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-bottom: 100px;
}
.pl-service__list .img {
  margin-bottom: 20px;
}
.pl-service__list .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.pl-service__list-ttl {
  font-size: 1.4rem;
  color: #e88a60;
  margin-bottom: 10px;
}

.pl-service__list-ttl-en {
  font-family: var(--mar);
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.pl-service__caution {
  width: fit-content;
  text-decoration: underline;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 100px;
}

.pl-service__after {
  padding: 50px;
  display: flex;
  border-radius: 30px;
  background-image: url(../img/food-bg.webp);
  background-size: cover;
  background-position: center center;
}
.pl-service__after .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px 0 30px;
}
.pl-service__after .cont .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.pl-service__after-ttl {
  line-height: 1.5;
  font-size: 3rem;
  margin-bottom: 20px;
}
.pl-service__after-ttl .orange-txt {
  font-size: 2.1rem;
  color: #e88a60;
  margin-bottom: 10px;
  display: block;
}

#pl-plan {
  padding: 250px 0 120px;
  margin-top: -120px;
}

.pl-plan__ttl-bl {
  margin-bottom: 30px;
}

.pl-plan__ttl-en {
  font-size: 7.2rem;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Marcellus", serif;
}

.pl-plan__ttl {
  font-size: 1.4rem;
  text-align: center;
}

.pl-plan__main-bl {
  border: 1px solid #dfdfdf;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
}

.pl-plan__main-ttl {
  line-height: 1.5;
  font-size: 3rem;
  width: fit-content;
}
.pl-plan__main-ttl .small {
  font-size: 2.4rem;
  display: block;
}

.pl-plan__main-cont {
  width: fit-content;
}

.pl-plan__main-price {
  font-size: 4.8rem;
  color: #e88a60;
}
.pl-plan__main-price .tax {
  font-size: 2.4rem;
}

.pl-plan__main-price-detail {
  font-size: 1.8rem;
  color: #e88a60;
  margin-top: 15px;
  line-height: 1.8;
}

.pl-plan__main-txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 1.8;
}

.plan-photos {
  margin-bottom: 30px;
}

.plan-photos__item {
  width: 16.6666666667%;
}

.pl-plan__list02 {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 100px;
}
.pl-plan__list02 li {
  width: 35%;
  position: relative;
}
.pl-plan__list02 li::before {
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  content: "";
  left: -70px;
  top: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/plan-plus.png);
  transform: translateY(-50%);
}

.pl-plan__btn-txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.pl-plan__btn {
  background-color: #e88a60;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  width: 395px;
  max-width: 100%;
  height: 78px;
  margin: 0 auto;
}

#pl-voice {
  background-image: url(../img/voice-bg.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0 150px;
}

.pl-voice__ttl-bl {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.pl-voice__ttl-en {
  font-family: var(--mar);
  color: #e88a60;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}

.pl-voice__ttl {
  font-size: 4rem;
  text-align: center;
  color: #e88a60;
  margin-bottom: 40px;
}

.pl-voice__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  width: fit-content;
  margin: 0 auto 40px;
}

.pl-volice__float-swiper-bl {
  top: 100px;
  left: 0;
}

.pl-volice__swiper {
  margin-bottom: 150px;
}
.pl-volice__swiper .swiper-slide {
  font-size: 4.5vw;
  color: #fff;
  opacity: 0.5;
}

.pl-voice__list {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(3, 1fr);
}
.pl-voice__list li {
  background-color: #fff;
  border-radius: 60px 0 60px 60px;
  padding: 50px;
}
.pl-voice__list li .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
}
.pl-voice__list li .img {
  margin-top: 20px;
}
.pl-voice__list li:nth-of-type(2) {
  transform: translateY(50px);
}

.pl-voice__list-ttl {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 2.4rem;
}

.pl-voice__who {
  font-size: 1.4rem;
  color: #e88a60;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 10px;
}

#pl-flow {
  padding: 150px 0;
}

.pl-flow__ttl-bl {
  margin-bottom: 70px;
}

.pl-flow__ttl-en {
  font-family: var(--mar);
  font-size: 7.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.pl-flow__ttl {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
}

.pl-flow__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pl-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12.5%;
}
.pl-flow__list li {
  position: relative;
}
.pl-flow__list li::after {
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 3/2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/arrow.webp);
  position: absolute;
  top: 50%;
  right: -56%;
  transform: translate(-50%, 0);
}
.pl-flow__list li:last-of-type::after {
  display: none;
}
.pl-flow__list li .img {
  margin-bottom: 12px;
}

.pl-flow__list-small {
  display: flex;
  margin-bottom: 15px;
  gap: 20px;
}
.pl-flow__list-small .num {
  display: block;
  font-size: 3rem;
  width: 30px;
  line-height: 1;
  color: #e88a60;
  font-family: var(--mar);
}
.pl-flow__list-small .txt {
  width: calc(100% - 50px);
  line-height: 1.5;
  font-size: 2.4rem;
}

.pl-flow__list-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.pl-flow__list-link-bl {
  margin-top: 20px;
}

.pl-flow__list-line-link01 {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}

.pl-flow__list-line-icon {
  width: 22px;
  display: inline-block;
  margin-right: 7px;
}

.pl-flow__list-web-icon {
  width: 17px;
  display: inline-block;
  margin-right: 7px;
}

.pl-flow__list-line-link02 {
  display: inline-flex;
  align-items: center;
  transform: translateY(-3px);
}

.pl-flow__list-phone-icon {
  width: 19px;
  display: inline-block;
  margin-right: 7px;
}

.pl-flow__list-line-link03 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#pl-cta {
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background-image: url(../img/cta-bg.webp);
  background-size: cover;
  background-position: center center;
}
#pl-cta .inner-s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pl-cta__ttl {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
}

.pl-cta__txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20px;
}

.pl-cta__bl {
  width: 100%;
  display: flex;
  gap: 25px;
  border-radius: 30px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(137, 91, 50, 0.5);
}

.pl-cta__btn {
  height: 70px;
  background-color: #fff;
  padding: 5px 60px;
  border-radius: 50px;
  display: flex;
  font-size: 2.4rem;
  font-family: var(--mar);
  align-items: center;
  display: flex;
  align-items: center;
  line-height: 1;
}
.pl-cta__btn .ja {
  font-family: "Shippori Mincho", serif;
  font-size: 93%;
  transform: translateY(-2px);
}

.icon1 {
  display: block;
  width: 30px;
  margin-right: 10px;
}

.icon2 {
  display: block;
  width: 23px;
  margin-right: 10px;
  transform: translateY(-3px);
}

.icon3 {
  display: block;
  width: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 2200px) {
  #pl-mv {
    max-height: 1100px;
  }
}
@media screen and (max-width: 2000px) {
  #pl-mv {
    max-height: 49vw;
  }
}
@media screen and (max-width: 1700px) {
  #pl-mv__ttl-bl {
    padding-top: 67px;
  }
  #pl-mv__ttl-bl.active {
    bottom: -928px;
  }
  #pl-mv__ttl-tag {
    width: 160px;
    top: -70px;
    right: 215px;
  }
}
@media screen and (max-width: 1400px) {
  #pl-mv__ttl-bl {
    width: 1200px;
  }
  #pl-mv__ttl-bl.active {
    bottom: -715px;
  }
  #pl-mv__ttl {
    font-size: 3rem;
  }
  #pl-mv__ttl-tag {
    width: 140px;
    top: -84px;
    right: 193px;
  }
  #pl-mv__anim-txt {
    font-size: 3.2rem;
  }
  .pl-service__after .cont {
    padding: 0 50px 0 30px;
  }
  .pl-voice__list-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #pl-mv__ttl-bl {
    width: 100vw;
    padding-top: 5vw;
  }
  #pl-mv__ttl-bl.active {
    bottom: -62vw;
  }
  #pl-mv__ttl {
    font-size: 2.3vw;
  }
  #pl-mv__ttl-tag {
    width: 115px;
    top: -7vw;
    right: 14vw;
  }
  #pl-mv__anim-txt {
    font-size: 2.6vw;
  }
  #pl-intr {
    padding: 80px 0 60px;
  }
  .pl-intr__swiper {
    margin-bottom: 60px;
  }
  .pl-intr__txt {
    font-size: 2.4rem;
  }
  .pl-intr__txt-wrapper {
    margin-bottom: 80px;
  }
  .pl-about__flex .cont {
    padding-left: 7%;
  }
  .pl-about__ttl-en {
    margin-bottom: 15px;
  }
  .pl-about__ttl {
    font-size: min(4vw, 4.8rem);
    margin-bottom: 22px;
  }
  .pl-about__ttl-middle {
    font-size: min(2.4vw, 2.4rem);
  }
  .pl-about__flex .cont .txt {
    margin-bottom: 20px;
  }
  .pl-about__list {
    margin: 50px auto 0;
  }
  #pl-about {
    padding-bottom: 160px;
  }
  #pl-service {
    border-radius: 80px;
    margin-top: -80px;
    padding: 80px 0;
  }
  .pl-service__ttl-en {
    font-size: 6rem;
    margin-bottom: 20px;
  }
  .pl-service__ttl {
    font-size: min(3vw, 3rem);
  }
  .pl-service__after .cont {
    padding: 0 30px 0 0;
  }
  .pl-service__after-ttl .orange-txt {
    font-size: 1.8rem;
  }
  .pl-service__after-ttl {
    font-size: 2.6rem;
  }
  .pl-service__main-bl {
    margin-bottom: 50px;
  }
  #pl-plan {
    padding: 160px 0 80px;
    margin-top: -80px;
  }
  .pl-plan__ttl-en {
    font-size: 6rem;
    margin-bottom: 10px;
  }
  .pl-plan__main-bl {
    padding: 40px;
    gap: 35px;
    margin-bottom: 35px;
  }
  .pl-plan__main-ttl .small {
    font-size: 2rem;
  }
  .pl-plan__main-price {
    font-size: 4.2rem;
  }
  .pl-plan__main-price .tax {
    font-size: 2rem;
  }
  .pl-plan__main-price-detail {
    font-size: 1.7rem;
    margin-top: 2px;
  }
  .plan-photos__item {
    width: 16%;
  }
  .pl-voice__ttl {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .pl-voice__list-ttl {
    font-size: 1.9rem;
    width: 100%;
  }
  .pl-voice__who {
    font-size: 1.3rem;
    width: 100%;
  }
  .pl-voice__list li .txt {
    font-size: 1.5rem;
    width: 100%;
  }
  #pl-flow {
    padding: 80px 0;
  }
  .pl-flow__ttl-en {
    font-size: 6rem;
    margin-bottom: 5px;
  }
  .pl-flow__ttl {
    margin-bottom: 36px;
  }
  .pl-flow__list-small .txt {
    width: calc(100% - 40px);
    font-size: 1.8rem;
  }
  .pl-flow__list-small .num {
    font-size: 2.4rem;
  }
  .pl-flow__list-small {
    gap: 10px;
  }
  .pl-flow__list li::after {
    content: "";
    width: 18%;
    right: -34%;
  }
  .pl-flow__list {
    gap: 8.5%;
  }
  #pl-cta {
    padding: 150px 0 100px;
  }
  .pl-cta__ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .pl-cta__txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .pl-cta__btn {
    height: 55px;
    font-size: 2rem;
    padding: 5px 37px;
  }
}
@media screen and (max-width: 834px) {
  #pl-mv {
    max-height: 100vw;
  }
  #pl-mv__ttl-tag {
    width: 105px;
    top: -79px;
    right: 17vw;
  }
  #pl-mv__ttl-bl {
    width: 108vw;
    padding-top: 6vw;
  }
  #pl-mv__ttl-bl.active {
    bottom: -62vw;
  }
  #pl-mv__ttl {
    font-size: 3.4vw;
  }
  #pl-mv__anim-txt {
    font-size: 3.6vw;
  }
  .pl-intr__txt {
    font-size: 2.1rem;
  }
  .pl-service__list {
    gap: 40px 20px;
    margin-bottom: 40px;
  }
  .pl-service__list-ttl-en {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  .pl-service__list .txt {
    font-size: 1.5rem;
  }
  .pl-about__ttl-middle {
    font-size: 1.7rem;
  }
  .pl-about__flex .cont .txt {
    font-size: 1.5rem;
  }
  .pl-service__main-flex .txt {
    font-size: 1.5rem;
  }
  .pl-service__list .img {
    margin-bottom: 10px;
  }
  .pl-service__list-ttl {
    margin-bottom: 5px;
  }
  .pl-service__caution {
    font-size: 1.6rem;
    margin: 0 auto 60px;
  }
  .pl-service__after {
    padding: 30px;
    border-radius: 20px;
  }
  .pl-service__after-ttl .orange-txt {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  .pl-service__after-ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .pl-service__after .cont .txt {
    font-size: 1.5rem;
  }
  .pl-service__after .cont {
    padding: 0 4% 0 0;
  }
  #pl-service {
    border-radius: 40px;
  }
  .pl-plan__main-bl {
    padding: 40px 25px;
    gap: 25px;
  }
  .pl-plan__main-ttl {
    font-size: 2.6rem;
  }
  .pl-plan__main-ttl .small {
    font-size: 1.8rem;
  }
  .pl-plan__main-price {
    font-size: 3.4rem;
  }
  .pl-plan__main-price .tax {
    font-size: 1.6rem;
  }
  .pl-plan__main-price-detail {
    font-size: 1.4rem;
  }
  .pl-plan__main-txt {
    font-size: 1.5rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .plan-photos__item {
    width: 15.7%;
  }
  .pl-plan__list02 {
    gap: 50px;
    margin-bottom: 60px;
  }
  .plan-photos {
    margin-bottom: -20px;
  }
  .pl-plan__list02 li::before {
    width: 17px;
    height: 17px;
    left: -33px;
  }
  .pl-plan__btn-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  .pl-plan__btn {
    font-size: 1.6rem;
    width: 350px;
    height: 65px;
  }
  #pl-plan {
    padding: 120px 0 60px;
    margin-top: -60px;
  }
  .pl-voice__txt {
    font-size: 1.5rem;
  }
  .pl-voice__list {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .pl-voice__list li:nth-of-type(2) {
    transform: translateY(0);
  }
  .pl-voice__list li .img {
    width: 550px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  #pl-voice {
    padding: 80px 0 80px;
  }
  .pl-flow__list li {
    display: flex;
  }
  .pl-flow__list {
    gap: 80px;
    grid-template-columns: 1fr;
  }
  .pl-flow__list li .img {
    margin-bottom: 0;
    width: 30%;
  }
  .pl-flow__list li .cont {
    width: 70%;
    padding-left: 20px;
  }
  .pl-flow__list-line-link03 {
    display: inline-flex;
    margin-top: 0;
    margin-left: 20px;
  }
  .pl-flow__list li::after {
    width: 45px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -60px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  #pl-cta {
    padding: 180px 0 60px;
    aspect-ratio: initial;
  }
  .pl-cta__txt {
    font-size: 1.5rem;
  }
  .pl-cta__btn {
    height: 40px;
    font-size: 1.6rem;
    padding: 5px 20px;
  }
  .icon1 {
    width: 22px;
  }
  .icon2 {
    width: 19px;
  }
  .icon3 {
    width: 18px;
  }
  .pl-cta__bl {
    gap: 15px;
  }
  .pl-flow__list-txt {
    font-size: 1.4rem;
  }
  .pl-flow__txt {
    font-size: 1.5rem;
    text-align: left;
  }
  .pl-voice__ttl-bl {
    top: 50px;
    width: 90%;
  }
  #pl-mv__ttl-bl {
    bottom: -80vw;
  }
  .pl-cta__btn .ja {
    transform: translateY(1px);
  }
  .icon2 {
    transform: translateY(0px);
  }
  #pl-mv::before {
    width: 16vw;
  }
  #pl-mv::after {
    width: 16vw;
  }
}
@media screen and (max-width: 640px) {
  #pl-mv__ttl-tag {
    width: 100px;
    top: -87px;
    right: 11vw;
  }
  #pl-intr {
    padding: 60px 0;
  }
  .pl-intr__swiper {
    margin-bottom: 50px;
  }
  .pl-intr__txt {
    font-size: clamp(1.5rem, 3vw, 3rem);
  }
  .pl-intr__txt-wrapper {
    margin-bottom: 50px;
  }
  .pl-intr__img {
    width: 85%;
  }
  .pl-about__flex {
    flex-direction: column;
    align-items: center;
  }
  .pl-about__flex .img {
    width: 85%;
    margin-bottom: 20px;
  }
  .pl-about__flex .cont {
    padding-left: 0;
    width: 100%;
  }
  .pl-about__ttl-en {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .pl-about__ttl {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }
  .pl-about__list li {
    width: 50%;
    padding: 17px 12px;
  }
  .pl-about__list {
    margin: 30px auto 0;
  }
  #pl-about {
    padding-bottom: 120px;
  }
  #pl-service {
    border-radius: 30px;
    margin-top: -60px;
    padding: 60px 0 30px;
  }
  .pl-service__ttl-en {
    font-size: 4.5rem;
    margin-bottom: 15px;
  }
  .pl-service__ttl {
    font-size: clamp(2.1rem, 3.7vw, 4rem);
    width: 100%;
    margin-bottom: 15px;
  }
  .pl-service__main-flex .txt {
    width: 100%;
  }
  .pl-service__main-bl {
    margin-bottom: 30px;
  }
  .pl-service__list {
    gap: 40px 15px;
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .pl-service__list-ttl-en {
    font-size: 1.8rem;
  }
  .pl-service__list .txt {
    font-size: 1.4rem;
  }
  .pl-service__caution {
    margin: 0 auto 40px;
  }
  .pl-service__after {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .pl-service__after-ttl {
    font-size: 2rem;
  }
  .pl-service__after-ttl .orange-txt {
    font-size: 1.6rem;
  }
  .pl-plan__ttl-en {
    font-size: 4.5rem;
    margin-bottom: 6px;
  }
  #pl-plan {
    padding: 110px 0 60px;
  }
  .pl-plan__main-bl {
    padding: 30px 20px;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .plan-photos__item {
    width: 32%;
    height: auto;
    margin-bottom: 5px;
  }
  .plan-photos {
    margin-bottom: 10px;
  }
  .pl-plan__list02 {
    gap: 15px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
  .pl-plan__list02 li {
    width: 62%;
  }
  .pl-voice__list li .img {
    width: 100%;
  }
  .pl-voice__ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .pl-voice__list {
    margin-top: 0;
  }
  .pl-voice__list li {
    border-radius: 30px 0 30px 30px;
    padding: 40px;
  }
  .pl-voice__list-ttl {
    font-size: 1.8rem;
  }
  #pl-voice {
    padding: 80px 0 60px;
  }
  #pl-flow {
    padding: 50px 0 60px;
  }
  .pl-flow__ttl-en {
    font-size: 4.5rem;
  }
  .pl-flow__ttl {
    margin-bottom: 25px;
  }
  .pl-flow__ttl-bl {
    margin-bottom: 40px;
  }
  .pl-cta__ttl {
    font-size: 2.4rem;
  }
  .pl-cta__bl {
    gap: 12px;
  }
  .pl-service__main-flex {
    flex-direction: column;
  }
  .pl-flow__list-line-link03 {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  #pl-mv__anim-txt {
    font-size: 1.8rem;
  }
  #pl-mv__ttl-tag {
    right: 8vw;
  }
}
.pl-service__kodawari {
  margin-top: 76px;
  padding: 43px 20px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
}
.pl-service__kodawari p:not(.pl-service__kodawar-hg_txt) {
  line-height: 1.8;
}

.pl-service__kodawar-ttl {
  margin: 0 auto;
  padding: 5px 30px;
  width: fit-content;
  background-color: #e99975;
  color: #fff;
  border-radius: 100vmax;
  font-size: 2.1rem;
}
.pl-service__kodawar-ttl br {
  display: none;
}

.pl-service__kodawar-hg_txt {
  margin: 1em 0;
  font-size: 2.4rem;
}
.pl-service__kodawar-hg_txt br {
  display: none;
}

.pl-voice__who {
  margin: 20px auto 0;
  text-align: right;
  color: #f2b37f;
}

.pl-voice__list {
  align-items: start;
}

.pl-voice__list li {
  padding: 70px 40px 40px 50px;
}
.pl-voice__list li:nth-child(1) {
  transform: translateY(30px);
}
.pl-voice__list li:nth-child(2) .pl-voice__who {
  margin-top: 36px;
}

.pl-voice__list li .txt {
  font-size: 1.8rem;
  color: #111;
}

@media screen and (max-width: 834px) {
  .pl-service__kodawari {
    margin-top: 60px;
    padding: 30px 20px;
    font-size: 1.5rem;
  }
  .pl-service__kodawar-ttl {
    padding: 5px 20px;
    font-size: 1.8rem;
  }
  .pl-service__kodawar-hg_txt {
    font-size: 2.2rem;
  }
  .pl-voice__list li:nth-child(1) {
    transform: translateY(0);
  }
  .pl-voice__list li:nth-child(2) .pl-voice__who {
    margin-top: 20px;
  }
  .pl-voice__list li .txt {
    font-size: 1.5rem;
    color: #111;
  }
}
@media screen and (max-width: 640px) {
  .pl-voice__list li {
    padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  .pl-service__kodawari {
    margin-top: 40px;
    padding: 20px 15px;
    text-align: left;
  }
  .pl-service__kodawar-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .pl-service__kodawar-ttl br {
    display: block;
  }
  .pl-service__kodawar-hg_txt {
    font-size: 2rem;
    text-align: center;
  }
  .pl-service__kodawar-hg_txt br {
    display: block;
  }
  .pl-voice__list li {
    padding: 30px;
  }
}/*# sourceMappingURL=plan-lp.css.map */