#kv {
  position: relative;
}
@media (min-width: 769px) {
  #kv {
    width: 100%;
    height: 0;
    background-image: url(../../images/kv/protein.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 46.875%;
  }
}
@media (max-width: 768px) {
  #kv {
    height: 600px;
    background-size: cover;
    background-position: 28% center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/kv/protein.jpg);
  }
}
#kv .kv_text {
  color: #000000;
  display: inline-block;
  position: absolute;
}
@media (min-width: 769px) {
  #kv .kv_text {
    top: 50%;
    transform: translateY(-50%);
    right: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text {
    right: 60px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text {
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
}
#kv .kv_text .text_header {
  text-align: center;
}
@media (min-width: 769px) {
  #kv .kv_text .text_header {
    padding-bottom: 1.3888888889vw;
    border-bottom: solid 1px #000000;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text .text_header {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text .text_header {
    padding-bottom: 16px;
    border-bottom: solid 1px #ffffff;
  }
}
@media (min-width: 769px) {
  #kv .kv_text .text_header .logo img {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text .text_header .logo img {
    width: 176px;
    height: 176px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text .text_header .logo img {
    width: 74px;
    height: 74px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  }
}
#kv .kv_text .text_header .text {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media (min-width: 769px) {
  #kv .kv_text .text_header .text {
    font-size: 2.5vw;
    margin-top: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text .text_header .text {
    font-size: 3.6rem;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text .text_header .text {
    font-size: 1.8rem;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
}
#kv .kv_text h1 {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.36;
}
@media (min-width: 769px) {
  #kv .kv_text h1 {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text h1 {
    font-size: 4.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text h1 {
    font-size: 2.3rem;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  #kv .kv_text .flex {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #kv .kv_text .item {
    width: 5.8333333333vw;
    margin-left: 3.3333333333vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text .item {
    width: 84px;
    margin-left: 48px;
  }
}
@media (max-width: 768px) {
  #kv .kv_text .item {
    width: 66px;
    margin-left: auto;
  }
}
#kv .kv_text p {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  #kv .kv_text p {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_text p {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  #kv .kv_text p {
    font-size: 1.5rem;
    width: 214px;
  }
}

main {
  background-image: url(../../images/modules/bg_wall.jpg);
  background-size: auto;
  background-repeat: repeat;
}

@media (min-width: 769px) {
  .page_protein #section01 {
    padding-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #section01 {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .page_protein #section01 {
    padding-top: 10px;
  }
}
.page_protein #section01::before {
  content: "";
  display: block;
  background-image: url(../../images/protein/repeat_logo.svg);
  background-repeat: no-repeat;
  height: 160px;
  background-size: cover;
  background-position: left 53.6% center;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .page_protein #section01::before {
    height: 10.2777777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #section01::before {
    height: 148px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page_protein #section01::before {
    height: 38px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .page_protein #section01 .block_text,
  .page_protein #section03 .block_text {
    padding-left: 14%;
  }
}
@media (max-width: 768px) {
  .page_protein #section01 .block_text,
  .page_protein #section03 .block_text {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) {
  .page_protein #section02 .block_text,
  .page_protein #section04 .block_text {
    padding-left: 7.5%;
  }
}
@media (max-width: 768px) {
  .page_protein #section02 .block_text,
  .page_protein #section04 .block_text {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) {
  .page_protein #section04 .block_text {
    position: relative;
  }
}
@media (min-width: 769px) {
  .page_protein #section04 .block_text figure {
    position: absolute;
    width: 7.7777777778vw;
    bottom: -1.6666666667vw;
    right: 20%;
  }
}
@media (min-width: 1440px) {
  .page_protein #section04 .block_text figure {
    width: 112px;
    bottom: -24px;
  }
}
@media (max-width: 768px) {
  .page_protein #section04 .block_text figure {
    width: 88px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
}
.page_protein #voice .inner {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .page_protein #voice .voice_header {
    text-align: center;
  }
}
.page_protein #voice h2 {
  color: #ffffff;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page_protein #voice h2 {
    margin-bottom: 1em;
  }
}
.page_protein #voice .voice {
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .page_protein #voice .voice {
    width: 31.6%;
    padding: 2.0833333333vw 2.2222222222vw 2.5vw 0;
  }
}
@media (min-width: 1440px) {
  .page_protein #voice .voice {
    padding: 30px 32px 36px 0;
  }
}
@media (max-width: 768px) {
  .page_protein #voice .voice {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 20px 0;
  }
  .page_protein #voice .voice + .voice {
    margin-top: 32px;
  }
}
.page_protein #voice .voice .persona {
  color: #ffffff;
  background-color: #9e232c;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 1.2em 0.5em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .page_protein #voice .voice .persona {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #voice .voice .persona {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page_protein #voice .voice .persona {
    font-size: 16px;
  }
}
.page_protein #voice .voice h3 {
  color: #9e232c;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .page_protein #voice .voice h3 {
    font-size: 1.5972222222vw;
    padding-left: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #voice .voice h3 {
    font-size: 23px;
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .page_protein #voice .voice h3 {
    font-size: 18px;
    padding-left: 20px;
  }
}
.page_protein #voice .voice p {
  line-height: 1.55;
}
@media (min-width: 769px) {
  .page_protein #voice .voice p {
    padding-left: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #voice .voice p {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .page_protein #voice .voice p {
    padding-left: 20px;
  }
}
.page_protein #voice .voice::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../images/protein/voice01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 769px) {
  .page_protein #voice .voice::before {
    top: -1.9444444444vw;
    right: 0.6944444444vw;
    width: 7.0833333333vw;
    height: 7.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .page_protein #voice .voice::before {
    top: -28px;
    right: 10px;
    width: 102px;
    height: 102px;
  }
}
@media (max-width: 768px) {
  .page_protein #voice .voice::before {
    top: -28px;
    right: 10px;
    width: 102px;
    height: 102px;
  }
}
.page_protein #voice .voice:nth-child(2)::before {
  background-image: url(../../images/protein/voice02.svg);
}
.page_protein #voice .voice:nth-child(3)::before {
  background-image: url(../../images/protein/voice03.svg);
}
/*# sourceMappingURL=protein.css.map */
