button,
input,
select,
textarea {
  font-family: inherit;
}

/* PC・タブレットでは改行しない */
.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cs-wrap {
  letter-spacing: 0.06em;
  line-height: 1.87;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.cs-wrap p {
  margin-bottom: 2.4rem;
}
.cs-text__blue {
  color: #2193d2;
}
@media (min-width: 1200px) {
  .pan {
    width: 90%;
  }
}
/* ======================
  main
====================== */

.cs-hero {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px auto 100px;
}

.cs-hero__body {
  min-width: 0;
}

h2.cs-hero__media {
  border: none;
  padding: 0;
  margin: 0;
}

h2.cs-hero__media::after {
  content: none;
}

.cs-hero__img {
  display: block;
  max-width: 100%;
}

.cs-hero__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cs-hero__title {
  margin: 0;
  color: #015082;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #ffc70a;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
  text-decoration-skip-ink: none;
  letter-spacing: 0.05em;
}

.cs-lead {
  font-size: 1.6rem;
  margin: 0;
}

.cs-note {
  margin: 18px 0 0;
  background: #edf7f7;
  padding: 1.6rem 6rem;
}

.cs-note__title {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  font-weight: 700;
  color: #2193d2;
  font-size: 1.8rem;
  padding: 0 0 6px;
  border-bottom: 1px solid #aeaeae;
  font-weight: 700;
}

.cs-note__text {
  margin: 1rem 1rem 1rem 3.8rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .bg-g {
    margin-bottom: 0;
  }
  .w1000.sp {
    margin: 0;
  }
  .w1000.sp.clearfix {
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
  }
}
/* ======================
  cs-overview
====================== */
.cs-overview {
  margin-bottom: 100px;
}

.cs-text {
  font-size: 1.6rem;
}

.lnkLst li {
  font-weight: 700;
}

.cs-link {
  color: #034495;
  text-decoration: underline;
}

.cs-figure {
  margin: 60px 0;
}
.cs-figure img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

/* ======================
  cs-project
====================== */
.cs-project {
  margin-bottom: 100px;
}

/* ======================
  cs-benefits
====================== */
.cs-benefits {
  margin: 0 0 100px;
}
h3.cs-band {
  border-bottom: none;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  color: #fff;
  background: #38a1a8;
  border-radius: 999px;
}
h3.cs-band.cs-band--mt {
  margin-top: 60px;
}
.cs-benefits__panel {
  background: none;
  border-radius: 0;
  padding: 0;
}

.cs-benefits__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cs-benefit {
  background: #cde7eb;
  border-radius: 2rem;
  padding: 36px 20px 26px;
  text-align: center;

  min-width: 0;
}

.cs-benefit__icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
}

.cs-benefit__icon img {
  display: inline-block;
  width: 110px;
  height: auto;
}

.cs-wrap p.cs-benefit__title {
  margin: 2rem 0 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  min-height: calc(1em * 1.45 * 3);
}

sup.u-sup {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.05em;
}

