@charset "UTF-8";
* {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}

/*-------------------- common --------------------*/
.pc_block {
  display: block;
}

.pc_none {
  display: none;
}

img {
  width: 100%;
  height: auto;
}
.btn01{opacity: 0;
  pointer-events: none;}
a:hover,
button:focus {
  opacity: 0.8;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.ele{
  position: absolute;
  bottom: 5%;
  left:26%;
}
.ele img{
width:63%;
}
.main_cont_el {
position:relative;
height:auto;
  margin-bottom: 75px;
}
.ele_box{
position:relative;
height:auto;
}
.ele_sub1{
position:absolute;
top: 17% !important;
  transform: translate(56%, 18%) !important;
}
.ele_sub2{
position:absolute;
  bottom: 2% !important;
  transform: translate(53%, -2%) !important;
}
.ele_sub1, .ele_sub2{
width:47%
}
@media (max-width: 1024px) {
  .tb_block {
    display: block;
  }
  .tb_none {
    display: none;
  }
}
@media (max-width: 750px) {
  .sp_block {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .ele{
    position:absolute;
    bottom:5% !important;
    left:17% !important;
    }
    .ele img{
    width:82% !important;
    }
    .main_cont_el{
    position:relative;
    height:auto;
    margin-bottom: 35px !important;
    }
}
@media (max-width: 599px) {
  .ssp_inline {
    display: inline;
  }
}
/*-------------------- main --------------------*/
.main {
  content: "";
  background: url("images/bg01.png.webp") left top/cover no-repeat;
}

@media (max-width: 750px) {
  .main {
    background: url("images/bg02.png.webp") left top/cover no-repeat;
  }
}
/*-------------------- header --------------------*/
.hdr {
  background: #2e5ce5;
  padding: 10px 30px;
}

.hdr_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hdr_logo_area {
  display: flex;
  width: 280px;
}

.hdr_btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: auto;
}

.btn01,
.btn02 {
  width: 160px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5019607843);
}

.btn01 {
  background: #e10000;
}

.btn02 {
  background: #1fb050;
}

.btn01:hover,
.btn02:hover {
  box-shadow: none;
  opacity: 1;
}

.btn01:hover {
  background: #b10303;
}

.btn02:hover {
  background: #01762d;
}

@media (max-width: 750px) {
  .hdr {
    padding: 15px 10px;
  }
  .hdr_logo_area {
    width: 38%;
  }
  .btn01,
  .btn02 {
    width: 100%;
    font-size: clamp(10px, 2.67vw, 20px);
  }
}
@media (max-width: 599px) {
  .hdr_logo_area {
    width: 30%;
  }
  .btn01,
  .btn02 {
    padding: 5px 10px;
  }
}
/*-------------------- main --------------------*/
/*-------------------- fv_area --------------------*/
.fv_area {
  content: "";
  background: url("images/bg03.png.webp") left top/cover no-repeat;
  padding: 40px 30px 0;
}

@media (max-width: 750px) {
  .fv_area {
    background: url("images/bg04.png.webp") left top/cover no-repeat;
    padding-top: 30px;
  }
}
/*-------------------- cta_area --------------------*/
.cta01_area,
.cta02_area,
.cta03_area {
  background: #2e5ce5;
  padding: 20px 20px;
}

.cta03_area {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}

.cta_txt_area {
  margin-bottom: 20px;
}

.cta_txt01,
.cta_txt02 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.cta_txt01 {
  font-size: clamp(18px, 1.15vw, 22px);
  text-decoration: underline;
}

.cta_txt02 {
  font-size: clamp(13px, 0.94vw, 18px);
}

.cta_btn_area {
  text-align: center;
}

