@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.page-special .ul-head__en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .page-special .ul-head__en {
    font-size: 13.7404580153vw;
  }
}
.page-special .page-title {
  margin-bottom: 3.125rem;
}
.page-special .page-lead {
  font-size: 1.25rem;
  line-height: 2.1;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-special .page-lead {
    font-size: 4.5801526718vw;
  }
}

#special .special__cont.--blue .special__cont--headColumn .title {
  background-color: #e6f4ff;
}
#special .special__cont.--blue .special__cont--headColumn .title span::after {
  background-color: #0068b3;
}
#special .special__cont.--blue .special-question {
  color: #0068b3;
  border: 1px solid #0068b3;
  background-color: #e6f4ff;
}
#special .special__cont.--blue .special__item--voice-title .title {
  color: #0068b3;
}
#special .special__cont.--blue .voice-wrapper {
  background-color: #e6f4ff;
}
#special .special__cont.--green .special__cont--headColumn .title {
  background-color: #eff9f0;
}
#special .special__cont.--green .special__cont--headColumn .title span::after {
  background-color: #64c667;
}
#special .special__cont.--green .special-question {
  color: #64c667;
  border: 1px solid #64c667;
  background-color: #eff9f0;
}
#special .special__cont.--green .special__item--voice-title .title {
  color: #64c667;
}
#special .special__cont.--green .voice-wrapper {
  background-color: #eff9f0;
}
#special .special__cont.--lightBlue .special__cont--headColumn .title {
  background-color: #e9f8fd;
}
#special .special__cont.--lightBlue .special__cont--headColumn .title span::after {
  background-color: #24bde8;
}
#special .special__cont.--lightBlue .special-question {
  color: #24bde8;
  border: 1px solid #24bde8;
  background-color: #e9f8fd;
}
#special .special__cont.--lightBlue .special__item--voice-title .title {
  color: #24bde8;
}
#special .special__cont.--lightBlue .voice-wrapper {
  background-color: #e9f8fd;
}
#special .special__cont.--lightBlue .voiceItems .text {
  border: 1px solid #24bde8;
}
#special .special__cont.--lightBlue .voiceItems .text::before {
  background: no-repeat center/contain url(/special/images/delta-blue.png);
}
#special .special__cont--headColumn {
  display: flex;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #special .special__cont--headColumn {
    flex-direction: column;
    margin-bottom: 7.6335877863vw;
  }
}
#special .special__cont--headColumn .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #special .special__cont--headColumn .img {
    width: 100%;
  }
}
#special .special__cont--headColumn .title {
  flex: 1;
  padding-left: 3.125rem;
  background-color: #ffeff3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #special .special__cont--headColumn .title {
    padding: 5.0890585242vw;
    min-height: 45.8015267176vw;
  }
}
#special .special__cont--headColumn .title span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  #special .special__cont--headColumn .title span {
    font-size: 6.106870229vw;
    padding-bottom: 5.0890585242vw;
  }
}
#special .special__cont--headColumn .title span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.9375rem;
  height: 5px;
  background-color: #ff638b;
}
@media screen and (max-width: 768px) {
  #special .special__cont--headColumn .title span::after {
    width: 20.3562340967vw;
  }
}
#special .special__item {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #special .special__item {
    margin-bottom: 12.7226463104vw;
  }
}
#special .special__item picture {
  margin: 0 auto;
}
#special .special-question {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff638b;
  border: 1px solid #ff638b;
  min-height: 5rem;
  max-width: 62.25rem;
  margin: 0 auto 3.125rem;
  border-radius: 12.5rem;
  background-color: #ffeff3;
}
@media screen and (max-width: 768px) {
  #special .special-question {
    font-size: 5.8524173028vw;
    min-height: 20.3562340967vw;
    margin: 0 auto 7.6335877863vw;
    border-radius: 30vw;
    text-align: center;
    padding: 1vw 0 1.5vw;
  }
}
#special .ranking {
  display: grid;
  grid-template-columns: repeat(3, auto);
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #special .ranking {
    grid-template-columns: repeat(1, auto);
  }
}
#special .ranking .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 0.625rem;
  border-left: 1px dashed #666;
}
@media screen and (max-width: 768px) {
  #special .ranking .item {
    border-left: none;
    border-bottom: 1px dashed #666;
    padding: 5.0890585242vw 2.5445292621vw;
  }
}
#special .ranking .item.--first {
  border-left: none;
}
#special .ranking .item.--first .icon {
  width: 8.125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item.--first .icon {
    width: 24.9363867684vw;
    margin-bottom: 1.272264631vw;
  }
}
#special .ranking .item.--first .score {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item.--first .score {
    font-size: 12.213740458vw;
  }
}
#special .ranking .item.--first .text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item.--first .text {
    font-size: 6.106870229vw;
  }
}
#special .ranking .item .icon {
  width: 7.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item .icon {
    width: 22.9007633588vw;
    margin-bottom: 1.272264631vw;
  }
}
#special .ranking .item .score {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item .score {
    font-size: 9.4736842105vw;
    margin-bottom: 2.5445292621vw;
  }
}
#special .ranking .item .score span {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #special .ranking .item .score span {
    font-size: 3.5623409669vw;
  }
}
#special .ranking .item .text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #special .ranking .item .text {
    font-size: 4.5801526718vw;
  }
}
#special .special__item--voice .inner {
  max-width: 1770px;
}
#special .special__item--voice-title {
  max-width: 1090px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 768px) {
  #special .special__item--voice-title {
    margin: 0 auto 2vw;
  }
}
#special .special__item--voice-title .icon {
  display: block;
  width: 9.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #special .special__item--voice-title .icon {
    width: 20.3562340967vw;
    margin-bottom: 2vw;
  }
}
#special .special__item--voice-title .title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff638b;
}
@media screen and (max-width: 768px) {
  #special .special__item--voice-title .title {
    font-size: 5.0890585242vw;
  }
}
#special .voice-wrapper {
  padding: 2.75rem 2.5rem 3.4375rem;
  border-radius: 1.875rem;
  background-color: #ffeff3;
}
@media screen and (max-width: 768px) {
  #special .voice-wrapper {
    padding: 5.0890585242vw 5.0890585242vw 7.6335877863vw;
    border-radius: 3.8167938931vw;
  }
}
#special .voiceItems {
  max-width: 68.125rem;
  margin: 0 auto;
}
#special .voiceItems .item {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 3.125rem;
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item {
    gap: 1vw;
    margin-bottom: 7.6335877863vw;
  }
}
#special .voiceItems .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
#special .voiceItems .item:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item:nth-child(2n) .text {
    margin-right: 4.6vw;
  }
}
#special .voiceItems .item:nth-child(2n) .text::before {
  left: auto;
  right: -2.5625rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item:nth-child(2n) .text::before {
    right: -3.6vw;
  }
}
#special .voiceItems .item:last-child {
  margin-bottom: 0;
}
#special .voiceItems .item .icon {
  width: 7.5rem;
  height: 8.75rem;
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item .icon {
    width: 15.2671755725vw;
    height: 17.8117048346vw;
  }
}
#special .voiceItems .item .icon img {
  object-fit: contain;
}
#special .voiceItems .item .text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 1.25rem 1.6875rem;
  background-color: #fff;
  border: 1px solid #ff638b;
  border-radius: 1.875rem;
  margin-left: 3.125rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item .text {
    font-size: 4.0712468193vw;
    line-height: 1.75;
    padding: 3.3078880407vw 5.0890585242vw;
    border-radius: 3.8167938931vw;
    margin-left: 4.6vw;
  }
}
#special .voiceItems .item .text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2.5625rem;
  width: 2.8125rem;
  height: 2.125rem;
  background: no-repeat center/contain url(/special/images/delta-pink.png);
}
@media screen and (max-width: 768px) {
  #special .voiceItems .item .text::before {
    width: 4vw;
    height: 3vw;
    bottom: auto;
    top: 8vw;
    left: -3.6vw;
  }
}/*# sourceMappingURL=special.css.map */