#main_contents{
  background-color: #ffefd7;
}
#mv{
  position: relative;
}
.mv_img{
  width: 90%;
  overflow: hidden;
  border-bottom-right-radius: 60px;
}
.main_copy{
  background-color: #fff;
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  border-radius: 30px;
  bottom: -225px;
  left: 10%;
  padding: 60px 70px;
  font-feature-settings: "palt";
}
.main_copy span{
  font-size: 80px;
  color: #bd272d;
  display: block;
}
#referral01{
  padding: 200px 0 150px;
  position: relative;
}
.img.kazari{
  overflow: hidden;
}
.kazari01{
  position: relative;
  margin: 0 10% 0 auto;
  width: 30%;
  border-radius: 35px;
}
.referral_box01{
  position: relative;
  padding-bottom: 200px;
}
#referral01 .txt_box{
  width: 40%;
  margin: 0 auto;
  width: 540px;
}
.kazari02{
  position: absolute;
  width: 25%;
  left: 0;
  top: 135px;
  border-radius: 0 30px 30px 0;
}
.txt_box .head01{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -50px;
  margin-left: -200px;
  position: relative;
  z-index: 2;
  margin-bottom: 110px;
}
.txt_box .head01 span{
  font-size: 0.8em;
}
.txt01{
  font-size: 18px;
  line-height: 2.4;
  text-align: justify;
}
.kazari03{
  width: 28%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 35px 0 0 35px;
}
.referral_box02{
  margin-top: 60px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.referral_box02 .box_l{
  width: 47%;
}
.kazari04{
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}
.referral_box02 .box_r{
  width: 47%;
  padding-right: 5%;
}
.referral_box02 .box_r .txt01{
  max-width: 540px;
}
.kazari05{
  width: 32%;
  margin: 0 15% 0 auto; 
  border-radius: 30px; 
  overflow: hidden;
}
.merit_box01{
  position: relative;
  z-index: 1;
  align-items: center;
  margin-top: -46px;
}
.merit_box01::after{
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  background-color: #fff;
  height: 100%;
  z-index: 0;
}
.merit_box01 .box_txt{
  width: 50%;
  max-width: 640px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 60px 5% 60px 0;
}
.merit_box01 .box_txt .txt01{
  padding-right: 10%;
}
.merit_box01 .box_img{
  z-index: 3;
  width: 50%;
  margin-top: -85px;
  overflow: hidden;
  border-radius: 35px 0 0 35px;
  padding-bottom: 85px;
}
.merit_box01 .box_img img{
  border-radius: 35px 0 0 35px;
}
.merit_ttl01{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.en_ttl{
  font-size: 185px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
#referral03{
  padding: 265px 0 230px;
}
.method_list01{
  justify-content: space-between;
  margin-bottom: 95px;
}
.method_list01 li{
  width: calc((100% - 120px) / 4);
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #bd272d;
  position: relative;
  padding: 80px 20px 35px;
  filter: drop-shadow(13px 6px 12px rgba(0,0,0,0.1));
}
.method_list01 li::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #bd272d;
  border-right: 0;
}
.method_list01 li:last-child::after{
  display: none;
}
.method_list01 li .num{
  width: 86px;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.method_list01 li .icon{
  width: 135px;
  height: 135px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.method_list01 li .icon img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.method_list01 li .txt{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.method_list01 li .txt span{
  font-size: 0.65em;
}
.ind_list02 li{
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;

}
.ind_list02 li::before{
  content: '●';
  color: #959595;
  font-size: 0.6em;
  margin-right: 5px;
}
.sp_none{
  display: block;
}
@media screen and (max-width: 1500px){
.main_copy{
  font-size: 60px;
  padding: 50px 60px;
  bottom: -150px;
}
.main_copy span{
  font-size: 70px;
}
.txt_box .head01{
  font-size: 40px;
  margin-left: -150px;
}
.merit_box01 .box_txt{
  padding: 60px 5%;
}
}
@media screen and (max-width: 1200px){
.main_copy{
  font-size: 40px;
  padding: 30px 40px;
}
.main_copy span{
  font-size: 50px;
}
.txt_box .head01{
  margin-left: -100px;
  margin-bottom: 80px;
}
#referral01 .txt_box{
  width: 45%;
}
.en_ttl{
  font-size: 150px;
}
.method_list01 li .txt{
  font-size: 20px;
}
}
@media screen and (max-width: 899px){
.txt_box .head01{
  margin-left: 0;
  margin-top: 30px;
  font-size: 30px;
  margin-bottom: 40px;
}
.txt01{
  font-size: 15px;
}
.sp_none{
  display: none;
}
.kazari01{
  border-radius: 15px;
}
.kazari02{
  border-radius: 0 15px 15px 0;
}
.kazari03{
  border-radius: 15px 0 0 15px;
}
.method_list01{
  margin-top: 60px;
  margin-bottom: 20px;
}
.method_list01 li{
  width: calc((100% - 30px) / 2);
  margin-bottom: 70px;
  filter: initial;
}
.method_list01 li::after{
  display: none;
}
.method_list01 li .num{
  width: 60px;
  top: -40px;
}
.method_list01 li .txt{
  font-size: 16px;
}
#referral03{
  padding: 80px 0;
}
.merit_ttl01{
  font-size: 25px;
}
.merit_box01 .box_txt .txt01{
  padding-right: 0;
}
}
@media screen and (max-width: 768px){
.mv_img{
  border-bottom-right-radius: 20px;
  height: auto;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.mv_img img{
  width: auto;
  height: 100%;
  position: absolute;
  left: -40%;
  top: 0;
  right: 0;
  bottom: 0;
}
.main_copy{
  font-size: 20px;
  padding: 30px;
  border-radius: 20px;
  bottom: -100px;
}
.main_copy span{
  font-size: 30px;
}
.kazari01{
  width: 60%;
}
#referral01{
  padding: 150px 0 80px;
}
#referral01 .txt_box{
  width: 100%;
  padding: 0 5%;
}
.kazari02{
/*  position: relative;
  right: auto;
  bottom: auto;
  top: auto;
  left: auto;
  margin-top: 30px;*/
  width: 30%;
  bottom: -20px;
  top: auto;
}
.txt_box .head01{
  font-size: 24px;
  margin-bottom: 20px;
}
.kazari03{
  width: 50%;
  bottom: 30px;
}
.referral_box02{
}
.referral_box02 .box_l{
  width: 100%;
  order: 2;
}
.kazari04{
  width: 90%;
  border-radius: 0 15px 15px 0;
}
.referral_box02 .box_r{
  width: 100%;
  order: 1;
  padding: 0 5%;
  margin-bottom: 20px;
}
.kazari05{
  width: 60%;
  border-radius: 15px;
  margin-right: 3%;
}
.en_ttl{
  font-size: 80px;
}
.merit_box01{
  margin-top: -20px;
}
.merit_box01 .box_txt{
  width: 100%;
  padding: 30px 5%;
}
.merit_box01 .box_txt .txt01{
  padding-right: 0;
}
.merit_box01 .box_img{
  margin-top: 0;
  width: 90%;
  margin: 0 0 0 auto;
  border-radius: 15px 0 0 15px;
}
.merit_box01 .box_img img{
  border-radius: 15px 0 0 15px;
}
.merit_ttl01{
  font-size: 20px;
  margin-bottom: 20px;
}
.method_list01 li .icon{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.method_list01 li{
  width: calc((100% - 20px) / 2);
  padding: 30px 10px 20px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.method_list01 li .txt{
  font-size: 14px;
}
.email.txt01{
  font-size: 13px;
  line-height: 1.4;
}
}