.btn03 {
  display: inline-block;
  max-width: 500px;
  background: #e10000;
  border-radius: 100px;
  color: #ffffff;
  font-size: clamp(28px, 1.98vw, 38px);
  font-weight: bold;
  line-height: 70px;
  padding: 0 100px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.btn03:hover {
  background: #a70101;
  box-shadow: none;
  opacity: 1;
}

.btn04 {
  display: block;
  max-width: 350px;
  background: #e10000;
  border-radius: 100px;
  color: #ffffff;
  font-size: clamp(20px, 1.98vw, 30px);
  font-weight: bold;
  line-height: 70px;
  padding: 0 30px 0 50px;
  text-align: center;
  margin: 40px auto 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.btn04:hover {
  background: #a70101;
  box-shadow: none;
  opacity: 1;
}
/* ボタンの矢印のスタイル */
.btn04 .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 15px -5px 30px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(45deg);
}
.btn99 img{
  width: 500px;
 }
 .btn99:hover{
   opacity: 0.5;
 }
 .cta_btn_area_campaign p{
   font-size: 16px;
 }
/* アクティブな矢印のスタイル */
.active .arrow {
  margin: 0px 15px 5px 30px;
  transform: rotate(225deg);
}

@media (max-width: 750px) {
  .cta01_area,
  .cta02_area,
  .cta03_area {
    padding: 40px 20px 40px;
  }
  .cta_txt01 {
    font-size: clamp(14px, 3.46vw, 26px);
  }
  .cta_txt02 {
    font-size: clamp(10px, 2.93vw, 22px);
  }
  .btn03 {
    font-size: clamp(14px, 5vw, 44px);
    line-height: 45px;
    padding: 0 53px;
  }
  .cta_btn_area_campaign .btn03{
    padding: 0 53px !important;
   }
  .btn04 {
    font-size: 20px;
    line-height:60px;
    margin-bottom: 20px;
  }
  .btn99 img{
    width: 100%;
   }
  .cta_btn_area_campaign{
    margin: 20px 0 !important;
  }
  .cta_btn_area_campaign p{
    font-size: 11px;
  }
}

/*-------------------- main_cont_area --------------------*/
.main_cont_area {
  padding: 60px 30px 80px;
}

.main_cont_ttl {
  margin-bottom: 50px;
}

.entry {
  margin-bottom: 40px;
}

.entry_txt {
  margin: 0 auto 20px;
  max-width: 730px;
}
.entry_banner{
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 750px) {
  .main_cont_area {
    padding: 40px 30px 0px;
  }
  .main_cont_ttl {
    margin-bottom: 10px;
  }
}
/*-------------------- campaign_area --------------------*/
.campaign_area {
  padding: 80px 30px 100px;
}

.campaign_ttl {
  margin-bottom: 60px;
}

/*-------------------- notes_area --------------------*/
.notes_area_acc{
  display: none;
  background: #fffff2;
  padding: 70px 30px 50px;
}
.notes_area {
  background: #fffff2;
  padding: 70px 30px 50px;
}

.notes_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.notes_ttl h2 {
  display: inline-block;
  background: #26c4ff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 84px;
  padding: 0 60px;
}

.notes_list {
  max-width: 1000px;
  margin: 0 auto;
}

.notes_txt01,
.notes_txt02,
.notes_list li {
  font-size: 24px;
}

.notes_txt01 {
  margin-bottom: 30px;
}

.notes_txt02 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 50px;
}

.notes_txt02::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.notes_list li {
  position: relative;
  padding-left: calc(1em + 10px);
  margin-bottom: 10px;
}

.notes_list li::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 1em;
  height: 1em;
  background: #000411;
  border-radius: 100px;
}
.campaign_banner{
  background: #B5E517;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.22);
}
.cta_btn_area_campaign{
  margin:65px 0;
  text-align: center;
}
.cta_btn_area_campaign .btn03{
 padding: 0 130px;
}
@media (max-width: 750px) {
  .notes_area {
    padding: 60px 30px 40px;
  }
  .notes_ttl h2 {
    font-size: clamp(16px, 5.3vw, 40px);
  }
  .notes_txt01 {
    margin-bottom: 50px;
  }
  .notes_txt01,
  .notes_txt02,
  .notes_list li {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  .notes_list li {
    /*    font-size: clamp(14px, 3.2vw,24px);*/
  }
}
/*-------------------- footer --------------------*/
.ftr {
  background: #2e5ce5;
  text-align: center;
  padding: 20px 30px;
}

.ftr_inner {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-bottom: 30px;
}

.ftr_logo_area {
  grid-column: 1/3;
  width: 28%;
  max-width: 280px;
  margin: 0 auto 20px;
}

.ftr_txt01 {
  grid-column: 1/3;
  margin-bottom: 20px;
}

.ftr_txt02 {
  grid-column: 1/3;
}

.ftr_txt01,
.ftr_txt02,
.tel,
.mailto {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.mailto {
  position: relative;
  line-height: 1;
  text-align: end;
  align-self: end;
  margin-right: 5px;
  z-index: 2;
}

.tel{
  position: relative;
  line-height: 1;
  text-align: left;
  align-self: end;
  margin-left: 5px;
  z-index: 2;
}

.mailto a {
  position: relative;
  font-size: inherit;
  line-height: 1;
  padding-bottom: 2px;
}

.mailto a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
}

.copyright {
  color: #ffffff;
  font-size: 10px;
}

@media (max-width: 750px) {
  .ftr {
    padding: 30px 30px 70px;
  }
  .ftr_logo_area {
    width: 60%;
    max-width: 416px;
    margin: 0 auto 20px;
  }
  .ftr_txt01,
  .ftr_txt02,
  .tel,
  .mailto {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .ftr_txt01 {
    margin-bottom: 30px;
  }
  .tel {
    grid-column: 1/3;
    text-align: center;
    margin-right: 0;
  }
  .mailto {
    grid-column: 1/3;
    text-align: center;
    margin-left: 0;
  }
  .copyright {
    font-size: clamp(10px, 2.4vw, 18px);
  }
}
/*-------------------- page_top --------------------*/
.page_top01 {
  position: absolute;
  display: flex;
  top: -80px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  justify-content: end;
  padding-right: 20px;
}

.page_top02 {
  position: fixed;
  display: flex;
  left: 50%;
  right: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  justify-content: end;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-right: 20px;
}

.page_top_btn {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(43, 122, 209, 0.7019607843);
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.is_active {
  opacity: 1;
  visibility: visible;
}

.is_ftr {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 750px) {
  .page_top01 {
    top: -9.335vw;
  }
  .page_top_btn {
    width: 18.67vw;
    height: 18.67vw;
    font-size: clamp(10px, 3.73vw, 28px);
    font-weight: bold;
    line-height: 18.67vw;
  }
}

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