@charset "UTF-8";

/*=============================================
# Base
=============================================*/
body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: inline-block;
  }
}

.is-pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

/*=============================================
# Utility
=============================================*/

/* u-display
===============================*/
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/*=============================================
# Component
=============================================*/

/* c-btn
===============================*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 470px;
  max-width: 100%;
  height: 70px;
  height: clamp(3.125rem, 1.693rem + 2.23vw, 4.375rem);
  border-radius: 35px;
  border-radius: clamp(1.563rem, 0.847rem + 1.12vw, 2.188rem);
  background-color: #0075c2;
  color: #fff;
  font-size: 20px;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  box-shadow: 6px 7px 0px 0px #b7cdda;
}

@media screen and (min-width: 1920px) {
  .c-btn {
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
  }
}

.c-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  right: clamp(1.75rem, 0.938rem + 1.68vw, 2.625rem);
  transform: translate(0, -50%);
  z-index: 1;
  width: 12px;
  width: clamp(0.5rem, 0.238rem + 0.31vw, 0.75rem);
  height: 21px;
  height: clamp(0.875rem, 0.429rem + 0.62vw, 1.25rem);
  background: url(../images/renewal/arrow-icon.svg) no-repeat center center / contain;
}

.c-btn.c-btn--black {
  background-color: #3e3a39;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .c-btn::after {
    right: 42px;
    width: 12px;
    height: 20px;
  }
}

/* c-section-title
===============================*/
.c-section-title {
  font-size: 35px;
  font-size: clamp(1.458rem, 0.857rem + 1.52vw, 2.188rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .c-section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 23px;
  }
}

.c-section-title.c-section-title--white {
  color: #fff;
}


/*=============================================
# Layout
=============================================*/

/* l-inner
===============================*/
.l-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-header
===============================*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 120px;
  height: clamp(4.063rem, 1.771rem + 4.77vw, 7.5rem);
  background-color: #fff;
}

@media screen and (min-width: 1920px) {
  .l-header {
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 65px;
  }
}

.l-header__inner {
  width: inherit;
  height: inherit;
  padding-right: 35px;
  padding-right: clamp(0.938rem, -0.494rem + 2.23vw, 2.188rem);
  padding-left: 24px;
  padding-left: clamp(0.938rem, 0.293rem + 1.01vw, 1.5rem);
}

@media screen and (min-width: 1920px) {
  .l-header__inner {
    padding-right: 35px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding-right: 0;
    padding-left: 3px;
  }
}

.l-header__wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-columns: clamp(8.125rem, -1.18rem + 14.53vw, 16.25rem) 1fr;
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 1920px) {
  .l-header__wrap {
    grid-template-columns: 260px 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__wrap {
    grid-template-columns: 210px 1fr;
  }
}

.l-header__logo {
  height: inherit;
}

.l-header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.l-header__nav {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: flex-end;
  column-gap: 27px;
  column-gap: clamp(0.625rem, -0.592rem + 1.9vw, 1.688rem);
}

@media screen and (min-width: 1920px) {
  .l-header__nav {
    column-gap: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__anchors,
.l-header__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
}

.l-header__anchors {
  column-gap: 21px;
  column-gap: clamp(0.5rem, -0.431rem + 1.45vw, 1.313rem);
}

@media screen and (min-width: 1920px) {
  .l-header__anchors {
    column-gap: 21px;
  }
}

.l-header__btns {
  column-gap: 11px;
  column-gap: clamp(0.375rem, 0.017rem + 0.56vw, 0.688rem);
}

@media screen and (min-width: 1920px) {
  .l-header__btns {
    column-gap: 11px;
  }
}

.l-header__anchor {
  display: flex;
  align-items: center;
  height: inherit;
}

.l-header__anchor a {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1920px) {
  .l-header__anchor a {
    font-size: 16px;
  }
}

.l-header__btn a {
  font-size: 16px;
  font-size: clamp(0.625rem, 0.196rem + 0.67vw, 1rem);
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1920px) {
  .l-header__btn a {
    font-size: 16px;
  }
}

.l-header__anchor a {
  font-weight: 500;
}

.l-header__btn a.c-btn {
  width: 230px;
  width: clamp(8.125rem, 0.967rem + 11.17vw, 14.375rem);
  height: 50px;
  height: clamp(2.188rem, 1.114rem + 1.68vw, 3.125rem);
  border-radius: 25px;
  border-radius: clamp(1.094rem, 0.557rem + 0.84vw, 1.563rem);
  letter-spacing: 0.025em;
  box-shadow: none;
}

@media screen and (min-width: 1920px) {
  .l-header__btn a.c-btn {
    width: 230px;
    height: 50px;
    border-radius: 25px;
  }
}

.l-header__btn a.c-btn::after {
  display: none;
}

.l-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
}

.l-header__drawer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header__drawer {
    display: block;
    position: fixed;
    z-index: 80;
    top: 65px;
    right: 0;
    padding-bottom: 0;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }

  html.is-drawer-active .l-header__drawer {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* l-footer
===============================*/
.l-footer {
  padding-top: 115px;
  padding-bottom: 130px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.l-footer__inner {}

.l-footer__title {
  text-align: center;
}

.l-footer__contact {
  margin-top: 65px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__contact {
    margin-top: 25px;
  }
}

.l-footer__contact div.is-pc {
  display: block;
}

.l-footer__contact div.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-footer__contact div.is-pc {
    display: none;
  }

  .l-footer__contact div.is-sp {
    display: block;
  }
}

.l-footer__contact img {
  display: inline-block;
  width: 40%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer__contact img {
    width: 79%;
  }
}

.l-footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 580px;
  max-width: 100%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .l-footer__wrap {
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
    margin-top: 30px;
    text-align: center;
  }
}

.l-footer__link {}

.l-footer__link a {
  color: #323232;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l-footer__link a {
    font-size: 16px;
  }
}

