@charset "UTF-8";
/*
 * Variables for Brand Color Presets
 */
/*----------------------------------------
 *  ヒーロースライダー
 *----------------------------------------*/
.fp-hero .swiper {
  --swiper-navigation-sides-offset: 0px;
  width: 100%;
}
@media (min-width: 1240px) {
  .fp-hero .swiper {
    --swiper-navigation-sides-offset: calc((100vw - 1180px) / 2 - 25px);
  }
}
.fp-hero .swiper:before, .fp-hero .swiper:after {
  display: none;
}
@media (min-width: 1200px) {
  .fp-hero .swiper:before, .fp-hero .swiper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 5;
  }
}
.fp-hero .swiper:before {
  right: calc((100vw - 1180px) / 2 + 1172px);
}
.fp-hero .swiper:after {
  left: calc((100vw - 1180px) / 2 + 1172px);
}
.fp-hero .swiper-slide {
  width: 100%;
}
@media (min-width: 1200px) {
  .fp-hero .swiper-slide {
    width: 1180px;
  }
}
.fp-hero .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.fp-hero .swiper-slide a img {
  width: 100%;
  height: auto;
}
.fp-hero .swiper-button-next,
.fp-hero .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.fp-hero .swiper-button-next:hover,
.fp-hero .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.fp-hero .swiper-button-next:after,
.fp-hero .swiper-button-prev:after {
  font-size: 20px;
}

/*----------------------------------------
 *  バナーセクション
 *----------------------------------------*/
.fp-banner-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .fp-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.fp-banner-area__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .fp-banner-area__inner {
    gap: 50px;
  }
}
.fp-banner-area .awards-banner img,
.fp-banner-area .interview-number-banner img {
  width: 100%;
  height: auto;
}
.fp-banner-area .awards-banner {
  position: relative;
}
.fp-banner-area .awards-banner__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fp-banner-area .awards-banner__title {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 8%;
    font-size: clamp(1rem, -0.3333rem + 2.7778vw, 1.75rem);
  }
}

/*----------------------------------------
 *  カウンセラーブログ
 *----------------------------------------*/
