@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #282420;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  /* macOS用 */
  -moz-osx-font-smoothing: grayscale;
  /* macOS用 */
  font-smooth: always;
  /* Windows用 */
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

#container {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

.sbi-inner {
  max-width: 112.8rem;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.fw .c-foot-line {
  display: none;
}

.fw .c-foot-line,
.fw .l-header-wrapper {
  display: none;
}

/* FV                  */
.fv {
  background-image: url(./../images/sbi-lp/fv-bg.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-block: 4rem 8rem;
}

@media (max-width: 767px) {
  .fv {
    background-image: url(./../images/sbi-lp/fv-bg-sp.webp);
  }
}

.fv-wrap {
  position: relative;
  max-width: 90.4rem;
  margin: 0 auto;
}

.fv-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

@media (max-width: 767px) {
  .fv-title {
    gap: 1.2rem;
  }
}

.fv-title p {
  font-size: 2.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .fv-title p {
    font-size: 1.6rem;
  }
}

.fv-title .fv-title-img {
  width: 21.5rem;
}

@media (max-width: 767px) {
  .fv-title .fv-title-img {
    width: 17.3rem;
  }
}

.fv-title .fv-title-img01 {
  width: 15.5rem;
}

@media (max-width: 767px) {
  .fv-title .fv-title-img01 {
    width: 12.3rem;
  }
}

.fv-text {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  width: 100%;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4rem auto 0;
  color: #fff;
  background: linear-gradient(90deg, #ec5a5e 0%, #e50a11 81%, #d1050b 100%);
}

@media (max-width: 767px) {
  .fv-text {
    font-size: 2.4rem;
    height: auto;
    flex-direction: column;
    background: none;
    align-items: flex-start;
    row-gap: 0.8rem;
  }

  .fv-text span {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    margin-left: 2.4rem;
    background: linear-gradient(90deg, #ec5a5e 0%, #e50a11 81%, #d1050b 100%);
  }
}

.fv-text02 {
  width: 100%;
  height: 4.8rem;
  background-color: #282420;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .fv-text02 {
    font-size: 1.5rem;
    height: 4.8rem;
    width: auto;
    margin-left: 2.4rem;
    line-height: 1;
    display: inline-block;
    padding: 0.8rem 1.2rem;
    margin-top: 0.8rem;
  }
}

.fv-text02 .fv-text02-spa {
  font-size: 1.8rem;
}

.fv-text02-sub {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}

.fv-main {
  width: 100%;
  margin: top 1.6em;
  position: relative;
}

.fv-text02-link {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  bottom: 2.1rem;
  right: 16.2rem;
  color: #007BC7;
}

@media (max-width: 767px) {
  .fv-text02-link {
    bottom: 1.6rem;
    right: 8.2rem;
  }
}

/* cta                 */
.cta-area {
  text-align: center;
  background-color: #282420;
  padding: 2.4rem 0;
}

@media (max-width: 767px) {
  .cta-area {
    padding: 1.6rem 2.4rem;
  }
}

.cta-lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.6rem;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .cta-lead {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}

.cta-lead .cta-lead-span01 {
  font-size: 1.2rem;
}

.cta-lead .cta-lead-span02 {
  font-size: 3.2rem;
  color: #D9B13D;
}

@media (max-width: 767px) {
  .cta-lead .cta-lead-span02 {
    font-size: 3rem;
    line-height: 1.0666666667;
  }
}

.cta-lead .cta-lead-span03 {
  color: #D9B13D;
}

.cta-btn {
  width: 49.8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
  }
}

/* sec01               */
.sec01 {
  padding-block: 8rem;
}

@media (max-width: 767px) {
  .sec01 {
    padding: 4rem 2.4rem 2rem;
  }
}

.sbi-c-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .sbi-c-title {
    font-size: 2.4rem;
  }
}

.sec01-title {
  text-align: center;
  margin-bottom: 5.6rem;
}

@media (max-width: 767px) {
  .sec01-title {
    margin-bottom: 1.6rem;
  }
}

.sec01-title span {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .sec01-title span {
    font-size: 1.4rem;
  }
}

.sec01-img {
  width: 131.3rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec01-img {
    width: 100%;
  }
}

/* sec02              */
.sec02 {
  padding-block: 4rem 8rem;
}

@media (max-width: 767px) {
  .sec02 {
    padding: 4rem 2.4rem;
  }
}

.sec02-title span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #E50A11;
  margin-bottom: 1.6rem;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .sec02-title span {
    font-size: 1.4rem;
  }
}

.sec02-lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  margin: 2.4rem 0 5.6rem;
}

@media (max-width: 767px) {
  .sec02-lead {
    font-size: 1.6rem;
    margin: 2.4rem 0;
  }
}

.sbi-youtube {
  padding: 2.4rem;
  background-color: #f2f2f2;
  display: flex;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .sbi-youtube {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.sbi-youtube .sbi-youtube-iframe {
  width: 53.4rem;
  aspect-ratio: 16/9;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sbi-youtube .sbi-youtube-iframe {
    width: 100%;
  }
}

.sbi-youtube .sbi-youtube-iframe iframe {
  width: 100%;
  height: 100%;
}

.sbi-youtube .sbi-youtube-lead-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  border-bottom: 1px solid #282420;
  display: inline-block;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .sbi-youtube .sbi-youtube-lead-title {
    font-size: 1.8rem;
  }
}

.sbi-youtube .sbi-youtube-lead-text01 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1.5;
  margin-top: 1.6rem;
}

