@charset "UTF-8";

/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.f-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1000px) {
  .f-inner {
    padding: 0 20px;
  }
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
.f-title-h2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 180px;
  padding: 0 0 0 20px;
}

.f-title-h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 274px;
  height: 180px;
  background: url(../images/title_circle.png) no-repeat center/cover;
}

.f-title-h2 .-jp {
  font-size: 32px;
  letter-spacing: 0.2em;
}

.f-title-h2 .-jp .-num {
  display: inline-block;
  padding: 0 10px;
  color: var(--main-color);
  font-size: 150%;
  line-height: 1;
}

.f-title-h2 .-en {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 25px;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 500;
  color: var(--main-color);
  font-size: 20px;
  font-optical-sizing: auto;
}

.f-title-h2 .-en::before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .f-title-h2 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 120px;
    padding: 0 0 0 10px;
  }

  .f-title-h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 182px;
    height: 120px;
    background: url(../images/title_circle.png) no-repeat center/cover;
  }

  .f-title-h2 .-jp {
    font-size: 24px;
    letter-spacing: 0.2em;
  }

  .f-title-h2 .-jp .-num {
    display: inline-block;
    padding: 0 10px;
    color: var(--main-color);
    font-size: 130%;
  }

  .f-title-h2 .-en {
    padding: 0 0 0 20px;
    font-size: 16px;
  }

  .f-title-h2 .-en::before {
    content: "-";
    position: absolute;
    top: 8px;
    left: 0;
    line-height: 1;
  }
}

.f-title-h2--white::before {
  background: url(../images/title_circle_white.png) no-repeat center/cover;
}

.f-title-h2--white .-jp {
  color: #ffffff;
}

.f-title-h2--white .-en {
  color: #ffffff;
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
.f-mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100svh - 80px);
  margin: 0 auto 50px;
  padding: 20px;
  background: #ffffff;
  border-radius: 80px;
}

.f-mainvisual::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 30px;
  z-index: 2;
  display: block;
  width: 117px;
  height: 112px;
  background: url(../images/tanpopo.png) no-repeat center/cover;
}

.f-mainvisual::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -30px;
  z-index: 2;
  display: block;
  width: 138px;
  height: 102px;
  background: url(../images/futaba.png) no-repeat bottom 0 left 0/42px 36px, url(../images/tanpopo.png) no-repeat top 0 right 0/88px 84px;
}

@media screen and (max-width: 1000px) {
  .f-mainvisual {
    padding: 10px;
    border-radius: 35px;
  }

  .f-mainvisual::before {
    bottom: -15px;
    left: 10px;
    width: 60px;
    height: 57px;
  }

  .f-mainvisual::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -35px;
    z-index: 2;
    display: block;
    width: 100px;
    height: 75px;
    background: url(../images/futaba.png) no-repeat bottom 0 left 0/25px 21px, url(../images/tanpopo.png) no-repeat top 0 right 0/70px 66px;
  }
}

.f-mainvisual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  overflow: hidden;
}

.f-mainvisual__inner::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 580px;
  height: 265px;
  background: url(../images/family.png) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-mainvisual__inner {
    border-radius: 25px;
  }

  .f-mainvisual__inner::before {
    width: 350px;
    height: 160px;
  }
}

#f-mainvisual__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#f-mainvisual__slider::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -30px;
  z-index: 1;
  display: block;
  width: 532px;
  height: 314px;
  background: url(../images/mv_leaf.png) no-repeat center/cover;
}

#f-mainvisual__slider::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
  display: block;
  width: 485px;
  height: 325px;
  background: url(../images/mv_right.png) no-repeat center/cover;
}

#f-mainvisual__slider .splide__track {
  width: 100%;
  height: 100%;
}

#f-mainvisual__slider img {
  width: 100%;
  height: calc(100% + 50px);
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  #f-mainvisual__slider::before {
    width: 290px;
    height: 171px;
  }

  #f-mainvisual__slider::after {
    width: 290px;
    height: 192px;
  }
}

#f-mainvisual__slider .splide__slide img {
  animation: hideTranslate 8s ease-out forwards;
}

#f-mainvisual__slider .splide__slide.is-active img {
  animation: showTranslate 8s ease-out forwards;
}

