@charset "UTF-8";
.sp-only {
  display: none;
}

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

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 138rem;
  margin-inline: auto;
}

.red-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 5rem;
  margin-top: 2rem;
  padding: 1rem 4.8rem 1rem 2rem;
  border-radius: 3rem;
  background-color: #e60012;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}
.red-button::after {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  background: url(../img/svg/button_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.red-button:hover {
  background-color: #c80010;
}

.white-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 31.4rem;
  min-height: 6rem;
  margin-top: 2rem;
  padding: 1rem 4.8rem 1rem 2rem;
  border-radius: 3rem;
  background-color: #fff;
  color: #e60012;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .white-button {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    min-height: 3rem;
    margin-top: 1rem;
  }
}
.white-button::after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background: url(../img/svg/button_arrow_red.svg) no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .white-button::after {
    width: 1rem;
    height: 0.5rem;
  }
}
.white-button:hover {
  background-color: #d3d1d1;
}

.blue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38rem;
  min-height: 6.5rem;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 3rem;
  background-color: #0071bc;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .blue-button {
    font-size: 1.8rem;
    width: 25rem;
    min-height: 3rem;
    margin: 2rem auto;
  }
}
.blue-button:hover {
  background-color: #005d9a;
}

header .wrapper {
  padding: 1rem;
}
header .wrapper > h1 {
  margin: 0;
}
header .wrapper > h1 > img {
  height: 6rem;
}
@media (max-width: 768px) {
  header .wrapper > h1 > img {
    height: 4rem;
  }
}