.fp-counselor-blog {
  background-color: #fffaeb;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .fp-counselor-blog {
    background-image: url(../../assets/images/front-page/counselor-blog-bg.png);
    background-size: 386px 350px;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.fp-counselor-blog__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.fp-counselor-blog__desc {
  text-align: center;
  font-size: 12px;
}
.fp-counselor-blog__content {
  border: 5px solid #276407;
  background-color: #efffe7;
  padding: 20px;
  max-width: 980px;
  margin: 0 auto;
}
.fp-counselor-blog__content > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #276407;
}
.fp-counselor-blog__content > ul > li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px dashed #276407;
}
@media (min-width: 768px) {
  .fp-counselor-blog__content > ul > li {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.fp-counselor-blog__content > ul > li span {
  background-color: #276407;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
}

/*----------------------------------------
 *  初めての方に
 *----------------------------------------*/
.fp-introduction {
  position: relative;
  background-image: url(../../assets/images/front-page/green-stripe-bg.png);
  padding-bottom: 50px;
}
.fp-introduction:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bababa;
  left: 0;
  top: 5px;
}
@media (min-width: 1180px) {
  .fp-introduction {
    padding-bottom: 100px;
  }
}
.fp-introduction__inner {
  display: flex;
  flex-direction: column;
}
.fp-introduction__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
  background: radial-gradient(circle, rgb(58, 150, 10) 0%, transparent 70%);
}
@media (min-width: 1180px) {
  .fp-introduction__header {
    padding-top: 100px;
  }
}
.fp-introduction__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.fp-introduction__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 1180px) {
  .fp-introduction__title {
    font-size: 50px;
  }
}
.fp-introduction__desc {
  font-size: 14px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  color: #bac16d;
}
.fp-introduction__lede {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1180px) {
  .fp-introduction__lede {
    font-size: 16px;
    text-align: center;
  }
}
.fp-introduction__lede br {
  display: none;
}
@media (min-width: 1180px) {
  .fp-introduction__lede br {
    display: block;
  }
}
.fp-introduction__content {
  display: flex;
  flex-direction: column;
}
.fp-introduction__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .fp-introduction__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.fp-introduction__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fbf5e7;
  padding: 25px;
}
@media (min-width: 1180px) {
  .fp-introduction__item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.fp-introduction__item-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
  font-family: "Noto Serif JP", serif;
}
.fp-introduction__item-title {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 1180px) {
  .fp-introduction__item-title {
    font-size: 28px;
  }
}
.fp-introduction__item-title span {
  color: #4dab1e;
  font-size: 160%;
}
.fp-introduction__item-sub-title {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1180px) {
  .fp-introduction__item-sub-title {
    font-size: 16px;
  }
}
.fp-introduction__item-sub-title span {
  color: #4dab1e;
}
.fp-introduction__item-desc {
  font-size: 14px;
  line-height: 1.5;
}
.fp-introduction__item-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .fp-introduction__item-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.fp-introduction__item-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
  border-radius: 9999px;
  transition: all 0.5s;
  line-break: strict;
  word-break: keep-all;
}
@media (min-width: 1180px) {
  .fp-introduction__item-button a {
    font-size: 16px;
  }
}
.fp-introduction__item-button a:hover {
  opacity: 0.75;
}
.fp-introduction__item-button a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fp-introduction__item_02, .fp-introduction__item_03 {
  position: relative;
}
@media (min-width: 1024px) {
  .fp-introduction__item_02, .fp-introduction__item_03 {
    flex: 0 0 calc(50% - 15px);
  }
}
.fp-introduction__item_02:before, .fp-introduction__item_03:before {
  --size: 28px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--size) var(--size) 0 0;
  border-color: #4dab1e transparent transparent transparent;
}
@media (min-width: 1180px) {
  .fp-introduction__item_02:before, .fp-introduction__item_03:before {
    --size: 50px;
  }
}
.fp-introduction__item_01 {
  background-image: url(../../assets/images/front-page/introduce-bg-01.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 62%;
}
@media (min-width: 1024px) {
  .fp-introduction__item_01 {
    flex: 0 0 100%;
    background-position: right bottom;
    background-size: 55vw;
    padding-top: 50px;
    padding-right: 280px;
  }
  .fp-introduction__item_01 .fp-introduction__item-desc {
    padding-right: 32vw;
  }
}
@media (min-width: 1180px) {
  .fp-introduction__item_01 {
    flex: 0 0 100%;
    background-position: right bottom;
    background-size: 50%;
    padding-top: 50px;
    padding-right: 400px;
  }
  .fp-introduction__item_01 .fp-introduction__item-desc {
    padding-right: 220px;
  }
}
@media (min-width: 1180px) {
  .fp-introduction__item_02 {
    background-image: url(../../assets/images/front-page/introduce-bg-02.png);
    background-size: 35%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.fp-introduction__item_02 .fp-introduction__item-title br {
  display: none;
}
@media (min-width: 1180px) {
  .fp-introduction__item_02 .fp-introduction__item-title br {
    display: block;
  }
}
@media (min-width: 1180px) {
  .fp-introduction__item_02 .fp-introduction__item-desc {
    padding-right: 180px;
  }
}
@media (min-width: 1180px) {
  .fp-introduction__item_03 {
    background-image: url(../../assets/images/front-page/introduce-bg-03.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.fp-introduction__item_03 .fp-introduction__item-title br {
  display: none;
}
@media (min-width: 1180px) {
  .fp-introduction__item_03 .fp-introduction__item-title br {
    display: block;
  }
}
@media (min-width: 1180px) {
  .fp-introduction__item_03 .fp-introduction__item-desc {
    padding-right: 220px;
  }
}

/*----------------------------------------
 *  年代別の婚活サポートセクション
 *----------------------------------------*/
.fp-support {
  background: #276407;
  padding-bottom: 100px;
}
.fp-support__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}
.fp-support__header br {
  display: block;
}
@media (min-width: 1180px) {
  .fp-support__header br {
    display: none;
  }
}
.fp-support__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1180px) {
  .fp-support__title {
    font-size: 50px;
  }
}
.fp-support__desc {
  font-size: 14px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  color: #bac16d;
}
.fp-support__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .fp-support__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fp-support__item {
  width: 100%;
  background-color: #fffaeb;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .fp-support__item {
    width: calc(50% - 5px);
    padding-bottom: 20px;
    gap: 20px;
  }
}
@media (min-width: 1180px) {
  .fp-support__item {
    width: calc(25% - 8px);
  }
}
.fp-support__item-image {
  width: 100%;
}
.fp-support__item-image img {
  width: 100%;
  height: auto;
}
.fp-support__item-title {
  font-size: 18px;
  line-height: 1.2;
  color: #276407;
}
@media (min-width: 768px) {
  .fp-support__item-title {
    font-size: 22px;
  }
}
.fp-support__item-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
  border-radius: 9999px;
  transition: all 0.5s;
  line-break: strict;
  word-break: keep-all;
}
@media (min-width: 1180px) {
  .fp-support__item-button a {
    font-size: 16px;
  }
}
.fp-support__item-button a:hover {
  opacity: 0.75;
}
.fp-support__item-button a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fp-support__bottom-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.fp-support__bottom-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
  border-radius: 9999px;
  transition: all 0.5s;
  line-break: strict;
  word-break: keep-all;
}
.fp-support__bottom-button a:hover {
  opacity: 0.75;
}
.fp-support__bottom-button a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

/*----------------------------------------
 *  ピックアップコンテンツセクション
 *----------------------------------------*/
.fp-pickup {
  background: #276407;
  padding-bottom: 50px;
}
@media (min-width: 1180px) {
  .fp-pickup {
    padding-bottom: 100px;
  }
}
.fp-pickup__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}
.fp-pickup__header br {
  display: block;
}
@media (min-width: 1180px) {
  .fp-pickup__header br {
    display: none;
  }
}
.fp-pickup__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1180px) {
  .fp-pickup__title {
    font-size: 50px;
  }
}
.fp-pickup__desc {
  font-size: 14px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  color: #bac16d;
}
.fp-pickup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .fp-pickup__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1180px) {
  .fp-pickup__content {
    gap: 40px;
  }
}
.fp-pickup__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .fp-pickup__item {
    width: calc(50% - 13px);
  }
}
@media (min-width: 1180px) {
  .fp-pickup__item {
    width: calc(50% - 20px);
  }
}
.fp-pickup__item > a {
  display: inline-block;
  width: 100%;
}
.fp-pickup__item-image {
  width: 100%;
}
.fp-pickup__item-image img {
  width: 100%;
  height: auto;
}
.fp-pickup__item-desc {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 1180px) {
  .fp-pickup__item-desc {
    font-size: 14px;
  }
}

