@charset "UTF-8";
body, p {
  margin: 0;
  padding: 0;
}


/* ==== ヘッダーセクション ==== */
.header_bg {
  background: #efefef;
  box-sizing: border-box;
}

.header_wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 945px;
  padding: 2.535vw 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.header_logos {
  align-items: center;
  column-gap: clamp(10px, calc(16.67vw - 43.33px), 30px);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.header_logo {
  display: inline-block;
  width: 31.29vw;
}

.header_logo img {
  width: 100%;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.585%;
}

.header_pr img {
  width: 100%;
}

@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 14px 0 10px;
  }

  .header_pr {
    width: 40px;
  }
}

@media screen and (min-width: 640px) {
  .header_logo {
    width: 200px;
  }
  .header_wrap {
    padding: 16.08px 0 14px;
  }
}