/*  ----- MVのアニメーション ----- */
@keyframes showTranslate {
  0% {
    transform: translate3d(0, 0px, 0);
  }

  100% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes hideTranslate {
  0% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

.f-mainvisual__slogan {
  position: absolute;
  bottom: 60px;
  left: 70px;
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 10px;
  letter-spacing: 0.2em;
}

.f-mainvisual__slogan p {
  width: fit-content;
  padding: 10px 50px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 30px;
}

.f-mainvisual__slogan p .--maincolor {
  color: var(--main-color);
}

.f-mainvisual__slogan p .--subcolor {
  color: var(--sub-color);
}

.f-mainvisual__slogan p .--skyblue {
  color: #74c9ff;
}

@media screen and (max-width: 1650px) {
  .f-mainvisual__slogan {
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-flow: column;
    gap: 10px;
    letter-spacing: 0.2em;
  }

  .f-mainvisual__slogan p {
    width: fit-content;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .f-mainvisual__slogan {
    position: absolute;
    bottom: 170px;
    left: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 0 20px;
    letter-spacing: 0.2em;
  }

  .f-mainvisual__slogan p {
    width: fit-content;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.65;
  }
}

/* ==================================================================================================================================

  *こんなお悩みはありませんか？

================================================================================================================================== */
.f-worries {
  position: relative;
  z-index: 1;
}

.f-worries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/cloud.svg) repeat-x bottom 0 left 0/1485px 180px, #97d7ff;
}

.f-worries::after {
  content: "";
  position: absolute;
  top: 300px;
  right: 10%;
  display: block;
  width: 234px;
  height: 208px;
  background: url(../images/sun.png) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-worries::before {
    width: 100%;
    height: 170px;
    background: url(../images/cloud.svg) repeat-x bottom 0 left 0/1000px 121px, #97d7ff;
  }

  .f-worries::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 20px;
    display: block;
    width: 100px;
    height: 88px;
    background: url(../images/sun.png) no-repeat center/cover;
  }
}

.f-worries_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 330px 50px 280px;
}

.f-worries_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: -1;
  display: block;
  width: 774px;
  height: 274px;
  background: url(../images/worries_town.png) no-repeat left 0% bottom 0/cover;
}

.f-worries_inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -1;
  display: block;
  width: 569px;
  height: 319px;
  background: url(../images/worries_circle.png) no-repeat left 0% bottom 0/cover;
}

@media screen and (max-width: 1000px) {
  .f-worries_inner {
    padding: 230px 20px 280px;
  }

  .f-worries_inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -120px;
    z-index: -1;
    display: block;
    width: 564px;
    height: 200px;
    background: url(../images/worries_town.png) no-repeat left 0% bottom 0/cover;
  }

  .f-worries_inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 150px;
    z-index: -1;
    display: block;
    width: 356px;
    height: 200px;
    background: url(../images/worries_circle.png) no-repeat left 0% bottom 0/cover;
  }
}

.f-worries-title {
  margin-bottom: 85px;
}

.f-worries__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}

@media screen and (max-width: 1000px) {
  .f-worries__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-worries__box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
  }
}

.f-worries-item__title {
  position: relative;
  z-index: 2;
  width: 75%;
  min-width: 260px;
  max-width: 370px;
  margin: 0 auto;
  padding: 8px 20px 12px;
  background: var(--main-color);
  border-radius: 300px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.f-worries-item__title--pop {
  padding: 10px 50px;
}

.f-worries-item__title--pop span {
  position: absolute;
  top: -15px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 0 0 7px 5px;
  background: #f8c337;
  font-size: 13px;
  line-height: 1.3;
  -webkit-mask: url(../images/pop_shape.svg) no-repeat center/cover;
  mask: url(../images/pop_shape.svg) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-worries-item__title {
    padding: 8px 20px 12px;
    font-size: 18px;
    text-align: center;
  }
}

.f-worries-item__list {
  margin: -30px auto 0;
  padding: 50px 60px 45px;
  background: #f7f7f7;
  border-radius: 50px;
}

.f-worries-item__list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  font-size: 18px;
}

.f-worries-item__list li:not(:last-child) {
  margin-bottom: 12px;
}

.f-worries-item__list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: var(--main-color);
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  .f-worries-item__list {
    margin: -30px auto 0;
    padding: 50px 35px 30px;
    border-radius: 25px;
  }

  .f-worries-item__list li {
    font-size: 16px;
  }

  .f-worries-item__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .f-worries-item__list li::before {
    content: "";
    position: absolute;
    top: 15px;
  }
}

.f-worries-item--orange .f-worries-item__title {
  background: #f8c337;
}

.f-worries-item--orange .f-worries-item__list li::before {
  background: #f8c337;
}

.f-worries-item--skyblue .f-worries-item__title {
  background: #74c9ff;
}

