/* it_creation */
/* common class
---------------------------------------------------------------------------- */
main.partner {
  min-width: 1000px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  main.partner {
    min-width: 0;
  }
  main.partner .cont-inner-wrap {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.partner {
    min-width: 0;
  }
}
.h2-visu-title-wrap {
  background: url("../partner/img/mv_bg.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .h2-visu-title-wrap {
    background: url("../partner/img/mv_bg_sp.jpg") center center/cover no-repeat;
  }
}
.h2-visu-title-wrap .h2-visu-header {
  font-family: 'Roboto', sans-serif;
}
.h2-visu-title-wrap .h2-visu-header span {
  font-family: 'Noto Sans JP', sans-serif;
}

.block01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 75px 0 100px;
}
@media screen and (max-width: 767px) {
  .block01 {
    padding: calc(40 / 3.75 * 1vw) 0;
  }
}
.block01 h3 {
  color: #1085FF;
  font-size: 42px;
  line-height: 63px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block01 h3 {
    font-size: calc(24 / 3.75 * 1vw);
    line-height: calc(45 / 3.75 * 1vw);
    margin-bottom: calc(40 / 3.75 * 1vw);
    width: calc(305 / 3.75 * 1vw);
  }
}
.block01 p {
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  width: 820px;
}
@media screen and (max-width: 999px) {
  .block01 p {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .block01 p {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
    width: auto;
  }
}
.block01 .catch-txt {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #1085FF;
  border: 1px solid #1085FF;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
  height: 140px;
  line-height: 56px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .block01 .catch-txt {
    border-radius: calc(10 / 3.75 * 1vw);
    font-size: calc(20 / 3.75 * 1vw);
    height: auto;
    line-height: calc(35 / 3.75 * 1vw);
    margin-top: calc(40 / 3.75 * 1vw);
    padding: calc(20 / 3.75 * 1vw) 0;
    width: calc(305 / 3.75 * 1vw);
  }
}
.block01 .catch-txt strong {
  display: block;
  text-align: center;
}

.block02 {
  background: #1085FF;
  padding: 35px 0 30px;
}
@media screen and (max-width: 767px) {
  .block02 {
    padding: calc(40 / 3.75 * 1vw) 0;
  }
}
.block02 .cont-inner-wrap {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.block02 .cont-inner-wrap h3 {
  font-size: 42px;
  line-height: 57px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block02 .cont-inner-wrap h3 {
    font-size: calc(24 / 3.75 * 1vw);
    line-height: calc(42 / 3.75 * 1vw);
  }
}
.block02 .cont-inner-wrap ul {
  display: inline-block;
  margin: 33px 0 40px;
}
@media screen and (max-width: 767px) {
  .block02 .cont-inner-wrap ul {
    margin: calc(40 / 3.75 * 1vw) 0 0;
  }
}
.block02 .cont-inner-wrap ul li {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .block02 .cont-inner-wrap ul li {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}
.block02 .cont-inner-wrap .link-btn a {
  margin: 0 auto;
}
