@charset "UTF-8";
/*===========================================================
# 404
============================================================*/
.boxBase40401Wrap {
  padding: 4.5em 0 0 0;
}

@media screen and (max-width: 767px) {
  .boxBase40401Wrap {
    padding: 2.5em 0 0 0;
  }
}

.boxBase40401 .ttl01 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxBase40401 .ttl01 {
    font-size: 1.2rem;
  }
}

/*===================
========================================
# News (Archive)
============================================================*/
.boxNewsArch {
  margin-top: 3.5em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch {
    margin-top: 1.7em;
  }
}

.boxNewsArch .boxListOneIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListOneIn {
    display: block;
  }
}

.boxNewsArch .boxListOneIn .boxListImg {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListOneIn .boxListImg {
    width: 100%;
    margin-bottom: 1.0em;
    text-align: center;
  }
}

.boxNewsArch .boxListOneIn .boxListImg .boxImg {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.boxNewsArch .boxListOneIn .boxListImg .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxNewsArch .boxListTxt {
  width: calc(100% - 255px);
  padding-left: 2.3%;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxNewsArch .boxListTxt .ttlList {
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
  font-size: 1.38rem;
  font-weight: 700;
  color: #13463d;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .ttlList {
    margin-bottom: 0.8em;
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxNewsArch .boxListTxt .ttlList .ttlNum {
  margin-right: 1.0em;
  padding: 0.35em 0.76em 0.4em 0.76em;
  background-color: #13463d;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  color: #67918f;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .ttlList .ttlNum {
    margin-right: 1.0em;
    padding: 0.15em 0.5em 0.25em 0.5em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .ttlList .ttlStr {
  position: relative;
  top: 0.1em;
}

.boxNewsArch .boxListTxt .boxBaseCom {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .boxBaseCom {
    margin-bottom: 0.8em;
  }
}

.boxNewsArch .boxListTxt .boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .boxBaseCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .dlList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList {
    margin-bottom: 0.8em;
  }
  .boxNewsArch .boxListTxt .dlList:last-child {
    margin-bottom: 0;
  }
}

.boxNewsArch .boxListTxt .dlList > dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  min-height: 2.2em;
  padding-left: 1.6em;
  background-color: #d7d7d7;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList > dt {
    width: 20vw;
    padding-left: 0.7em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .dlList > dt::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1.55em;
  border: 1.1em transparent solid;
  border-left: 0.5em #d7d7d7 solid;
}

.boxNewsArch .boxListTxt .dlList > dd {
  width: calc(100% - 102px);
  padding-left: 1.4em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList > dd {
    width: calc(100% - 20vw);
    line-height: 1.7;
    font-size: 0.9rem;
  }
}

/*===========================================================
# News (Single)
============================================================*/
/*===========================================================
# Topページ
============================================================*/
/* top
------------------------------------------------------------*/
.boxIndexTopWrap {
  margin-top: 74px;
}

@media screen and (max-width: 767px) {
  .boxIndexTopWrap {
    margin-top: 0;
  }
}

.boxIndexTop {
  position: relative;
}

.boxIndexTop .img01 {
  width: 100%;
}

.boxIndexTop .img02 {
  position: absolute;
  top: 12%;
  left: 13.5%;
  width: 24%;
}

.boxIndexTop .boxTxt {
  position: absolute;
  top: 32%;
  left: 13.5%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexTop .boxTxt {
    top: 68.5%;
    left: 4.5%;
  }
}

.boxIndexTop .boxTxt p {
  margin-top: 4em;
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 2.7;
  /* 3 */
}

@media screen and (max-width: 767px) {
  .boxIndexTop .boxTxt p {
    font-size: 0.857rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

/* News
------------------------------------------------------------*/
.boxIndexNewsWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexNews {
  position: relative;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.boxIndexNewsLR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxIndexNewsL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.8%;
  background: #b7b7b7;
  color: #fff;
}

.boxIndexNewsL h2 {
  width: 100%;
  margin-right: 4em;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsL h2 {
    font-size: 0.6rem;
    padding-left: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexNewsL {
    width: 14.8%;
    background: #00348c;
  }
}

.boxIndexNewsR {
  width: 46%;
  padding: 1em 4em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR {
    width: 64%;
    padding: 0.7em 1em;
  }
}

.boxIndexNewsR dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxIndexNewsR dl:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR dl {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.boxIndexNewsR dl dt {
  margin-right: 1em;
  color: #8e8e8e;
}

.boxIndexNewsR dl dd {
  letter-spacing: .15em;
  font-weight: 600;
}

.boxIndexNewsR .noNews {
  padding: 1em 4em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR .noNews {
    padding: 0.7em 1em;
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.boxIndexNewsMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1em;
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore {
    margin-bottom: 0.7em;
  }
}

.boxIndexNewsMore a {
  position: relative;
}

.boxIndexNewsMore a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore a::after {
    border-width: 3.5px 0 3.5px 6.1px;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore a {
    font-size: 0.7rem;
  }
}

/* お問合せボタン */
#contactBtn {
  position: absolute;
  top: 0;
  right: 11%;
}

.boxBtnContact {
  text-align: right;
}

.boxBtnContact img {
  width: 14vw;
}

#contactBtn.fixed {
  position: fixed;
  padding: 0;
  z-index: 1000;
}

/* About
------------------------------------------------------------*/
.boxIndexAboutWrap {
  padding-top: 4.3em;
  padding-bottom: 3.3em;
  background: url(../images/index/index-About-bg01.jpg) no-repeat 26.5% center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexAboutWrap {
    padding-top: 1.8em;
    padding-bottom: 2.4em;
    background: none;
  }
}

.boxIndexAbout h2 {
  margin-bottom: 1em;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexAbout h2 {
    margin-bottom: 1.7em;
    font-size: 0.929rem;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}

.boxIndexAbout img {
  display: block;
  margin: 0 auto;
}

/* Business
------------------------------------------------------------*/
.boxIndexBusinessWrap {
  padding-top: 6.4em;
  padding-bottom: 8.5em;
  background: #e6f0e5;
}

@media screen and (max-width: 767px) {
  .boxIndexBusinessWrap {
    padding-top: 2.4em;
    padding-bottom: 1.4em;
  }
}

.boxIndexBusiness .p01 {
  color: #011b6a;
  font-size: 1.1429rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .p01 {
    font-size: 0.857rem;
    line-height: 1.5;
  }
}

.boxIndexBusiness .lead {
  margin-top: 1.5em;
  color: #011b6a;
  font-size: 2.143rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.boxIndexBusiness .emphasis {
  color: #1aa93a;
  font-size: 3rem;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .emphasis {
    font-size: 1.4rem;
  }
}

.boxIndexBusiness h2 {
  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;
  margin-top: 1.4em;
  margin-bottom: 1em;
  color: #011b6a;
  font-size: 3.247rem;
  font-weight: 600;
  letter-spacing: .13em;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness h2 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
}

.boxIndexBusiness h2 span {
  color: #ff8003;
  font-size: 6.927rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness h2 span {
    font-size: 3.2rem;
  }
}

.boxIndexBusiness .cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .cardUnit {
    display: block;
  }
}

.boxIndexBusiness .cardUnit a {
  width: 320px;
  max-width: 33%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .cardUnit a {
    width: 100%;
    max-width: none;
  }
}

.boxIndexBusiness .cardUnit a:hover .card {
  background-color: #086d00;
  border: 1px solid #086d00;
}

.boxIndexBusiness .cardUnit a:hover .card .p1 {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .p1::after {
  background: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .num {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .num::before {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card h3 {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .p2 {
  color: #fff;
}

.boxIndexBusiness .card {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  background-color: #d1e9d0;
  border: 1px solid #7db47a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5em;
    padding: 0 0.7em 0.6em;
    position: relative;
  }
  .boxIndexBusiness .card::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
    height: 22px;
    background: url(../images/common/arrow-right02.png) no-repeat center center/contain;
  }
}

.boxIndexBusiness .card::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 24px;
  background: url(../images/common/arrow-bottom.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .box01 {
    position: relative;
    width: 41%;
  }
  .boxIndexBusiness .card .box01::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: 46vw;
    background: url(../images_sp/index/sp-index-Bus-bg01.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .box02 {
    position: relative;
    width: 58%;
  }
}

.boxIndexBusiness .card .p1 {
  padding-bottom: 1em;
  text-align: center;
  color: #057000;
  font-size: 1.1429rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p1 {
    padding-top: 1.7em;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
  }
}

.boxIndexBusiness .card .p1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  height: 1px;
  background: #057000;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p1::after {
    width: 69%;
    height: 2px;
    background: #fff;
  }
}

.boxIndexBusiness .card .num {
  display: block;
  margin-top: 0.2em;
  text-align: center;
  color: #ff8003;
  font-size: 5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .num {
    padding-top: 0.5em;
    font-size: 2.5rem;
    color: #fff;
  }
}

.boxIndexBusiness .card .num::before {
  content: "support";
  position: absolute;
  top: 50%;
  left: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #011b6a;
  font-size: 1.1429rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .num::before {
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.8rem;
    letter-spacing: 0;
    color: #fff;
  }
}

.boxIndexBusiness .card h3 {
  margin-top: 0.7em;
  margin-bottom: 0.8em;
  text-align: center;
  color: #011b6a;
  font-size: 2.143rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card h3 {
    margin-top: 0.85em;
    margin-bottom: 0.4em;
    font-size: 1.6rem;
    color: #057000;
  }
}

.boxIndexBusiness .card .p2 {
  padding: 0 2em;
  color: #000000;
  font-size: 1.1429rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p2 {
    padding: 0;
    text-align: center;
    font-size: 0.85rem;
  }
}

/* Subsidy
------------------------------------------------------------*/
.boxIndexSubsidyWrap {
  background: url(../images/index/index-subsidy-bg01.jpg) no-repeat center center/cover;
}

.boxIndexSubsidy {
  padding-top: 8.5em;
  padding-bottom: 7em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy {
    padding-top: 3em;
    padding-bottom: 2.3em;
  }
}

.boxIndexSubsidy h2,
.boxIndexSubsidy h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.boxIndexSubsidy h2 {
  font-size: 2.857rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy h2 {
    font-size: 2.1rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
  }
}

.boxIndexSubsidy h3 {
  margin-top: 1.5em;
  font-size: 1.4375rem;
  letter-spacing: 0.35em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy h3 {
    margin-top: 0.7em;
    font-size: 1rem;
    letter-spacing: 0.24em;
  }
}

.boxIndexSubsidy .cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .cardUnit {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 2.6em;
  }
}

.boxIndexSubsidy .card {
  width: 644px;
  min-width: 45%;
  padding: 3em 4.5em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card {
    width: 100%;
    min-width: none;
    padding: 1.2em 2em;
  }
}

.boxIndexSubsidy .card h4 {
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .2em;
  color: #011b6a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card h4 {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}

.boxIndexSubsidy .card h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -63px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 12px;
  background: url(../images/common/deco-ttl01.png) no-repeat center center/contain;
}

.boxIndexSubsidy .card h4 .emphasis {
  color: #057000;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card h4 .emphasis {
    font-size: 1.1rem;
  }
}

.boxIndexSubsidy .card01 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 {
    margin-bottom: 2.4em;
  }
}

.boxIndexSubsidy .card01 .cont01,
.boxIndexSubsidy .card01 .cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01,
  .boxIndexSubsidy .card01 .cont02 {
    display: block;
  }
}

.boxIndexSubsidy .card01 .cont01 .boxTxt01,
.boxIndexSubsidy .card01 .cont02 .boxTxt01 {
  width: 295px;
  padding: 1.5em 0;
  text-align: center;
  background-color: #057000;
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 .boxTxt01,
  .boxIndexSubsidy .card01 .cont02 .boxTxt01 {
    width: 100%;
    padding: 0.6em 0;
    font-size: 0.85rem;
  }
}

.boxIndexSubsidy .card01 .cont01 img,
.boxIndexSubsidy .card01 .cont02 img {
  width: 24px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 img,
  .boxIndexSubsidy .card01 .cont02 img {
    width: 26px;
    height: 24px;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxIndexSubsidy .card01 .cont01 .boxTxt02,
.boxIndexSubsidy .card01 .cont02 .boxTxt02 {
  width: 160px;
  text-align: center;
  color: #057000;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 .boxTxt02,
  .boxIndexSubsidy .card01 .cont02 .boxTxt02 {
    width: 100%;
    margin-top: 0.4em;
    font-size: 1.4rem;
  }
}

.boxIndexSubsidy .card01 .cont01 {
  margin-top: 2.2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 {
    margin-top: 1em;
    margin-bottom: 2.2em;
  }
}

.boxIndexSubsidy .card01 .cont02 .boxTxt01 span {
  font-size: 1.143rem;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont02 .boxTxt01 span {
    font-size: 0.7rem;
  }
}

.boxIndexSubsidy .card01 .cont02 .boxTxt02 {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont02 .boxTxt02 {
    font-size: 1.2rem;
  }
}

.boxIndexSubsidy .card02 {
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 {
    padding-bottom: 1.6em;
  }
}

.boxIndexSubsidy .card02 h4 {
  letter-spacing: .17em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 h4 {
    letter-spacing: .1em;
  }
}

.boxIndexSubsidy .card02 .box01 {
  margin-top: 3.6em;
  margin-left: 2.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 .box01 {
    margin-top: 1.7em;
    margin-left: 1.6em;
  }
}

.boxIndexSubsidy .card02 ol li {
  list-style-type: decimal;
  font-size: 1.286rem;
  font-weight: 600;
  color: #011b6a;
  line-height: 2;
}

.boxIndexSubsidy .card02 ol li .emphasis {
  color: #057000;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 ol li {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

.boxIndexSubsidy .p01 {
  margin-top: 2.6em;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .p01 {
    margin-top: 1.8em;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

/* Company
------------------------------------------------------------*/
.boxIndexCompanyWrap {
  background-color: #f2f2f6;
}

.boxIndexCompany {
  padding-top: 8.4em;
  padding-bottom: 8.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany {
    padding-top: 3.3em;
    padding-bottom: 2.7em;
    letter-spacing: 0.1em;
  }
}

.boxIndexCompany .p01 {
  margin-top: 5.4em;
  text-align: center;
  color: #011b6a;
  font-size: 1.1428rem;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany .p01 {
    margin-top: 2.5em;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.boxIndexCompany .p02 {
  margin-top: 1em;
  text-align: center;
  color: #011b6a;
  font-size: 1.429rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany .p02 {
    margin-top: 1.7em;
    font-size: 0.86rem;
    line-height: 1.6;
  }
}

.boxIndexCompanyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.7em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfo {
    display: block;
    margin-top: 2.8em;
  }
}

.boxIndexCompanyInfoL {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
  }
}

.boxIndexCompanyInfoL dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #011b6a;
  font-size: 1.1428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl {
    font-size: 0.85rem;
    line-height: 1.1;
  }
}

.boxIndexCompanyInfoL dl:last-of-type dt,
.boxIndexCompanyInfoL dl:last-of-type dd {
  border-bottom: 1px solid #d2d5e3;
  line-height: 1.4;
}

.boxIndexCompanyInfoL dl dt {
  width: 137px;
  margin-right: 1.8em;
  padding-left: 3px;
  padding: 1em 0;
  border-top: 1px solid #d2d5e3;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl dt {
    width: 30%;
    margin-right: 0.8em;
    padding: 0.6em 0;
    letter-spacing: 0;
  }
}

.boxIndexCompanyInfoL dl dd {
  width: calc(100% - 137px);
  padding: 1em 0;
  border-top: 1px solid #d2d5e3;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl dd {
    padding: 0.6em 0;
    letter-spacing: 0;
  }
}

.boxIndexCompanyInfoR {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoR {
    width: 100%;
  }
}

.boxIndexCompanyInfoR .boxMap {
  position: relative;
  padding-top: 57.9%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoR .boxMap {
    padding-top: 45.9%;
  }
}

.boxIndexCompanyInfoR .boxMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact
------------------------------------------------------------*/
.boxIndexContactWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexContactWrap {
    margin-top: 2.5em;
    padding-top: 2.5em;
  }
}

.boxIndexContact {
  margin-top: 8.5em;
  margin-bottom: 8.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexContact {
    margin-top: 0;
  }
}

.boxIndexContact p {
  margin-top: 3.1em;
  text-align: center;
  font-size: 1.1428rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .boxIndexContact p {
    margin-top: 1.5em;
    font-size: 0.85em;
    line-height: 1.4;
  }
}

/* Ev Charge RE100 共通
------------------------------------------------------------*/
.boxIndexEv .boxMv .box01,
.boxIndexCharge .boxMv .box01,
.boxIndexRe .boxMv .box01 {
  padding-top: 3.5em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01,
  .boxIndexCharge .boxMv .box01,
  .boxIndexRe .boxMv .box01 {
    padding-top: 20.2em;
    padding-bottom: 2.5em;
  }
}

.boxIndexEv .boxMv .box01 .lead,
.boxIndexCharge .boxMv .box01 .lead,
.boxIndexRe .boxMv .box01 .lead {
  padding-bottom: 1.8em;
  font-size: 1.143rem;
  font-weight: 600;
  letter-spacing: .02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .lead,
  .boxIndexCharge .boxMv .box01 .lead,
  .boxIndexRe .boxMv .box01 .lead {
    padding-bottom: 1em;
    font-size: 0.857rem;
    text-align: center;
  }
}

.boxIndexEv .boxMv .box01 .lead::after,
.boxIndexCharge .boxMv .box01 .lead::after,
.boxIndexRe .boxMv .box01 .lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .lead::after,
  .boxIndexCharge .boxMv .box01 .lead::after,
  .boxIndexRe .boxMv .box01 .lead::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.boxIndexEv .boxMv .box01 .ttl,
.boxIndexCharge .boxMv .box01 .ttl,
.boxIndexRe .boxMv .box01 .ttl {
  margin-top: 0.8em;
  margin-bottom: 0.6em;
  padding-left: 6px;
  font-size: 2.7rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .ttl,
  .boxIndexCharge .boxMv .box01 .ttl,
  .boxIndexRe .boxMv .box01 .ttl {
    margin-bottom: 0.7em;
    text-align: center;
    font-size: 1.7rem;
  }
}

.boxIndexEv .boxMv .box01 .txt,
.boxIndexCharge .boxMv .box01 .txt,
.boxIndexRe .boxMv .box01 .txt {
  padding-left: 6px;
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .txt,
  .boxIndexCharge .boxMv .box01 .txt,
  .boxIndexRe .boxMv .box01 .txt {
    text-align: center;
    font-size: 0.857rem;
    line-height: 1.4;
  }
}

.boxIndexEv .boxMv .box01 .txt02,
.boxIndexCharge .boxMv .box01 .txt02,
.boxIndexRe .boxMv .box01 .txt02 {
  margin-top: 3.4em;
  margin-bottom: 1.3em;
  font-size: 1.286rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .txt02,
  .boxIndexCharge .boxMv .box01 .txt02,
  .boxIndexRe .boxMv .box01 .txt02 {
    margin-top: 2em;
    text-align: center;
    font-size: 0.857rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .boxBtn,
  .boxIndexCharge .boxMv .box01 .boxBtn {
    text-align: center;
  }
}

.boxIndexEv .boxMv .box02,
.boxIndexCharge .boxMv .box02 {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
}

.boxIndexEvCont .boxList,
.boxIndexChargeCont .boxList,
.boxIndexRvCont .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList,
  .boxIndexChargeCont .boxList,
  .boxIndexRvCont .boxList {
    display: block;
    position: relative;
  }
  .boxIndexEvCont .boxList::after,
  .boxIndexChargeCont .boxList::after,
  .boxIndexRvCont .boxList::after {
    content: "";
    position: absolute;
    top: -14%;
    left: 0;
    width: 100%;
    height: 36vw;
    background: url(../images_sp/index/sp-index-boxlist-bg01.png) no-repeat center center/cover;
    z-index: -2;
  }
}

.boxIndexEvCont .boxList .boxListL,
.boxIndexChargeCont .boxList .boxListL,
.boxIndexRvCont .boxList .boxListL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33%;
  margin-right: 5.3%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListL,
  .boxIndexChargeCont .boxList .boxListL,
  .boxIndexRvCont .boxList .boxListL {
    width: 40%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListL,
  .boxIndexChargeCont .boxList .boxListL,
  .boxIndexRvCont .boxList .boxListL {
    display: block;
    width: 100%;
  }
}

.boxIndexEvCont .boxList .boxListNum,
.boxIndexChargeCont .boxList .boxListNum,
.boxIndexRvCont .boxList .boxListNum {
  width: 148px;
  margin-right: 1.5em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListNum,
  .boxIndexChargeCont .boxList .boxListNum,
  .boxIndexRvCont .boxList .boxListNum {
    width: 100%;
    text-align: left;
  }
}

.boxIndexEvCont .boxList .boxListTxt,
.boxIndexChargeCont .boxList .boxListTxt,
.boxIndexRvCont .boxList .boxListTxt {
  width: calc(100% - 148px);
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt,
  .boxIndexChargeCont .boxList .boxListTxt,
  .boxIndexRvCont .boxList .boxListTxt {
    width: 100%;
  }
}

.boxIndexEvCont .boxList .boxListR,
.boxIndexChargeCont .boxList .boxListR,
.boxIndexRvCont .boxList .boxListR {
  width: 52.2%;
  background: #efefef;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListR,
  .boxIndexChargeCont .boxList .boxListR,
  .boxIndexRvCont .boxList .boxListR {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListR,
  .boxIndexChargeCont .boxList .boxListR,
  .boxIndexRvCont .boxList .boxListR {
    width: 100%;
    margin-top: 1.8em;
  }
}

.boxIndexEvCont .boxList .boxListCont,
.boxIndexChargeCont .boxList .boxListCont,
.boxIndexRvCont .boxList .boxListCont {
  width: 100%;
}

.boxIndexEvCont .boxList .boxListNum span,
.boxIndexChargeCont .boxList .boxListNum span,
.boxIndexRvCont .boxList .boxListNum span {
  display: block;
  padding-right: 0.9em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #011b6a;
  text-align: right;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListNum span,
  .boxIndexChargeCont .boxList .boxListNum span,
  .boxIndexRvCont .boxList .boxListNum span {
    display: inline-block;
    font-size: 0.7rem;
    padding-left: 1.7em;
    padding-right: 0;
  }
}

.boxIndexEvCont .boxList .boxListTxt h4,
.boxIndexChargeCont .boxList .boxListTxt h4,
.boxIndexRvCont .boxList .boxListTxt h4 {
  margin-top: 0.2em;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .01em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt h4,
  .boxIndexChargeCont .boxList .boxListTxt h4,
  .boxIndexRvCont .boxList .boxListTxt h4 {
    width: 83%;
    margin-top: 0.6em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.65rem;
  }
}

.boxIndexEvCont .boxList .boxListTxt .p01,
.boxIndexChargeCont .boxList .boxListTxt .p01,
.boxIndexRvCont .boxList .boxListTxt .p01 {
  margin-top: 1.5em;
  margin-left: 4px;
  color: #252525;
  font-size: 1.786rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListTxt .p01,
  .boxIndexChargeCont .boxList .boxListTxt .p01,
  .boxIndexRvCont .boxList .boxListTxt .p01 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt .p01,
  .boxIndexChargeCont .boxList .boxListTxt .p01,
  .boxIndexRvCont .boxList .boxListTxt .p01 {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    margin-top: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.boxIndexEvCont .boxList .boxListTxt .p02,
.boxIndexChargeCont .boxList .boxListTxt .p02,
.boxIndexRvCont .boxList .boxListTxt .p02 {
  margin-top: 1.6em;
  color: #252525;
  font-size: 1.143rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt .p02,
  .boxIndexChargeCont .boxList .boxListTxt .p02,
  .boxIndexRvCont .boxList .boxListTxt .p02 {
    width: 83%;
    margin-top: 0.3em;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
}

/* Ev
------------------------------------------------------------*/
.boxIndexEvWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexEvWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexEv .boxMv {
  width: 100%;
  height: 551px;
  background: url(../images/index/index-Ev-img01.jpg) no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Ev-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexEvCont {
  padding-top: 4.5em;
  padding-bottom: 12.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont {
    padding-top: 0.6em;
    padding-bottom: 4.2em;
  }
}

.boxIndexEvCont h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}

.boxIndexEvCont h3 .emphasis {
  color: #1aa93a;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .emphasis {
    font-size: 2.2rem;
  }
}

.boxIndexEvCont h3 .fukidashi {
  position: relative;
  margin: 0 10px;
  color: #fff;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .fukidashi {
    font-size: 2.2rem;
  }
}

.boxIndexEvCont h3 .fukidashi::before {
  content: "";
  position: absolute;
  top: -16%;
  left: -13%;
  width: 81px;
  height: 92px;
  background: url(../images/common/fukidashi.png) no-repeat center center/contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .fukidashi::before {
    top: -16%;
    left: -13%;
    width: 1.7em;
    height: 1.9em;
  }
}

.boxIndexEvCont .boxList01 {
  margin-top: 6.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 {
    margin-top: 2.3em;
  }
}

.boxIndexEvCont .boxList01 .box01 .span01,
.boxIndexEvCont .boxList01 .box01 .span02,
.boxIndexEvCont .boxList01 .box01 .span03 {
  display: block;
  color: #011b6a;
}

.boxIndexEvCont .boxList01 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  background-color: #dceec5;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01 {
    margin-top: 1.8em;
  }
}

.boxIndexEvCont .boxList01 .box01L {
  width: 50%;
  padding-top: 2.2em;
  padding-bottom: 1.7em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L {
    padding-top: 1.1em;
    padding-bottom: 1.2em;
  }
}

.boxIndexEvCont .boxList01 .box01L .span01 {
  font-size: 1.143rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span01 {
    font-size: 1.05rem;
  }
}

.boxIndexEvCont .boxList01 .box01L .span02 {
  margin-top: 0.6em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span02 {
    margin-top: 0.4em;
    font-size: 1.7rem;
    line-height: 1.1;
  }
}

.boxIndexEvCont .boxList01 .box01L .span03 {
  margin-top: 0.6em;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span03 {
    margin-top: 1em;
    font-size: 0.6rem;
  }
}

.boxIndexEvCont .boxList01 .box01R {
  width: 50%;
  padding-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R {
    padding-top: 1.2em;
  }
}

.boxIndexEvCont .boxList01 .box01R .span01 {
  display: block;
  color: #011b6a;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R .span01 {
    font-size: 0.8rem;
  }
}

.boxIndexEvCont .boxList01 .box01R .span02,
.boxIndexEvCont .boxList01 .box01R .span03 {
  margin-left: 0.8em;
  margin-right: 1.5em;
  padding: 0.5em 0;
  background-color: #011b6a;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R .span02,
  .boxIndexEvCont .boxList01 .box01R .span03 {
    margin-left: 0.5em;
    font-size: 0.68rem;
  }
}

.boxIndexEvCont .boxList01 .box01R .span02 {
  margin-top: 1em;
}

.boxIndexEvCont .boxList01 .box01R .span03 {
  margin-top: 0.6em;
}

.boxIndexEvCont .boxList01 .boxListR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}

.boxIndexEvCont .boxList01 .boxListCont {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont {
    padding-bottom: 6em;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont .box01Wrap {
    position: absolute;
    bottom: -4.4em;
    left: 50%;
    width: 84%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.boxIndexEvCont .boxList01 .boxListCont img {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont img {
    margin-top: 1.3em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.boxIndexEvCont .boxList02 {
  margin-top: 8.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 {
    margin-top: 6.8em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02.boxList::after {
    top: -3.5%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02.boxList .boxListR {
    background: transparent;
    position: relative;
  }
  .boxIndexEvCont .boxList02.boxList .boxListR::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 69%;
    background: #f1efed;
    z-index: -1;
  }
}

.boxIndexEvCont .boxList02 .boxListTxt h4 {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListTxt h4 {
    line-height: 1.2;
  }
}

.boxIndexEvCont .boxList02 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 3em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListCont {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListCont {
    display: block;
    padding-top: 1.4em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.boxIndexEvCont .boxList02 .boxListContL {
  width: 46%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap {
    display: block;
    margin-left: 0;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 {
    width: 50%;
    margin-top: 0;
    text-align: center;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 img {
  width: 30.2%;
  margin-right: 2.4em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 img {
    margin-right: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 img {
    margin-right: 0;
    width: 53%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box02 {
  margin-top: 4.6em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 {
    margin-top: 0;
    width: 50%;
    text-align: center;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box02 img {
  margin-right: 3.1em;
  width: 30.2%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 img {
    margin-right: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 img {
    margin-right: 0;
    width: 53%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap p {
  color: #011b6a;
  font-size: 1.286rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap p {
    font-size: 0.85rem;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap p span {
  color: #252525;
  font-size: 1.143rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap p span {
    font-size: 0.7rem;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 p {
  margin-top: 1.5em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 p {
    margin-top: 0.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 p {
    margin-top: 1em;
  }
}

.boxIndexEvCont .boxList02 .boxListContR {
  width: 54%;
  background-color: #ccdd9f;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContR {
    width: 57%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR {
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR img {
    width: 90%;
  }
}

.boxIndexEvCont .boxList02 .boxListContR p {
  margin: 1.6em 1.6em 2.8em 1.6em;
  padding: 1.1em 0em;
  border: 1px solid #b4d26c;
  background-color: #fff;
  color: #011b6a;
  text-align: center;
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContR p {
    margin: 1.6em 1em 2.8em 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR p {
    margin: 0 1em 1.8em;
    padding: 0.6em 0.4em;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

.boxIndexEvCont .boxList03 {
  margin-top: 10.5em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 {
    margin-top: 0.7em;
  }
}

.boxIndexEvCont .boxList03.boxList {
  display: block;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03.boxList::after {
    top: -5%;
  }
}

.boxIndexEvCont .boxList03.boxList .boxListL {
  width: 100%;
}

.boxIndexEvCont .boxList03 h4 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 h4 {
    line-height: 1.2;
  }
}

.boxIndexEvCont .boxList03 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont {
    display: block;
    margin-top: 1em;
  }
}

.boxIndexEvCont .boxList03 .boxListCont ul li {
  padding-left: 1em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: bold;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: .1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont ul li {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
  }
}

.boxIndexEvCont .boxList03 .boxListCont ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont ul li::before {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.boxIndexEvCont .boxList03 .boxListContL {
  width: 42%;
  margin-right: 6em;
  padding-left: 5em;
  padding-right: 4em;
  padding-bottom: 2.4em;
  background-color: #f1efed;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContL {
    width: 100%;
    margin-bottom: 1.8em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexEvCont .boxList03 .boxListContL .boxImg {
  margin-top: 1.5em;
  text-align: center;
}

.boxIndexEvCont .boxList03 h5 {
  display: inline-block;
  margin-bottom: 1.1em;
  padding: 0.8em 1.8em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 h5 {
    margin-bottom: 0.7em;
    font-size: 0.85rem;
  }
}

.boxIndexEvCont .boxList03 .boxListContR {
  width: 42%;
  padding-left: 5em;
  padding-right: 4em;
  padding-bottom: 2.4em;
  background-color: #f1efed;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContR {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexEvCont .boxList03 .boxListContR .boxImg {
  margin-top: 5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContR .boxImg {
    margin-top: 0;
  }
}

.boxIndexEvCont .boxList03 .boxListContR .boxImg img {
  margin: 0 auto;
}

/* Charge
------------------------------------------------------------*/
.boxIndexChargeWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexCharge .boxMv {
  width: 100%;
  height: 550px;
  background: url(../images/index/index-Charge-img01.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Charge-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexCharge .boxMv .box01 {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge .boxMv .box01 {
    padding-top: 12.4em;
    padding-bottom: 1em;
  }
}

.boxIndexCharge .boxMv .box01 .txt02 {
  margin-top: 2.4em;
}

.boxIndexChargeCont {
  position: relative;
}

.boxIndexChargeCont .boxList01 {
  margin-top: 9em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 {
    margin-top: 3.8em;
  }
  .boxIndexChargeCont .boxList01.boxList::after {
    top: -7%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListTxt .p01 {
    font-size: 0.9em;
  }
}

.boxIndexChargeCont .boxList01 .box01 {
  margin-top: 3em;
  border: 1px solid #25294b;
}

.boxIndexChargeCont .boxList01 .boxListTxt .p1 {
  padding: 0.5em 1em;
  background-color: #021960;
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
}

.boxIndexChargeCont .boxList01 .boxListTxt .boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-left: 1.5em;
}

.boxIndexChargeCont .boxList01 .boxListTxt ul li {
  font-size: 1.149rem;
  font-weight: 600;
  line-height: 1.5;
}

.boxIndexChargeCont .boxList01 .boxListTxt .p2 {
  margin-top: 2em;
  margin-bottom: 1.4em;
  padding-left: 1em;
  color: #252525;
  font-size: 1.071rem;
}

.boxIndexChargeCont .boxList01 .boxListTxt img {
  width: 76px;
  height: 76px;
  margin-top: 3%;
  margin-left: 8%;
}

.boxIndexChargeCont .boxList01 .boxListCont {
  padding-left: 3.4em;
  padding-right: 3em;
  padding-bottom: 2.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .p1 {
  margin-top: 1em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .p1 {
    font-size: 0.85rem;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItemWrap {
    display: block;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem {
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .boxTxt {
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem img {
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .boxTxt {
    width: 50%;
    text-align: left;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem .p1 {
  margin-top: 1.4em;
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem .p2 {
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 70%;
  font-size: 1.149rem;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .p2 {
    font-size: 0.85rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem01 img,
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem03 img {
    padding: 0 12px;
  }
}

.boxIndexChargeCont .boxList01 h5 {
  display: inline-block;
  padding: 0.8em 1em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 h5 {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .box02 {
    margin-top: 2em;
    border: 1px solid #1c2b55;
  }
  .boxIndexChargeCont .boxList01 .box02 .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
  .boxIndexChargeCont .boxList01 .box02 .boxWrap img {
    width: 75px;
    height: 75px;
  }
  .boxIndexChargeCont .boxList01 .box02 .p1 {
    background: #011b6a;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5em;
  }
  .boxIndexChargeCont .boxList01 .box02 ul li {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .boxIndexChargeCont .boxList01 .box02 .p2 {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 1em;
  }
}

.boxIndexChargeCont .boxList02 {
  display: block;
  margin-top: 11.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList02 {
    margin-top: 3.8em;
  }
}

.boxIndexCharge img.bg {
  margin-top: -150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge img.bg {
    margin-top: 14px;
  }
}

/* Re100
------------------------------------------------------------*/
.boxIndexReWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexReWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexRe .boxMv {
  width: 100%;
  height: 550px;
  background: url(../images/index/index-Re-img01.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Re-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexRe .boxMv .box01 {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv .box01 {
    padding-top: 12em;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv .box01 .txt {
    font-size: 0.657rem;
    line-height: 1.6;
  }
}

.boxIndexRe .boxMv .box01 .txt:not(:last-child) {
  margin-bottom: 2em;
}

.boxIndexRvCont {
  padding-top: 5.4em;
  padding-bottom: 6.7em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont {
    padding-top: 3em;
    padding-bottom: 0.7em;
  }
}

.boxIndexRvCont h3 {
  text-align: center;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.boxIndexRvCont h3 .emphasis {
  font-size: 3rem;
  color: #057000;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont h3 .emphasis {
    font-size: 1.4rem;
  }
}

.boxIndexRvCont .boxList01 {
  margin-top: 7.5em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 {
    margin-top: 3.9em;
  }
  .boxIndexRvCont .boxList01.boxList::after {
    top: -6%;
  }
}

.boxIndexRvCont .boxList01 .boxListTxt h4 {
  margin-top: 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 .boxListTxt h4 {
    margin-top: 0.5em;
  }
}

.boxIndexRvCont .boxList01 .boxListTxt .p01 {
  margin-top: 0.9em;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.boxIndexRvCont .boxList01 .boxListCont p {
  margin-top: 1.5em;
  margin-bottom: 1.8em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 .boxListCont p {
    font-size: 0.85rem;
  }
}

.boxIndexRvCont .boxList01 .boxListCont img {
  margin-left: 6px;
}

.boxIndexRvCont .boxList .boxListCont {
  padding-left: 3.4em;
  padding-right: 3em;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexRvCont .boxList h5 {
  display: inline-block;
  padding: 0.8em 1em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList h5 {
    font-size: 0.85rem;
  }
}

.boxIndexRvCont .boxList02 {
  margin-top: 6.8em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02.boxList::after {
    top: -4%;
  }
}

.boxIndexRvCont .boxList02 .boxListTxt h4 {
  margin-top: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListTxt h4 {
    margin-top: 0.5em;
  }
}

.boxIndexRvCont .boxList02 .boxListTxt .p01 {
  margin-top: 1.2em;
  line-height: 0.7;
  letter-spacing: 0.12em;
}

.boxIndexRvCont .boxList02 .boxListTxt .p02 {
  margin-top: 2em;
  line-height: 1.56;
}

.boxIndexRvCont .boxList02 .boxListCont {
  padding-bottom: 2em;
}

.boxIndexRvCont .boxList02 .boxListCont .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 {
    display: block;
    margin-top: 1em;
  }
}

.boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
  width: 65%;
  margin-top: 12px;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
    width: 100%;
  }
}

.boxIndexRvCont .boxList02 .boxListCont p {
  width: 35%;
  margin-top: 0;
  color: #011b6a;
  font-size: 1.214rem;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont p {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont p {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 0.85em;
    text-align: center;
  }
}

.boxIndexRvCont .boxList02 .boxListCont p .emphasis {
  color: #057000;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont p .emphasis {
    font-size: 1.1em;
  }
}

.boxIndexRvCont .boxList02 .boxListCont .boxImg {
  padding-top: 56.17%;
  position: relative;
}

.boxIndexRvCont .boxList02 .boxListCont .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxIndexRvCont .boxList03 {
  margin-top: 7em;
}

.boxIndexRvCont .boxList03 h4 {
  letter-spacing: 0.07em;
}

.boxIndexRvCont .boxList03 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .boxListCont {
    display: block;
  }
}

.boxIndexRvCont .boxList03 .box {
  width: 32%;
  background-color: #efefef;
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .box {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxIndexRvCont .boxList03 .box .boxTtl {
  text-align: center;
}

.boxIndexRvCont .boxList03 .box h5 {
  width: 89%;
}

.boxIndexRvCont .boxList03 .box p {
  padding: 2em 1.95em;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .box p {
    padding: 1em 1.95em;
    font-size: 0.85rem;
  }
}


.boxIndexCompanyInfoL .sns div {
	
}
.boxIndexCompanyInfoL .sns div span {
	display: block;
}
.boxIndexCompanyInfoL .sns div span:nth-of-type(1) {
	background: url("../images/common/icn-instagram.png") no-repeat left center;
	background-size: 23px;
	padding: 7px 0 5px 30px;
}
.boxIndexSlide .item .btnLp01 {
	position: absolute;
	right: 12%;
	bottom: 80px;
	z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	.boxIndexSlide .item .btnLp01 {
		width: 30vw;
	}
}
@media screen and (max-width: 767px) {
	.boxIndexSlide .item .btnLp01 {
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
	}
}
.boxPageContents {
	padding: 120px 0;
}
.boxThanks01 p {
	font-size: 1.14rem;
	text-align: center;
	line-height: 1.8;
}
.boxThanks01 .tel {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 3em;
}

/** TOPページインスタ設置 **/
.boxIndexInstaWrap {
	 background-image: linear-gradient(90deg, rgba(145, 225, 188, 1), rgba(169, 234, 160, 1) 17%, rgba(200, 237, 221, 1) 37%, rgba(206, 243, 221, 1) 59%, rgba(163, 225, 215, 1) 80%, rgba(102, 167, 214, 1));
	padding: 32px 0;
}
.boxInstaNewsLR {
	display: -webkit-flex;
    display: flex;
}
.boxInstaNewsL {
	text-align: center;
}
.boxInstaNewsL h2 img {
	display: block;
} 
.boxInstaNewsL h2 {
	background: url(../images/index/ico-insta.png) no-repeat center top;
	font-size:1.4rem;
	font-weight: bold;
	color:#fff;
	padding-top:60px;
	margin-bottom:10px;
}
.boxInstaNewsL p {
	color:#fff;
	font-weight: bold;
	margin-bottom:10px;
}
.boxInstaNewsL a {
	display: inline-block;
	width:155px;
	color:#fff;
	background: #001935;
	padding:8px;
	border-radius: 50em;
	position:relative;
}
.boxInstaNewsL a:after {
	content:"";
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	position:absolute;
	right:13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);	
}
.boxInstaNewsR {
	margin:0 130px 0 50px;
}

@media screen and (max-width: 767px) {
	.boxIndexInstaWrap {
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 0) 50%),linear-gradient(90deg, rgba(170, 233, 198, 1), rgba(100, 165, 211, 1));
	}
	.boxInstaNewsLR {
		display: block;
	}
	.boxInstaNewsR {
		margin:20px 0 0;
	}
	.tit_wrap {
		width: 250px;
    	margin: 0 auto 12px;
		display: -webkit-flex;
    	display: flex;
		border-bottom:solid 1px #fff;
		padding-bottom:12px;
	}
	.tit_wrap .box_img {
		width:70px;
		text-align: left;
	}
	.tit_wrap h2 {
		background: none;
		padding:0;
		margin-bottom: 10px;
	}
	.boxInstaNewsL a {
		padding: 5px 0 6px;
	}
	
}
