@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*---------------------------------------
メディアクエリ関連
---------------------------------------*/
/*---------------------------------------
レイアウト関連
---------------------------------------*/
/*---------------------------------------
テキスト関連
---------------------------------------*/
/*---------------------------------------
コンポーネント関連
---------------------------------------*/
/*自動でベンダープレフィックスをつける*/
/*		TOPページ
-----------------------------------------------------*/
.p-lp-mv {
  overflow: hidden;
  position: relative;
  z-index: auto;
}
.p-lp-mv_main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3%;
  padding: 20px 3% 0;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main {
    flex-direction: column-reverse;
    padding: 0 3%;
  }
}
.p-lp-mv_main_text {
  flex: 1;
  padding: 50px 0 50px;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
  }
}
.p-lp-mv_main_text_title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  font-size: clamp(1.1rem, 2.1875vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  vertical-align: middle;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_title {
    font-size: 1.7rem;
  }
}
.p-lp-mv_main_text_title span {
  display: block;
  font-size: 3.4rem;
  font-size: clamp(1.4rem, 2.65625vw, 3.4rem);
  text-align: center;
  line-height: 1.1;
  padding: 0.1em 0.5em;
  color: #fff;
  margin-bottom: 0.8em;
  background-color: var(--color-orange);
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_title span {
    font-size: 2.1rem;
    font-size: clamp(1.3rem, 5.3846153846vw, 2.1rem);
  }
}
.p-lp-mv_main_text_title span small {
  font-size: 0.82em;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_title span small {
    font-size: 0.7em;
  }
}
.p-lp-mv_main_text_title b {
  display: inline-block;
  font-size: 3.4rem;
  font-size: clamp(1.2rem, 2.65625vw, 3.4rem);
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_title b {
    font-size: 2.1rem;
    font-size: clamp(1.3rem, 5.3846153846vw, 2.1rem);
  }
}
.p-lp-mv_main_text_title b img {
  width: 6.2em;
  margin-right: 0.1em;
}
@media screen and (max-width: 979px) {
  .p-lp-mv_main_text_title b img {
    width: 5.4em;
  }
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_title b img {
    width: 4.8em;
  }
}
.p-lp-mv_main_text_catch {
  max-width: 500px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem 8%;
  margin: 0 auto 1.5rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_catch {
    max-width: 306px;
    width: 90%;
  }
}
.p-lp-mv_main_text_catch::after {
  content: "";
  display: block;
  width: 57px;
  width: 12%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/mv_catch_multipl.svg) center center/contain no-repeat;
}
.p-lp-mv_main_text_catch > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 230px;
  aspect-ratio: 1;
  font-size: 3.4rem;
  font-size: clamp(1.6rem, 2.9310344828vw, 3.4rem);
  font-weight: bold;
  text-align: center;
  color: var(--color-orange);
  background-color: var(--color-lightgray);
  border-radius: 50%;
  box-shadow: 3px 6px 12px rgba(38, 38, 38, 0.1);
}
.p-lp-mv_main_text_catch > div small {
  font-size: 0.82em;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_text_catch > div {
    max-width: 143px;
    font-size: 2.1rem;
    font-size: clamp(1.5rem, 5.3846153846vw, 2.1rem);
  }
  .p-lp-mv_main_text_catch > div small {
    font-size: 0.8em;
  }
}
.p-lp-mv_main_image {
  flex: 1;
  max-width: 694px;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_main_image {
    position: relative;
    z-index: 1;
    margin-bottom: -1.5rem;
  }
}
.p-lp-mv_download {
  width: 100%;
  justify-self: flex-end;
  color: #fff;
  background-color: var(--color-black);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .p-lp-mv_download {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
}
.p-lp-mv_download .is-flex {
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 1rem 2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_download .is-flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem 2%;
  }
}
.p-lp-mv_download p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .p-lp-mv_download p {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-lp-mv_download a {
  display: inline-block;
  max-width: 149px;
  width: 49%;
  transition: all 0.3s ease;
}
.p-lp-mv_download a:hover {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.p-lp-guide_nav {
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .p-lp-guide_nav {
    padding: 30px 0;
  }
}

.p-lp-point {
  padding: 0 0 60px;
  /*_answer*/
}
.p-lp-point_first {
  position: relative;
  padding-bottom: 170px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-lp-point_first {
    padding-bottom: 87px;
  }
}
.p-lp-point_first::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: var(--color-lightgray);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 180px), 50% 100%, 0 calc(100% - 180px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 180px), 50% 100%, 0 calc(100% - 180px));
}
@media screen and (max-width: 599px) {
  .p-lp-point_first::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 87px), 50% 100%, 0 calc(100% - 87px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 87px), 50% 100%, 0 calc(100% - 87px));
  }
}
.p-lp-point .c-card-flex {
  width: 100%;
  align-items: stretch;
  text-align: center;
  flex-wrap: nowrap;
  gap: 0.3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-lp-point .c-card-flex_item {
  display: flex;
  flex-direction: column;
  padding: 0 8px 33px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 12px rgba(38, 38, 38, 0.1);
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex_item {
    width: 100% !important;
  }
}
.p-lp-point .c-card-flex_label {
  max-width: 173px;
  font-family: var(--readex-font);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  width: 80%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: var(--color-orange);
  padding: 1rem 0.5em;
  margin: 0 auto 0.4rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex_label {
    max-width: 130px;
    font-size: 1.2rem;
    gap: 9px;
    padding: 0.8rem 0.5em;
  }
}
.p-lp-point .c-card-flex_label span {
  display: inline-block;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex_label span {
    font-size: 1.8rem;
  }
}
.p-lp-point .c-card-flex_title {
  font-size: 1.8rem;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex_title {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 4.1025641026vw, 1.6rem);
  }
}
.p-lp-point .c-card-flex_title span {
  display: inline-block;
}
.p-lp-point .c-card-flex_image {
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-lp-point .c-card-flex_image img {
    max-width: 35%;
  }
}
.p-lp-point_note {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .p-lp-point_note {
    font-size: 1.2rem;
  }
}
.p-lp-point_worry {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 10rem;
}
.p-lp-point_worry .c-unit {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 80px 10%;
}
@media screen and (max-width: 599px) {
  .p-lp-point_worry .c-unit {
    flex-direction: column;
    gap: 20px;
  }
}
.p-lp-point_worry_item {
  position: relative;
  max-width: 360px;
  width: 100%;
  text-align: center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point_worry_item {
    max-width: 280px;
    padding-bottom: 5rem;
  }
}
.p-lp-point_worry_item::before {
  content: "";
  display: block;
  height: 85%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}