.cs-benefit__points {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.cs-benefit__points > li {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;

  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.cs-benefit__points > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.cs-benefit__text {
  margin: 10px 0 0;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.05em;
}
.cs-benefit__text.small {
  font-size: 1.4rem;
}
.cs-benefit__text:last-child {
  margin-bottom: 0;
}
.cs-benefits__note {
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  color: #2193d2;
  line-height: 1.7;
}

.cs-cta {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
}

.cs-cta__card {
  display: block;
  text-decoration: none;
  background: #cde7eb;
  border-radius: 2rem;
  padding: 26px;
  color: #2193d2;
  transition: opacity 0.2s ease;
}

.cs-cta__card:hover {
  opacity: 0.85;
}

.cs-cta__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cs-wrap p.cs-cta__text {
  margin: 2.4rem 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.55;
}

/*
======================
  cs-join
====================== */
.cs-join {
  margin-bottom: 100px;
}
.cs-figure.cs-figure__join {
  margin: 24px 0;
}
/*
======================
  cs-outline
====================== */
.cs-outline {
  margin: 0 0 100px;
}

.cs-dl {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: clamp(64px, 10vw, 90px) 1fr;
  align-items: stretch;
}

.cs-dl__dt {
  flex: 0 0 clamp(64px, 10vw, 90px);
  margin: 0;
  padding: 18px 0;
  font-weight: normal;
  font-size: 2rem;
  white-space: nowrap;

  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
}

.cs-dl__dd {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-weight: normal;
  font-size: 2rem;
  padding: 18px 0px 18px 8rem;

  position: relative;
}
.cs-dl__dt,
.cs-dl__dd {
  border-bottom: 0.9px solid #000;
}
.cs-dl > .cs-dl__dd:last-child {
  border-bottom: 0.9px solid #000;
}

/* SP */
@media (max-width: 767px) {
  /* ======================
  main
  ====================== */
  .cs-hero {
    margin-top: 2rem;
    margin-bottom: 80px;
  }
  h2.cs-hero__media,
  .cs-figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cs-figure {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cs-figure.w-auto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .cs-hero__title {
    text-decoration: none;
    position: relative;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }

  .cs-hero__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 4px;
    background: #ffc70a;
  }

  .cs-wrap p.cs-lead {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .cs-note {
    margin: 0;
    padding: 1.6rem 1rem;
  }

  .cs-wrap p.cs-note__title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .cs-wrap p.cs-note__title img {
    width: 3rem;
    height: 3rem;
  }
  .cs-wrap p.cs-note__text {
    margin: 1rem 1rem 0;
    text-align: justify;
    font-size: 1.4rem;
  }

  /* ======================
  cs-overview
  ====================== */

  .cs-overview {
    margin: 0 0 80px;
  }

  .cs-text {
    font-size: 1.4rem;
  }
  .lnkLst li {
    font-size: 1.4rem;
  }

  /* ======================
  cs-project
  ====================== */
  .cs-project {
    margin: 0 0 80px;
  }

  /* ======================
  cs-benefits
  ====================== */
  h3.cs-band {
    font-size: 1.7rem;
    width: auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h3.cs-band.cs-band--mt {
    margin-top: 50px;
  }
  .cs-benefits__list {
    grid-template-columns: 1fr;
  }
  .cs-benefit {
    width: 70%;
    margin: 0 auto;
    padding: 2.6rem 2rem;
    border-radius: 1.3rem;
  }
  .cs-wrap p.cs-benefit__title {
    font-size: 1.7rem;
    min-height: 0;
  }
  .cs-benefit__points > li {
    font-size: 1.4rem;
  }
  .cs-benefit__text {
    font-size: 1.4rem;
  }
  .cs-benefit__text.small {
    font-size: 1.2rem;
  }
  .cs-benefits__note {
    font-size: 1.2rem;
  }
  .cs-cta {
    grid-template-columns: 1fr;
  }
  .cs-wrap p.cs-cta__text {
    font-size: 1.5rem;
  }
  /* ======================
  cs-join
  ====================== */
  .cs-join {
    margin: 0 0 80px;
  }
  .cs-figure.cs-figure__join {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .cs-figure__join .cs-scrollHint.js-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .cs-figure__join .cs-scrollHint__img {
    display: block;
    max-width: none;
    width: 1000px;
    height: auto;
  }

  /* ======================
  cs-outline
  ====================== */
  .cs-outline {
    margin: 0 0 80px;
  }
  .cs-dl {
    grid-template-columns: clamp(56px, 15vw, 90px) 1fr;
  }

  .cs-dl__dt,
  .cs-dl__dd {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }

  .cs-dl__dt {
    padding: 1rem 0;
  }

  .cs-dl__dd {
    padding: 1rem 0 1rem 3rem;
  }
}