section.hero {
  position: relative;
  overflow: hidden;
  background-image: url(../img/hero_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw auto;
  min-height: calc(100vw * 0.5009969186);
  padding: 0;
  display: flex;
  align-items: center;
}
section.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(6rem, 40%, 10rem);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  section.hero::after {
    height: 0;
  }
}
section.hero .wrapper {
  position: relative;
  z-index: 100;
  transform: translateY(-3.5rem);
}
@media (max-width: 1220px) {
  section.hero .wrapper {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  section.hero .wrapper {
    transform: translateY(1.5rem);
  }
}
section.hero .wrapper .yellow {
  margin-left: 1rem;
  color: #fcee21;
}
section.hero .wrapper > h1 {
  color: #fff;
  font-size: 5.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1220px) {
  section.hero .wrapper > h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  section.hero .wrapper > h1 {
    font-size: 2.5rem;
  }
}
section.hero .wrapper > h1 .large {
  font-size: 6.8rem;
  font-weight: 900;
  color: #d6030a;
  background: url(../img/svg/hero_new_design_bg.svg) no-repeat center center/contain;
  padding: 2rem 15rem;
  display: inline-block;
  vertical-align: middle;
  margin: 1.5rem 0;
}
@media (max-width: 1220px) {
  section.hero .wrapper > h1 .large {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  section.hero .wrapper > h1 .large {
    font-size: 2.8rem;
    margin: 0.5rem 0;
    padding: 0.5rem 2.5rem;
  }
}
section.hero .wrapper > h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1220px) {
  section.hero .wrapper > h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  section.hero .wrapper > h2 {
    font-size: 1.8rem;
  }
}
section.hero .wrapper > p {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  margin: 3rem 0 0;
}
@media (max-width: 1220px) {
  section.hero .wrapper > p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  section.hero .wrapper > p {
    font-size: 0.8rem;
    margin: 1rem 0;
  }
}
section.hero .wrapper .yellow {
  color: #ffd200;
}

.fixed-cta {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .fixed-cta {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.fixed-cta .item {
  width: 7rem;
  min-height: 23rem;
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: filter 0.2s ease;
}
@media (max-width: 768px) {
  .fixed-cta .item {
    width: 50%;
    min-height: 6.4rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 2rem;
    letter-spacing: 0.02em;
    border-radius: 0;
  }
}
.fixed-cta .item:hover {
  filter: brightness(1.08);
}
.fixed-cta .apply {
  background-color: #fbb03b;
  min-height: 28rem;
  border-radius: 2rem 0 0 2rem;
}
@media (max-width: 768px) {
  .fixed-cta .apply {
    min-height: 6.4rem;
    border-radius: 0;
    width: 100%;
  }
}

section.designs .wrapper {
  max-width: none;
}
section.designs .wrapper .main-designs {
  margin: 12rem auto;
  max-width: 138rem;
}
@media (max-width: 768px) {
  section.designs .wrapper .main-designs {
    margin: 6rem 0;
  }
}
section.designs .wrapper .main-designs ul {
  list-style: none;
  padding: 0 2rem;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 1220px) {
  section.designs .wrapper .main-designs ul {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
  }
}
section.designs .wrapper .main-designs ul > li {
  width: 25.7rem;
  text-align: center;
}
section.designs .wrapper .main-designs ul > li > h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  section.designs .wrapper .main-designs ul > li > h1 {
    font-size: 1.5rem;
  }
}
section.designs .wrapper .main-designs ul > li > img {
  width: 100%;
  height: 40.8rem;
}
@media (max-width: 768px) {
  section.designs .wrapper .main-designs ul > li > img {
    height: auto;
  }
}
section.designs .wrapper .main-designs ul > li .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  text-align: right;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper .main-designs ul > li .copyright {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
section.designs .wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.designs .wrapper > ul > li {
  width: 100%;
}
section.designs .wrapper > ul > li .design {
  background: url(../img/design_jets_bg.webp) no-repeat center top;
  background-size: 100vw auto;
  padding: 5rem clamp(2rem, 6vw, 10rem);
}
@media (max-width: 1355px) {
  section.designs .wrapper > ul > li .design {
    background-size: 100vw auto;
    background-repeat: repeat-y;
  }
}
section.designs .wrapper > ul > li .design > h1 {
  font-size: 3.5rem;
  font-weight: 700;
  width: 52.8rem;
  color: #e60012;
  text-align: center;
  margin: 0 auto 5rem;
  background-color: #fff;
  border-radius: 6rem;
  border: 0.3rem solid #e60012;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > h1 {
    font-size: 2rem;
    width: 80%;
    padding: 0.5rem 1rem;
    margin: 0 auto 2rem;
  }
}
section.designs .wrapper > ul > li .design > p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
}
section.designs .wrapper > ul > li .design .white-button {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design .white-button {
    margin: 2rem auto;
  }
}
section.designs .wrapper > ul > li .design .copyright {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design .copyright {
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem;
  }
}
section.designs .wrapper > ul > li .design > ul {
  max-width: 138rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.4rem, 3vw, 5rem) clamp(1.6rem, 4vw, 8rem);
}
@media (max-width: 1220px) {
  section.designs .wrapper > ul > li .design > ul {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
section.designs .wrapper > ul > li .design > ul > li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > ul > li {
    padding: 1rem;
  }
}
section.designs .wrapper > ul > li .design > ul > li > h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > ul > li > h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
section.designs .wrapper > ul > li .design > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > ul > li > ul {
    flex-direction: column;
    align-items: center;
  }
}
section.designs .wrapper > ul > li .design > ul > li > ul > li {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
}
section.designs .wrapper > ul > li .design > ul > li > ul > li > h3 {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > ul > li > ul > li > h3 {
    font-size: 1.2rem;
  }
}
section.designs .wrapper > ul > li .design > ul > li > ul > li > img {
  grid-column: 1/-1;
  display: block;
  margin: 0 auto;
  width: 15.7rem;
  height: auto;
}
section.designs .wrapper > ul > li .design > ul > li > p {
  margin: 0;
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .design > ul > li > p {
    font-size: 1.2rem;
  }
}
section.designs .wrapper > ul > li .design > ul > li .wide {
  margin-bottom: 2rem;
}
section.designs .wrapper > ul > li .design > ul > li .wide > li > img {
  width: 24.5rem;
  height: auto;
}
section.designs .wrapper > ul > li .donation {
  background-color: #f2f2f2;
  padding: 5rem 10rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation {
    padding: 3rem 2rem;
  }
}
section.designs .wrapper > ul > li .donation .inner {
  background-color: #fff;
  padding: 5rem;
  border-radius: 2rem;
  max-width: 138rem;
  margin: 0 auto;
}
section.designs .wrapper > ul > li .donation .inner > h2 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner > h2 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 1220px) {
  section.designs .wrapper > ul > li .donation .inner .image {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .card-image {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
section.designs .wrapper > ul > li .donation .inner .image .card-image > img {
  width: 15.7rem;
  height: auto;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner .image .card-image > img {
    width: 10rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .image-arrow {
  position: relative;
  margin-left: 3.4rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1220px) {
  section.designs .wrapper > ul > li .donation .inner .image .image-arrow {
    margin-left: 1rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .image-arrow > img {
  width: 17.8rem;
  height: auto;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner .image .image-arrow > img {
    width: 9rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .image-arrow::after {
  content: "ご利用額の0.1%";
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner .image .image-arrow::after {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .logo-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
section.designs .wrapper > ul > li .donation .inner .image .logo-block > img {
  width: 17.5rem;
  height: auto;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner .image .logo-block > img {
    width: 9rem;
  }
}
section.designs .wrapper > ul > li .donation .inner .image .logo-block .logo-copyright {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner .image .logo-block .logo-copyright {
    margin-top: 0.8rem;
    font-size: 0.8rem;
  }
}
section.designs .wrapper > ul > li .donation .inner > p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul > li .donation .inner > p {
    font-size: 1.4rem;
  }
}
section.designs .wrapper > ul .reysol .design {
  background: url(../img/design_reysol_bg.webp) no-repeat center top;
  background-size: 100vw auto;
}
@media (max-width: 1355px) {
  section.designs .wrapper > ul .reysol .design {
    background-size: 100vw auto;
    background-repeat: repeat-y;
  }
}
section.designs .wrapper > ul .reysol .design > h1 {
  color: #000;
  border-color: #000;
}
section.designs .wrapper > ul .reysol .design > ul {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1220px) {
  section.designs .wrapper > ul .reysol .design > ul {
    grid-template-columns: 1fr;
  }
}
section.designs .wrapper > ul .reysol .design > ul > li:first-child {
  grid-column: 1/-1;
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  padding: 2rem 1rem;
  width: 57.4rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul .reysol .design > ul > li:first-child {
    width: 80%;
  }
}
section.designs .wrapper > ul .reysol .design .red-button {
  display: flex;
  width: 31.4rem;
  min-height: 6rem;
  margin: 1.5rem auto;
  margin-inline: auto;
  padding: 1rem 4.8rem 1rem 2rem;
  text-decoration: none;
  font-size: 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul .reysol .design .red-button {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    min-height: 3rem;
    margin: 2rem auto;
  }
}
section.designs .wrapper > ul .reysol .design .red-button::after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  top: 55%;
}
section.designs .wrapper > ul .sumikko .design {
  background: url(../img/design_sumikko_bg.webp) no-repeat center top;
  background-size: 100vw auto;
}
@media (max-width: 1355px) {
  section.designs .wrapper > ul .sumikko .design {
    background-size: 100vw auto;
    background-repeat: repeat-y;
  }
}
section.designs .wrapper > ul .sumikko .design > h1 {
  color: #ed1e79;
  border-color: #ed1e79;
}
section.designs .wrapper > ul .sumikko .design > ul {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1220px) {
  section.designs .wrapper > ul .sumikko .design > ul {
    grid-template-columns: 1fr;
  }
}
section.designs .wrapper > ul .sumikko .design > ul > li:first-child {
  grid-column: 1/-1;
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  padding: 2rem 1rem;
  width: 57.4rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul .sumikko .design > ul > li:first-child {
    width: 80%;
  }
}
section.designs .wrapper > ul .sumikko .design > p {
  color: #000;
}
section.designs .wrapper > ul .sumikko .design .red-button {
  display: flex;
  width: 31.4rem;
  min-height: 6rem;
  margin: 1.5rem auto;
  margin-inline: auto;
  padding: 1rem 4.8rem 1rem 2rem;
  text-decoration: none;
  font-size: 2rem;
}
@media (max-width: 768px) {
  section.designs .wrapper > ul .sumikko .design .red-button {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    min-height: 3rem;
    margin: 2rem auto;
  }
}
section.designs .wrapper > ul .sumikko .design .red-button::after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  top: 55%;
}

section.debit .wrapper {
  padding: 5rem 10rem;
}
@media (max-width: 768px) {
  section.debit .wrapper {
    padding: 3rem 2rem;
  }
}
section.debit .wrapper .title > h1 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  background-color: #e60012;
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  section.debit .wrapper .title > h1 {
    font-size: 2rem;
  }
}
section.debit .wrapper .contents {
  padding: 3rem 2rem;
  border-radius: 0 0 2rem 2rem;
  border: 0.2rem solid #cccccc;
  border-top: 0;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents {
    border: 0.1rem solid #cccccc;
  }
}
section.debit .wrapper .contents > h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents > h2 {
    font-size: 2rem;
  }
}
section.debit .wrapper .contents > h2::after {
  content: "";
  display: block;
  width: 34.5rem;
  height: 5.6rem;
  margin: 0 auto;
  background: url(../img/svg/debid_bubble.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents > h2::after {
    width: 25rem;
    height: 4rem;
  }
}
section.debit .wrapper .contents .ways {
  list-style: none;
  padding: 0;
  margin: 0 0 4rem;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 1220px) {
  section.debit .wrapper .contents .ways {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
  }
}
section.debit .wrapper .contents .ways > li {
  position: relative;
  width: 30rem;
  text-align: center;
}
section.debit .wrapper .contents .ways > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-right: 0.2rem dashed #c8c8c8;
}
@media (max-width: 1220px) {
  section.debit .wrapper .contents .ways > li:not(:last-child)::after {
    right: 0;
    border-right: none;
    border-bottom: 0.2rem dashed #c8c8c8;
    width: 100%;
    height: 0.2rem;
    bottom: 0;
    top: auto;
    transform: translateY(50%);
  }
}
section.debit .wrapper .contents .ways > li > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  background-color: #cae7ed;
  padding: 0.5rem;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents .ways > li > h3 {
    font-size: 1.5rem;
  }
}
section.debit .wrapper .contents .ways > li > img {
  width: 100%;
  height: 28.9 0.6rem;
  margin: 1rem 0 2.5rem;
}
section.debit .wrapper .contents .ways > li > p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  section.debit .wrapper .contents .ways > li > p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
section.debit .wrapper .contents .ways > li:nth-child(2) > img {
  height: 29.4 0.4rem;
  margin-bottom: 0.5rem;
}
section.debit .wrapper .contents .ways > li:nth-child(3) > img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
section.debit .wrapper .contents .features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 1220px) {
  section.debit .wrapper .contents .features {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
section.debit .wrapper .contents .features > li {
  width: 25rem;
  text-align: center;
  background-color: #cae7ed;
  padding: 1rem;
  border-radius: 3rem;
}
section.debit .wrapper .contents .features > li > p {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents .features > li > p {
    font-size: 1.8rem;
  }
}
section.debit .wrapper .contents .features > li > img {
  width: 100%;
  height: 10.9rem;
}
section.debit .wrapper .contents .features > li .under-yellow {
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
  line-height: 1.35;
  z-index: 0;
}
section.debit .wrapper .contents .features > li .under-yellow::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0.8em;
  background-color: #f4d31e;
  z-index: 0;
}
section.debit .wrapper .contents .features > li .under-yellow > span {
  position: relative;
  z-index: 1;
}
section.debit .wrapper .contents .red-button {
  display: flex;
  font-size: 2rem;
  width: 31.4rem;
  min-height: 6rem;
  margin: 4rem auto 0;
  margin-inline: auto;
  padding: 1rem 2rem;
}
section.debit .wrapper .contents .red-button::after {
  display: none;
}
@media (max-width: 768px) {
  section.debit .wrapper .contents .red-button {
    font-size: 1.8rem;
    width: 25rem;
    min-height: 3rem;
    margin: 2rem auto 0;
  }
}

section.apply {
  background-color: #faccd0;
}
section.apply .wrapper {
  padding: 5rem 10rem;
}
@media (max-width: 768px) {
  section.apply .wrapper {
    padding: 3rem 2rem 10rem;
  }
}
section.apply .wrapper > h1 {
  font-size: 3.7rem;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  margin: 2.5rem auto 7.5rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > h1 {
    font-size: 2rem;
    margin: 1rem auto 5rem;
  }
}
section.apply .wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 5rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul {
    gap: 3rem;
  }
}
section.apply .wrapper > ul > li {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 3rem 4rem 4rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li {
    padding: 2rem;
  }
}
section.apply .wrapper > ul > li .title {
  border-bottom: 0.2rem dashed #c8c8c8;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li .title {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}
section.apply .wrapper > ul > li .title > h2 {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li .title > h2 {
    font-size: 2rem;
  }
}
section.apply .wrapper > ul > li .contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  section.apply .wrapper > ul > li .contents {
    flex-direction: column;
    align-items: center;
  }
}
section.apply .wrapper > ul > li .contents .text > p {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin: 0 0 1rem;
}
section.apply .wrapper > ul > li .contents .text .note {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 0;
  line-height: 1.7;
}
section.apply .wrapper > ul > li .contents .text .note .black-underline {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 0.1rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li .contents .text .note {
    font-size: 1.4rem;
  }
}
section.apply .wrapper > ul > li .contents .action .red-button {
  width: 38rem;
  min-height: 6.5rem;
  font-size: 2rem;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li .contents .action .red-button {
    width: 25rem;
    min-height: 3rem;
    font-size: 1.8rem;
  }
}
section.apply .wrapper > ul > li .contents .action .red-button::after {
  display: none;
}
section.apply .wrapper > ul > li .contents .action > img {
  width: 38rem;
  height: auto;
  margin-top: 5rem;
  margin-left: 2rem;
}
@media (max-width: 1220px) {
  section.apply .wrapper > ul > li .contents .action > img {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.apply .wrapper > ul > li .contents .action > img {
    width: 25rem;
    height: auto;
  }
}
section.apply .wrapper .notes {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 8rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  section.apply .wrapper .notes {
    margin-top: 5rem;
  }
}
section.apply .wrapper .notes > h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  section.apply .wrapper .notes > h2 {
    font-size: 1.8rem;
  }
}
section.apply .wrapper .notes > p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  section.apply .wrapper .notes > p {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