@media (max-width: 767px) {
  .sbi-youtube .sbi-youtube-lead-text01 {
    font-size: 1.6rem;
  }
}

.sbi-youtube .sbi-youtube-lead-text02 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.8666666667;
  margin-top: 1.6rem;
}

@media (max-width: 767px) {
  .sbi-youtube .sbi-youtube-lead-text02 {
    font-size: 1.4rem;
  }
}

/* sec03               */
.sec03 {
  padding-block: 8rem;
  background-color: #e4e4e4;
}

@media (max-width: 767px) {
  .sec03 {
    padding: 4rem 2.4rem;
  }
}

.sec03-lists {
  margin-top: 5.6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  row-gap: 4.8rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .sec03-lists {
    margin-top: 2.4rem;
    row-gap: 2.4rem;
  }
}

.sec03-list {
  background-color: #fff;
  width: 55.5rem;
  height: 67.9rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

.sec03-list03,
.sec03-list04 {
  height: 73rem;
}

@media (max-width: 767px) {
  .sec03-list03,
  .sec03-list04 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .sec03-list {
    padding: 2.4rem 1.6rem;
    width: 100%;
    height: auto;
  }
}

.sec03-list-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec03-list-num .num {
  font-size: 6.4rem;
  font-weight: 700;
  color: #F9D2D2;
  line-height: 1;
  letter-spacing: 0.56px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .sec03-list-num .num {
    font-size: 5.6rem;
  }
}

.sec03-list-num .sec03-list-title-img01 {
  width: 16.2rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec03-list-num .sec03-list-title-img01 {
    width: 9.8rem;
  }
}

.sec03-list-num .sec03-list-title-img02 {
  width: 15.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec03-list-num .sec03-list-title-img02 {
    width: 10rem;
  }
}

.sec03-list-num .sec03-list-title-img03 {
  width: 8.4rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec03-list-num .sec03-list-title-img03 {
    width: 5.6rem;
  }
}

.sec03-list-num .sec03-list-title-img04 {
  width: 12rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec03-list-num .sec03-list-title-img04 {
    width: 8rem;
  }
}

.sec03-list-num .sec03-list-title-img05 {
  width: 15.2rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec03-list-num .sec03-list-title-img05 {
    width: 10rem;
  }
}

.sec03-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #E50A11;
}

@media (max-width: 767px) {
  .sec03-list-title {
    font-size: 2rem;
  }
}

.sec03-list02 .sec03-list-title {
  letter-spacing: 0;
}

.sec03-list-text01 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .sec03-list-text01 {
    font-size: 1.6rem;
  }
}

/* sec04               */
.sec04 {
  padding-block: 8rem;
}

@media (max-width: 767px) {
  .sec04 {
    padding: 4rem 2.4rem;
  }
}

.sec04-title {
  width: 46.3rem;
  margin: 0 auto 5.6rem;
}

@media (max-width: 767px) {
  .sec04-title {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 767px) {
  .sec04-main-img {
    width: 104%;
    margin-left: -2%;
  }
}

.sec04-lists01 {
  margin-top: 5.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}

@media (max-width: 767px) {
  .sec04-lists01 {
    row-gap: 2.4rem;
    margin-top: 3.2rem;
  }
}

.sec04-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  background-color: #E50A11;
  color: #fff;
  line-height: 1;
  display: inline-block;
  justify-content: center;
  border-radius: 2.5rem;
  padding: 1rem 2.4rem;
}

@media (max-width: 767px) {
  .sec04-list-title {
    font-size: 1.8rem;
  }
}

.sec04-list-text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .sec04-list-text {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.sec04-list-text span {
  color: #E50A11;
  font-weight: 700;
}

.precautions {
  background-color: #f2f2f2;
  padding: 4rem;
  margin-top: 5.6rem;
}

@media (max-width: 767px) {
  .precautions {
    padding: 3.2rem 1.6rem;
    margin-top: 3.2rem;
  }

  .precautions li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.precautions-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  margin-bottom: 0.8rem;
}

.sec04-lists02 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.6;
}

.sec04-list02-01 ul {
  margin-block: 0.8rem;
  margin-left: 3.6rem;
}

@media (max-width: 767px) {
  .sec04-list02-01 ul {
    margin-left: 2.4rem;
  }
}

.precautions-title02 {
  margin-top: 2.4rem;
}

.precautions-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.6;
}

.mail-link {
  border-bottom: #282420 1px solid;
}

.caution-section {
  margin-top: 0;
  padding-top: 3.2rem;
}

/* float-btn */
.float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.float.is-show {
  opacity: 1;
  pointer-events: auto;
}

.float-btn {
  width: 49.8rem;
}

.float-btn img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .float {
    bottom: 12px;
    left: 2.4rem;
    right: 2.4rem;
  }

  .float-btn {
    width: 100%;
  }
}

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