@charset "UTF-8";
/* common
-------------------------------------------- */
.link-txt {
  color: #D61518;
  text-decoration: underline;
  display: inline-block;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 56px;
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 16px;
  }
}

.section__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 56px;
  box-sizing: content-box;
  border: solid 3px #F4944E;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
    margin-bottom: 40px;
    width: 80%;
  }
}

.section__inr {
  max-width: 1160px;
  padding: 0 56px 80px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    padding: 0 5%;
    margin: 0 auto 56px;
  }
}

.section__heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

/* mv
-------------------------------------------- */
.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
  background: url(/images/referral/referral-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/referral/referral-mv02.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #D61518;
}
@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}
.mv__title h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
  .mv__title span {
    display: inline;
  }
}

/* introduction
-------------------------------------------- */
.introduction {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin-bottom: 30px;
  }
}

.introduction__lead {
  padding: 0 140px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .introduction__lead {
    padding: 0 5%;
  }
}
.introduction__lead p {
  margin-bottom: 16px;
}
.introduction__lead p:last-child {
  margin-bottom: 0;
}

.introduction__lead-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__lead-title {
    font-size: 1.6rem;
  }
}

/* specialoffer
-------------------------------------------- */
.specialoffer__text-wrap {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .specialoffer__text-wrap {
    /* margin-bottom: 10px; */
  }
}

.specialoffer__text-wrap > p {
  margin-bottom: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .specialoffer__text-wrap > p {
    font-size: 2rem;
  }
}

.specialoffer__text-wrap span {
  margin-bottom: 24px;
  font-size: 4rem;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .specialoffer__text-wrap span {
    margin-bottom: 16px;
    font-size: 3rem;
  }
}

.text-red {
  color: #D61518;
}

.text-bld {
  font-weight: bold;
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

/* detail
-------------------------------------------- */

.detail_container {
  margin: 80px auto;
}

@media only screen and (max-width: 767px) {
  .detail_container  {
      width: 90%;
      margin: 30px auto;
  }
}

.detail_txt_container {
  margin: 0 auto 30px;
  line-height: 1.4;
}

.detail_container h2{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.detail_txt_container p{
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.detail_txt_inner li{
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .detail_txt_inner li{
      font-size: 1.4rem;
  }
}

.indent {
  display: inline-block;
  padding-left: 1em; 
}

@media only screen and (max-width: 767px) {
  .indent {
      padding-left: 0; 
  }
}

.detail_txt_inner li a{
  color: #D61518;
  display: contents;
}

.detail_txt_inner a{
  color: #D61518;
  display: contents;
}

.privacy__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.privacy__heading-txt-box {
  height: 240px;
  padding: 24px;
  margin-bottom: 24px;
  overflow-y: scroll;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .privacy__heading-txt-box {
    font-size: 1.2rem;
    padding: 24px 5%;
  }
}

.privacy__heading-txt-box p {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .privacy__heading-txt-box p {
    font-size: 1.2rem;
  }
}

/* cverea */
.cta_btn_container {
  margin: 60px auto 0;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container {
    margin: 50px auto 0;
    width: 100%;
  }
} 

.cta_btn_container p{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #D61518;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container p{
    font-size: 1.6rem;
  }
}

.cta_btn_container .sp_txt {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container .sp_txt {
    display: block;
  }

  .cta_btn_container .pc_txt {
    display: none;
  }
  
}

.cta_btn_area {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1024px) {
  .cta_btn_area {
  flex-direction: column;
  gap: 1.5rem;
  }
}

.cta_btn {
  width: 100%;
  text-align: center;
}


.cta_btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.8rem;
  position: relative;
  height: 8rem;
  max-width: 536px;
  margin-inline: auto;
}

.cta_btn_item:hover {
  opacity: .8;
}

@media screen and (max-width: 1024px) {
  .cta_btn_item {
    font-size: 1.8rem;
    font-weight: 500;
    height: 7rem;
    padding: .3rem 2rem 0.5rem;
  }
} 

.cta_btn_item.green {
  background-color: #06C755;
}

.cta_btn_item.red {
  background-color: #D61518;
}

.item-icon {
  margin-right: 1rem;
}

.item-icon.line {
  height: 32px;
}

.item-icon.mail {
  height: 20px;
}