/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_mv_ph {
  position: relative;
}
#wrap_mv_ph 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 {
    width: 135px;
    height: 130px;
    right: auto;
    left: 30px;
    bottom: -30px;
    padding: 35px 30px;
    z-index: 500;
  }
}
#wrap_mv_ph div p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div p {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div p span {
    display: none;
  }
}
#wrap_mv_ph 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 h2 {
    font-size: 1.0625rem;
  }
}
#wrap_mv_ph div h2 strong {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph 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: 2rem;
  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 {
  width: 710px;
  border-top: 1px solid #000;
  margin: 80px auto 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 440px) {
  #content01,
  #content02,
  #content03,
  #content04 {
    width: 100%;
    border: none;
    margin-top: 50px;
    padding: 0;
  }
}
#content01 div,
#content02 div,
#content03 div,
#content04 div {
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 440px) {
  #content01 div,
  #content02 div,
  #content03 div,
  #content04 div {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
  }
}
#content01 div::after,
#content02 div::after,
#content03 div::after,
#content04 div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 25px;
  background: #000;
}
#content01 div p,
#content02 div p,
#content03 div p,
#content04 div p {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #content01 div p,
  #content02 div p,
  #content03 div p,
  #content04 div p {
    font-size: 2.5rem;
  }
}
#content01 div h2,
#content02 div h2,
#content03 div h2,
#content04 div h2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  #content01 div h2,
  #content02 div h2,
  #content03 div h2,
  #content04 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 {
  display: table;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 440px) {
  #content01 div h2 span,
  #content02 div h2 span,
  #content03 div h2 span,
  #content04 div h2 span {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
#content01 h3,
#content02 h3,
#content03 h3,
#content04 h3 {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  #content01 h3,
  #content02 h3,
  #content03 h3,
  #content04 h3 {
    font-size: 1.0625rem;
    margin-left: 50px;
    margin-right: 50px;
  }
}
#content01 > p,
#content02 > p,
#content03 > p,
#content04 > p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content01 > p,
  #content02 > p,
  #content03 > p,
  #content04 > p {
    font-size: 0.75rem;
    margin-left: 50px;
    margin-right: 50px;
  }
}

#wrap_contents #wrap_contents_inner > div:nth-of-type(2) figure {
  width: 710px;
  margin: 30px auto 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_contents #wrap_contents_inner > div:nth-of-type(2) figure {
    width: 100%;
    margin-top: 75px;
  }
}
#wrap_contents #wrap_contents_inner > div:nth-of-type(2) figure img {
  width: 100%;
  height: auto;
}

#content05 {
  border-top: 1px solid #000;
  margin: 80px auto 0 auto;
  padding-top: 80px;
  width: 830px;
}
@media screen and (max-width: 440px) {
  #content05 {
    width: 100%;
    width: calc(100% - 60px);
  }
}
#content05 > p {
  margin-left: 85px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  #content05 > p {
    width: auto;
    margin-left: 20px;
    font-size: 0.5625rem;
  }
}
#content05 > p::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#content05 > h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 60px 85px;
}
@media screen and (max-width: 440px) {
  #content05 > h2 {
    width: auto;
    margin: 10px auto 20px 20px;
    font-size: 1.25rem;
  }
}
#content05 section {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 70px 80px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  #content05 section {
    flex-direction: column;
    padding: 80px 30px;
  }
}
#content05 section:nth-of-type(1) div:nth-of-type(2) ul li {
  width: 100%;
}
#content05 section div:nth-of-type(1) {
  margin-right: 50px;
  flex: 1;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(1) {
    margin-right: 0px;
  }
}
#content05 section div:nth-of-type(1) img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(1) img {
    width: 80%;
    margin: 0 auto;
  }
}
#content05 section div:nth-of-type(2) {
  width: 400px;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) {
    width: 100%;
  }
}
#content05 section div:nth-of-type(2) h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) h2 {
    font-size: 1.0625rem;
    text-align: center;
    margin-top: 30px;
  }
}
#content05 section div:nth-of-type(2) p {
  font-size: 0.8125rem;
  font-weight: 400;
  margin: 30px 0;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) p {
    font-size: 0.75rem;
  }
}
#content05 section div:nth-of-type(2) ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) ul {
    flex-direction: column;
  }
}
#content05 section div:nth-of-type(2) ul li {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) ul li {
    width: 100%;
  }
}
#content05 section div:nth-of-type(2) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #content05 section div:nth-of-type(2) ul li a {
    font-size: 0.875rem;
  }
}
#content05 section div:nth-of-type(2) ul li a img {
  height: 16px;
  width: auto;
}

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