.main-contents html,
.main-contents body,
.main-contents span,
.main-contents object,
.main-contents iframe,
.main-contents h1,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6,
.main-contents p,
.main-contents blockquote,
.main-contents pre,
.main-contents abbr,
.main-contents address,
.main-contents cite,
.main-contents code,
.main-contents del,
.main-contents dfn,
.main-contents em,
.main-contents img,
.main-contents ins,
.main-contents kbd,
.main-contents q,
.main-contents samp,
.main-contents small,
.main-contents strong,
.main-contents sub,
.main-contents sup,
.main-contents var,
.main-contents b,
.main-contents i,
.main-contents dl,
.main-contents dt,
.main-contents dd,
.main-contents ol,
.main-contents ul,
.main-contents li,
.main-contents fieldset,
.main-contents form,
.main-contents label,
.main-contents legend,
.main-contents table,
.main-contents caption,
.main-contents tbody,
.main-contents tfoot,
.main-contents thead,
.main-contents tr,
.main-contents th,
.main-contents td,
.main-contents article,
.main-contents aside,
.main-contents canvas,
.main-contents details,
.main-contents figcaption,
.main-contents figure,
.main-contents footer,
.main-contents header,
.main-contents hgroup,
.main-contents menu,
.main-contents nav,
.main-contents section,
.main-contents summary,
.main-contents time,
.main-contents mark,
.main-contents audio,
.main-contents video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.main-contents body {
  line-height: 1;
}
.main-contents article,
.main-contents aside,
.main-contents details,
.main-contents figcaption,
.main-contents figure,
.main-contents footer,
.main-contents header,
.main-contents hgroup,
.main-contents menu,
.main-contents nav,
.main-contents section {
  display: block;
}
.main-contents nav ul {
  list-style: none;
}
.main-contents blockquote,
.main-contents q {
  quotes: none;
}
.main-contents blockquote:before,
.main-contents blockquote:after,
.main-contents q:before,
.main-contents q:after {
  content: '';
  content: none;
}
.main-contents a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.main-contents ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.main-contents mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.main-contents del {
  text-decoration: line-through;
}
.main-contents abbr[title],
.main-contents dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.main-contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-contents hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.main-contents input,
.main-contents select {
  vertical-align: middle;
}
.main-contents img,
.main-contents video {
  font-size: 0;
  line-height: 0;
}
.main-contents body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.main-contents body img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-is-sp {
    display: none !important;
  }
}
.u-img-wrap {
  font-size: 0;
  line-height: 0;
}
.swiper {
  background-color: #00b2c4;
  border-bottom-width: 10px !important;
  margin-bottom: 28px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .swiper {
    border-bottom-width: 0 !important;
  }
}
.swiper .swiper-wrapper {
  overflow: hidden;
}
.swiper .swiper-slide {
  margin-inline: auto;
  line-height: 0;
}
.swiper .swiper-pagination {
  bottom: -28px;
  background-color: #00b2c4;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.js-section {
  position: relative;
  will-change: transform;
}
.js-animation-fade {
  display: block;
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: opacity 0.4s linear, -webkit-filter 1s linear 0.4s;
  transition: opacity 0.4s linear, -webkit-filter 1s linear 0.4s;
  transition: opacity 0.4s linear, filter 1s linear 0.4s;
  transition: opacity 0.4s linear, filter 1s linear 0.4s, -webkit-filter 1s linear 0.4s;
  will-change: opacity filter transform;
}
@media screen and (min-width: 769px) {
  .js-animation-fade.is-before-entry {
    -webkit-transform: translate(0, 3.660322108345535vw);
    transform: translate(0, 3.660322108345535vw);
  }
}
@media screen and (max-width: 768px) {
  .js-animation-fade.is-before-entry {
    -webkit-transform: translate(0, 13.333333333333334vw);
    transform: translate(0, 13.333333333333334vw);
  }
}
.js-animation-fade.is-entry {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
  transition: opacity 0.2s linear, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
  transition: transform 0.3s linear, opacity 0.2s linear, filter 0.3s linear 0.2s;
  transition: transform 0.3s linear, opacity 0.2s linear, filter 0.3s linear 0.2s, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
}
.js-section {
  position: relative;
  will-change: transform;
}
.js-animation-fade {
  display: block;
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: opacity 0.4s linear, -webkit-filter 1s linear 0.4s;
  transition: opacity 0.4s linear, -webkit-filter 1s linear 0.4s;
  transition: opacity 0.4s linear, filter 1s linear 0.4s;
  transition: opacity 0.4s linear, filter 1s linear 0.4s, -webkit-filter 1s linear 0.4s;
  will-change: opacity filter transform;
}
@media screen and (min-width: 769px) {
  .js-animation-fade.is-before-entry {
    -webkit-transform: translate(0, 3.660322108345535vw);
    transform: translate(0, 3.660322108345535vw);
  }
}
@media screen and (max-width: 768px) {
  .js-animation-fade.is-before-entry {
    -webkit-transform: translate(0, 13.333333333333334vw);
    transform: translate(0, 13.333333333333334vw);
  }
}
.js-animation-fade.is-entry {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
  transition: opacity 0.2s linear, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
  transition: transform 0.3s linear, opacity 0.2s linear, filter 0.3s linear 0.2s;
  transition: transform 0.3s linear, opacity 0.2s linear, filter 0.3s linear 0.2s, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear 0.2s;
}
.p-quality-action {
  background: #00b2c4;
}
.p-quality-sec-05-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
  margin-bottom: -7.320644216691069vw;
  background-color: #00b2c4;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg {
    height: calc(100lvh + 53.333333333333336vw);
    margin-bottom: -26.666666666666668vw;
  }
}
.p-quality-sec-05-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
}
@media screen and (max-width: 1000px) {
  .p-quality-sec-05-bg-img {
    height: calc(100lvh + 16.105417276720353vw);
  }
}
@media screen and (max-width: 900px) {
  .p-quality-sec-05-bg-img {
    height: calc(100lvh + 17.569546120058565vw);
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img {
    height: calc(100lvh + 53.333333333333336vw);
  }
}
.p-quality-sec-05-bg-img.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.p-quality-sec-05-bg-img.in-active {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.p-quality-sec-05-bg-img--01 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_01_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--01 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_01_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--02 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_01_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--02 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_01_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--03 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_02_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--03 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_02_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--04 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_02_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--04 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_02_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--05 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_03_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--05 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_03_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--06 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_03_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--06 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_03_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--07 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_04_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--07 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_hanabi_04_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-bg-img--08 {
  background: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_04_pc.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-bg-img--08 {
    background-image: url("/alcohol/beer/harekaze/quality/images/action/bg_action_sakura_04_sp.webp");
    background-size: cover;
    background-position: center;
  }
}
.p-quality-sec-05-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-inner {
    margin-top: -45.900439238653vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-inner {
    margin-top: -129.06666666666666vw;
  }
}
.p-quality-sec-05-title {
  margin: -100lvh auto 0;
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-title {
    padding-top: 14.641288433382138vw;
    width: 23.013177159590047vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-title {
    padding-top: 49.06666666666666vw;
    width: 67.06400000000001vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-statement {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(14.641288433382138vw, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 14.641288433382138vw);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 14.641288433382138vw);
    margin-top: 8.345534407027818vw;
    padding: 14.641288433382138vw 0 14.641288433382138vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-statement {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(26.666666666666668vw, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 26.666666666666668vw);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 26.666666666666668vw);
    margin-top: 30.4vw;
    padding: 26.666666666666668vw 0 53.333333333333336vw;
  }
}
.p-quality-sec-05-content {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-content {
    margin: 0 24.743777452415813vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-content {
    margin: 10.666666666666668vw 9.6vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-text {
    font-size: 1.317715959004393vw;
    line-height: 2.333333333333333;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .p-quality-sec-05-text + .p-quality-sec-05-text {
    margin-top: 0.666666666666667em;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-text {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .p-quality-sec-05-text + .p-quality-sec-05-text {
    margin-top: 2.571428571428572em;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-attention {
    margin-top: 3.333333333333333em;
    font-size: 0.878477306002928vw;
    line-height: 3.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-attention {
    margin-top: 3em;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-quality-sec-05-button {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-button {
    display: inline-block;
    margin-top: 4.392386530014641vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-button {
    margin-top: 9.6vw;
  }
}
.p-quality-sec-05-button a {
  background-color: #fff;
  display: block;
  color: #003c5f;
  text-decoration: none;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-button a {
    padding: 1.464128843338214vw 5.783308931185944vw 1.464128843338214vw 4.172767203513909vw;
    font-size: 1.171303074670571vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 900;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-button a:hover span::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-button a span {
    position: relative;
  }
  .p-quality-sec-05-button a span::before {
    background: #003c5f;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-button a {
    padding: 5.333333333333334vw 0 5.333333333333334vw 9.066666666666666vw;
    font-size: 4.266666666666667vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.p-quality-sec-05-button a::after {
  position: absolute;
  top: 0;
  height: 100%;
  background: url("/alcohol/beer/harekaze/assets/images/icons/ico-zoom-black.svg") no-repeat center;
  background-size: 100% auto;
  content: '';
}
@media screen and (min-width: 769px) {
  .p-quality-sec-05-button a::after {
    right: 2.196193265007321vw;
    width: 1.244509516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-button a::after {
    right: 6.4vw;
    width: 4.533333333333333vw;
  }
}
.p-quality-sec-05-carousel-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 8.784773060029282vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-carousel-wrap {
    margin-top: 16vw;
  }
}
.p-quality-sec-05-carousel-wrap .p-quality-sec-05-carousel {
  -webkit-animation: scroll-left 20s linear infinite;
  animation: scroll-left 20s linear infinite;
}
.p-quality-sec-05-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  gap: 0.878477306002928vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-carousel {
    gap: 2.666666666666667vw;
  }
}
.p-quality-sec-05-carousel-item {
  width: 23.865300146412885vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec-05-carousel-item {
    width: 85.33333333333334vw;
  }
}
.p-quality-sec-05-carousel img {
  width: 100%;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); /* 初期位置 */
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /* 画像が一つ分流れた位置 */
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); /* 初期位置 */
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /* 画像が一つ分流れた位置 */
  }
}
.p-quality-award {
  position: relative;
  width: 100%;
  background: #00b2c4;
}
@media screen and (min-width: 769px) {
  .p-quality-award {
    padding: 6.295754026354319vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award {
    padding: 21.333333333333336vw 0 0;
  }
}
.p-quality-award_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-quality-award_inner {
    padding: 8.931185944363104vw 0 11.054172767203514vw 31.91800878477306vw;
    width: 73.9385065885798vw;
    background: url("/alcohol/beer/harekaze/quality/images/award/bg_pc.png") no-repeat left top;
    background-size: 37.48169838945827vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_inner {
    padding: 0 0 82.66666666666667vw;
    width: 83.46666666666667vw;
    background: url("/alcohol/beer/harekaze/quality/images/award/bg_sp.png") no-repeat center bottom;
    background-size: 83.46666666666667vw;
  }
}
.p-quality-award_text {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-quality-award_text {
    font-size: 1.756954612005857vw;
    line-height: 1.916666666666667;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_text {
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-award_media-list {
    margin-top: 2.635431918008785vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_media-list {
    margin-top: 8.533333333333333vw;
    padding: 0 5.493333333333333vw;
  }
}
.p-quality-award_media_img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-quality-award_media_img {
    width: calc(476 / 574.16 * 100%);
    margin: 0 auto;
  }
}
.p-quality-award_media-link {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-quality-award_media-link {
    font-size: 1.02489019033675vw;
    line-height: 1.357142857142857;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 2.635431918008785vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_media-link {
    font-size: 3.733333333333334vw;
    line-height: 1.357142857142857;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 8.533333333333333vw;
  }
}
.p-quality-award_media-link button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-quality-award_media-link button:hover {
    opacity: 0.6;
  }
}
.p-quality-award_modal {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-quality-award_modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-quality-award_modal-bg {
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.p-quality-award_modal-main {
  position: relative;
  position: absolute;
  top: 55%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  color: #003c5f;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-main {
    max-width: 58.565153733528554vw;
    width: 65.88579795021961vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-main {
    width: 90vw;
    max-width: unset;
  }
}
.p-quality-award_modal-close {
  position: absolute;
  right: 0;
  aspect-ratio: 1/1;
  height: auto;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-close {
    top: -4.758418740849195vw;
    width: 3.953147877013177vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-close {
    top: -10.666666666666668vw;
    width: 8vw;
  }
}
.p-quality-award_modal-inner {
  max-height: 75dvh;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-inner {
    padding: 3.660322108345535vw 2.928257686676428vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-inner {
    padding: 5.333333333333334vw 4vw;
  }
}
.p-quality-award_modal-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-title {
    font-size: 1.756954612005857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-title {
    font-size: 5.333333333333334vw;
  }
}
.p-quality-award_modal-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-contents {
    margin-top: 2.196193265007321vw;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-contents {
    margin-top: 5.333333333333334vw;
    gap: 20px;
  }
}
.p-quality-award_modal-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 5px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-content-title {
    padding-left: 0.878477306002928vw;
    font-size: 1.464128843338214vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-content-title {
    padding-left: 3.368421052631579vw;
    font-size: 5.333333333333334vw;
  }
}
.p-quality-award_modal-content-title::before {
  display: block;
  position: absolute;
  content: '';
  width: 0.512445095168375vw;
  height: 0.512445095168375vw;
  top: 1em;
  left: 0;
  background-color: #00b2c4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-content-title::before {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.p-quality-award_modal-content-text {
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-quality-award_modal-content-text {
    font-size: 1.02489019033675vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-award_modal-content-text {
    font-size: 3.2vw;
  }
}
.p-quality-award_modal-link {
  text-decoration: underline;
  cursor: pointer;
}
.p-quality-ingredient {
  background: #00b2c4;
  margin-top: -2.928257686676428vw;
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient {
    margin-top: -5.333333333333334vw;
  }
}
.p-quality-ingredient-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_01_pc.jpg") center center no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
  margin-bottom: -7.320644216691069vw;
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-bg {
    height: calc(100lvh + 53.333333333333336vw);
    background-image: url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_01_sp.jpg");
    margin-bottom: -26.666666666666668vw;
  }
}
.p-quality-ingredient-inner {
  position: relative;
  padding: 4.099560761346998vw 0 0;
  margin-top: -100lvh;
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-inner {
    padding: 8.799999999999999vw 0 0;
    margin-top: -100lvh;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient_title {
    width: 18.301610541727673vw;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient_title {
    width: 53.333333333333336vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content_wrap {
    margin-top: 14.641288433382138vw;
    padding-top: 7.320644216691069vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(14.641288433382138vw, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 14.641288433382138vw);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 14.641288433382138vw);
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content_wrap {
    margin-top: 40vw;
    padding-top: 13.333333333333334vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(26.666666666666668vw, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 26.666666666666668vw);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 26.666666666666668vw);
  }
}
.p-quality-ingredient_lead {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient_lead {
    font-size: 1.756954612005857vw;
    line-height: 1.916666666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient_lead {
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80.38067349926794vw;
    margin: 8.784773060029282vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1 {
    margin: 17.333333333333336vw auto 0;
    width: 89.33333333333333vw;
  }
}
.p-quality-ingredient-content-block1_img_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_img_wrap {
    width: 38.3601756954612vw;
    height: 41.58125915080527vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_img_wrap {
    width: 100%;
    height: 96.53333333333333vw;
    margin-top: 17.333333333333336vw;
  }
}
.p-quality-ingredient-content-block1_img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_img {
    width: 23.42606149341142vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_img {
    width: 54.400000000000006vw;
  }
}
.p-quality-ingredient-content-block1_img.is-1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.p-quality-ingredient-content-block1_img.is-2 {
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_dtl {
    width: 38.06734992679356vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_dtl {
    margin-top: 17.333333333333336vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_title {
    width: 13.782576866764277vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_title {
    width: 50.205333333333336vw;
  }
}
.p-quality-ingredient-content-block1_lead {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_lead {
    font-size: 2.196193265007321vw;
    line-height: 1.333333333333333;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 1.756954612005857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_lead {
    font-size: 6.4vw;
    line-height: 1.416666666666667;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 6.4vw;
  }
}
.p-quality-ingredient-content-block1_text {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_text {
    font-size: 1.171303074670571vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 2.635431918008785vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_text {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block1_text span {
    font-size: 0.878477306002928vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block1_text span {
    font-size: 3.2vw;
    line-height: 2.333333333333333;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-ingredient-content-block2 {
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block2 {
    margin-top: 9.51683748169839vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0.6))), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_pc.jpg") center center no-repeat;
    background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_pc.jpg") center center no-repeat;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_pc.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block2 {
    margin-top: 26.666666666666668vw;
    height: calc(100lvh + 6.666666666666667vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0.6))), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_sp.jpg") center center no-repeat;
    background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_sp.jpg") center center no-repeat;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/alcohol/beer/harekaze/quality/images/ingredient/bg_ingredient_02_sp.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-quality-ingredient-content-block2-inner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block2-inner {
    width: 86.66666666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block2_title {
    margin: 0 auto;
    width: 20.20497803806735vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block2_title {
    width: 68.8vw;
  }
}
.p-quality-ingredient-content-block2_text {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block2_text {
    margin-top: 1.756954612005857vw;
    text-align: center;
    font-size: 1.171303074670571vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block2_text {
    margin-top: 4.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-ingredient-content-block2_text span {
    font-size: 0.878477306002928vw;
    line-height: 2.666666666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-ingredient-content-block2_text span {
    font-size: 3.2vw;
    line-height: 2.333333333333333;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-kv {
  background: #00b2c4;
}
.p-quality-kv-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.p-quality-kv-bg_video-core {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-quality-kv-bg_video-core.is-loading .p-splash {
  opacity: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.p-splash {
  display: block;
  position: absolute;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  background: #00b2c4;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.s-splash {
  display: block;
  position: absolute;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  background: #00b2c4;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 768px) {
  .s-splash {
    display: -ms-grid;
    display: grid;
    place-content: center;
    position: fixed;
    z-index: 10000;
  }
}
.s-splash.is-loading {
  opacity: 1;
}
.s-splash:not(.is-loading) {
  pointer-events: none;
}
.s-splash-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .s-splash-img {
    width: 17.866666666666667vw;
    margin-top: -32vw;
  }
}
.s-splash-line {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 59.73333333333334vw;
  height: 1px;
  background: rgba(255,255,255,0.3);
  overflow: hidden;
  -webkit-transform: translate(-50%, 20vw);
  transform: translate(-50%, 20vw);
}
.s-splash-line:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: scroll2 2s infinite;
  animation: scroll2 2s infinite;
}
.p-quality-kv-bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-quality-kv-bg_video {
    aspect-ratio: 9/16;
    height: calc(100% + 82.66666666666667vw);
  }
}
@media screen and (max-width: 500px) {
  .p-quality-kv-bg_video {
    height: calc(100% + 40vw);
  }
}
.p-quality-kv-inner {
  position: relative;
  padding: 8.052708638360176vw 0 0;
  margin-top: -100lvh;
}
@media screen and (max-width: 768px) {
  .p-quality-kv-inner {
    padding: 19.466666666666665vw 0 53.333333333333336vw;
    padding: 19.466666666666665vw 0 0;
  }
}
.p-quality-kv_title {
  margin: 0 auto;
  width: 39.165446559297216vw;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_title {
    width: 80.53333333333333vw;
  }
}
.p-quality-kv_description-wrap {
  margin-top: 11.420204978038068vw;
  padding: 14.641288433382138vw 0 19.32650073206442vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51,51,51,0)), color-stop(14.641288433382138vw, rgba(51,51,51,0.6)));
  background: -webkit-linear-gradient(rgba(51,51,51,0), rgba(51,51,51,0.6) 14.641288433382138vw);
  background: linear-gradient(rgba(51,51,51,0), rgba(51,51,51,0.6) 14.641288433382138vw);
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description-wrap {
    margin-top: 93.33333333333333vw;
    padding: 13.333333333333334vw 0 53.333333333333336vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51,51,51,0)), color-stop(26.666666666666668vw, rgba(51,51,51,0.6)));
    background: -webkit-linear-gradient(rgba(51,51,51,0), rgba(51,51,51,0.6) 26.666666666666668vw);
    background: linear-gradient(rgba(51,51,51,0), rgba(51,51,51,0.6) 26.666666666666668vw);
  }
}
.p-quality-kv_description {
  color: #fff;
  font-size: 1.756954612005857vw;
  line-height: 1.916666666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  width: 39.165446559297216vw;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description {
    font-size: 4.266666666666667vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0 auto;
    width: 81.33333333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-kv_description + .p-quality-kv_description {
    margin-top: 3.367496339677892vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description + .p-quality-kv_description {
    margin-top: 12.8vw;
  }
}
.p-quality-kv_description p:nth-child(n+2) {
  margin-top: 3.367496339677892vw;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description p:nth-child(n+2) {
    margin-top: 12.8vw;
  }
}
.p-quality-kv_description .is-quot {
  position: relative;
}
.p-quality-kv_description .is-quot:before {
  display: inline-block;
  position: absolute;
  content: '“';
  top: 0;
  left: 0;
  font-size: 5.124450951683748vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description .is-quot:before {
    font-size: 13.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-kv_description .is-quot:after {
  display: inline-block;
  position: absolute;
  content: '”';
  bottom: -2.562225475841874vw;
  right: 0;
  font-size: 5.124450951683748vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description .is-quot:after {
    bottom: -9.333333333333334vw;
    font-size: 13.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-kv_description-img {
  width: 21.96193265007321vw;
  margin: 5.856515373352855vw auto 0;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_description-img {
    width: 53.333333333333336vw;
    margin: 13.333333333333334vw auto 0;
  }
}
.p-quality-kv_scroll {
  position: -webkit-sticky;
  position: sticky;
  bottom: 7.320644216691069vw;
  left: calc(100vw);
  width: 9.077598828696926vw;
  color: #fff;
  -webkit-transform: rotate(90deg) translate(4.026354319180088vw, -0.512445095168375vw);
  transform: rotate(90deg) translate(4.026354319180088vw, -0.512445095168375vw);
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .p-quality-kv_scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv_scroll {
    bottom: 13.333333333333334vw;
    left: calc(100vw);
    width: 26.666666666666668vw;
    margin-right: -5.333333333333334vw;
  }
}
.p-quality-kv_scroll-line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
  overflow: hidden;
}
.p-quality-kv_scroll-line:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 1px;
  background: #00b2c4;
}
@media screen and (min-width: 769px) {
  .p-quality-kv_scroll-line:before {
    width: 4.392386530014641vw;
    -webkit-transform: translateX(-5.856515373352855vw);
    transform: translateX(-5.856515373352855vw);
    -webkit-animation: scroll-pc 2s infinite;
    animation: scroll-pc 2s infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv_scroll-line:before {
    width: 8vw;
    -webkit-transform: translateX(-21.333333333333336vw);
    transform: translateX(-21.333333333333336vw);
    -webkit-animation: scroll-sp 2s infinite;
    animation: scroll-sp 2s infinite;
  }
}
.p-quality-kv_scroll-text {
  display: inline-block;
  font-size: 1.171303074670571vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: 0.512445095168375vw;
}
@media screen and (max-width: 768px) {
  .p-quality-kv_scroll-text {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    width: 0;
  }
  100% {
    width: 59.73333333333334vw;
  }
}
@keyframes scroll2 {
  0% {
    width: 0;
  }
  100% {
    width: 59.73333333333334vw;
  }
}
@-webkit-keyframes scroll-pc {
  0% {
    -webkit-transform: translateX(-4.392386530014641vw);
    transform: translateX(-4.392386530014641vw);
  }
  100% {
    -webkit-transform: translateX(9.077598828696926vw);
    transform: translateX(9.077598828696926vw);
  }
}
@keyframes scroll-pc {
  0% {
    -webkit-transform: translateX(-4.392386530014641vw);
    transform: translateX(-4.392386530014641vw);
  }
  100% {
    -webkit-transform: translateX(9.077598828696926vw);
    transform: translateX(9.077598828696926vw);
  }
}
@-webkit-keyframes scroll-sp {
  0% {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
  100% {
    -webkit-transform: translateX(26.666666666666668vw);
    transform: translateX(26.666666666666668vw);
  }
}
@keyframes scroll-sp {
  0% {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
  100% {
    -webkit-transform: translateX(26.666666666666668vw);
    transform: translateX(26.666666666666668vw);
  }
}
.p-quality-lead {
  background: #00b2c4;
  margin-top: -2.928257686676428vw;
}
@media screen and (max-width: 768px) {
  .p-quality-lead {
    margin-top: -5.333333333333334vw;
  }
}
.p-quality-lead-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: url("/alcohol/beer/harekaze/quality/images/bg_lead_pc.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
  margin-bottom: -7.320644216691069vw;
}
@media screen and (max-width: 768px) {
  .p-quality-lead-bg {
    height: calc(100lvh + 53.333333333333336vw);
    background-image: url("/alcohol/beer/harekaze/quality/images/bg_lead_sp.jpg");
    margin-bottom: -26.666666666666668vw;
  }
}
.p-quality-lead-inner {
  position: relative;
  padding: 0vw 0 0;
  margin-top: -100lvh;
}
@media screen and (max-width: 768px) {
  .p-quality-lead-inner {
    padding: 0 0 0;
    margin-top: -100lvh;
  }
}
.p-quality-lead_title {
  width: 22.840409956076137vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_title {
    width: 66.13333333333333vw;
  }
}
.p-quality-lead_contents {
  position: relative;
  width: 100%;
  padding: 14.641288433382138vw 0 20.790629575402637vw;
  margin-top: 8.931185944363104vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85,85,85,0)), color-stop(14.641288433382138vw, rgba(85,85,85,0.6)));
  background: -webkit-linear-gradient(rgba(85,85,85,0), rgba(85,85,85,0.6) 14.641288433382138vw);
  background: linear-gradient(rgba(85,85,85,0), rgba(85,85,85,0.6) 14.641288433382138vw);
}
@media screen and (max-width: 768px) {
  .p-quality-lead_contents {
    padding: 13.333333333333334vw 0 10.666666666666668vw;
    margin-top: 24.8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(85,85,85,0)), color-stop(26.666666666666668vw, rgba(85,85,85,0.6)));
    background: -webkit-linear-gradient(rgba(85,85,85,0), rgba(85,85,85,0.6) 26.666666666666668vw);
    background: linear-gradient(rgba(85,85,85,0), rgba(85,85,85,0.6) 26.666666666666668vw);
    overflow: hidden;
  }
}
.p-quality-lead_thoght {
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-lead_thoght {
    width: 52.7086383601757vw;
    padding-bottom: 5.124450951683748vw;
    margin: 0 auto 5.124450951683748vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-lead_thoght {
    width: 80.53333333333333vw;
    padding-bottom: 18.666666666666668vw;
    margin: 0 auto 18.666666666666668vw;
  }
}
.p-quality-lead_thoght-title {
  position: relative;
  color: #fff;
  font-size: 1.756954612005857vw;
  line-height: 1.916666666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_thoght-title {
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-lead_thoght-title:before {
  display: inline-block;
  position: absolute;
  content: '“';
  top: 0;
  left: 0;
  font-size: 5.124450951683748vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_thoght-title:before {
    font-size: 13.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-lead_thoght-title:after {
  display: inline-block;
  position: absolute;
  content: '”';
  bottom: -2.562225475841874vw;
  right: 0;
  font-size: 5.124450951683748vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_thoght-title:after {
    bottom: -9.333333333333334vw;
    font-size: 13.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-lead_thoght-description {
  color: #fff;
  font-size: 1.171303074670571vw;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  margin-top: 3.367496339677892vw;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_thoght-description {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 12.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-lead_feature {
    width: 52.7086383601757vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-lead_feature {
    width: 80.53333333333333vw;
    margin: 0 auto;
  }
}
.p-quality-lead_feature-title {
  color: #fff;
  font-size: 1.756954612005857vw;
  line-height: 1.916666666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_feature-title {
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-quality-lead_feature-description {
  color: #fff;
  font-size: 1.171303074670571vw;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  margin-top: 3.367496339677892vw;
}
@media screen and (max-width: 768px) {
  .p-quality-lead_feature-description {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 12.8vw;
  }
}
.p-quality-lead_point {
  position: relative;
  width: 79.64860907759883vw;
  margin: 3.660322108345535vw auto 0;
}
@media screen and (min-width: 769px) {
  .p-quality-lead_point {
    margin-bottom: -32.942898975109806vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-lead_point {
    width: 84vw;
    margin-top: 13.333333333333334vw;
    margin-left: 17.333333333333336vw;
  }
}
.p-quality-lead_point.is-entry circle {
  -webkit-animation: draw 2s ease-in-out forwards;
  animation: draw 2s ease-in-out forwards;
}
.p-quality-section-one-02__sec-circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-quality-section-one-02__sec-circle {
    top: 0vw;
    width: 65.7393850658858vw;
    height: calc(100% - 30.74670571010249vw);
  }
}
@media screen and (max-width: 768px) {
  .p-quality-section-one-02__sec-circle {
    top: -5.866666666666666vw;
    width: 100%;
    height: calc(100% - 103.73333333333335vw);
    margin-left: -8.799999999999999vw;
  }
}
.p-quality-section-one-02__circle-left {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-quality-section-one-02__circle-left {
    top: 3.22108345534407vw;
    left: 0;
    width: 28.03806734992679vw;
    height: 28.03806734992679vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-section-one-02__circle-left {
    top: 10.4vw;
    left: -5.333333333333334vw;
    width: 47.46666666666667vw;
    height: 47.46666666666667vw;
  }
}
.p-quality-section-one-02__circle-right {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .p-quality-section-one-02__circle-right {
    top: 3.22108345534407vw;
    right: 0;
    width: 28.03806734992679vw;
    height: 28.03806734992679vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-section-one-02__circle-right {
    top: 10.4vw;
    right: -5.333333333333334vw;
    width: 47.46666666666667vw;
    height: 47.46666666666667vw;
  }
}
@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.p-quality-method {
  background: #00b2c4;
  margin-top: -2.928257686676428vw;
}
@media screen and (max-width: 768px) {
  .p-quality-method {
    margin-top: -5.333333333333334vw;
  }
}
.p-quality-method-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: url("/alcohol/beer/harekaze/quality/images/bg_method_pc.jpg") center center no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100lvh + 14.641288433382138vw);
  margin-bottom: -7.320644216691069vw;
}
@media screen and (max-width: 768px) {
  .p-quality-method-bg {
    height: calc(100lvh + 53.333333333333336vw);
    background-image: url("/alcohol/beer/harekaze/quality/images/bg_method_sp.jpg");
    margin-bottom: -26.666666666666668vw;
  }
}
.p-quality-method-inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 2.12298682284041vw 0 19.765739385065885vw;
  margin-top: -100lvh;
}
@media screen and (max-width: 768px) {
  .p-quality-method-inner {
    padding: 8.799999999999999vw 0 154.66666666666666vw;
    margin-top: -100lvh;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-method_title {
    width: 23.143484626647144vw;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-method_title {
    width: 67.44266666666667vw;
    margin: 0 auto 0;
  }
}
.p-quality-method_lead {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-method_lead {
    font-size: 1.756954612005857vw;
    line-height: 1.916666666666667;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 21.96193265007321vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-method_lead {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 80vw;
  }
}
.p-quality-method_lead span {
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .p-quality-method-content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 80.23426061493412vw;
    margin-top: 21.96193265007321vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-method-content_wrap {
    margin-top: 52.800000000000004vw;
    width: 80.53333333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-method-content {
    width: 25.622254758418737vw;
    margin-top: 5.783308931185944vw;
  }
}
.p-quality-method-content_img_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-method-content_img_wrap {
    width: 46.04685212298683vw;
    height: 42.75256222547584vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-method-content_img_wrap {
    width: 100%;
    height: 89.86666666666666vw;
    margin-top: 18.666666666666668vw;
  }
}
.p-quality-method-content_img {
  position: absolute;
}
.p-quality-method-content_img.is-1 {
  top: 0;
  left: 0;
  width: 32.503660322108345vw;
}
@media screen and (max-width: 768px) {
  .p-quality-method-content_img.is-1 {
    width: 59.73333333333334vw;
  }
}
.p-quality-method-content_img.is-1.is-entry + .is-2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.2s linear 0.3s, -webkit-transform 0.3s linear 0.3s, -webkit-filter 0.3s linear 0.5s;
  transition: opacity 0.2s linear 0.3s, -webkit-transform 0.3s linear 0.3s, -webkit-filter 0.3s linear 0.5s;
  transition: transform 0.3s linear 0.3s, opacity 0.2s linear 0.3s, filter 0.3s linear 0.5s;
  transition: transform 0.3s linear 0.3s, opacity 0.2s linear 0.3s, filter 0.3s linear 0.5s, -webkit-transform 0.3s linear 0.3s, -webkit-filter 0.3s linear 0.5s;
}
.p-quality-method-content_img.is-2 {
  bottom: 0;
  right: 0;
  width: 19.106881405563687vw;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .p-quality-method-content_img.is-2 {
    width: 38.93333333333333vw;
  }
}
.p-quality-method-content_text {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-method-content_text {
    font-size: 1.171303074670571vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-method-content_text {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 2.666666666666667vw;
  }
}
.p-quality-method-content_text span {
  display: block;
  margin-top: 1.4em;
}
.p-quality-note {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #00b2c4;
}
@media screen and (min-width: 769px) {
  .p-quality-note {
    padding: 10.248901903367496vw 0 7.320644216691069vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note {
    padding: 21.333333333333336vw 0;
  }
}
.p-quality-note_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-quality-note_inner {
    width: 76.57393850658858vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_inner {
    width: 80.53333333333333vw;
  }
}
.p-quality-note_title {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-quality-note_title {
    width: 37.39897510980966vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_title {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-note_young-employee_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.513909224011713vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_young-employee_list {
    margin-top: 8.533333333333333vw;
  }
}
.p-quality-note_young-employee_item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-quality-note_young-employee_item {
    width: 37.39897510980966vw;
  }
  .p-quality-note_young-employee_item + .p-quality-note_young-employee_item {
    margin-left: 1.610541727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_young-employee_item + .p-quality-note_young-employee_item {
    margin-top: 8.533333333333333vw;
  }
}
.p-quality-note_young-employee_item >a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.p-quality-note_young-employee_item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-quality-note_young-employee_title {
    font-size: 1.02489019033675vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 0.439238653001464vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_young-employee_title {
    font-size: 3.733333333333334vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-note_related_title {
    width: 8.759882869692532vw;
    margin: 5.856515373352855vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_related_title {
    width: 41.6vw;
    margin: 12.8vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-note_related_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.513909224011713vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_related_list {
    margin-top: 8.533333333333333vw;
  }
}
.p-quality-note_related_item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-quality-note_related_item {
    width: 24.45095168374817vw;
  }
  .p-quality-note_related_item + .p-quality-note_related_item {
    margin-left: 1.610541727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_related_item + .p-quality-note_related_item {
    margin-top: 8.533333333333333vw;
  }
}
.p-quality-note_related_item >a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.p-quality-note_related_item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-quality-note_related_item_title {
    font-size: 1.317715959004393vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 0.732064421669107vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_related_item_title {
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-note_related_item_text {
    font-size: 1.02489019033675vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 0.439238653001464vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_related_item_text {
    font-size: 3.733333333333334vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 1.6vw;
  }
}
.p-quality-note_btn {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  color: #00b2c4;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-quality-note_btn {
    font-size: 1.317715959004393vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 3.513909224011713vw;
    margin-left: auto;
    margin-right: auto;
    padding: 1.683748169838946vw 0;
    width: 30.01464128843338vw;
    border-radius: 2.928257686676428vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_btn {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 13.066666666666665vw;
    padding: 5.066666666666666vw 0;
    border-radius: 10.666666666666668vw;
  }
}
.p-quality-note_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00b2c4;
}
@media screen and (min-width: 769px) {
  .p-quality-note_btn:before {
    left: 1.317715959004393vw;
    width: 1.244509516837482vw;
    height: 0.219619326500732vw;
    border-radius: 0.292825768667643vw;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-note_btn:before {
    left: 5.333333333333334vw;
    width: 3.733333333333334vw;
    height: 0.533333333333333vw;
    border-radius: 0.266666666666667vw;
  }
}
.p-quality-note_btn:hover {
  opacity: 0.6;
}
.p-quality-thought {
  position: relative;
  width: 100%;
  background-color: #00b2c4;
  margin-top: -2.928257686676428vw;
}
@media screen and (max-width: 768px) {
  .p-quality-thought {
    margin-top: -5.333333333333334vw;
  }
}
.p-quality-sec04-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-inner {
    margin-top: -100vw;
  }
}
.p-quality-sec04_title-wrap {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100vh;
  background: url("/alcohol/beer/harekaze/quality/images/bg_thought_pc.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04_title-wrap {
    background-image: url("/alcohol/beer/harekaze/quality/images/bg_thought_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec04_title {
    width: 23.450951683748166vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-quality-sec04_title {
    width: 68.33866666666665vw;
    margin: 0 auto;
  }
}
.p-quality-sec04_title img {
  display: block;
  margin: auto;
  width: 23.42606149341142vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04_title img {
    width: 68.26666666666667vw;
  }
}
.p-quality-sec04-interview {
  position: relative;
  color: #fff;
  background-color: #00b2c4;
}
.p-quality-sec04-interview:nth-child(2) {
  padding-top: 10.980966325036604vw;
  padding-bottom: 14.641288433382138vw;
  margin-top: -7.320644216691069vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,178,196,0)), color-stop(7.320644216691069vw, #00b2c4));
  background: -webkit-linear-gradient(rgba(0,178,196,0), #00b2c4 7.320644216691069vw);
  background: linear-gradient(rgba(0,178,196,0), #00b2c4 7.320644216691069vw);
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview:nth-child(2) {
    padding-top: 40vw;
    padding-bottom: 0;
    margin-top: -26.666666666666668vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,178,196,0)), color-stop(26.666666666666668vw, #00b2c4));
    background: -webkit-linear-gradient(rgba(0,178,196,0), #00b2c4 26.666666666666668vw);
    background: linear-gradient(rgba(0,178,196,0), #00b2c4 26.666666666666668vw);
  }
}
@media screen and (min-width: 769px) {
  .p-quality-sec04-interview:nth-child(2) .p-quality-sec04-interview_img {
    margin-top: 8.199121522693996vw;
  }
}
.p-quality-sec04-interview_img {
  width: 56.1vw;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_img {
    width: 100%;
    position: relative;
  }
}
.p-quality-sec04-interview_img1 {
  left: 0;
}
.p-quality-sec04-interview_img2 {
  right: 0;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_img2 {
    margin-top: 0;
  }
}
.p-quality-sec04-interview_content1 {
  position: relative;
  width: 39.2vw;
  margin-left: 50vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_content1 {
    width: 100%;
    margin: -14.517333333333331vw 0 0;
    padding: 0 9.066666666666666vw 15.466666666666667vw;
  }
}
.p-quality-sec04-interview_content1 .p-quality-sec04-interview_name img {
  display: block;
  width: 15.831625183016104vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_content1 .p-quality-sec04-interview_name img {
    width: 40.624vw;
  }
}
.p-quality-sec04-interview_content2 {
  position: relative;
  width: 39.2vw;
  margin-right: 50vw;
  margin-left: auto;
  padding-bottom: 17.569546120058565vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_content2 {
    width: 100%;
    padding: 0 9.066666666666666vw 53.333333333333336vw;
  }
}
.p-quality-sec04-interview_content2 .p-quality-sec04-interview_name img {
  display: block;
  width: 18.931185944363104vw;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_content2 .p-quality-sec04-interview_name img {
    width: 48.16533333333333vw;
  }
}
.p-quality-sec04-interview_name {
  border: solid #fff;
  border-width: 1px 0;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_name {
    padding: 8.533333333333333vw 0;
  }
}
.p-quality-sec04-interview_name p {
  margin-top: 32px;
  font-size: 1.02489019033675vw;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_name p {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 4.266666666666667vw;
  }
}
.p-quality-sec04-interview_title {
  margin-top: 48px;
  font-size: 1.756954612005857vw;
  line-height: 1.916666666666667;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_title {
    margin-top: 8.533333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-quality-sec04-interview_title-inner {
  background: #fff;
  color: #00b2c4;
}
.p-quality-sec04-interview_text {
  margin-top: 48px;
  font-size: 1.171303074670571vw;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-quality-sec04-interview_text {
    margin-top: 8.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
body {
  width: 100%;
}
.str-content {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.str-content img {
  width: 100%;
}
.str-content a {
  cursor: pointer;
}
.mod-box-share-sns {
  margin-top: 30px;
}
