@charset "UTF-8";
.referral {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  box-sizing: border-box;
}
.referral *,
.referral *::before,
.referral *::after {
  box-sizing: inherit;
}
.referral-header {
  background: #FFFFFF;
}
.referral-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 20px;
}
.referral-mv {
  height: 347px;
  background: url("../img/lp/referral/bg_mv.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.referral-mv__txt {
  width: 536px;
  height: auto;
}
@media (max-width: 567px) {
  .referral-mv__txt {
    display: none;
  }
}
@media (max-width: 567px) {
  .referral-mv {
    height: 282px;
  }
}
.referral-mv__txt-sp {
  display: none;
  width: 280px;
  height: auto;
}
@media (max-width: 567px) {
  .referral-mv__txt-sp {
    display: block;
  }
}
.referral-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
}
.referral-intro__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  color: #333333;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-intro__ttl {
    font-size: 22px;
    line-height: 36px;
  }
}
.referral-intro__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #333333;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-intro__txt {
    text-align: left;
  }
}
.referral-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 270px;
  height: 60px;
  background: #FE7059;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s;
}
.referral-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg) translateY(-1px);
}
.referral-btn:hover {
  opacity: 0.85;
}
.referral-flow {
  background: #EBFAFC;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.referral-flow__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  color: #333333;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-flow__ttl {
    font-size: 22px;
    line-height: 36px;
  }
}
.referral-flow__scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 567px) {
  .referral-flow__scroll {
    overflow-x: visible;
  }
}
.referral-flow__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 45px 80px 30px;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 567px) {
  .referral-flow__list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    min-width: unset;
    padding: 24px 16px;
  }
}
.referral-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 250px;
}
@media (max-width: 567px) {
  .referral-flow__item {
    width: 255px;
  }
}
.referral-flow__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 180px;
  padding: 10px 0;
  background: #EBFAFC;
  border-radius: 8px;
}
.referral-flow__step {
  width: 139px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
.referral-flow__icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.referral-flow__label {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: 0;
}
.referral-flow__label a {
  color: #333333;
  text-decoration: underline;
}
.referral-flow__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-align: left;
  width: 240px;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-flow__desc {
    width: 100%;
  }
}
.referral-detail {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.referral-detail__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
  color: #333333;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-detail__ttl {
    font-size: 22px;
    line-height: 32px;
  }
}
.referral-detail__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  background: #EBFAFC;
  border-radius: 8px;
}
@media (max-width: 567px) {
  .referral-detail__content {
    padding: 20px 16px;
  }
}
.referral-detail__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background: #FFFFFF;
}
@media (max-width: 567px) {
  .referral-detail__box {
    padding: 20px 16px;
  }
}
.referral-detail__box-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #333333;
  margin: 0;
}
.referral-detail__box-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  margin: 0;
}
.referral-detail__box-txt p {
  margin: 0 0 0.5em;
}
.referral-detail__box-txt p:last-child {
  margin-bottom: 0;
}
.referral-detail__box-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.referral-detail__box-txt ul li {
  padding-left: 1em;
  position: relative;
}
.referral-detail__box-txt ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.referral-detail__box-subtitle {
  font-weight: 700;
  margin: 0.75em 0 0.25em !important;
}
.referral-detail__box-subtitle:first-child {
  margin-top: 0 !important;
}
.referral-cta {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: url("../img/lp/referral/bg_footer.png") center/cover no-repeat;
}
.referral-cta__label {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #06BCD4;
  width: 100%;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-cta__label {
    font-size: 20px;
    line-height: 32px;
    padding: 0 16px;
  }
}
.referral-cta__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #333333;
  max-width: 1000px;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-cta__txt {
    padding: 0 16px;
  }
}
.referral-footer {
  background: rgba(77, 77, 77, 0.87);
  padding: 15px 0;
}
.referral-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .referral-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
  }
}
.referral-footer__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 567px) {
  .referral-footer__left {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.referral-footer__info {
  display: flex;
  flex-direction: column;
}
.referral-footer__info p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 567px) {
  .referral-footer__info p {
    text-align: center;
    font-size: 12px;
  }
}
.referral-footer__copy {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
