/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_mv_ph_02 {
  background: #fff;
}
#wrap_mv_ph_02 > div {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph_02 > div {
    width: 100%;
  }
}
#wrap_mv_ph_02 > div div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
#wrap_mv_ph_02 > div div h2 {
  font-weight: 400;
  font-size: 3.125rem;
  writing-mode: vertical-rl;
  padding: 60px;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph_02 > div div h2 {
    font-size: 1.5625rem;
    padding: 20px;
  }
}
#wrap_mv_ph_02 > div div p {
  position: absolute;
  width: 160px;
  right: 40px;
  bottom: 75px;
  font-weight: 400;
  font-size: 0.8125rem;
  border-top: 1px solid #000;
  padding-top: 40px;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph_02 > div div p {
    font-size: 0.625rem;
    width: auto;
    right: 20px;
    bottom: 45px;
    padding-top: 30px;
  }
}
#wrap_mv_ph_02 > div div p strong {
  font-weight: 400;
  font-size: 1.75rem;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph_02 > div div p strong {
    font-size: 1.0625rem;
  }
}
#wrap_mv_ph_02 picture {
  width: 930px;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph_02 picture {
    width: 240px;
  }
}
#wrap_mv_ph_02 picture img {
  width: 100%;
  height: auto;
}

#content00 {
  text-align: center;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #content00 {
    width: 100%;
  }
}
#content00 h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 80px;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #000;
  margin-top: 80px;
  padding-top: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #content01,
  #content02,
  #content03,
  #content04 {
    flex-direction: column;
    width: 100%;
    border-top: none;
    padding-top: 0px;
  }
}

#content01 > p:nth-of-type(1),
#content02 > p:nth-of-type(1),
#content03 div > p:nth-of-type(1),
#content04 > p:nth-of-type(1) {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content01 > p:nth-of-type(1),
  #content02 > p:nth-of-type(1),
  #content03 div > p:nth-of-type(1),
  #content04 > p:nth-of-type(1) {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 80px 0;
    font-size: 1rem;
    position: relative;
  }
  #content01 > p:nth-of-type(1)::after,
  #content02 > p:nth-of-type(1)::after,
  #content03 div > p:nth-of-type(1)::after,
  #content04 > p:nth-of-type(1)::after {
    position: absolute;
    bottom: 40px;
    left: 0;
    content: "";
    background: rgb(0, 0, 0);
    height: 1px;
    width: 25px;
  }
}
#content01 > p:nth-of-type(1) span,
#content02 > p:nth-of-type(1) span,
#content03 div > p:nth-of-type(1) span,
#content04 > p:nth-of-type(1) span {
  font-size: 5rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  #content01 > p:nth-of-type(1) span,
  #content02 > p:nth-of-type(1) span,
  #content03 div > p:nth-of-type(1) span,
  #content04 > p:nth-of-type(1) span {
    font-size: 2.5rem;
  }
}

#content01 div h2,
#content02 div h2,
#content03 div h2,
#content04 div h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  #content01 div h2,
  #content02 div h2,
  #content03 div h2,
  #content04 div h2 {
    font-size: 1.0625rem;
    margin-bottom: 45px;
  }
}
#content01 div p,
#content02 div p,
#content03 div p,
#content04 div p {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  #content01 div p,
  #content02 div p,
  #content03 div p,
  #content04 div p {
    font-size: 0.75rem;
    margin-bottom: 0px;
  }
}

#content01 div,
#content02 div {
  width: 560px;
}
@media screen and (max-width: 440px) {
  #content01 div,
  #content02 div {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}
#content01 div picture img,
#content02 div picture img {
  width: 100%;
  height: auto;
}
#content01 > picture img,
#content02 > picture img {
  width: 100%;
  height: auto;
}

#content01 {
  position: relative;
}
#content01 aside {
  position: absolute;
  width: 230px;
  bottom: -100px;
  left: 155px;
}
@media screen and (max-width: 440px) {
  #content01 aside {
    width: 115px;
    right: 40px;
    top: 305px;
    bottom: initial;
    left: initial;
  }
}
#content01 aside picture img {
  width: 100%;
  height: auto;
}

#content03 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 440px) {
  #content03 {
    flex-direction: column-reverse;
  }
}
#content03 div {
  width: 540px;
}
@media screen and (max-width: 440px) {
  #content03 div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 440px) {
  #content03 div h2 {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 440px) {
  #content03 div p {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
#content03 picture {
  flex: 1;
  margin-left: -150px;
  padding-right: 60px;
}
@media screen and (max-width: 440px) {
  #content03 picture {
    margin-left: 0px;
    padding-right: 0px;
  }
}
#content03 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 440px) {
  #content04 {
    flex-direction: column;
  }
}
@media screen and (max-width: 440px) {
  #content04 > p {
    order: 2;
  }
}
#content04 div {
  width: 650px;
}
@media screen and (max-width: 440px) {
  #content04 div {
    width: calc(100% - 100px);
    order: 3;
    margin-left: auto;
    margin-right: auto;
  }
}
#content04 picture {
  width: 1150px;
}
@media screen and (max-width: 440px) {
  #content04 picture {
    width: 100%;
    order: 1;
  }
}
#content04 picture img {
  width: 1150px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #content04 picture img {
    width: 100%;
  }
}

footer {
  margin-top: 0px;
}

#wrap_slide {
  background: #fff;
}
#wrap_slide > div {
  width: 1300px;
  margin: 0 auto 0 auto;
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div {
    width: 100%;
    padding: 100px 30px 100px 30px;
    box-sizing: border-box;
  }
}
#wrap_slide > div > p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div > p {
    width: auto;
    font-size: 0.5625rem;
  }
}
#wrap_slide > div > 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%);
}
#wrap_slide > div > h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 60px 0px;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div > h2 {
    width: auto;
    margin: 10px auto 30px 0px;
    font-size: 1.25rem;
  }
}

.business_slide {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 440px) {
  .business_slide {
    flex-direction: column;
  }
}
.business_slide li {
  width: 33.3333333333%;
}
@media screen and (max-width: 440px) {
  .business_slide li {
    width: 100%;
  }
}
.business_slide li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  position: relative;
}
.business_slide li a figure {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.business_slide li a figure img {
  width: 100%;
  height: auto;
}
.business_slide li a figure figcaption {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 10px 20px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .business_slide li a figure figcaption {
    font-size: 0.9375rem;
    top: 10px;
    left: 10px;
  }
}
.business_slide li a h2 {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .business_slide li a h2 {
    font-size: 0.5625rem;
  }
}
.business_slide li a h2 strong {
  font-size: 1.4375rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .business_slide li a h2 strong {
    font-size: 0.8125rem;
  }
}
.business_slide li a p {
  position: absolute;
  bottom: 5px;
  right: 0px;
  border-left: #000 1px solid;
  padding: 0 0 5px 20px;
}
@media screen and (max-width: 440px) {
  .business_slide li a p > span {
    margin-left: 0px;
  }
}

#wrap_contents_02 {
  margin-bottom: 100px;
}/*# sourceMappingURL=style.css.map */