@charset "UTF-8";
/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
/* CUSTOM STYLES */
/* =================================================================== */
@media (min-width: 768px) {
  .pageValueBeliEVE footer + footer {
    padding-top: 40px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .pageValueBeliEVE footer + footer {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pageValueBeliEVE .onlyPc {
    display: none;
  }
}
@media (min-width: 768px) {
  .pageValueBeliEVE .onlySp {
    display: none;
  }
}
.pageValueBeliEVE .wrapper {
  max-width: 960px;
}
.pageValueBeliEVE .main {
  background-color: #C7D3FE;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #1C1412;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pageValueBeliEVE .main {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media (min-width: 768px) {
  .pageValueBeliEVE .breadcrumbs {
    padding: 9px 0;
  }
}
@media (min-width: 768px) {
  .pageValueBeliEVE .breadcrumbs li {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .pageValueBeliEVE .breadcrumbs li::before {
    margin: 0 3px 0 6px;
    color: #fff;
  }
  .pageValueBeliEVE .breadcrumbs li a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .pageValueBeliEVE .breadcrumbs li {
    font-weight: 500;
  }
}
.pageValueBeliEVE .secPagetitle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pageValueBeliEVE .secPagetitle .wrapper {
  height: auto;
  position: static;
}
@media (max-width: 767px) {
  .pageValueBeliEVE .footer {
    position: relative;
  }
}
@media (max-width: 767px) {
  .pageValueBeliEVE .promomats_sp {
    padding-bottom: 0;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.titleLineBottom {
  margin: 0 auto;
  padding-bottom: 5px;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1D1F82;
  line-height: 1;
  text-align: center;
  display: table;
  z-index: 1;
}
@media (max-width: 767px) {
  .titleLineBottom {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.titleLineBottom > span {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #ECF0FE)) 0 100%/0 22px no-repeat;
  background: linear-gradient(transparent 40%, #ECF0FE 0) 0 100%/0 22px no-repeat;
  background-size: 100% 22px;
  display: inline;
}
@media (max-width: 767px) {
  .titleLineBottom > span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #ECF0FE)) 0 90%/0 20px no-repeat;
    background: linear-gradient(transparent 40%, #ECF0FE 0) 0 90%/0 20px no-repeat;
    background-size: 100% 20px;
  }
}
.titleLineBottom.white span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #fff)) 0 100%/0 22px no-repeat;
  background: linear-gradient(transparent 40%, #fff 0) 0 100%/0 22px no-repeat;
  background-size: 100% 22px;
}
@media (max-width: 767px) {
  .titleLineBottom.white span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #fff)) 0 90%/0 20px no-repeat;
    background: linear-gradient(transparent 40%, #fff 0) 0 90%/0 20px no-repeat;
    background-size: 100% 20px;
  }
}

.txtBoldBlue {
  font-weight: bold;
  color: #1D1F82;
}

/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
/* --------------------
 .kv
--------------------*/
.kv {
  padding-bottom: 29.4117647059%;
  height: auto;
  background: url("../img/kv_img.jpg") right bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 767px) {
  .kv {
    padding-bottom: 64%;
    background-image: url("../img/kv_img_sp.jpg");
  }
}
.kv .kvTitle {
  text-align: center;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .kv .kvTitle {
    top: 45%;
  }
}
.kv .kvTitle h1 {
  padding-top: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .kv .kvTitle h1 {
    font-size: 1.2rem;
  }
}
.kv .kvTitle span {
  display: block;
}
.kv .kvTitle span:nth-child(2) {
  margin-top: 15px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .kv .kvTitle span:nth-child(2) {
    margin-top: 7px;
    font-size: 2rem;
    white-space: nowrap;
  }
}

/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
/* --------------------
 .valueContent
--------------------*/
.valueContent {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .valueContent {
    padding-bottom: 60px;
  }
}

.valueContentMenu {
  margin-top: 64px;
  margin-bottom: 59px;
  text-align: center;
}
@media (max-width: 767px) {
  .valueContentMenu {
    margin-top: 48px;
    margin-bottom: 28px;
  }
}
.valueContentMenu h2 {
  font-size: 3rem;
  line-height: 1;
  color: #1D1F82;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .valueContentMenu h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.valueContentMenu .valueContentMenuDesc {
  margin-top: 17px;
  color: #1C1412;
}
.valueContentMenu ul {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .valueContentMenu ul {
    margin: 38px -11px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.valueContentMenu ul li {
  width: 19.8%;
}
.valueContentMenu ul li:nth-child(2) {
  margin: 0 24px;
}
@media (max-width: 767px) {
  .valueContentMenu ul li:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .valueContentMenu ul li {
    width: 50%;
    position: relative;
  }
  .valueContentMenu ul li:nth-child(3) {
    margin-top: -20px;
  }
  .valueContentMenu ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .valueContentMenu ul li a img {
    position: relative;
  }
  .valueContentMenu ul li:nth-child(1) a img {
    left: 3px;
  }
  .valueContentMenu ul li:nth-child(2) a img {
    right: 3px;
  }
}

.sec {
  padding: 73px 0 121px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec {
    padding-bottom: 119px;
  }
}
.sec:nth-child(2n) {
  background-color: #ECF0FE;
}
.sec:last-child {
  border-radius: 0 0 0 16px;
}

.secContent {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .secContent {
    padding: 0 10px;
  }
}
.secContent:before {
  content: "";
  width: 300px;
  height: 212px;
  position: absolute;
  top: -92px;
  right: 66px;
  background: url("../img/sec01_num.svg") center center no-repeat;
  background-size: auto 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .secContent:before {
    width: 200px;
    height: 148px;
    top: -82px;
    right: -20px;
  }
}
.secContent .secContentTitle {
  text-align: center;
  position: relative;
  z-index: 1;
}
.secContent .secContentTitle .icon {
  margin: 0 auto;
  width: 107px;
}
.secContent .secContentTitle h3 {
  margin-top: 29px;
  font-size: 1.6rem;
  line-height: 1;
  color: #1D2088;
  font-weight: bold;
}
@media (max-width: 767px) {
  .secContent .secContentTitle h3 {
    font-size: 1.4rem;
  }
}
.secContent .secContentTitle h3 span {
  display: block;
  letter-spacing: 0.12em;
}
.secContent .secContentTitle h3 span:nth-child(2) {
  margin-top: 16px;
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .secContent .secContentTitle h3 span:nth-child(2) {
    font-size: 3.2rem;
  }
}
.secContent small {
  margin-top: 6px;
  padding-left: 12px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  text-indent: -12px;
}
@media (max-width: 767px) {
  .secContent small {
    margin-top: 9px;
    line-height: 1.6666666667;
  }
}
.secContent sub {
  font-size: 65%;
  display: inline;
  vertical-align: baseline;
}

.sec01 .secContent:before {
  background-image: url("../img/sec01_num.svg");
}
@media (max-width: 767px) {
  .sec01 .secContentList .item:nth-child(1) ul {
    margin-top: 34px;
  }
}

@media (min-width: 768px) {
  .sec02 {
    padding-bottom: 103px;
  }
}
.sec02 .secContent:before {
  background-image: url("../img/sec02_num.svg");
  right: 56px;
}
@media (max-width: 767px) {
  .sec02 .secContent:before {
    top: -76px;
    right: -9px;
  }
}
.sec02 .secContentList .item + .item {
  margin-top: 57px;
}

.sec03 {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .sec03 {
    padding-bottom: 82px;
  }
}
.sec03 .secContent:before {
  background-image: url("../img/sec03_num.svg");
  right: 54px;
}
@media (max-width: 767px) {
  .sec03 .secContent:before {
    top: -86px;
    right: -21px;
  }
}
.sec03 .secContentTitle sub {
  left: -3px;
}
.sec03 sub {
  position: relative;
}
.secContentList {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .secContentList {
    margin-top: 60px;
  }
}
.secContentList .item + .item {
  margin-top: 78px;
}
@media (max-width: 767px) {
  .secContentList .item + .item {
    margin-top: 58px;
  }
}
.secContentList .item ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .secContentList .item ul {
    margin-top: 22px;
    display: block;
  }
}
.secContentList .item ul .desc {
  padding-top: 5px;
  width: 50%;
}
.secContentList .item ul .desc p {
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .secContentList .item ul .desc {
    margin: 0 auto;
    padding-top: 0;
    width: calc(100% - 20px);
  }
}
.secContentList .item ul .thumbnail {
  width: 44.0789473684%;
}
@media (max-width: 767px) {
  .secContentList .item ul .thumbnail {
    margin-top: 19px;
    width: 100%;
  }
}
.secContentList .secContentSubTitle {
  margin: 0 auto;
  padding-top: 56px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .secContentList .secContentSubTitle {
    padding-top: 46px;
  }
}
.secContentList .secContentSubTitle .line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 3px;
  border-radius: 40px;
  background-color: #1D2088;
  overflow: hidden;
}
.secContentList .secContentSubTitle .line:after {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 40px;
  background-color: #7E81DD;
  position: absolute;
  left: 0;
  top: 0;
}

.moreover {
  margin-top: 120px;
  padding: 38px 40px 39px;
  background-color: #ECF0FE;
  position: relative;
}
@media (max-width: 767px) {
  .moreover {
    margin-top: 89px;
    padding: 32px 30px 40px;
  }
}
.moreover:before {
  padding-top: 27px;
  content: "さらに";
  width: 160px;
  height: 160px;
  background-color: #ECF0FE;
  border-radius: 100%;
  text-align: center;
  color: #1D1F82;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .moreover:before {
    padding-top: 18px;
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
    top: -28px;
  }
}
.moreover p, .moreover small {
  margin: 0 auto;
  max-width: 623px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.moreover p {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .moreover p {
    padding-top: 27px;
    line-height: 1.6428571429;
  }
}
.moreover small {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .moreover small {
    padding-top: 9px;
  }
}
.moreover .titleLineBottom > span {
  letter-spacing: 0.04em;
}

.sec03Button {
  margin: 0 auto;
  margin-top: 98px;
  width: 100%;
  max-width: 542px;
  height: 137px;
  border-radius: 0 0 0 20px;
  background-color: #ECF0FE;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #1D1F82;
}
@media (max-width: 767px) {
  .sec03Button {
    margin-top: 79px;
    width: 100%;
    height: 168px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
    text-align: center;
  }
}
.sec03Button a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
  opacity: 1;
  color: #1D1F82;
}
@media (min-width: 768px) {
  .sec03Button a:hover {
    opacity: 0.7;
  }
}
.sec03Button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1D2088;
  position: absolute;
  right: 0;
  bottom: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .sec03Button:after {
    right: 2px;
    bottom: -7px;
  }
}