@charset "UTF-8";
.header {
    background-color: #fff;
    height: 73px;
}

.mainView01 {
  margin-top: -80px;
  text-align: center;
  /* min-height: 708px; */
  /* height: 80vh; */
  max-height: 783px;
  /* height: 713px; */
  height: 783px;
  position: relative;
  overflow: hidden;
  background-image: url(../../../img/top/20220228/mv_bg.jpg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: bottom center;
  z-index: -100;
}

.mainView01 ._ttlArea {
  width: 100%;
  max-width: 983px;
  position: absolute;
  top: 23%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.mainView01 ._ttlArea::before {
  content: '';
  background-image: url(../../../img/top/20220228/mv_ttl_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 465px;
  bottom: 120px;
  position: absolute;
  left: -138px;
}
.mainView01 ._ttlArea::after {
  content: '';
  background-image: url(../../../img/top/20220228/mv_ttl_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 336px;
  height: 437px;
  bottom: 151px;
  position: absolute;
  right: -270px;
}
.mainView01 ._ttlArea h1 {
  margin-bottom: 0;
}
.mainView01 ._ttlArea h1 span {
  margin-bottom: 0;
}

/* .mainView01::before {
  content: '';
  background-image: url(../../../img/top/20211224/fv_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 964px;
  height: 287px;
  position: absolute;
  z-index: -1;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */

/* .mainView01::after {
  content: '';
  background-image: url(../../../img/top/20211224/fv_bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 284px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */

.hero_img {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

._hero {
  position: absolute;
  bottom: 76px;
  right: -66px;
}


.cta02_ttlbg {
  background-color: #008aed;
  position: relative;
}

.cta02_ttlbg::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 17px 0 17px;
  border-color: #008aed transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.cta_bg {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.cta_bg::before {
  content: '';
  background-image: url(../../../img/top/20220228/cta_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 127px;
  height: 94px;
  bottom: -114px;
  right: -155px;
  position: absolute;
  z-index: 1;
}

.cta02 {
  width: 100%;
  min-height: 1000px;
  background-image: none;
  padding-bottom: 140px;
  margin-bottom: 80px;
  position: relative;
}
.cta02::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffcef;
  z-index: -2;
}

.cta02 .container {
  position: relative;
}

.cta02::after {
  content: '';
  background-image: url(../../../img/top/20220228/cta_bg03.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 224px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.cta02_box_inner {
  min-height: 1000px;
  margin-top: 8px;
  border: 10px solid #6bbbf5;
  border-radius: 24px;
  padding: 40px 15px 0;
  position: relative;
}

.cta02_box_inner::before {
  content: '';
  background-image: url(../../../img/top/20220228/cta_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  top: 55%;
  left: -95px;
  position: absolute;
  z-index: -1;
}

.cta02_dpoint {
  border-radius: 18px;
}

.voiceArea {
  background-color: #ebfbfb;
  padding: 40px;
  position: relative;
  top: 30px;
}

/* -----------------------------------------------
    キャンペーン概要　　追記
------------------------------------------------*/
.box-outline {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}

.box-outline_ttl {
  text-align: center;
  background-color: #00b7f3;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.5em;
}

.box-outline_inner {
  padding: 2em 3em;
}

.box-outline_tbl {
  width: 100%;
}

.box-outline_tbl tr {
  width: 100%;
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.box-outline_tbl tr:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.box-outline_tbl th {
  width: 30%;
}

.box-outline_tbl td {
  width: 70%;
  line-height: 1.3;
  text-align: left;
}
