/*##### BaseTopWrap #####*/
.boxBaseTopWrap {
  height: 405px;
  margin-top: 74px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .boxBaseTopWrap {
    height: auto;
    margin-top: 0;
    background-size: 100% auto;
  }
}

.boxBaseTop {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .boxBaseTop {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 52%;
  }
}

.boxBaseTop .ttlBase01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
  height: 241px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .boxBaseTop .ttlBase01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    -ms-transform: none;
    top: 4em;
    width: 94%;
    height: auto;
    padding: 0 0 0.2em 0;
    text-align: center;
  }
}

.boxBaseTop .ttlBase01 .ttlEn {
  display: none;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
  color: #000;
}

.ttlBase01 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttlBase01 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
}

.ttlBase01 .ttlJa {
  max-width: 390px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-size: 1.0rem;
}

.boxBaseTop .ttlBase01 .ttlJa {
  display: block;
  max-width: none;
  text-align: left;
  line-height: 1.5;
  font-size: 2.85rem;
  font-weight: 700;
  color: #fff;
}

.ttlBase01 .ttlEn,
.ttlBase01 .ttlJa {
  display: inline-block;
  width: 100%;
  line-height: 1.0;
}

/***** boxBaseCom *****/
.boxBaseCom {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .boxBaseCom {
    margin-bottom: 7%;
    line-height: 1.8;
    letter-spacing: 0.11em;
    font-size: 0.9rem;
    font-size: 4.0vw;
  }
}

.boxBaseCom p {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .boxBaseCom p {
    margin-bottom: 14px;
  }
}

.boxBaseCom p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .boxBaseCom p:last-child {
    margin-bottom: 0;
  }
}