/*----------------------------------------
 *  成婚インタビューセクション
 *----------------------------------------*/
.fp-interview {
  background-color: #e4f5dc;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1180px) {
  .fp-interview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1180px) {
  .fp-interview__header {
    position: relative;
  }
}
.fp-interview__title {
  position: relative;
  background-image: url(../../assets/images/front-page/interview-header-bg-line.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1180px) {
  .fp-interview__title {
    padding-bottom: 100px;
  }
}
.fp-interview__title:before, .fp-interview__title:after {
  display: none;
}
@media (min-width: 768px) {
  .fp-interview__title:before, .fp-interview__title:after {
    position: absolute;
    content: "";
    display: inline-block;
    background-size: cover;
    bottom: 10px;
  }
}
@media (min-width: 1180px) {
  .fp-interview__title:before, .fp-interview__title:after {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .fp-interview__title:before {
    background-image: url(../../assets/images/front-page/interview-header-bg-left.png);
    width: 136px;
    height: 110px;
    left: calc((100vw - 415px) / 2 - 190px);
  }
}
@media (min-width: 1180px) {
  .fp-interview__title:before {
    width: 182px;
    height: 147px;
    left: 50px;
  }
}
@media (min-width: 768px) {
  .fp-interview__title:after {
    background-image: url(../../assets/images/front-page/interview-header-bg-right.png);
    width: 141px;
    height: 123px;
    right: calc((100vw - 415px) / 2 - 190px);
  }
}
@media (min-width: 1180px) {
  .fp-interview__title:after {
    width: 188px;
    height: 164px;
    right: 50px;
  }
}
.fp-interview__title img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .fp-interview__title img {
    max-width: 415px;
  }
}
@media (min-width: 1180px) {
  .fp-interview__title img {
    max-width: 515px;
  }
}
.fp-interview__title-desc {
  font-size: 14px;
}
@media (min-width: 1180px) {
  .fp-interview__title-desc {
    width: 515px;
    position: absolute;
    left: 50%;
    margin-left: -257.5px;
    bottom: 30px;
    text-align: center;
  }
}
.fp-interview__content {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1180px) {
  .fp-interview__content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .fp-interview .c-entries {
    --entries--gap: 20px;
    --entries--item-width: calc(50% - 10px);
    gap: var(--entries--gap);
  }
}
@media (min-width: 1180px) {
  .fp-interview .c-entries {
    --entries--item-width: calc(33.33333% - 20px);
    gap: 30px;
  }
}
.fp-interview .c-entries__item {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 0px rgb(156, 183, 144);
}
.fp-interview .c-entries__item > a .c-entry-summary__figure > img {
  transition: all 0.6s ease;
}
.fp-interview .c-entries__item > a:hover .c-entry-summary__figure > img {
  filter: inherit;
  transform: scale(1.1);
  transform-origin: center center;
  opacity: 0.8;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__figure {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header {
  margin-bottom: 0;
  padding: calc(var(--entries--gap) * 0.5);
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-type {
  font-size: 12px;
  text-decoration: underline;
  color: #276407;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .c-entry-summary__title {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .name-age {
  font-size: 12px;
  margin-bottom: 10px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .name-age .male,
.fp-interview .c-entry-summary--interview .c-entry-summary__header .name-age .female {
  font-weight: bold;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .name-age .male {
  color: #297ee8;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .name-age .female {
  color: #ed1e79;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table tr {
  border-top: 1px solid #c3deb5;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table tr:last-child {
  border-bottom: 1px solid #c3deb5;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table th {
  width: 50%;
  background-color: #e4f5dd;
  padding: 6px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-detail-table td {
  padding: 6px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-title {
  border-left: 5px solid #276407;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #c3deb5;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.2;
  margin-bottom: 22px;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  margin-left: -12.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #276407;
  -webkit-mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/caret-down-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li:last-child:after {
  display: none;
}
.fp-interview .c-entry-summary--interview .c-entry-summary__header .interview-flow-list li .date {
  width: 30%;
}
.fp-interview__bottom-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fp-interview__bottom-button a {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .fp-interview__bottom-button a {
    font-size: 20px;
    width: 500px;
  }
}
.fp-interview__bottom-button a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fp-interview__bottom-button a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 60%;
  right: 44px;
  top: 20%;
}

/*----------------------------------------
 *  カウンセラーブログのリストセクション
 *----------------------------------------*/
.fp-counselor-blog-list {
  background-image: url(../../assets/images/front-page/counselor-blog-list-bg.png);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1180px) {
  .fp-counselor-blog-list {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fp-counselor-blog-list__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-image: url(../../assets/images/front-page/counselor-blog-list-banner.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 68vw;
}
@media (min-width: 1180px) {
  .fp-counselor-blog-list__header {
    padding-bottom: 25px;
    padding-right: 370px;
    padding-top: 20px;
    background-position: right bottom;
    background-size: 470px 370px;
  }
}
.fp-counselor-blog-list__title {
  width: 100%;
}
.fp-counselor-blog-list__title img {
  width: 100%;
}
.fp-counselor-blog-list__title-desc {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1180px) {
  .fp-counselor-blog-list__title-desc {
    font-size: 16px;
    line-height: 1.6;
    padding-right: 100px;
    padding-left: 25px;
  }
}
.fp-counselor-blog-list__content {
  background-color: #fff;
  border: 5px solid #a6814a;
  padding: 25px;
}
@media (min-width: 1180px) {
  .fp-counselor-blog-list__content {
    padding: 30px;
  }
}

/*----------------------------------------
 *  選ばれる理由セクション
 *----------------------------------------*/
.fp-reason {
  position: relative;
  background-image: url(../../assets/images/front-page/green-stripe-bg.png);
  padding-bottom: 50px;
}
.fp-reason:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bababa;
  left: 0;
  top: 5px;
}
@media (min-width: 1180px) {
  .fp-reason {
    padding-bottom: 100px;
  }
}
.fp-reason__inner {
  display: flex;
  flex-direction: column;
}
.fp-reason__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
  background: radial-gradient(circle, rgb(58, 150, 10) 0%, transparent 70%);
}
@media (min-width: 1180px) {
  .fp-reason__header {
    padding-top: 100px;
  }
}
.fp-reason__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.fp-reason__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 1180px) {
  .fp-reason__title {
    font-size: 50px;
  }
}
.fp-reason__desc {
  font-size: 14px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  color: #bac16d;
}
.fp-reason__lede {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1180px) {
  .fp-reason__lede {
    font-size: 16px;
    text-align: center;
  }
}
.fp-reason__lede br {
  display: none;
}
@media (min-width: 1180px) {
  .fp-reason__lede br {
    display: block;
  }
}
.fp-reason__content {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .fp-reason__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fp-reason__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fffbf1;
  border: 4px solid #ddcda0;
  padding: 20px;
}
@media (min-width: 768px) {
  .fp-reason__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1180px) {
  .fp-reason__item {
    width: calc(33.3333% - 20px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.fp-reason__item-image {
  width: 100%;
}
.fp-reason__item-image img {
  width: 100%;
  height: auto;
}
.fp-reason__item-text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .fp-reason__item-text {
    font-size: 14px;
  }
}
.fp-reason__item-desc {
  font-size: 12px;
}
.fp-reason__item-button {
  margin-top: auto;
}
@media (min-width: 768px) {
  .fp-reason__item-button {
    text-align: center;
  }
}
.fp-reason__item-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
  border-radius: 9999px;
  transition: all 0.5s;
  line-break: strict;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .fp-reason__item-button a {
    width: auto;
  }
}
.fp-reason__item-button a br {
  display: none;
}
@media (min-width: 768px) {
  .fp-reason__item-button a br {
    display: block;
  }
}
@media (min-width: 1180px) {
  .fp-reason__item-button a br {
    display: none;
  }
}
.fp-reason__item-button a:hover {
  opacity: 0.75;
}
.fp-reason__item-button a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/circle-chevron-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

/*----------------------------------------
 *  サロン紹介セクション
 *----------------------------------------*/
.fp-salon {
  background-color: #e4f5dc;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 1180px) {
  .fp-salon {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fp-salon__inner {
  display: flex;
  flex-direction: column;
}
.fp-salon__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fp-salon__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.2;
  color: #276407;
}
@media (min-width: 1180px) {
  .fp-salon__title {
    font-size: 50px;
  }
}
.fp-salon__title-desc {
  font-size: 14px;
}
.fp-salon__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .fp-salon__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fp-salon__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .fp-salon__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1180px) {
  .fp-salon__item {
    max-width: 400px;
  }
}
.fp-salon__item-image {
  width: 100%;
}
.fp-salon__item-image img {
  width: 100%;
  height: auto;
}
.fp-salon__item-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
}
.fp-salon__item-access {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fp-salon__item-access-item {
  position: relative;
  font-size: 14px;
  padding-left: 22px;
}
.fp-salon__item-access-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  border-radius: 999px;
  background-color: #276407;
}
.fp-salon__item-access-item:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  height: 6px;
  width: 6px;
  margin-top: -3px;
  border-radius: 999px;
  background-color: #fff;
}
.fp-salon__item-button {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fp-salon__item-button li a {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #4dab1e;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 50px 15px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .fp-salon__item-button li a {
    font-size: 16px;
  }
}
.fp-salon__item-button li a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/svg/angle-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fp-salon__item-button li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 60%;
  right: 44px;
  top: 20%;
}
