.lineup h4 {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 0 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 2.5vw, 28px);
  font-weight: bold;
  color: #fff;
  justify-content: center;
  height: 40px;
  position: relative;
}
.lineup h4 span {
  z-index: 1;
  background-color: #fff;
  padding: 0 0.5em;
  position: relative;
}
.lineup h4 span::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.lineup h4.-blue {
  color: #345ba7;
}
.lineup h4.-blue::after {
  background-color: #345ba7;
}
.lineup h4.-lightblue {
  color: #6c8edb;
}
.lineup h4.-lightblue::after {
  background-color: #6c8edb;
}
.lineup h4.-skyblue {
  color: #a3c9f5;
}
.lineup h4.-skyblue::after {
  background-color: #a3c9f5;
}
.lineup h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lineup_items {
  margin-bottom: 80px;
}
.lineup .annotation {
  width: 100%;
  max-width: 1100px;
  font-size: 11px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lineup .annotation {
    padding: 0 20px;
  }
}

.comment_thumb img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .comment_thumb {
    width: 50%;
    padding-top: 4.505%;
  }
}
@media screen and (max-width: 767px) {
  .comment_thumb {
    order: 10;
    padding-top: 6.154%;
  }
}

.comment_caption {
  position: relative;
}
@media screen and (min-width: 768px) {
  .comment_caption {
    width: 45%;
  }
}
.comment_caption::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.572vw;
  height: 10vw;
}
@media screen and (min-width: 768px) {
  .comment_caption::before {
    max-width: 106px;
    max-height: 140px;
    margin-left: -0.666%;
  }
}
@media screen and (max-width: 767px) {
  .comment_caption::before {
    width: 21.6vw;
    height: 28vw;
    margin-left: -0.461%;
  }
}

.comment_text span {
  font-weight: bold;
  color: #345ba7;
}
.comment_lead {
  font-size: clamp(1.4rem, 2vw, 24px);
  line-height: 1.5;
  font-weight: bold;
  color: #345ba7;
}
@media screen and (max-width: 767px) {
  .comment_lead {
    font-size: 6vw;
  }
}
.comment_caption::before {
  margin-bottom: 10px;
}
.comment_materials {
  width: 100%;
}
.comment_summary {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comment_summary {
    padding: 0 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.about {
  padding-bottom: 60px;
}
.about_cp {
  margin-bottom: 30px;
}
.about_lead {
  padding-bottom: 0px;
}
.about_sublead {
  color: #000;
  margin-bottom: 20px;
  font-size: clamp(1.3rem, 1.6rem, 24px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about_sublead {
    padding: 0 20px;
  }
}
.about_body {
  padding: 30px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about_body {
    width: 90%;
    align-items: center;
  }
}
.about_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about_block {
    width: 90%;
    align-items: center;
  }
}
.about_block li {
  width: 50%;
  max-width: 260px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .about_block li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .about_block li:last-child {
    margin-bottom: 0;
  }
}
.about .annotation {
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .annotation {
    padding: 0 20px;
    text-align: left;
  }
}

.mainimg img {
  width: 100%;
}

.hero {
  padding-top: 5vw;
}
@media screen and (min-width: 1401px) {
  .hero {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 16vw;
  }
}

a.common-logo {
  position: fixed;
  width: 10vw;
  max-width: 146px;
  left: 10px;
  top: 1vw;
}
@media screen and (min-width: 1401px) {
  a.common-logo {
    left: calc(50% - 700px);
    width: 146px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  a.common-logo {
    width: 30vw;
    top: 4.4vw;
  }
}

.header {
  height: 5vw;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 1401px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 16vw;
  }
}