.l-footer__cppyright {
  color: #323232;
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-footer__cppyright {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}



/* l-main
===============================*/
.l-main {
  position: relative;
}

html.is-drawer-active .l-main::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .l-main {}
}

.l-main__visual {}

@media screen and (max-width: 768px) {
  .l-main__visual {}
}

.l-main__conversion-area {
  padding-top: 119px;
  padding-bottom: 130px;
  background-color: #92c6ec;
}

@media screen and (max-width: 768px) {
  .l-main__conversion-area {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.l-main__about {
  padding-top: 120px;
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .l-main__about {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.l-main__benefit {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #dff2fc;
}

@media screen and (max-width: 768px) {
  .l-main__benefit {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}

.l-main__flow {
  padding-top: 120px;
  padding-bottom: 125px;
  background-color: #0075c2;
}

@media screen and (max-width: 768px) {
  .l-main__flow {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.l-main__faq {
  padding-top: 150px;
  padding-bottom: 130px;
  background-color: #dff2fc;
}

@media screen and (max-width: 768px) {
  .l-main__faq {
    padding-top: 32px;
    padding-bottom: 45px;
  }
}

/* l-to-top
===============================*/
.l-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l-to-top {
    bottom: 20px;
    right: 20px;
  }
}

.l-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #f9f6ea;
  border-radius: 50%;
  border: 1px solid #084681;
  color: #084681;
}


/*=============================================
# Project
=============================================*/

/* splide
=============================== */
.splide {
  position: relative;
}

/* イメージマップの設定 */
.splide__slide img[usemap] {
  position: relative;
  z-index: 2;
}

.splide__slide map {
  position: relative;
  z-index: 3;
}

.splide__slide area {
  cursor: pointer;
}

.splide__track {}

.splide__list {}

.splide__slide {}

.splide__slide>a,
.splide__slide>a picture {
  display: block;
  width: 100%;
  height: 100%;
}

.splide__slide .is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .splide__slide .is-pc {
    display: none;
  }

  .splide__slide .is-sp {
    display: block;
  }
}

.splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-main__visual .splide__arrow--prev {
  left: 1.5em;
}

.l-main__visual .splide__arrow--next {
  right: 1.5em;
}

@media screen and (max-width: 768px) {
  .splide__slide {}
}

@media screen and (max-width: 1024px) {
  .l-main__visual .splide__arrow--prev {
    left: 0.2em;
  }

  .l-main__visual .splide__arrow--next {
    right: 0.2em;
  }
}

.splide__wrap {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(100 / 1460 * 100%);
  column-gap: clamp(1.25rem, -2.083rem + 6.94vw, 6.25rem);
  width: 1520px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 70px;
  padding-top: clamp(2.5rem, 1.25rem + 2.6vw, 4.375rem);
  padding-bottom: 130px;
  padding-bottom: clamp(3.75rem, 0.833rem + 6.08vw, 8.125rem); */
}

@media screen and (max-width: 768px) {
  .splide__wrap {
    /* display: block;
    width: 690px;
    padding-top: 45px;
    padding-top: clamp(2.813rem, 0.129rem + 11.45vw, 5.625rem);
    padding-top: clamp(3.5rem, 1.667rem + 3.82vw, 6.25rem);
    padding-bottom: 60px;
    padding-bottom: clamp(3.75rem, 0.172rem + 15.27vw, 7.5rem); */
  }
}

.splide__left {}

.splide__title {
  padding-top: 30px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .splide__title {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .splide__title img {
    display: inline-block;
    width: 288px;
    width: clamp(18rem, 0.824rem + 73.28vw, 36rem);
    max-width: 100%;
  }
}

.splide__text,
.splide__note {
  font-size: 19px;
  font-size: clamp(0.875rem, 0.667rem + 0.43vw, 1.188rem);
  line-height: 1.78947368;
  padding-left: 1em;
  text-indent: -1em;
  /* white-space: nowrap; */
}

@media screen and (min-width: 1920px) {

  .splide__text,
  .splide__note {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {

  .splide__text,
  .splide__note {
    font-size: 11px;
    font-size: clamp(0.688rem, 0.031rem + 2.8vw, 1.375rem);
    line-height: 1.5;
    padding-left: 2em;
  }
}

.splide__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .splide__text {
    margin-top: 10px;
    margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
  }
}

.splide__links {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  column-gap: 35px;
  column-gap: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .splide__links {
    column-gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .splide__links {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    /* row-gap: 12px; */
    /* row-gap: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem); */
    row-gap: 20px;
    margin-top: 10px;
    margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
  }
}


.splide__link {
  position: relative;
  color: #231815;
  font-size: 20px;
  font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .splide__link {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .splide__link {
    width: 100%;
    font-size: 10px;
    font-size: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
    text-align: center;
  }
}

.splide__link .c-btn {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  border-radius: 2.25em;
}

@media screen and (min-width: 1920px) {
  .splide__link .c-btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .splide__link .c-btn {
    width: 94%;
    font-size: 18px;
    font-size: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
  }
}

.splide__right {}

.splide__about {
  font-size: 27px;
  font-size: clamp(1rem, 0.542rem + 0.95vw, 1.688rem);
  line-height: 1.92592593;
  /* white-space: nowrap; */
}

@media screen and (min-width: 1920px) {
  .splide__about {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .splide__about {
    margin-top: 117px;
    margin-top: clamp(7.313rem, 0.335rem + 29.77vw, 14.625rem);
    font-size: 12px;
    font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
    line-height: 2;
    text-align: center;
  }
}

.splide__note {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .splide__note {
    margin-top: 7px;
    margin-top: clamp(0.438rem, 0.02rem + 1.78vw, 0.875rem);
  }
}

.splide__pagination {
  justify-content: flex-end;
  padding-right: calc(50 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .splide__pagination {
    bottom: -0.2em;
    justify-content: center;
    padding-right: 1em;
  }
}

.splide__pagination__page {
  width: 18px;
  width: clamp(0.563rem, 0.292rem + 0.56vw, 1.125rem);
  height: 18px;
  height: clamp(0.563rem, 0.292rem + 0.56vw, 1.125rem);
  margin: 6.5px;
  margin: clamp(0.25rem, 0.071rem + 0.28vw, 0.406rem);
  background-color: #b4b4b4;
}

@media screen and (min-width: 1920px) {
  .splide__pagination__page {
    width: 18px;
    height: 18px;
    margin: 6.5px;
  }
}

@media screen and (max-width: 768px) {
  .splide__pagination__page {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #251e1c;
}

.splide__arrow {
  width: calc(73 / 1920 * 100vw);
  height: calc(73 / 1920 * 100vw);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .splide__arrow {
    width: calc(36 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
  }
}

.splide__arrow--prev {
  left: 1.5em;
}

@media screen and (max-width: 768px) {
  .splide__arrow--prev {
    left: 0.7em;
  }
}

.splide__arrow--next {
  right: 1.5em;
}

@media screen and (max-width: 768px) {
  .splide__arrow--next {
    right: 0.7em;
  }
}




/* p-faq-list
=============================== */
.p-faq-list {
  display: grid;
  row-gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-faq-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}

.p-faq-list__item {
  display: grid;
  row-gap: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-faq-list__item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
}

.p-faq-list dt,
.p-faq-list dd {
  padding-left: 25px;
  font-size: 18px;
  /* line-height: 2.19444444; */
}

@media screen and (max-width: 768px) {

  .p-faq-list dt,
  .p-faq-list dd {
    padding-left: 15px;
    font-size: 14px;
  }
}

.p-faq-list dt {
  display: flex;
  align-items: center;
  height: 97px;
  height: clamp(4.042rem, 2.146rem + 2.76vw, 5.833rem);
  position: relative;
  /* padding: 32px 40px 25px; */
  padding-right: 70px;
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .p-faq-list dt {
    height: 97px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-list dt {
    height: 60px;
    padding-right: 35px;
  }
}

.p-faq-list dd {
  display: none;
  margin-top: -7px;
  padding-right: 25px;
  padding-bottom: 38px;
}

.p-faq-list dd p {
  line-height: 1.73;
}

.p-faq-list dd p+ul {
  margin-top: 12px;
  line-height: 1.65;
}

.p-faq-list dd ul+p {
  margin-top: 12px;
}

.p-faq-list dd a {
  color: #0075c2;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-faq-list dd {
    margin-top: -1px;
    padding-left: 17px;
    padding-right: 15px;
    padding-bottom: 16px;
  }

  .p-faq-list dd p {
    line-height: 1.79;
  }

  .p-faq-list dd p+ul {
    margin-top: 0;
    line-height: 1.73;
  }

  .p-faq-list dd ul+p {
    margin-top: 0;
  }
}

.p-faq-list__wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-template-columns: clamp(2.5rem, 1.25rem + 1.13vw, 3.125rem) 1fr;
  column-gap: 28px;
  column-gap: clamp(0.875rem, -0.127rem + 1.56vw, 1.75rem);
}

@media screen and (min-width: 1920px) {
  .p-faq-list__wrap {
    grid-template-columns: 50px 1fr;
    column-gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-list__wrap {
    grid-template-columns: 36px 1fr;
    column-gap: 8px;
  }
}

.p-faq-list__q,
.p-faq-list__a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 50px;
  width: clamp(2.5rem, 1.25rem + 1.13vw, 3.125rem);
  height: 50px;
  height: clamp(2.5rem, 1.25rem + 1.13vw, 3.125rem);
  padding-bottom: 4px;
  padding-bottom: clamp(0.208rem, 0.083rem + 0.26vw, 0.375rem);
  border-radius: 50%;
  background-color: #0075c2;
  font-size: 22px;
  font-size: clamp(1.125rem, 0.563rem + 1.31vw, 1.375rem);
}

@media screen and (min-width: 1920px) {

  .p-faq-list__q,
  .p-faq-list__a {
    width: 50px;
    height: 50px;
    padding-bottom: 4px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {

  .p-faq-list__q,
  .p-faq-list__a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

.p-faq-list__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 24.5px;
  height: 0;
  transform: translateY(-15%);
}

@media screen and (max-width: 768px) {
  .p-faq-list__icon {
    right: 13px;
    width: 13px;
  }
}

.p-faq-list__icon span {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 3px;
  background: #0075c2;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  .p-faq-list__icon span {
    width: 8px;
    height: 2px;
  }
}

.p-faq-list__icon span:nth-child(1) {
  left: 0;
  transform: translateY(-50%) rotate(40deg);
}

.p-faq-list__icon span:nth-child(2) {
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}

.js-accordion.is-open .p-faq-list__icon span:nth-child(1) {
  transform: translateY(-50%) rotate(-40deg);
}

.js-accordion.is-open .p-faq-list__icon span:nth-child(2) {
  transform: translateY(-50%) rotate(40deg);
}

/* p-faq
=============================== */
.p-faq {}

.p-faq__inner {}

.p-faq__title {}

.p-faq__content {
  margin-top: 78px;
}

@media screen and (max-width: 768px) {
  .p-faq__content {
    margin-top: 25px;
  }
}

.p-faq__btn {
  margin-top: 70px;
  text-align: center;
}

.p-faq__btn a.c-btn {
  width: 430px;
  width: clamp(21.25rem, 14.808rem + 10.06vw, 26.875rem);
}

@media screen and (min-width: 1920px) {
  .p-faq__btn a.c-btn {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq__btn {
    margin-top: 30px;
  }

  .p-faq__btn a.c-btn {
    width: 320px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 4px 5px 0px 0px #b7cdda;
    font-size: 15px;
    letter-spacing: 0.025em;
  }

  .p-faq__btn a.c-btn::after {
    right: 20px;
    width: 8.5px;
    height: 14.5px;
  }
}

/* p-conversion-area
=============================== */
.p-conversion-area {}

.p-conversion-area__inner {}

.p-conversion-area__title {}

.p-conversion-area__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  column-gap: clamp(1.667rem, 1.167rem + 1.25vw, 2.5rem);
  /* width: calc(1100 / 1200 * 100%); */
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-conversion-area__items {
    grid-template-columns: 1fr;
    row-gap: 30px;
    width: 100%;
    margin-top: 20px;
  }
}

.p-conversion-area__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 0;
}





/* p-about
=============================== */
.p-about {
  text-align: center;
}

.p-about__inner {}

.p-about__title {}

.p-about__img {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-about__img {
    margin-top: 21px;
  }
}

.p-about__img img {
  display: inline-block;
  width: 550px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about__img img {
    width: 79%;
  }
}

.p-about__lead {
  margin-top: 52px;
  font-size: 28px;
  font-size: clamp(1.125rem, 0.563rem + 1.31vw, 1.75rem);
  /* letter-spacing: 0.05em; */
  line-height: 1.77142857;
}

@media screen and (min-width: 1920px) {
  .p-about__lead {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__lead {
    margin-top: 27px;
    font-size: 17px;
    line-height: 1.6;
  }
}

.p-about__lead span {
  font-size: 35px;
  font-size: clamp(1.458rem, 0.857rem + 1.52vw, 2.188rem);
  font-weight: 700;
  color: #0075c2;
}

@media screen and (min-width: 1920px) {
  .p-about__lead span {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__lead span {
    font-size: 20px;
  }
}

.p-about__text {
  margin-top: 20px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  /* letter-spacing: 0.05em; */
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-about__text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
  }
}


/* p-benefit-card
=============================== */
.p-benefit-card {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 42px 41px;
}

@media screen and (max-width: 768px) {
  .p-benefit-card {
    padding: 55px 21px 17px;
    border-radius: 15px;
  }
}

.p-benefit-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  width: clamp(3.594rem, 1.944rem + 2.25vw, 5.375rem);
  height: 86px;
  height: clamp(3.594rem, 1.944rem + 2.25vw, 5.375rem);
  border-radius: 30px 0 30px 0;
  border-radius: clamp(1.25rem, 0.625rem + 1.13vw, 1.875rem) 0 clamp(1.25rem, 0.625rem + 1.13vw, 1.875rem) 0;
  background-color: #0075c2;
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__number {
    width: 86px;
    height: 86px;
    border-radius: 30px 0 30px 0;
  }
}

.p-benefit-card__number img {
  width: 28px;
  width: clamp(1.125rem, 0.563rem + 1.31vw, 2rem);
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__number img {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit-card__number {
    width: 43px;
    height: 43px;
    border-radius: 15px 0 15px 0;
  }

  .p-benefit-card__number img {
    width: 14px;
  }
}

.p-benefit-card__img {
  text-align: center;
}

.p-benefit-card__img img {
  display: inline-block;
  width: 427px;
  width: clamp(13.313rem, 7.146rem + 13.35vw, 26.563rem);
  max-width: 100%;
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__img img {
    width: 427px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit-card__img {
    position: absolute;
    top: 17px;
    right: 13px;
  }

  .p-benefit-card__img img {
    width: 150px;
  }
}

.p-benefit__item:nth-child(1) .p-benefit-card__img img {
  transform: translateX(8%);
}

.p-benefit__item:nth-child(2) .p-benefit-card__img img {
  transform: translateX(3%);
}

.p-benefit__item:nth-child(3) .p-benefit-card__img img {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-benefit__item:nth-child(4) .p-benefit-card__img img {
  transform: translateY(-3%);
  margin-bottom: -25px;
  margin-bottom: clamp(-0.625rem, -1.375rem + 1.25vw, -0.375rem);
}

@media screen and (min-width: 1920px) {
  .p-benefit__item:nth-child(4) .p-benefit-card__img img {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit__item:nth-child(1) .p-benefit-card__img img {
    transform: translate(0, 0);
  }

  .p-benefit__item:nth-child(2) .p-benefit-card__img img {
    transform: translate(-5px, 7px);
  }

  .p-benefit__item:nth-child(3) .p-benefit-card__img img {
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(-4px, -5px);
  }

  .p-benefit__item:nth-child(4) .p-benefit-card__img img {
    transform: translate(-6px, 23px);
    margin-bottom: 0;
  }
}

.p-benefit-card__title {
  margin-top: 22px;
  font-size: 30px;
  font-size: clamp(1.25rem, 0.625rem + 1.13vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.36666667;
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__title {
    font-size: 30px;
  }
}

.p-benefit-card__title.p-benefit-card__title--small {
  line-height: 1.5;
}

.p-benefit-card__title:has(strong) {
  margin-top: 28px;
  line-height: 1;
}

.p-benefit-card__title span {
  color: #0075c2;
  font-size: 35px;
  font-size: clamp(1.625rem, 0.981rem + 1.01vw, 2.188rem);
  letter-spacing: 0.05em;
  line-height: 1.17142857;
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__title span {
    font-size: 35px;
  }
}

.p-benefit-card__title.p-benefit-card__title--small span {
  letter-spacing: -0.09em;
}

.p-benefit-card__title strong {
  display: inline-block;
  margin-right: -5px;
  font-size: 110px;
  font-size: clamp(4.583rem, 2.792rem + 4.5vw, 6.875rem);
  letter-spacing: 0.05em;
  line-height: 0;
  transform: translateY(5px);
}

@media screen and (min-width: 1920px) {
  .p-benefit-card__title strong {
    font-size: 110px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit-card__title {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.4;
  }

  .p-benefit-card__title.p-benefit-card__title--small {
    line-height: 1.6;
  }

  .p-benefit-card__title:has(strong) {
    margin-top: 0;
    line-height: 1.1;
  }

  .p-benefit-card__title span {
    font-size: 20px;
  }

  .p-benefit-card__title strong {
    margin-right: 3px;
    font-size: 55px;
    transform: translate(3px, 3px);
  }
}

.p-benefit-card__lists {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .p-benefit-card__lists {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4px;
    margin-top: 13px;
  }
}

.p-benefit-card__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  line-height: 1.85;
}

.p-benefit-card__list.p-benefit-card__list--small {
  line-height: 1.5;
}

.p-benefit-card__list:has(small) {
  line-height: 1.6;
}

.p-benefit-card__list small {
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-benefit-card__list {
    font-size: 14px;
    line-height: 1.5;
  }

  .p-benefit-card__list.p-benefit-card__list--small {
    line-height: 1.3;
  }

  .p-benefit-card__list:has(small) {
    line-height: 1.5;
  }

  .p-benefit-card__list small {
    font-size: 10px;
  }
}


/* p-benefit
=============================== */
.p-benefit {}

.p-benefit__inner {}

.p-benefit__title {}

.p-benefit__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 45px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-benefit__items {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-top: 50px;
  }
}

.p-benefit__item {}

/* p-flow-card
=============================== */
.p-flow-card {
  padding: 45px 32px 40px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-flow-card {
    padding: 24px 20px 26px;
    border-radius: 15px;
  }
}

.p-flow-card__number {
  display: block;
  text-align: center;
}

.p-flow-card__number img {
  display: inline-block;
  width: 88px;
}

@media screen and (max-width: 768px) {
  .p-flow-card__number img {
    width: 42px;
  }
}

.p-flow-card__title {
  margin-top: 15px;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.625rem + 1.13vw, 1.875rem);
  font-weight: 700;
  /* letter-spacing: 0.06em; */
  line-height: 1.7;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .p-flow-card__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-flow-card__title {
    margin-top: 17px;
    font-size: 15px;
  }
}

.p-flow-card__img {
  margin-top: 25px;
  text-align: center;
}

.p-flow-card__img img {
  display: inline-block;
  width: 72%;
}

.p-flow__slider .splide__slide:nth-child(2) .p-flow-card__img img {
  transform: translateX(8%);
}

@media screen and (max-width: 768px) {
  .p-flow-card__img {
    margin-top: 12px;
  }

  .p-flow-card__img img {
    width: 72%;
  }
}

.p-flow-card__text {
  margin-top: 20px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  letter-spacing: 0.025em;
  line-height: 1.625;
}

.p-flow-card__text small {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .p-flow-card__text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.68571429;
  }

  .p-flow-card__text small {
    font-size: 10px;
  }
}

.p-flow-card__note {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 2.07692308;
}

@media screen and (max-width: 768px) {
  .p-flow-card__note {
    font-size: 10px;
    line-height: 1.8;
  }
}

.p-flow-card__btns {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 14px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-flow-card__btns {
    margin-top: 15px;
    row-gap: 10px;
  }
}

.p-flow-card__btn {}

.p-flow-card__btn a.c-btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-flow-card__btn a.c-btn {
    height: 47px;
    border-radius: 23.5px;
    box-shadow: 4px 5px 0px 0px #b7cdda;
    font-size: 15px;
    letter-spacing: 0.025em;
  }

  .p-flow-card__btn a.c-btn::after {
    right: 20px;
    width: 8.5px;
    height: 14.5px;
  }
}




/* p-flow
=============================== */
.p-flow {
  overflow-x: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.p-flow__inner.l-inner {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .p-flow__inner.l-inner {
    padding-right: 0;
  }
}

.p-flow__title {}

.p-flow__slider {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-flow__slider {
    margin-top: 30px;
  }
}

.p-flow__slider .splide__arrow--prev {
  left: -4em;
  transform: translateY(-120%);
}

.p-flow__slider .splide__arrow--next {
  right: -4em;
  transform: translateY(-120%);
}

@media screen and (max-width: 768px) {
  .p-flow__slider .splide__arrow--prev {
    left: -15px;
    transform: translateY(calc(-50% - 40px));
  }

  .p-flow__slider .splide__arrow--next {
    right: 0;
    transform: translateY(calc(-50% - 40px));
  }
}

.p-flow__lists {
  display: grid;
  grid-template-columns: repeat(48, minmax(0, 1fr));
  /* grid-template-rows: repeat(2, 1fr); */
  gap: clamp(10px, 1.5vw, 25px);
  grid-auto-flow: row;
  /* 1行目: step1(19列) | step2(11列) | step3(18列) = 48列 */
  /* 2行目: step1(19列) | step4(15列) | step5(14列) = 48列 */
  grid-template-areas:
    "a a a a a a a a a a a a a a a a a a a b b b b b b b b b b b c c c c c c c c c c c c c c c c c c"
    "a a a a a a a a a a a a a a a a a a a d d d d d d d d d d d d d d d e e e e e e e e e e e e e e";
  margin-top: 70px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 1920px) {
  .p-flow__lists {
    gap: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-flow__lists {
    gap: clamp(8px, 1.2vw, 20px);
  }
}

@media screen and (max-width: 768px) {
  .p-flow__lists {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
    gap: 16px;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e";
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.p-flow__list {
  min-width: 0;
}

.p-flow__list.p-flow__list--step1 {
  grid-area: a;
}

.p-flow__list.p-flow__list--step2 {
  grid-area: b;
}

.p-flow__list.p-flow__list--step3 {
  grid-area: c;
}

.p-flow__list.p-flow__list--step4 {
  grid-area: d;
}

.p-flow__list.p-flow__list--step5 {
  grid-area: e;
}

.p-flow__note {
  margin-top: 35px;
  color: #fff;
  font-size: 13px;
  /* letter-spacing: 0.025em; */
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-flow__note {
    margin-top: 28px;
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
  }
}

/* #flow-slider
=============================== */
/* Splide progress bar */
.p-flow__slider .splide__slide {
  position: relative;
}

.p-flow__slider {}

.p-flow__slider .splide__slide:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translate(100%, -50%);
  z-index: 1;
  width: 23px;
  height: 38px;
  background: url(../images/renewal/flow-icon-next.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .p-flow__slider .splide__slide:not(:last-child)::after {
    right: -20px;
    width: 15px;
    height: 26px;
    transform: translate(100%, -140%);
  }
}

.p-flow__slider .splide__progress {
  margin-top: 60px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-flow__slider .splide__progress {
    margin-top: 30px;
    margin-right: 15px;
    height: 6px;
    border-radius: 3px;
  }
}

.p-flow__slider .splide__progress__bar {
  height: 100%;
  background-color: #92c6ec;
  transition: width 0.3s ease;
  border-radius: 6px;
  width: 0%;
}

@media screen and (max-width: 768px) {
  .p-flow__slider .splide__progress__bar {
    border-radius: 3px;
  }
}

/* p-hamburger
=============================== */

@media screen and (max-width: 1024px) {
  .p-hamburger {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    transition: all 0.3s ease-in-out;
    outline: none;
    background-color: #0075c2;
    box-shadow: 0 0 2rem transparent;
  }
}

.p-hamburger:hover,
.p-hamburger:focus {
  /* box-shadow: 0 0 0.5rem rgba($primary-color, 0.5); */
}

.p-hamburger__lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.75px;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line {
  display: block;
  width: 24px;
  height: 1.2px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #fff;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line:first-child {
  width: 32px;
  transform: translateY(8px) rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line:nth-last-child(2) {
  background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line:last-child {
  width: 32px;
  transform: translateY(-8px) rotate(-45deg);
}

.p-hamburger__label {
  position: absolute;
  display: block;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  line-height: 1;
  text-align: center;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__label {
  opacity: 0;
}

/* p-drawer
=============================== */
.p-drawer {
  width: 73.333333%;
  height: 100%;
  padding-top: 29px;
  background-color: #dff2fc;
}

.p-drawer__inner {
  width: 89%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-drawer__anchors {
  display: grid;
  row-gap: 11px;
  padding-left: 23px;
}

.p-drawer__anchor {}

.p-drawer__anchor a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 44px;
  color: #040000;
  font-size: 15px;
  font-size: clamp(0.938rem, 0.757rem + 0.77vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-drawer__btns {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  margin-top: 36px;
}

.p-drawer__btn a.c-btn {
  width: 245px;
  width: clamp(15.313rem, 11.882rem + 14.64vw, 21.25rem);
  font-size: 15px;
  font-size: clamp(0.938rem, 0.757rem + 0.77vw, 1.25rem);
  height: 50px;
  height: clamp(3.125rem, 2.403rem + 3.08vw, 4.375rem);
  border-radius: 25px;
  border-radius: clamp(1.563rem, 1.201rem + 1.54vw, 2.188rem);
  letter-spacing: 0.05em;
  box-shadow: 4px 5px 0px 0px #b7cdda;
}

.p-drawer__btn a.c-btn::after {
  right: 10px;
  right: clamp(0.625rem, 0.264rem + 1.54vw, 1.25rem);
  width: 8.5px;
  height: 14.5px;
}

/* p-card
=============================== */
.p-card {
  padding: 32px 36px;
  padding: clamp(1.563rem, 1.063rem + 0.78vw, 2rem) clamp(0.875rem, -0.696rem + 2.46vw, 2.25rem);
  border-radius: 30px;
  border-radius: clamp(0.938rem, -0.134rem + 1.67vw, 1.875rem);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-card {
    padding: 25px 14px;
    border-radius: 15px;
  }
}

/* @media screen and (max-width: 768px) {
  .p-card {
    padding: 25px 14px;
    border-radius: 15px;
  }
} */

.p-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0075c2;
  font-size: 28px;
  font-size: clamp(1.063rem, 0.277rem + 1.23vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .p-card__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .p-card__title {
    font-size: 17px;
  }
}

/* @media screen and (max-width: 768px) {
  .p-card__title {
    font-size: 17px;
  }
} */

.p-card__text {
  margin-top: 20px;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .p-card__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* @media screen and (max-width: 768px) {
  .p-card__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
} */

.p-card__btns {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr;
  row-gap: 13px;
  margin-top: 22px;
}

@media screen and (max-width: 1024px) {
  .p-card__btns {
    row-gap: 15px;
    margin-top: 15px;
  }
}

/* @media screen and (max-width: 768px) {
  .p-card__btns {
    row-gap: 15px;
    margin-top: 15px;
  }
} */

.p-card__btn {}

.p-card__btn a.c-btn {
  width: 100%;
  height: 60px;
  height: clamp(3.125rem, 2.708rem + 0.87vw, 3.75rem);
  border-radius: 30px;
  border-radius: clamp(1.563rem, 1.354rem + 0.43vw, 1.875rem);
  font-size: 17px;
  font-size: clamp(0.938rem, 0.795rem + 0.22vw, 1.063rem);
}

.p-card__btn a.c-btn::after {
  right: 8px;
  width: 8.5px;
  height: 14.5px;
}

@media screen and (max-width: 1440px) {
  .p-card__btn a.c-btn::after {
    right: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .p-card__btn a.c-btn {
    height: 50px;
    border-radius: 25px;
    box-shadow: 4px 5px 0px 0px #b7cdda;
    font-size: 15px;
    letter-spacing: 0.025em;
  }

  .p-card__btn a.c-btn::after {
    right: 12px;
  }
}

@media screen and (max-width: 768px) {
  /* .p-card__btn a.c-btn {
    height: 50px;
    border-radius: 25px;
    box-shadow: 4px 5px 0px 0px #b7cdda;
    font-size: 15px;
    letter-spacing: 0.025em;
  } */

  .p-card__btn a.c-btn::after {
    right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .p-card__btn a.c-btn {
    height: 60px;
    border-radius: 30px;
    font-size: 17px;
  }

  .p-card__btn a.c-btn::after {
    right: 8px;
    width: 8.5px;
    height: 14.5px;
  }
}




/* add
=============================== */

.nagare_copy {
  color: white;
  text-align: center;
  padding: 40px 0 60px 0;
  font-size: 35px;
}

@media screen and (max-width: 768px) {
  .nagare_copy {
    padding: 25px 20px 45px;
    font-size: 17.5px;
  }
}

.stepzu {
  /* width: 80%; */
  text-align: center;
  margin: 0 auto;
}

.shinsa {
  color: white;
  text-align: center;
  padding: 30px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .shinsa {
    text-align: left;
  }
}

.kamikiyaku {
  color: white;
  text-align: center;
}

.kamikiyaku a {
  display: inline-block;
  text-decoration: underline;
}