.p-lp-point_worry_item figure {
  max-width: 60%;
  margin: 0 auto;
}
.p-lp-point_worry_item p {
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.953125vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point_worry_item p {
    font-size: 1.6rem;
  }
}
.p-lp-point_answer {
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-lp-point_answer {
    padding-top: 30px;
  }
}
.p-lp-point_answer_content {
  padding: 80px 70px;
  border-radius: 10px;
  background-color: var(--color-lightgray);
  box-shadow: 10px 18px 32px rgba(38, 38, 38, 0.1);
}
@media screen and (max-width: 599px) {
  .p-lp-point_answer_content {
    padding: 60px 15px;
  }
}
.p-lp-point_answer_content_title {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .p-lp-point_answer_content_title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-lp-point_answer_content > p {
  font-weight: bold;
}
.p-lp-point_answer_image {
  max-width: 800px;
  margin: 3rem auto 0;
}

/*p-lp-point*/
.p-lp-value {
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .p-lp-value {
    padding: 30px 0;
  }
}
.p-lp-value .c-unit {
  align-items: stretch;
  justify-content: center;
  gap: 60px 6.38%;
}
@media screen and (max-width: 599px) {
  .p-lp-value .c-unit {
    flex-direction: column;
    gap: 10px;
  }
}
.p-lp-value .c-unit > * {
  flex: 1;
}
.p-lp-value_fukidashi {
  width: 100%;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background-color: var(--color-gray);
  padding: 1.1rem 1.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .p-lp-value_fukidashi {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.p-lp-value_fukidashi::before {
  content: "";
  display: block;
  width: 27px;
  height: 17px;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-lp-value_fukidashi.is-red {
  background-color: var(--color-orange);
}
.p-lp-value_fukidashi.is-red::before {
  background-color: var(--color-orange);
}
.p-lp-value_text {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
  padding: 0 3% 3rem;
}
.p-lp-value_text small {
  display: block;
  font-size: 2rem;
}
.p-lp-value_text span {
  display: block;
}
.p-lp-value_text b {
  display: inline-block;
  font-size: 5rem;
}
@media screen and (max-width: 599px) {
  .p-lp-value_text {
    font-size: 3rem;
    padding: 0 5% 2rem;
  }
  .p-lp-value_text small {
    font-size: 1.6rem;
  }
  .p-lp-value_text b {
    font-size: 4.2rem;
  }
}
.p-lp-value_note {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .p-lp-value_note {
    font-size: 1.2rem;
  }
}

.p-lp-download {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-lp-download .l-container_wide {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-lp-download .is-flex {
  flex-flow: nowrap;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .p-lp-download .is-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-lp-download::before {
    content: "";
    display: block;
    width: 100%;
    max-height: 240px;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(72, 72, 72);
    background: linear-gradient(0deg, rgb(72, 72, 72) 0%, rgb(104, 102, 102) 100%);
  }
}
.p-lp-download_comment {
  align-self: flex-end;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .p-lp-download_comment {
    order: 1;
    max-width: 130px;
    width: 45%;
  }
}
.p-lp-download_comment p {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 95%;
  top: 0;
  rotate: -4deg;
  font-size: 2.6rem;
  font-size: clamp(1.6rem, 2.6530612245vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-lp-download_comment p span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: var(--color-orange);
  padding: 0.1em 1.5em;
}
.p-lp-download_comment p span + span {
  margin-top: 0.2em;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  .p-lp-download_comment p {
    font-size: 1.2rem;
    font-size: clamp(0.9rem, 3.4285714286vw, 1.2rem);
    left: 90%;
  }
  .p-lp-download_comment p span {
    padding: 0.1em 1em;
  }
}
.p-lp-download_comment > img {
  width: 276px;
  width: clamp(12rem, 28.1632653061vw, 27.6rem);
}
@media screen and (max-width: 599px) {
  .p-lp-download.is-sec .p-lp-download_comment {
    margin-left: 5%;
  }
}
.p-lp-download.is-sec .p-lp-download_comment p {
  left: 71%;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-download.is-sec .p-lp-download_comment p {
    left: 60%;
    font-size: 1.2rem;
  }
}
.p-lp-download.is-sec .p-lp-download_comment > img {
  width: clamp(12rem, 25.1020408163vw, 24.6rem);
}
.p-lp-download_main {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-lp-download_main {
    order: 3;
    width: 100%;
    color: #fff;
    padding: 3rem 4%;
    background: rgb(72, 72, 72);
    background: linear-gradient(0deg, rgb(72, 72, 72) 0%, rgb(104, 102, 102) 100%);
  }
}
.p-lp-download_main_content {
  align-self: flex-end;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 599px) {
  .p-lp-download_main_content {
    align-self: center;
    width: 100%;
    height: 100%;
  }
}
.p-lp-download_main_content div {
  width: 100%;
  text-align: center;
}
.p-lp-download_main_content a {
  display: inline-block;
  max-width: 215px;
}
@media screen and (max-width: 599px) {
  .p-lp-download_main_content a {
    max-width: 170px;
    width: 48%;
  }
}
.p-lp-download_main p {
  width: 100%;
  font-size: 2.6rem;
  font-size: clamp(1.4rem, 2.1666666667vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-download_main p {
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 4.6153846154vw, 1.8rem);
    margin-bottom: 1.5rem;
  }
}
.p-lp-download_main .c-unit {
  flex-wrap: nowrap;
  gap: 15px 4%;
}
@media screen and (max-width: 599px) {
  .p-lp-download_main .c-unit {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.p-lp-download_main .c-unit > * {
  flex: 1;
}
.p-lp-download_mockup {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  max-width: 235px;
  width: clamp(12rem, 23.9795918367vw, 23.5rem);
}
@media screen and (max-width: 599px) {
  .p-lp-download_mockup {
    order: 2;
    max-width: 141px;
    width: 45%;
    height: 120px;
    padding-right: 20px;
  }
}

/*p-lp-download*/
.p-lp-merit {
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .p-lp-merit {
    padding: 30px 0;
  }
}
.p-lp-merit_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 979px) {
  .p-lp-merit_item {
    flex-direction: column;
    gap: 2.8rem;
  }
}
.p-lp-merit_item_text {
  flex: 1;
  width: 100%;
}
.p-lp-merit_item_text p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
.p-lp-merit_item_text p small {
  font-size: 1.4rem;
  line-height: 2;
}
.p-lp-merit_item_text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-merit_item_text p {
    font-size: 1.4rem;
  }
  .p-lp-merit_item_text p small {
    font-size: 1.2rem;
  }
}
.p-lp-merit_item_label {
  font-family: var(--readex-font);
  font-style: normal;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-orange);
  margin-bottom: 2.8rem;
}
.p-lp-merit_item_label b {
  font-size: 2.2rem;
}
.p-lp-merit_item_label::before {
  content: "";
  align-self: center;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--color-orange);
}
@media screen and (max-width: 599px) {
  .p-lp-merit_item_label {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    gap: 0.75em;
  }
  .p-lp-merit_item_label b {
    font-size: 2rem;
  }
  .p-lp-merit_item_label::before {
    width: 45px;
  }
}
.p-lp-merit_item_title {
  font-size: 2.8rem;
  font-size: clamp(2.2rem, 2.8571428571vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .p-lp-merit_item_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-lp-merit_item_image {
  flex: 1;
  text-align: center;
}
.p-lp-merit_item_image img {
  border-top-left-radius: 40px;
}
.p-lp-merit_item.is-reverse {
  flex-direction: row-reverse;
}
.p-lp-merit_item.is-reverse .p-lp-merit_item_image img {
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 979px) {
  .p-lp-merit_item.is-reverse {
    flex-direction: column;
  }
}
.p-lp-merit_item + .p-lp-merit_item {
  margin-top: 4rem;
}

/*p-lp-merit*/
.p-lp-flow {
  width: 90%;
  margin: 60px auto;
  padding: 120px 20px;
  background-color: var(--color-lightgray);
  border-radius: 160px;
}
@media screen and (max-width: 599px) {
  .p-lp-flow {
    width: 90%;
    margin: 30px auto;
    padding: 50px 15px 60px;
    border-radius: 40px;
  }
}
.p-lp-flow .c-title_l {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .p-lp-flow .c-title_l {
    margin-bottom: 0.8rem;
  }
}
.p-lp-flow_read {
  font-size: 3.2rem;
  font-size: clamp(2.2rem, 2.6666666667vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .p-lp-flow_read {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.p-lp-flow_fukidashi {
  max-width: 440px;
  width: 95%;
  color: #fff;
  font-size: 2.6rem;
  font-size: clamp(2rem, 2.6530612245vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: var(--color-black);
  border-radius: 100px;
  position: relative;
  padding: 1.7rem 2rem;
  margin: 0 auto 5rem;
}
.p-lp-flow_fukidashi::before {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/17;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 599px) {
  .p-lp-flow_fukidashi {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 6.1538461538vw, 2.4rem);
    margin-bottom: 3rem;
  }
  .p-lp-flow_fukidashi::before {
    width: 20px;
  }
}
.p-lp-flow_list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_list {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 auto 60px;
  }
}
.p-lp-flow_list::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background-color: var(--color-gray);
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
  .p-lp-flow_list::before {
    width: 1px;
    height: 98%;
    top: 1%;
    left: 55px;
    transform: none;
  }
}
.p-lp-flow_list li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_list li {
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
.p-lp-flow_list li p {
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_list li p {
    position: static;
    margin-top: 1rem;
  }
}
.p-lp-flow_list_icon {
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.5rem;
}
.p-lp-flow_list_icon span {
  font-family: var(--readex-font);
  font-style: normal;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: var(--color-gray);
}
@media screen and (max-width: 979px) {
  .p-lp-flow_list_icon {
    width: 110px;
    height: 110px;
    padding: 0;
    flex-shrink: 0;
  }
  .p-lp-flow_list_icon span {
    font-size: 2.2rem;
  }
  .p-lp-flow_list_icon img {
    width: 50%;
  }
}
.p-lp-flow_note {
  margin-top: 13rem;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_note {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .p-lp-flow_note {
    margin-top: 4rem;
    font-size: 1.2rem;
  }
}
.p-lp-flow_download {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_download {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-lp-flow_download {
    flex-direction: row;
  }
}
.p-lp-flow_download p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_download p {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
}
.p-lp-flow_download a {
  display: inline-block;
  max-width: 149px;
}
@media screen and (max-width: 979px) {
  .p-lp-flow_download a {
    max-width: 178px;
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .p-lp-flow_download a {
    max-width: 150px;
  }
}

/*p-lp-flow*/
.p-lp-howto {
  /*c-tab-panel*/
}
.p-lp-howto .c-tab-panel_tabs {
  gap: 4px;
}
.p-lp-howto .c-tab-panel_tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 1.1rem 0;
  font-size: 2.6rem;
  font-size: clamp(1.8rem, 2.6530612245vw, 2.6rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: var(--color-gray);
  border-bottom: 6px solid var(--color-red);
  border-radius: 10px 10px 0 0;
}
.p-lp-howto .c-tab-panel_tab.is-green {
  border-color: var(--color-green);
}
@media screen and (max-width: 599px) {
  .p-lp-howto .c-tab-panel_tab {
    font-size: 1.6rem;
    padding: 1rem;
    border-radius: 25px 25px 0 0;
  }
}
.p-lp-howto .c-tab-panel_tab.is-active {
  background-color: var(--color-red);
  border-bottom: 6px solid var(--color-red);
}
.p-lp-howto .c-tab-panel_tab.is-active.is-green {
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.p-lp-howto .c-tab-panel_panel {
  background-color: var(--color-lightgray);
}
.p-lp-howto .c-tab-panel_panel .l-container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 979px) {
  .p-lp-howto .c-tab-panel_panel .l-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-lp-howto .c-tab-panel_panel .l-container {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.p-lp-howto .c-tab-panel_panel.is-green .c-title_s::before {
  background-color: var(--color-green) !important;
}
.p-lp-howto .c-tab-panel_panel.is-green .p-lp-howto_slider_item_label {
  background-color: var(--color-green) !important;
}
.p-lp-howto .c-tab-panel_panel.is-green .p-lp-howto_slider_item {
  border-color: var(--color-green) !important;
}
.p-lp-howto .c-tab-panel_panel.is-green .p-lp-howto_slider_item_text {
  min-height: 115px;
}
.p-lp-howto .c-tab-panel_panel.is-green .p-lp-howto_note dl dt::before {
  color: var(--color-green) !important;
}
.p-lp-howto .c-tab-panel_panel.is-green .c-read-more label {
  color: var(--color-green) !important;
}
.p-lp-howto .c-tab-panel_panel.is-green .c-read-more label:hover {
  background-color: var(--color-green) !important;
}
.p-lp-howto_slider {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.p-lp-howto_slider_item {
  padding: 0 20px 30px;
  border: 3px solid var(--color-red);
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_slider_item {
    padding: 0 40px 30px;
  }
}
.p-lp-howto_slider_item_label {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  width: 80%;
  max-width: 178px;
  font-family: var(--readex-font);
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0.5em;
  margin: 0 auto 5px;
  background-color: var(--color-red);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_slider_item_label {
    max-width: 130px;
    font-size: 1.2rem;
    padding: 0.5em;
  }
  .p-lp-howto_slider_item_label b {
    font-size: 1.8rem;
  }
}
.p-lp-howto_slider_item_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 3.6rem auto 2.7rem;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_slider_item_title {
    font-size: 2rem;
    margin: 2.4rem auto 1.8rem;
  }
}
.p-lp-howto_slider_item_text {
  min-height: 70px;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_slider_item_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-lp-howto_slider_item_text p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-lp-howto_slider_item_text p small {
  font-size: 1.2rem;
  letter-spacing: 0.045;
  line-height: 1.5;
  color: #ab7938;
}
.p-lp-howto_slider + .c-title_s {
  margin-top: 7rem;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_slider + .c-title_s {
    margin-top: 4rem;
  }
}
.p-lp-howto .c-read-more {
  position: relative;
}
.p-lp-howto .c-read-more p {
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 開く前に見せたい行数を指定 */
}
.p-lp-howto .c-read-more:has(:checked) p {
  display: block;
}
.p-lp-howto .c-read-more p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}
.p-lp-howto .c-read-more:has(:checked) p::after {
  content: none;
}
.p-lp-howto .c-read-more label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-red);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: 2px solid currentColor;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  transition: 0.2s;
}
.p-lp-howto .c-read-more label:hover {
  color: #fff;
  background-color: var(--color-red);
  cursor: pointer;
}
.p-lp-howto .c-read-more:has(:checked) label {
  display: none;
}
.p-lp-howto .c-read-more input {
  display: none;
}
.p-lp-howto .swiper .swiper-slide {
  height: auto;
}
.p-lp-howto .swiper .swiper-slide-item {
  height: 100%;
}
.p-lp-howto .swiper-button-prev,
.p-lp-howto .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  cursor: pointer;
  background-color: rgba(121, 121, 121, 0.7);
}
.p-lp-howto .swiper-button-prev::before,
.p-lp-howto .swiper-button-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/arrow_r.svg) center center/contain no-repeat;
}
@media screen and (max-width: 599px) {
  .p-lp-howto .swiper-button-prev,
  .p-lp-howto .swiper-button-next {
    width: 40px;
    height: 80px;
  }
}
.p-lp-howto .swiper-button-prev {
  left: 0;
  border-radius: 0 100% 100% 0%/50%;
}
.p-lp-howto .swiper-button-prev::before {
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-lp-howto .swiper-button-next {
  right: 0;
  border-radius: 100% 0 0 100%/50%;
}
.p-lp-howto .swiper-scrollbar {
  background: #ebebeb; /* スクロールバーの背景色 */
  height: 10px; /* スクロールバーの高さ */
  position: absolute;
  bottom: 10px; /* スライダーの下から10pxに配置 */
  left: 10px; /* 左から10pxに配置 */
  width: calc(100% - 20px); /* 左右の余白を考慮した幅 */
  border-radius: 5px;
}
.p-lp-howto .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background: #ccc; /* スクロールドラッグの色 */
  border-radius: 5px; /* 角を丸くする */
}
.p-lp-howto_note {
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note {
    padding: 40px 20px;
  }
}
.p-lp-howto_note_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note_title {
    font-size: 2rem;
    font-size: clamp(1.6rem, 5.8823529412vw, 2rem);
    margin-bottom: 4rem;
  }
}
.p-lp-howto_note dl dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note dl dt {
    font-size: 1.4rem;
  }
}
.p-lp-howto_note dl dt::before {
  content: "■";
  color: var(--color-red);
  display: inline-block;
  margin-right: 0.5rem;
}
.p-lp-howto_note dl dd {
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 1.2em;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note dl dd {
    font-size: 1.2rem;
  }
}
.p-lp-howto_note dl dd + dt {
  margin-top: 3rem;
}
.p-lp-howto_note p {
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note p {
    font-size: 1.2rem;
  }
}
.p-lp-howto_note .c-list_plain li {
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .p-lp-howto_note .c-list_plain li {
    font-size: 1.2rem;
  }
}

/*p-lp-howto*/