@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-fv {
  padding: 0;
  position: relative;
}
.p-fv__slider .swiper-slide-active img,
.p-fv__slider .swiper-slide-next img,
.p-fv__slider .swiper-slide-prev img {
  width: 100%;
  height: 100%;
  min-height: 41rem;
  display: block;
  object-fit: cover;
  transform: translateX(0) scale(1.2);
  animation: move 18s linear 0s normal both;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-fv__slider .swiper-slide-active img,
  .p-fv__slider .swiper-slide-next img,
  .p-fv__slider .swiper-slide-prev img {
    min-height: initial;
  }
}
.p-fv__wrap {
  z-index: 1;
  max-width: 104.6rem;
  width: 86%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-fv__ttl {
  width: fit-content;
  margin-top: 3.5rem;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.7rem;
  font-size: 3.5rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  writing-mode: vertical-rl;
  opacity: 0;
  transition: opacity 1s 0.5s;
}
body.is-loaded .p-fv__ttl {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-fv__ttl {
    margin-top: 9.3333333333vw;
    gap: 2.1333333333vw;
    font-size: 6.9333333333vw;
    letter-spacing: 0.02em;
  }
}
.p-fv__ttl-txt {
  padding: 0.3em 0;
  background-color: #ffffff;
}

@keyframes move {
  0% {
    transform: translateX(0) scale(1.2);
  }
  100% {
    transform: translateX(-10%) scale(1.2);
  }
}
.p-intro {
  padding: 5.8rem 0 7.5rem;
  background: url(../img/top/bg_intro_pc.svg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 4.5rem 0 3rem;
    background-image: url(../img/top/bg_intro_sp.svg);
    background-size: 100% auto;
    background-position: top;
  }
}
.p-intro.is-show .p-intro__catch {
  animation: fadeIn 1s 0s ease-in-out forwards;
}
.p-intro.is-show .p-intro__txt {
  animation: fadeIn 1s 0.4s ease-in-out forwards;
}
.p-intro__wrap {
  max-width: 88rem;
  width: 89%;
  margin: 0 auto;
}
.p-intro__ttl {
  text-align: center;
}
.p-intro__ttl img {
  width: 31.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl img {
    width: 25.2rem;
  }
}
.p-intro__block {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__block {
    margin-top: 6rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-intro__catch {
  opacity: 0;
  font-size: 3rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intro__catch {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.p-intro__txt {
  opacity: 0;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: -0.01em;
  }
}

.p-fine {
  padding: 13.7rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fine {
    padding: 11.7rem 0 0;
  }
}
.p-fine__img {
  position: absolute;
  top: -2.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fine__img {
    width: 20.6rem;
    top: 0.3rem;
  }
}
.p-fine__wrap {
  max-width: 98rem;
  width: 87%;
  margin: 0 auto;
}
.p-fine__block {
  border: 0.1rem solid #113a57;
  border-radius: 1.7rem;
  padding: 9.8rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-fine__block {
    border-radius: 0.6rem;
    padding: 10.4rem 2rem 7.3rem;
  }
}
.p-fine__ttl {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fine__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.p-fine__philosophy {
  margin-top: 2.8rem;
  margin-bottom: 8.7rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fine__philosophy {
    margin-top: 2.4rem;
    margin-bottom: 6.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
}
.p-fine__philosophy-item {
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.09em;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-fine__philosophy-item {
    width: 56%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 1.5rem;
    line-height: 1.6333333333;
    letter-spacing: 0.03em;
  }
}
.p-fine__philosophy-item:nth-child(1) {
  background-color: #009ca5;
}
@media screen and (max-width: 767px) {
  .p-fine__philosophy-item:nth-child(1) {
    margin: 0 auto -8.5%;
  }
}
.p-fine__philosophy-item:nth-child(2) {
  background-color: #e05442;
}
@media screen and (max-width: 767px) {
  .p-fine__philosophy-item:nth-child(2) {
    margin-left: -3%;
  }
}
.p-fine__philosophy-item:nth-child(3) {
  background-color: #eb84b1;
}
@media screen and (max-width: 767px) {
  .p-fine__philosophy-item:nth-child(3) {
    margin-left: -6%;
    margin-right: -4%;
  }
}
.p-fine__origin-box {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-box {
    margin-top: 3.2rem;
  }
}
.p-fine__origin-box + .p-fine__origin-box {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-box + .p-fine__origin-box {
    margin-top: 4.2rem;
  }
}
.p-fine__origin-ttl {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-ttl {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.p-fine__origin-ttl--en {
  font-size: 2.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-ttl--en {
    font-size: 2.4rem;
  }
}
.p-fine__origin-ttl--en::first-letter {
  color: #e05442;
}
.p-fine__origin-ttl--txt {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-ttl--txt {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}
.p-fine__origin-txt {
  margin-top: 1rem;
  margin-right: -5rem;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-fine__origin-txt {
    margin: 1.6rem 0.5rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.p-issue {
  padding: 11rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-issue {
    padding-top: 8.5rem;
  }
}
.p-issue__wrap {
  max-width: 80rem;
  width: 87%;
  margin: 0 auto;
}
.p-issue__block {
  display: flex;
  align-items: flex-end;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-issue__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.5rem;
  }
}
.p-issue__box {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-issue__box {
    margin: 0 auto;
  }
}
.p-issue__ttl {
  width: 31.6rem;
  height: 23.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.5769230769;
  font-weight: 600;
  text-align: center;
  background: url(../img/top/bg_issue_ttl01.svg) center/contain;
}
@media screen and (max-width: 767px) {
  .p-issue__ttl {
    width: 26rem;
    height: auto;
    aspect-ratio: 520/380;
    margin: 0 auto;
    font-size: 2.2rem;
  }
}
.p-issue__ttl::before {
  content: "";
  width: 4.9rem;
  height: 5.2rem;
  position: absolute;
  top: -1.4rem;
  left: -2.1rem;
  background: url(../img/top/bg_issue_ttl02.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-issue__ttl::before {
    width: 4rem;
    height: 4.2rem;
    top: -2rem;
    left: -1.4rem;
  }
}
.p-issue__img {
  margin-top: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-issue__img {
    width: 20.9rem;
    margin: 2.4rem auto 0;
  }
}
.p-issue__list01 {
  margin-bottom: 2.2rem;
  flex: 1;
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-issue__list01 {
    max-width: initial;
    width: 100%;
  }
}
.p-issue__item01 {
  padding-left: 1.6em;
  display: flex;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-issue__item01 {
    padding-left: 1.4em;
    display: block;
    font-size: 1.7rem;
  }
}
.p-issue__item01::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: 0.3em;
  background-color: #fad05b;
}
@media screen and (max-width: 767px) {
  .p-issue__item01::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-issue__item01 + .p-issue__item01 {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-issue__item01 + .p-issue__item01 {
    margin-top: 0.7rem;
  }
}
.p-issue__item01--etc {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-issue__item01--etc {
    display: block;
    margin-top: 0.4em;
    text-align: right;
  }
}
.p-issue__subttl {
  margin-top: 9rem;
  padding: 0.6rem;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  background-color: #113a57;
}
@media screen and (max-width: 767px) {
  .p-issue__subttl {
    margin-top: 2rem;
    padding: 1.4rem;
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.p-issue__list02 {
  max-width: 69rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-issue__list02 {
    margin-top: 2.9rem;
    grid-template-rows: repeat(9, auto);
    gap: 1rem 2rem;
  }
}
.p-issue__item02 {
  padding-left: 1.2em;
  display: flex;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-issue__item02 {
    padding-left: 1.5em;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-issue__item02::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: 0;
  background-color: #113a57;
}
@media screen and (max-width: 767px) {
  .p-issue__item02::before {
    width: 0.75rem;
    height: 0.75rem;
    left: 0.5rem;
  }
}
.p-issue__item02--etc {
  margin-left: auto;
}
.p-issue .c-cta {
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-issue .c-cta {
    margin-top: 9.5rem;
  }
}
.p-issue__bg {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-issue__bg {
    margin-top: 4.2rem;
  }
}
.p-issue__bg img {
  width: 100%;
}

.p-feature {
  padding: 14.5rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 8.7rem 0 13.6rem;
  }
}
.p-feature__wrap {
  max-width: 90rem;
  width: 87%;
  margin: 0 auto;
}
.p-feature__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-feature__ttl--img {
  width: 21.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl--img {
    width: 14.5rem;
  }
}
.p-feature__ttl--txt {
  margin-bottom: 0.05em;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl--txt {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.p-feature__txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-feature__check {
  margin-top: 5rem;
  border: 0.1rem solid #009ca5;
  padding: 3.6rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__check {
    margin-top: 4.2rem;
    padding: 3.4rem 2.5rem 4.6rem;
  }
}
.p-feature__check::after {
  content: "";
  width: 11.5rem;
  height: 6.6rem;
  position: absolute;
  bottom: -2.3rem;
  right: -5.4rem;
  background: url(../img/top/img_feature01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-feature__check::after {
    width: 9.6rem;
    height: 5.5rem;
    bottom: -2.6rem;
    right: -0.8rem;
  }
}
.p-feature__check-item {
  max-width: 61.8rem;
  margin: 0 auto;
  padding-left: 4.3rem;
  color: #009ca5;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  background: url(../img/top/icon_check.svg) no-repeat 0.2rem 0.4rem/2.2rem auto;
}
@media screen and (max-width: 767px) {
  .p-feature__check-item {
    padding-left: 3.3rem;
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: 0;
    background-position: 0 0.6rem;
    background-size: 2rem auto;
  }
}
.p-feature__check-item + .p-feature__check-item {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-feature__check-item + .p-feature__check-item {
    margin-top: 2.3rem;
  }
}
.p-feature__list {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-feature__item {
  padding-left: 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    padding-left: 0;
  }
}
.p-feature__item-ttl {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #113a57;
}
@media screen and (max-width: 767px) {
  .p-feature__item-ttl {
    padding-bottom: 1.5rem;
    padding-left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.p-feature__item-ttl-num {
  position: absolute;
  top: 0;
  left: 0;
  color: #e05442;
  font-size: 5.13rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-feature__item-ttl-num {
    position: static;
    font-size: 3.5rem;
  }
}
.p-feature__item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-feature__item-ttl-txt {
    font-size: 2.2rem;
  }
}
.p-feature__item-box {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item-box {
    margin-top: 1.7rem;
  }
}
.p-feature__item-txt {
  padding-left: 2.6rem;
  position: relative;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-feature__item-txt {
    padding-left: 3rem;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}
.p-feature__item-txt::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  background-color: #e05442;
}
@media screen and (max-width: 767px) {
  .p-feature__item-txt::before {
    width: 0.75rem;
    height: 0.75rem;
    left: 1.2rem;
  }
}

.bg {
  background-color: #fcf3ee;
}

.p-ttl {
  width: 33.5rem;
  height: 6.4rem;
  margin: 0 auto;
  padding-bottom: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
  background: url(../img/top/bg_ttl.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-ttl {
    width: 27.8rem;
    height: 5.1rem;
    padding-bottom: 1.1rem;
    font-size: 2.4rem;
  }
}
.p-ttl__arch01l {
  transform: rotate(-1deg);
}
.p-ttl__arch01r {
  transform: rotate(1deg);
}
.p-ttl__arch02l {
  transform: translateY(0.1rem) rotate(-2deg);
}
.p-ttl__arch02r {
  transform: translateY(0.1rem) rotate(2deg);
}
.p-ttl__arch03l {
  transform: translateY(0.2rem) rotate(-3deg);
}
.p-ttl__arch03r {
  transform: translateY(0.2rem) rotate(3deg);
}
.p-ttl__arch04l {
  transform: translateY(0.3rem) rotate(-4deg);
}
.p-ttl__arch04r {
  transform: translateY(0.3rem) rotate(4deg);
}

.p-flow {
  padding: 15.2rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 12.7rem 0 0;
  }
}
.p-flow__img {
  position: absolute;
  top: -10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    width: 18.5rem;
    top: -6.2rem;
  }
}
.p-flow__wrap {
  max-width: 90rem;
  width: 88%;
  margin: 0 auto;
}
.p-flow__list {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 5rem;
  }
}
.p-flow__item {
  min-height: 15.5rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    min-height: initial;
    padding-bottom: 2.6rem;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-flow__item:nth-child(3) .p-flow__item-right, .p-flow__item:nth-child(4) .p-flow__item-right {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-child(3) .p-flow__item-right {
    padding-top: 1.6rem;
  }
}
.p-flow__item:last-child {
  min-height: initial;
}
.p-flow__item:last-child .p-flow__item-step {
  background-color: #009ca5;
}
.p-flow__item:last-child .p-flow__item-ttl {
  color: #009ca5;
}
.p-flow__item-arrow {
  width: 0.1rem;
  height: calc(100% - 10rem);
  position: absolute;
  left: 3.6rem;
  bottom: 0;
  background-color: #113a57;
}
@media screen and (max-width: 767px) {
  .p-flow__item-arrow {
    height: calc(100% - 7rem);
    left: 2.7rem;
  }
}
.p-flow__item-arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top/arrow_flow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-flow__item-arrow::after {
    width: 1.1rem;
    height: 1rem;
    bottom: -0.1rem;
  }
}
.p-flow__item-box {
  width: 38%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-box {
    width: 100%;
    gap: 2rem;
  }
}
.p-flow__item-step {
  width: 7.3rem;
  height: 8.4rem;
  padding-top: 1.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  background-color: #113a57;
  clip-path: polygon(0 27%, 50% 0, 100% 27%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-flow__item-step {
    width: 5.45rem;
    height: 6.25rem;
    padding-top: 1rem;
    font-size: 1.1rem;
  }
}
.p-flow__item-step--num {
  font-size: 2.6rem;
  letter-spacing: 0.024em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__item-step--num {
    font-size: 1.95rem;
  }
}
.p-flow__item-ttl {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__item-ttl {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
.p-flow__item-right {
  padding-top: 2.7rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item-right {
    padding-top: 0;
    padding-left: 7.5rem;
  }
}
.p-flow__item-right .c-cta {
  margin-top: 3.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta {
    width: 100%;
    margin-top: 5.5rem;
  }
}
.p-flow__item-right .c-cta__tel, .p-flow__item-right .c-cta__mail {
  max-width: 44rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel, .p-flow__item-right .c-cta__mail {
    height: 12.3rem;
  }
}
.p-flow__item-right .c-cta__tel-oncall {
  top: -2rem;
  left: auto;
  right: -6.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel-oncall {
    width: 8.2rem;
    height: 8.2rem;
    top: -4.6rem;
    right: -1rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel-ttl {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel-num {
    margin: 0.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel-num a {
    padding-left: 3rem;
    font-size: 2.7rem;
    background-size: 2.2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__tel-txt {
    font-size: 1.1rem;
  }
}
.p-flow__item-right .c-cta__mail {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__mail-ttl {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__mail-btn {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__mail-btn a {
    width: 19.5rem;
    height: 4.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-right .c-cta__mail-btn a::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 2.2rem;
  }
}
.p-flow__item-txt {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-txt {
    font-size: 1.5rem;
    letter-spacing: 0.085em;
  }
}

body section.p-price {
  padding: 10.8rem 0 15rem;
}
@media screen and (max-width: 767px) {
  body section.p-price {
    padding: 6.8rem 0 8.8rem;
  }
}

.p-price__wrap {
  max-width: 90rem;
  width: 84%;
  margin: 0 auto;
}
.p-price__list {
  margin-top: 5.4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    margin-top: 4.7rem;
    flex-direction: column;
    gap: 3.3rem;
  }
}
.p-price__box {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .p-price__box + .p-price__box {
    border-left: 0.1rem solid #113a57;
  }
}
.p-price__term {
  border-top: 0.1rem solid #113a57;
  border-bottom: 0.1rem solid #113a57;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  background-color: #f8dccb;
}
@media screen and (max-width: 767px) {
  .p-price__term {
    padding: 0.6rem;
    font-size: 1.7rem;
  }
}
.p-price__detail {
  border-bottom: 0.1rem solid #113a57;
  padding: 2.6rem 3rem 3.4rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-price__detail {
    border-bottom: none;
    padding: 1.6rem 1rem 1.8rem;
  }
}
.p-price__detail-txt {
  color: #d84f3e;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__detail-txt {
    font-size: 2rem;
  }
}
.p-price__detail-note {
  width: fit-content;
  margin: 1rem auto 0;
  padding-left: 1em;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-price__detail-note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-price__txt {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-price__txt {
    margin: 4.5rem -2rem 0;
    gap: 1.4rem;
    font-size: 1.7rem;
    line-height: 1.5294117647;
    letter-spacing: 0.025em;
  }
}
.p-price__txt::before {
  content: "";
  width: 5.1rem;
  height: 4.4rem;
  background: url(../img/top/img_price01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-price__txt::before {
    width: 4.8rem;
    height: 4.2rem;
  }
}

.p-pdf {
  padding: 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-pdf {
    padding-top: 8.5rem;
  }
}
.p-pdf__wrap {
  max-width: 77.2rem;
  width: 84%;
  margin: 0 auto;
}
.p-pdf__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-pdf__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.p-pdf__item a {
  height: 5.6rem;
  border: 0.1rem solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  background-color: #898989;
}
@media screen and (max-width: 767px) {
  .p-pdf__item a {
    height: 5rem;
    font-size: 1.7rem;
  }
}
.p-pdf__item a:hover {
  opacity: 1;
  border-color: #898989;
  color: #898989;
  background-color: #ffffff;
}

.p-access {
  padding: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 9.2rem;
  }
}
.p-access__wrap {
  max-width: 90rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    width: 100%;
  }
}
.p-access__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access__ttl {
    font-size: 2.4rem;
  }
}
.p-access__map {
  margin-top: 4rem;
  aspect-ratio: 900/500;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 3rem;
    aspect-ratio: 750/700;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-access__block {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-access__block {
    width: 87%;
    margin: 3rem auto 0;
    flex-direction: column;
    gap: 3.3rem;
  }
}
.p-access__address {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    letter-spacing: 0.06em;
  }
}
.p-access__car {
  margin-top: 2.8rem;
  padding-left: 4.3rem;
  font-size: 2rem;
  font-weight: 600;
  background: url(../img/top/icon_car.svg) no-repeat 0.2rem 0.4rem/2.7rem auto;
}
@media screen and (max-width: 767px) {
  .p-access__car {
    margin-top: 2.2rem;
    padding-left: 3.6rem;
    font-size: 1.7rem;
    line-height: 1.9;
    background-size: 2.4rem auto;
    background-position: 0 0.6rem;
  }
}
.p-access__car-note {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-access__car-note {
    font-size: 1.5rem;
  }
}
.p-access__area {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-access__area {
    margin-top: 0;
  }
}
.p-access__area-term {
  width: fit-content;
  padding: 0.5rem 2.1rem;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  background-color: #009ca5;
}
@media screen and (max-width: 767px) {
  .p-access__area-term {
    padding: 0.5rem 1.8rem;
    font-size: 1.7rem;
    letter-spacing: 0.06em;
  }
}
.p-access__area-detail {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-access__area-detail {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    line-height: 1.6470588235;
    letter-spacing: 0.06em;
  }
}