.f-worries-item--skyblue .f-worries-item__list li::before {
  background: #74c9ff;
}

.f-worries-item--red .f-worries-item__title {
  background: #da7867;
}

.f-worries-item--red .f-worries-item__list li::before {
  background: #da7867;
}

/* ==================================================================================================================================

  *はーとぷれいすについて

================================================================================================================================== */
.f-about {
  position: relative;
  z-index: 1;
  background: var(--main-color);
}

.f-about::before {
  content: "";
  position: absolute;
  top: -30px;
  display: block;
  width: 100%;
  height: 30px;
  background: var(--main-color);
  -webkit-mask: url(../images/wave.svg) repeat-x center/150px 30px;
  mask: url(../images/wave.svg) repeat-x center/150px 30px;
}

.f-about::after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  height: 30px;
  background: var(--main-color);
  -webkit-mask: url(../images/wave.svg) repeat-x center/150px 30px;
  mask: url(../images/wave.svg) repeat-x center/150px 30px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
  .f-about::before {
    top: -15px;
    height: 15px;
    background: var(--main-color);
    -webkit-mask: url(../images/wave.svg) repeat-x center/75px 15px;
    mask: url(../images/wave.svg) repeat-x center/75px 15px;
  }

  .f-about::after {
    bottom: -15px;
    height: 15px;
    -webkit-mask: url(../images/wave.svg) repeat-x center/75px 15px;
    mask: url(../images/wave.svg) repeat-x center/75px 15px;
  }
}

.f-about__inner {
  display: flex;
  gap: 60px;
  padding: 100px 50px;
}

@media screen and (max-width: 1000px) {
  .f-about__inner {
    flex-flow: column;
    padding: 55px 20px;
  }
}

.f-about__text {
  width: 50%;
  min-width: 350px;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .f-about__text {
    width: 100%;
    min-width: auto;
  }
}

.f-about__title {
  margin-bottom: 70px;
}

.f-about__text p:not(:last-of-type) {
  margin-bottom: 2em;
}

.f-about-images {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .f-about-images {
    width: 100%;
  }
}

.f-about__image {
  padding: 4px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.f-about__image--big {
  width: 85%;
  margin: 0 0 15px auto;
}

.f-about__image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .f-about__image {
    padding: 3px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
  }

  .f-about__image--big {
    width: 100%;
    margin: 0 0 20px;
  }

  .f-about__image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }
}

.f-about-images__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.f-about-images__container .f-about__image:nth-child(1) {
  grid-area: 1/1/3/2;
}

.f-about-images__container .f-about__image:nth-child(2) {
  grid-area: 1/2/2/3;
}

.f-about-images__container .f-about__image:nth-child(3) {
  grid-area: 2/2/3/3;
}

@media screen and (max-width: 1000px) {
  .f-about-images__container {
    gap: 20px;
  }
}

.f-about_button {
  margin-top: 70px;
  text-align: center;
}

/* ==================================================================================================================================

  *はーとぷれいすの特徴

================================================================================================================================== */
.f-feature__inner {
  position: relative;
  z-index: 1;
  padding: 160px 50px 0;
}

.f-feature__inner::before {
  content: "";
  position: absolute;
  top: 130px;
  right: -150px;
  z-index: -1;
  display: block;
  width: 680px;
  height: 360px;
  background: url(../images/feature_kazari.png) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-feature__inner {
    position: relative;
    z-index: 1;
    padding: 70px 20px 0;
  }

  .f-feature__inner::before {
    content: "";
    position: absolute;
    top: 80px;
    right: -70px;
    z-index: -1;
    display: block;
    width: 340px;
    height: 180px;
    background: url(../images/feature_kazari.png) no-repeat center/cover;
  }
}

.f-feature__title {
  margin: 0 auto 50px;
}

.f-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 1000px) {
  .f-feature__list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-feature__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.f-feature-item__image img {
  border-radius: 40px;
}

@media screen and (max-width: 1000px) {
  .f-feature-item__image img {
    border-radius: 30px;
  }
}

.f-feature-item__title {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: -35px auto 30px;
  padding: 10px 30px;
  background: var(--main-color);
  border-radius: 300px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .f-feature-item__title {
    padding: 6px 35px 8px 38px;
    font-size: 18px;
  }
}

.f-feature-item__text:not(:last-child) {
  margin-bottom: 1.5em;
}

/* ==================================================================================================================================

  *メッセージ

================================================================================================================================== */
.f-message {
  background: url(../images/city.png) no-repeat left 50% bottom 15%/1563px 225px;
}

@media screen and (max-width: 1000px) {
  .f-message {
    background: url(../images/city.png) no-repeat left 50% bottom 15%/1000px 143px;
  }
}

.f-message_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 135px;
  max-width: 1200px;
  padding: 100px 100px 50px 50px;
}

