/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_mv_ph div {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div {
    width: 100%;
  }
}
#wrap_mv_ph div div {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 400px;
  height: 160px;
  padding: 45px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div {
    width: 135px;
    height: 130px;
    right: auto;
    left: 30px;
    bottom: -30px;
    padding: 35px 30px;
    z-index: 500;
  }
}
#wrap_mv_ph div div p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div p {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div p span {
    display: none;
  }
}
#wrap_mv_ph div div h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div h2 {
    font-size: 1.0625rem;
  }
}
#wrap_mv_ph div div h2 strong {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div h2 strong {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 440px) {
  .wrap_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

#content00 {
  text-align: center;
}
#content00 h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  #content00 h2 {
    font-size: 1.0625rem;
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
#content00 p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content00 p {
    font-size: 0.75rem;
  }
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06 {
  width: 830px;
  background: #fff;
  border-radius: 10px;
  margin: 80px auto 0 auto;
  padding: 80px;
  display: flex;
  align-items: start;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #content01,
  #content02,
  #content03,
  #content04,
  #content05,
  #content06 {
    width: calc(100% - 60px);
    border: none;
    margin-top: 50px;
    padding: 80px 30px;
    flex-direction: column;
  }
}
#content01 > p,
#content02 > p,
#content03 > p,
#content04 > p,
#content05 > p,
#content06 > p {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #content01 > p,
  #content02 > p,
  #content03 > p,
  #content04 > p,
  #content05 > p,
  #content06 > p {
    font-size: 2.5rem;
  }
}
#content01 div,
#content02 div,
#content03 div,
#content04 div,
#content05 div,
#content06 div {
  width: 540px;
}
@media screen and (max-width: 440px) {
  #content01 div,
  #content02 div,
  #content03 div,
  #content04 div,
  #content05 div,
  #content06 div {
    width: 100%;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 440px) and (max-width: 440px) {
  #content01 div,
  #content02 div,
  #content03 div,
  #content04 div,
  #content05 div,
  #content06 div {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#content01 div h2,
#content02 div h2,
#content03 div h2,
#content04 div h2,
#content05 div h2,
#content06 div h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  #content01 div h2,
  #content02 div h2,
  #content03 div h2,
  #content04 div h2,
  #content05 div h2,
  #content06 div h2 {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 30px;
  }
}
#content01 div h2 span,
#content02 div h2 span,
#content03 div h2 span,
#content04 div h2 span,
#content05 div h2 span,
#content06 div h2 span {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 440px) {
  #content01 div h2 span,
  #content02 div h2 span,
  #content03 div h2 span,
  #content04 div h2 span,
  #content05 div h2 span,
  #content06 div h2 span {
    font-size: 0.5625rem;
    margin-bottom: 20px;
  }
}
#content01 div > p,
#content02 div > p,
#content03 div > p,
#content04 div > p,
#content05 div > p,
#content06 div > p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content01 div > p,
  #content02 div > p,
  #content03 div > p,
  #content04 div > p,
  #content05 div > p,
  #content06 div > p {
    font-size: 0.75rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#wrap_contents #wrap_contents_inner > div:nth-of-type(2) figure {
  margin-top: 30px;
}
#wrap_contents #wrap_contents_inner > div:nth-of-type(2) figure img {
  width: 100%;
  height: auto;
}

#content06 section:nth-last-of-type(1) {
  margin-bottom: 200px;
}

footer {
  margin-top: 0px;
}/*# sourceMappingURL=style.css.map */