@charset "UTF-8";
/* CSS Document */
.member {
  background-color: #efefef;
  color: #333;
}
.member_top {
  background-image: url("../images/member/mamber_top.jpg");
  margin: 0 auto;
 
  
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  background-position: center 0px;
    
    background-size: cover;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.member_top h2 {
  font-size: 9.6rem;
  padding-top: 250px;
  font-family: "Squada One", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 7px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
}
.member_m {
  color: #E83228;
}
.member_join {
  font-size: 3.2rem;
  padding-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
  padding-bottom: 200px;
  text-shadow: 0.5px 0.5px 0.5px rgb(0, 0, 0, 0.25);
}
@media(max-Width:969px) {
  .member_top {
    background-position: center 0px;
    
    background-size: cover;
    
    background-repeat: no-repeat;
    width: auto;
    
    
    
  }
  .member_top h2 {
    font-size: 3.2rem;
    padding-top: 140px;
    font-weight: 900;
    letter-spacing: 3px;
  }
  .member_join {
    font-size: 1.6rem;
    padding-top: 10px;
    letter-spacing: 1px;
    padding-bottom: 120px;
  }
}
.read {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #171C61; /* 好きな色に */
}
.read h2 {
  padding-top: 80px;
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fefefe;
}
.read p {
  padding: 35px 0 90px;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #fefefe;
}
@media(max-Width:969px) {
  /*リード文*/
  .read h2 {
    padding-top: 25px;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fefefe;
  }
  .read p {
    padding: 15px 70px 20px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    color: #fefefe;
    line-height: 1.3;
  }
}
.grade {
  text-align: center;
}
.grade_p {
  padding-top: 60px;
  font-family: "Squada One", sans-serif;
  color: #171C61;
  font-size: 2.4rem;
  letter-spacing: 3px;
}
.grade h2 {
  font-size: 4.8rem;
  padding-top: 10px;
}
.grade_wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.general_rank, .business_rank {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  gap: 20px;
}
.business_title {
  padding-top: 70px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #171C61;
  /*スラッシュタイトルはじまり*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.business_title::before, .business_title::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #171C61;
}
.business_title::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.business_title::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*スラッシュタイトル終わり*/
.general_title {
  padding-top: 70px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #E83228;
  /*スラッシュタイトルはじまり*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.general_title::before, .general_title::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #E83228;
}
.general_title::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.general_title::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*スラッシュタイトル終わり*/
.general_title_sp_wrapper {
  display: none;
}
.business_title_sp_wrapper {
  display: none;
}
.business_rank_gold_background {
  margin: auto;
  width: 310px;
  height:auto;
  background: #171C61;
  border-radius: 20px 20px 0 0;
  border-top: 3px solid #171C61;
  border-left: 3px solid #171C61;
  border-right: 3px solid #171C61;
}
.business_rank_gold h3 {
  font-size: 3.6rem;
  font-weight: 900;
  ont-size: 5em;
  text-align: center;
  line-height: 0.95em;
  color: transparent;
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  padding-top: 35px;
}
.business_rank_gold h4 {
  padding: 15px 0 35px 0;
  color: #C99B10;
}
.business_rank_silver_background {
  margin: auto;
  width: 310px;
  height:auto;
  background: #171C61;
  border-radius: 20px 20px 0 0;
  border-top: 3px solid #171C61;
  border-left: 3px solid #171C61;
  border-right: 3px solid #171C61;
}
.business_rank_gold_background_1, .business_rank_silver_background_2 {
  margin: auto;
  width: 310px;
  height:auto;
  background: #fefefe;
  border-radius: 0 0 20px 20px;
  border-bottom: 3px solid #171C61;
  border-left: 3px solid #171C61;
  border-right: 3px solid #171C61;
  text-align: center;
}
.business_rank_special_background_3, .business_rank_regular_background_4 {
  margin: auto;
  width: 310px;
  height:auto;
  background: #fefefe;
  border-radius: 0 0 20px 20px;
  border-bottom: 3px solid #E83228;
  border-left: 3px solid #E83228;
  border-right: 3px solid #E83228;
  text-align: center;
}
.business_rank_gold_background_1 {
  background-image: url("../images/member/gold_background.png");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.business_rank_silver_background_2 {
  background-image: url("../images/member/silver_background.png");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.business_rank_special_background_3 {
  background-image: url("../images/member/special_background.png");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.business_rank_gold_background_1 h5, .business_rank_silver_background_2 h5, .business_rank_special_background_3 h5, .business_rank_regular_background_4 h5 {
  padding-top: 40px;
  line-height: 1.8;
  font-size: 1.8rem;
}
.Annual {
  padding-top: 50px;
  text-align: center;
  font-size: 2.4rem;
  color: #333;
}
.Annual_special {
  padding-top: 83px;
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  letter-spacing: 1;
}
.Annual_p {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
  font-size: 1.8rem
}
.Annual_money {
  font-size: 7.0rem;
  font-weight: 900;
  font-family: "Squada One", sans-serif;
}
.Annual_en {
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 5px;
}
.business_rank_silver h3 {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 0.95em;
  color: transparent;
  /*background: linear-gradient(0deg, #E8E8E8 0%, #B2B1AD 45%, #E8E8E8 70%, #B2B1AD 85%, #757575 90% 100%); */
  background: repeating-linear-gradient(0deg, #E8E8E8 0.1em, #B0ACAC 0.2em, #B0ACAC 0.3em, #E8E8E8 0.4em, #E8E8E8 0.5em);
  -webkit-background-clip: text;
  padding-top: 35px;
}
.business_rank_silver h4 {
   padding: 15px 0 35px 0;
  color: #D9D9D9;
}
.business_rank_special h3 {
  font-size: 3.6rem;
  font-weight: 900;
  ont-size: 5em;
  text-align: center;
  line-height: 0.95em;
  color: transparent;
  background: linear-gradient(0deg, #DAAF08 0%, #F3DE8B 45%, #FEE9A0 70%, #F3DE8B 85%, #DE9A10 90% 100%);
  -webkit-background-clip: text;
  padding-top: 35px;
}
.business_rank_special_background, .business_rank_regular_background {
  margin: auto;
  width: 310px;
  height: auto;
  background: #E83228;
  border-radius: 20px 20px 0 0;
  border-top: 3px solid #E83228;
  border-left: 3px solid #E83228;
  border-right: 3px solid #E83228;
}
.business_rank_special h4 {
  padding: 15px 0 35px 0 ;
  color: #F3DE8B;
}
.business_rank_regular h3 {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #fefefe;
  padding-top: 35px;
}
.business_rank_regular h4 {
  padding: 15px 0 35px 0 ;
  color: #fefefe;
}
.member_button {
  width: auto;
  padding: 30px 0 30px 0;
}
@media(max-Width:969px) {
  .grade_none {
    /*続きをかく*/
    display: none;
  }
  .grade_p {
    padding-top: 25px;
    font-family: "Squada One", sans-serif;
    color: #171C61;
    font-size: 1.2rem;
    letter-spacing: 1.1px;
    font-weight: 500;
  }
  .grade h2 {
    font-size: 2.6rem;
    padding-top: 4px;
  }
  .business_title_sp_wrapper {
    display: block;
  }
  .general_title_sp_wrapper {
    display: block;
  }
  .business_title_sp_wrapper {
    padding-top: 30px;
    font-size: 2.0rem;
    color: #171C61;
    font-weight: 700;
  }
  /*スラッシュタイトルはじまり*/
  .business_title_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .business_title_sp::before, .business_title_sp::after {
    content: '';
    width: 3px;
    height: 25px;
    background-color: #171C61;
  }
  .business_title_sp::before {
    margin-right: 30px;
    transform: rotate(-35deg)
  }
  .business_title_sp::after {
    margin-left: 30px;
    transform: rotate(35deg)
  }
  /*スラッシュタイトル終わり*/
  .business_title_sp_wrapper img {
    padding-top: 5px;
  }
  /*reスラッシュタイトルはじまり*/
  .general_title_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    font-size: 2.0rem;
    color: #E83228;
    font-weight: 700;
  }
  .general_title_sp::before, .general_title_sp::after {
    content: '';
    width: 3px;
    height: 25px;
    background-color: #E83228;
  }
  .general_title_sp::before {
    margin-right: 30px;
    transform: rotate(-35deg)
  }
  .general_title_sp::after {
    margin-left: 30px;
    transform: rotate(35deg)
  }
}
/*スラッシュタイトル終わり*/
.general_title_sp_wrapper img {
  padding-top: 5px;
}
/*起業会員様共通特典*/ /*一般会員様特典*/
.business_common, .general_common {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
.general_common_red{
padding-top: 100px;
    font-family: "Squada One", sans-serif;
    color: #E83228;
    font-size: 2.4rem;
    letter-spacing: 1px;

}

.business_common p {
  padding-top: 100px;
  font-family: "Squada One", sans-serif;
  color: #171C61;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.business_common h2 {
  font-size: 4.8rem;
  padding-top: 12px;
}
.business_rank_special_sp {
  display: none;
}
.business_common_title, .general_common_title {
  margin-top: 50px;
  font-weight: 500;
  padding: 1.5rem 2.0rem;
  border-left: 8px solid #E83228;
  background: #171C61;
  text-align: left;
  color: #fefefe;
  font-size: 2.4rem
}
.business_common_item, .general_common_item_1, .general_common_item_2 {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 50px;
}
.business_common_item_2 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  gap: 20px;
}
.business_common_kome_1 {
  padding-top: 78px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
}
.business_common_kome_2 {
  padding-top: 30px;
}
.business_rank_special_sp {
  display: none;
}
@media(max-width:969px) {
  .business_common p {
  padding-top: 0px;
  }
  
  
  
  
  .business_common p {
    padding-top: 0px;
    font-family: "Squada One", sans-serif;
    color: #171C61;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .business_common h2 {
    font-size: 2.6rem;
    padding: 5px 0 25px;
  }
  .business_rank_special_sp {
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  .business_rank_gold_background_1 h5, .business_rank_silver_background_2 h5, .business_rank_special_background_3 h5, .business_rank_regular_background_4 h5 {
    padding-top: 25px;
    line-height: 1.8;
    font-size: 1.8rem;
  }
  
  .Annual {
    padding: 0 0 0px;
  }
  .Annual_span {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .Annual_money {
    font-size: 6.0rem;
  }
  .business_common p {
    padding-top: 40px;
    line-height: normal;
  }
  .business_rank_gold_background_1 {
    background-image: url(../images/member/gold_background.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
     
    width: auto;
    padding-bottom: 40px;
  }
  .business_rank_silver_background_2 {
    background-image: url(../images/member/silver_background.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
   
    width: auto;
    padding-bottom: 45px;
  }
  .member_button {
    display: none
  }
  .business_common_title, .general_common_title {
    margin: 40px 15px 0px;
    font-weight: 500;
    padding: 1.5rem 1rem;
    border-left: 8px solid #E83228;
    background: #171C61;
    text-align: left;
    color: #fefefe;
    font-size: 1.8rem;
  }
  .business_common_item, .general_common_item_1, .general_common_item_2 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 50px;
    flex-wrap: wrap;
  }
  .business_common_item_2 {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .business_common_kome_1 {
    padding: 30px 15px 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .business_common_kome_2 {
    padding-top: 15px;
  }

  
  
}
.business_common_title_grade {
  margin-top: 80px;
  font-weight: 500;
  padding: 1.5rem 2rem;
  border-left: 8px solid #171C61;
  background: #E83228;
  text-align: left;
  color: #fefefe;
  font-size: 2.4rem;
}
/* 企業会委員様グレード別  */
.grade_gold_silver {
  margin: 0 auto;
  text-align: center;
  max-width: 1040px;
}
.grade_gold_silver_bg {
  display: inline-block;
  background: #fefefe;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}
.grade_gold_silver h2 {
  margin-top: 60px;
  font-weight: 500;
  padding: 1.5rem 2rem;
  border-left: 8px solid #E83228;
  background: #171C61;
  text-align: left;
  color: #fefefe;
  font-size: 2.4rem;
}
.grade_gold_silver h3 {
  padding-top: 50px;
  font-size: 4.0rem;
  letter-spacing: 1px;
}
.gold_silver_line {
  display: inline-block;
  height: 6px;
  width: 45%;
  background-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  margin-top: 5px;
}
.gold_100000, .gold_50000 {
  font-size: 2.0rem;
  font-weight: 500;
  padding-top: 10px;
}
.greade_gold_item, .gold_silver_item {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 50px;
}
.gold_silver_subtitle {
  padding-top: 12px;
  font-size: 2.1rem;
  font-weight: 600;
}
.grade_gold_silver_bg span{
  font-size: 1.4rem;
  color: #E83228;
}
.grade_gold_silver_bg p {
  display: inline-block;
  padding: 10px 0 0 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}
.silver_line {
  display: inline-block;
  height: 6px;
  width: 45%;
  background-image: linear-gradient(90deg, #BDC3C9 0%, #FFFDFD 50%, #BDC3C9 100%);
  margin-top: 5px;
}
.general_common_title_regular, .general_common_title_special {
  margin-top: 50px;
  font-weight: 500;
  padding: 1.5rem 2.0rem;
  border-left: 8px solid #171C61;
  background: #E83228;
  text-align: left;
  color: #fefefe;
  font-size: 2.4rem
}
@media (max-width:969px) {
  .grade_gold_silver h2 {
    margin: 40px 15px 0px;
    font-weight: 500;
    padding: 1.5rem 1.5rem;
    border-left: 8px solid #E83228;
    background: #171C61;
    text-align: left;
    color: #fefefe;
    font-size: 1.8rem;
  }
  .grade_gold_silver_bg {
    margin-top: 25px;
  }
  .grade_gold_silver h3 {
    padding-top: 30px;
    font-size: 2.8rem;
  }
  .gold_silver_line {
    width: 75%;
  }
  .silver_line {
    width: 75%;
  }
  .gold_100000, .gold_50000 {
    font-size: 2.0rem;
    font-weight: 500;
    padding-top: 8px;
  }
  .greade_gold_item, .gold_silver_item {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 50px;
    flex-wrap: wrap;
  }
  .gold_silver_subtitle {
    padding-top: 7px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .grade_gold_silver_bg {
    width: 93%;
    margin-top: 20px;
    padding-bottom: 25px;
  }
}
/*.general_span{
  
  font-weight: 300;
 
  
} */
.general_common h2 {
  font-size: 3.8rem;
  padding-top: 12px;
}
.general_common p {
  padding-top: 100px;
  font-family: "Squada One", sans-serif;
  color: #E83228;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.general_common_item_p {
  display: inline-block;
  padding: 10px 0 0 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;}
  .general_rank_special_sp{
    display: none;
  }

@media(max-width:969px) {
  .general_rank_special_sp{
    padding-top:20px;
  
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    
  }
 .general_common_red{
   padding-top: 40px;
    font-family: "Squada One", sans-serif;
    color: #E83228;
    font-size: 1.2rem;
    letter-spacing: 1px;
} 

  .general_common p {
    padding-top: 40px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
     color: #333;
  }
  

  .Annual_special {
    padding-top: 25px;
    line-height: 1.8;
    font-size: 1.8rem;
}
  
 
.business_rank_special_background_3 {
    background-image: url(../images/member/special_background.png);
    background-repeat: no-repeat;
    background-size: cover;
   
  width: auto;
   padding-bottom: 20px }

  .Annual_special {
    padding-top:30px;
    line-height: 1.8;
    font-size: 1.8rem;
}
  
  .business_rank_special{
     width: auto;
    height: 70%;
  }
  .business_rank_regular_background_4 {
   
    width: 310px;
    height:auto;
    padding-bottom: 20px;
   
}
 
  .general_common h2 {
    font-size: 2.6rem;
    padding-top: 5px;
  }
  .general_common_title_special {
    margin: 50px 15px 0px;
    font-weight: 500;
    padding: 1.5rem 1rem;
    border-left: 8px solid #171C61;
    background: #E83228;
    text-align: left;
    color: #fefefe;
    font-size: 1.4rem;
  }
  .general_common_title_regular {
    margin: 50px 15px 0px;
    font-weight: 500;
    padding: 1.5rem 1rem;
    border-left: 8px solid #171C61;
    background: #E83228;
    text-align: left;
    color: #fefefe;
    font-size: 1.4rem;
  }
}
.member_last_box {
  width: 100%;
  margin: 0 auto;
  background: #171C61;
  margin-top: 100px;
  margin-bottom: 70px;
  text-align: center;
  color: #fefefe;
}
.member_last_box {
  font-size: 2.8rem;
  font-weight: 700px;
  line-height: 1.8;
  padding: 80px 0;
}


.member_last_box {
  font-size: 3.2rem;
  font-weight: 600px;
  line-height: 1.8;
  padding: 65px 0;
  margin-top: 50px;
  margin-bottom: 40px;
  
}
  
 
.member_guidance {
  width: 90%;
  margin: 0 auto;
  background: #fefefe;
  margin-top: 100px;
  margin-bottom: 70px;
  text-align: center;
  color: #333;
}
.member_guidance h2 {
  color: #171C61;
  font-size: 3.2rem;
  padding-top: 60px;
}
.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 50px;
}
.heading04::before, .heading04::after {
  content: '';
  width: 3px;
  height: 32px;
  background-color: #171C61;
}
.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.member_guidance_button {
  padding-top: 30px;
  width: 30%;
}
.member_guidance_2 {
  width: 65%;
  
  margin: 0 auto;
  background: #F6F3F3;
  margin-top: 30px;
  text-align: center;
  color: #333;
}
.member_guidance_2 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 50px;
}
.member_guidance_text {
  font-size: 1.6rem;
  padding: 20px 40px 50px;
  line-height: 2.0;
  text-align: left;
  display: inline-block;
}
.member_guidance_span {
  text-decoration-color: #E83228;
  font-weight: 600;
  color: #E83228;
}
.member_guidance_2_list {
  text-align: left;
  display: inline-block;
  padding: 30px 50px;
 
  line-height: 2.0;
}
@media(max-width:735px){
  
  .member_guidance_button {
    padding-top: 10px;
    width: 70%;
}
  
}
@media(max-width:969px){
  
  .member_guidance {
    width: 100%;
   
    margin: 30px 0;
    
    
 
}
  
  .member_last_box {
  font-size: 1.6rem;
  font-weight: 600px;
  line-height: 1.8;
  padding: 30px 20px;
   
  margin-top: 40px;
  margin-bottom: 40px;
  
}
  
  
 .member_guidance h2 {
    color: #171C61;
    font-size: 2.6rem;
    padding-top: 30px;
} 
  .heading04 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
    padding: 30px 20px 0;
    line-height: 1.6
}
  .heading04::after {
    margin-left: 20px;
    transform: rotate(35deg);
}
  .heading04::before {
    margin-right: 20px;
    transform: rotate(-35deg);
}
  .member_guidance_button {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 60%;
}
  .member_guidance_2 {
    width: 100%;
    
    margin: 20px 10px;
    
}
  .member_guidance h2 {
   
    font-size: 2.2rem;
    padding-top: 30px ;
     
}
.member_guidance_text {
    font-size: 1.6rem;
    padding: 15px 15px 25px;
    line-height: 2.0;
 
    
}
.member_guidance_2_list {
    
    padding: 20px 35px;
    line-height:1.6;
}
  .list_li{
    margin-bottom: 10px;
  }
}
.contact {
  background-image: url(../images/top/contact-us_background.jpg);
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact h2 {
  font-size: 6.4rem;
  color: #0B286D;
  padding-top: 30px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
  padding-bottom: 30px;
}
.contact h2 span {
  color: #E83228;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
}
.contact p {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
}
.contact_wrapper {
  margin: 0 auto;
  color: #efefef;
  padding: 30px 0 40px;
}
.contact_red {
  margin: 0 auto;
  padding: 30px 70px 30px;
  background: #E83228;
  width: 40%;
}
.contact_text_1 {
  padding-bottom: 12px;
  margin-bottom: 0.2rem;
  border-bottom: 1.5px solid #fefefe;
  font-weight: bold;
  font-size: 2.4rem;
}
.contact_text_2 {
  padding-top: 12px;
  font-weight: 500;
}
.contact_btn_red {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 45px;
  text-align: center;
  margin: 30px 42px 0;
  padding: 0 4rem;
  border-radius: 100vw;
  background: #fefefe;
  background-size: 400%;
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.contact_btn_red:hover::before {
  transform: scaleX(1);
}
.contact_btn_red:hover {
  color: #fff;
}
.contact_btn_red span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.contact_btn_red::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(82.3deg, rgba(255, 193, 190, 1) 10.8%, rgba(243, 75, 75, 1) 94.3%);
  transition: all 0.475s;
}

@media(max-width:969px){
  
  .contact h2 {
    font-size: 3.0rem;
    color: #0B286D;
    padding-top: 30px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
    padding-bottom: 30px;
}
  .contact p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 20px;
    text-align: center;
}
  .contact_red {
    
    padding: 30px 18px 30px;
    
    width: 90%;
}
  .contact p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0 20px;
    text-align: center;
  
  }
  .contact_text_1 {
    padding-bottom: 12px;
    margin-bottom: 0.2rem;
    border-bottom: 1.5px solid #fefefe;
    font-weight: bold;
    font-size: 2.0rem;
}
  .contact_wrapper {
  
    padding: 25px 0 40px;
}
  .contact_btn_red {
        width: 80%;
    
    margin: 20px 30px 0;
    padding: 0 2rem;
   
    font-weight: 600;
    letter-spacing: 2px;
    
    
  }
  .nssu_button{
    
    margin-bottom: 10px;
    
  }
}