@media screen and (max-width: 1000px) {
  .f-message_inner {
    gap: 80px;
    padding: 100px 100px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .f-message_inner {
    flex-flow: column;
    gap: 30px;
    padding: 100px 20px 0;
  }
}

.f-message__title {
  position: relative;
  z-index: 1;
  margin: 0 auto 50px;
  padding: 80px 0 0 150px;
}

.f-message__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 172px;
  height: 111px;
  background: url(../images/message_title_kazari.png) no-repeat center/cover;
}

.f-message__title .-jp {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 458px;
  min-width: 458px;
  height: auto;
  padding: 0 0 30px;
  background: url(../images/message_title_line.png) no-repeat center/458px 42px;
  font-size: 32px;
}

@media screen and (max-width: 1000px) {
  .f-message__title {
    margin: 0 auto 20px;
    padding: 80px 0 0 0px;
  }

  .f-message__title::before {
    width: 100px;
    height: 64px;
    background: url(../images/message_title_kazari.png) no-repeat center/cover;
  }

  .f-message__title .-jp {
    width: 330px;
    min-width: 330px;
    padding: 0 0 30px;
    background: url(../images/message_title_line.png) no-repeat center/330px 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .f-message__title {
    margin: 0 auto 20px;
    padding: 80px 0 0 0px;
  }

  .f-message__title .-jp {
    width: 290px;
    min-width: 290px;
    padding: 0 0 30px;
    background: url(../images/message_title_line.png) no-repeat center/290px 26px;
    font-size: 20px;
  }
}

.f-message__text {
  width: 100%;
}

.f-message__text p {
  padding-left: 50px;
}

.f-message__text p:not(:last-of-type) {
  margin-bottom: 2em;
}

@media screen and (max-width: 1000px) {
  .f-message__text p {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .f-message__text p {
    padding-left: 0px;
  }
}

.f-message__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 203px;
  height: auto;
  margin: 100px auto 0;
}

.f-message__image::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -170px;
  z-index: -1;
  display: block;
  width: 391px;
  height: 383px;
  background: url(../images/message_kazari.png) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-message__image {
    width: 150px;
    height: auto;
    margin: 100px auto 0;
  }

  .f-message__image::before {
    top: -100px;
    right: -120px;
    width: 270px;
    height: 264px;
    background: url(../images/message_kazari.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 1000px) {
  .f-message__image {
    position: relative;
    left: 10px;
    width: 150px;
    height: auto;
    margin: 50px auto 0;
  }
}

/* ==================================================================================================================================

  *ご予約・ご利用の流れ

================================================================================================================================== */
.f-flow__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 50px;
}

@media screen and (max-width: 1000px) {
  .f-flow__top {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
    padding: 70px 20px 60px;
  }
}

.f-flow__top .f-title-h2 {
  flex-shrink: 0;
}

#f-counselor {
  padding: 80px 20px;
}

@media screen and (max-width: 1000px) {
  #f-counselor {
    padding: 30px 20px 0;
  }
}

#f-counselor .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

#f-counselor .splide__arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--main-color);
}

#f-counselor .splide__arrow span:hover {
  color: var(--sub-color);
}

#f-counselor .splide__arrow span::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  transition: color 0.2s;
}

#f-counselor .splide__arrow--prev {
  left: 30px;
}

#f-counselor .splide__arrow--prev span::before {
  content: "\f100";
}

#f-counselor .splide__arrow--next {
  right: 30px;
}

#f-counselor .splide__arrow--next span::before {
  content: "\f101";
}

.f-counselor-item {
  display: flex;
  flex-flow: column;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}

.f-counselor-item__images {
  position: relative;
  z-index: 1;
}

.f-counselor__name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 50%;
  padding: 10px 20px;
  background: var(--main-color);
  border-radius: 30px 0 0 0;
  color: #ffffff;
  text-align: right;
}

.f-counselor-item__text {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 20px 25px 30px;
  background: #f8f8f8;
}

.f-counselor-item__title {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 5px 10px;
  border-bottom: 1px dashed var(--line-color);
  font-size: 115%;
  text-align: center;
}

.f-counselor-item__list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  padding: 20px 0;
}

.f-counselor-item__list li {
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 80%;
}

