@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
.bg-media {
  background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_media.png") 100% 0 no-repeat;
  background-size: 100% 366.3194444444vw;
}

@media screen and (max-width: 767px) {
  .bg-media {
    background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_media_sp.png") 100% 0 no-repeat;
    background-size: 100% 1664.8vw;
  }
}
.bg-media-h1 {
  position: absolute;
  right: 0;
  background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_media_h1.png") 100% 0 no-repeat;
  width: 58.75vw;
  height: 41.1111111111vw;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg-media-h1 {
    position: absolute;
    right: 0;
    background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_media_h1_sp.png") 100% 0 no-repeat;
    width: 91.3333333333vw;
    height: 44.2666666667vw;
    background-size: cover;
    z-index: -1;
  }
}
.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner__item {
  width: 17.0833333333vw;
  margin-top: 1.6666666667vw;
}
.partner__item:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .partner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partner__item {
    width: 27.7333333333vw;
    margin-top: 2.1333333333vw;
  }
  .partner__item:nth-child(-n+4) {
    margin-top: 2.1333333333vw;
  }
  .partner__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.media-flow {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media-flow__item {
  width: 17.0833333333vw;
  position: relative;
}
.media-flow__item::after {
  background: url("/wp/wp-content/themes/goodlife/resources/img/media/icon_arrow.png") 0 0 no-repeat;
  width: 15px;
  height: 20px;
  background-size: cover;
  content: "";
  display: inline-block;
  position: absolute;
  right: -8%;
  top: 45%;
}
.media-flow__item:last-child::after {
  content: none;
}
.media-flow__step {
  text-align: center;
  color: #00a0c4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding: 2.7777777778vw 10px 0;
}
.media-flow__image--01 {
  width: 4.1666666667vw;
  margin: 3.9583333333vw auto 4.0277777778vw;
}
.media-flow__image--02 {
  width: 5.5555555556vw;
  margin: 3.9583333333vw auto 2.0833333333vw;
}
.media-flow__image--03 {
  width: 4.2361111111vw;
  margin: 1.875vw auto 3.4722222222vw;
}
.media-flow__image--04 {
  width: 4.7916666667vw;
  margin: 3.0555555556vw auto 3.6805555556vw;
}
.media-flow__text {
  font-size: 1.8rem;
  text-align: center;
  padding: 0 2.0833333333vw 2.5vw;
  line-height: 1.6;
  font-weight: bold;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .media-flow {
    display: block;
  }
  .media-flow__item {
    width: 100%;
    margin-bottom: 8vw;
  }
  .media-flow__item::after {
    background: url("/wp/wp-content/themes/goodlife/resources/img/media/icon_arrow_sp.png") 0 0 no-repeat;
    width: 20px;
    height: 15px;
    background-size: cover;
    content: "";
    display: inline-block;
    position: absolute;
    right: 47%;
    top: 110%;
  }
  .media-flow__item:last-child::after {
    content: none;
  }
  .media-flow__step {
    text-align: center;
    color: #00a0c4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    padding: 6.6666666667vw 0 2.6666666667vw;
    text-align: left;
  }
  .media-flow__figureblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media-flow__image--01 {
    width: 15.2vw;
    margin: 7.6vw auto 7.4666666667vw;
  }
  .media-flow__image--02 {
    width: 21.3333333333vw;
    margin: 13.3333333333vw auto 4vw;
  }
  .media-flow__image--03 {
    width: 16.4vw;
    margin: 3.6vw auto 6.6666666667vw;
  }
  .media-flow__image--04 {
    width: 18.4vw;
    margin: 5.8666666667vw auto 7.0666666667vw;
  }
  .media-flow__text {
    width: 47.7333333333vw;
    font-size: 1.8rem;
    text-align: center;
    padding: 0 4vw 4.8vw;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
  }
}
.inquiry {
  background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_contact.png") 0 0 no-repeat;
  width: 100%;
  height: 21.5277777778vw;
  background-size: cover;
}
.inquiry__text {
  text-align: center;
  color: #FFF;
  padding: 6.7361111111vw 1.0416666667vw 0;
  margin-bottom: 2.7777777778vw;
}

@media screen and (max-width: 767px) {
  .inquiry {
    background: url("/wp/wp-content/themes/goodlife/resources/img/media/bg_contact_sp.png") 0 0 no-repeat;
    width: 100%;
    height: 75.6vw;
    background-size: cover;
  }
  .inquiry__text {
    color: #FFF;
    padding: 17.3333333333vw 6.4vw 0;
    margin-bottom: 8vw;
  }
}