.f-counselor__button {
  margin: auto auto 0;
  padding-top: 25px;
  text-align: center;
}

.f-flow--two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
}

@media screen and (max-width: 1000px) {
  .f-flow--two {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .f-flow--two {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.f-flow__box {
  margin: 0 auto;
}

.f-flow__box--one {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  max-width: 1400px;
  padding: 0 50px;
}

@media screen and (max-width: 1000px) {
  .f-flow__box--one {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .f-flow__button {
    margin: 30px 0 60px;
    text-align: center;
  }
}

.f-flow__title {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  padding: 30px 0 0px 110px;
  font-size: 28px;
}

.f-flow__title .-number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 85px;
  background: url(../images/flow_number_bg.svg) no-repeat center/cover;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.f-flow__title .-number span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .f-flow__title {
    position: relative;
    z-index: 1;
    margin: 0 auto 30px;
    padding: 25px 0 0px 85px;
    font-size: 22px;
  }

  .f-flow__title .-number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 67px;
    background: url(../images/flow_number_bg.svg) no-repeat center/cover;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .f-flow__title .-number span {
    display: block;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
  }
}

.f-flow__box--one .f-flow__title {
  margin: 0;
}

.f-flow__text {
  padding: 25px 15px;
}

.f-flow__text p:not(:last-child) {
  margin-bottom: 2em;
}

.f-flow__images img {
  border-radius: 35px;
}

@media screen and (max-width: 1000px) {
  .f-flow__images img {
    border-radius: 25px;
  }
}

/* ==================================================================================================================================

  *ページリンク

================================================================================================================================== */
.f-page {
  position: relative;
  z-index: 1;
  background: url(../images/city.png) no-repeat left 50% bottom 15%/1563px 225px;
}

@media screen and (max-width: 1000px) {
  .f-page {
    background: url(../images/city.png) no-repeat left 50% bottom 50px/1000px 143px;
  }
}

.f-page__inner {
  position: relative;
  z-index: 1;
  padding: 100px 50px 200px;
}

.f-page__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: -1;
  display: block;
  width: 391px;
  height: 383px;
  background: url(../images/page_link_kazari.png) no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .f-page__inner {
    position: relative;
    z-index: 1;
    padding: 50px 20px 170px;
  }

  .f-page__inner::before {
    top: 0px;
    right: -100px;
    width: 270px;
    height: 264px;
    background: url(../images/page_link_kazari.png) no-repeat center/cover;
  }
}

.f-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  .f-page__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-page__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.f-page__item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px 25px 50px;
  background: #fbfbfb;
  border-radius: 50px;
}

@media screen and (max-width: 1000px) {
  .f-page__item {
    padding: 30px 20px 40px;
    border-radius: 30px;
  }
}

.f-page__icon {
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  .f-page__icon {
    width: 90px;
    padding: 5px;
  }
}

.f-page__title {
  text-align: center;
}

.f-page__title .-jp {
  font-size: 26px;
}

.f-page__title .-en {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 500;
  color: var(--main-color);
  font-size: 16px;
  font-optical-sizing: auto;
}

@media screen and (max-width: 1000px) {
  .f-page__title {
    text-align: center;
  }

  .f-page__title .-jp {
    font-size: 20px;
  }

  .f-page__title .-en {
    font-size: 13px;
  }
}

.f-page__text {
  margin: 25px auto 40px;
}

@media screen and (max-width: 1000px) {
  .f-page__text {
    margin: 20px auto 30px;
  }
}

.f-page__button {
  margin-top: auto;
  text-align: center;
}

/* ==================================================================================================================================

  *無限スライダー

================================================================================================================================== */
#f-infinity-slider {
  position: relative;
  z-index: 1;
  padding: 20px 0 50px;
  background: var(--main-color);
}

#f-infinity-slider::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
  background: var(--main-color);
  mask: url(../images/wave.svg) center center/150px 30px repeat-x;
}

#f-infinity-slider .splide__slide {
  width: 450px !important;
}

#f-infinity-slider .splide__slide img {
  border-radius: 40px;
}

@media screen and (max-width: 1000px) {
  #f-infinity-slider {
    padding: 20px 0 35px;
  }

  #f-infinity-slider::before {
    top: -15px;
    width: 100%;
    height: 15px;
    mask: url(../images/wave.svg) center center/75px 15px repeat-x;
  }

  #f-infinity-slider .splide__slide {
    width: 350px !important;
  }

  #f-infinity-slider .splide__slide img {
    border-radius: 30px;
  }
}
