.truth-hero {
  font-size: 0;
  line-height: 0;
}
.truth-hero img {
  width: 100%;
}
.truth-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 14vw 1fr 14vw;
  container-type: inline-size;
  margin-top: -35vw;
}
@media (min-width: 768px) {
  .truth-content {
    margin-top: -9.6875%;
    grid-template-rows: 260px 1fr 260px;
  }
}
@media (min-width: 2000px) {
  .truth-content {
    grid-template-rows: 16.25cqw 1fr 16.25cqw;
  }
}
.truth-content::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/common/bg_sect_01_sp.svg");
  background-position: center bottom;
}
@media (min-width: 768px) {
  .truth-content::before {
    background-size: 2000px auto;
    background-image: url("../images/common/bg_sect_01.svg");
    background-position: center top;
  }
}
@media (min-width: 2000px) {
  .truth-content::before {
    background-size: cover;
  }
}
.truth-content::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/common/bg_sect_02_sp.svg");
  background-position: center top;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .truth-content::after {
    background-size: 2000px auto;
    background-image: url("../images/common/bg_sect_02.svg");
    background-position: center bottom;
  }
}
@media (min-width: 2000px) {
  .truth-content::after {
    background-size: cover;
  }
}
.truth-content__inner {
  background-color: #fff;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .truth-content__inner {
    padding-block: 0;
  }
}
.truth-lead__txt {
  margin-inline: auto;
  max-width: 1240px;
  padding-block: 40px 0;
  padding-inline: 20px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .truth-lead__txt {
    padding-block: 0;
    font-size: 2.5rem;
  }
}
.truth-lead__txt span {
  color: #0080CB;
}
.truth-anchor {
  margin-block: 40px 60px;
}
@media (min-width: 768px) {
  .truth-anchor {
    margin-block: 60px 100px;
  }
}
.truth-anchor__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 768px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1025px) {
  .truth-anchor__list {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1240px;
    gap: 10px 20px;
  }
}
.truth-anchor__list-item {
  container-type: inline-size;
  aspect-ratio: 175/130;
}
@media (min-width: 1025px) {
  .truth-anchor__list-item {
    aspect-ratio: 224/375;
  }
}
.truth-anchor__list-item a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 17.1428571429cqw 8.5714285714cqw;
  background-image: url("../images/truth/truth-anchor_bg_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .truth-anchor__list-item a {
    padding: 30px 20px;
    background-image: url("../images/truth/truth-anchor_bg.svg");
    writing-mode: vertical-rl;
  }
}
@media (any-hover: hover) {
  .truth-anchor__list-item a:hover {
    transform: scale(1.05);
  }
}
.truth-anchor__list-item:last-child {
  aspect-ratio: 360/130;
  grid-column: span 2;
}
@media (min-width: 1025px) {
  .truth-anchor__list-item:last-child {
    grid-column: span 1;
    aspect-ratio: 224/375;
  }
}
.truth-anchor__list-item:last-child a {
  padding: 11.6666666667cqw 4.1666666667cqw;
  background-image: url("../images/truth/truth-anchor_bg_last_sp.svg");
}
@media (min-width: 1025px) {
  .truth-anchor__list-item:last-child a {
    background-image: url("../images/truth/truth-anchor_bg.svg");
  }
}
.truth-anchor__list-item:last-child a .truth-anchor__en {
  font-size: 2.7777777778cqw;
}
@media (min-width: 1025px) {
  .truth-anchor__list-item:last-child a .truth-anchor__en {
    font-size: 0.75rem;
  }
}
.truth-anchor__list-item:last-child a .truth-anchor__ttl {
  font-size: 5cqw;
}
@media (min-width: 1025px) {
  .truth-anchor__list-item:last-child a .truth-anchor__ttl {
    font-size: 1.5rem;
  }
}
.truth-anchor__list-item-inner {
  display: flex;
  flex-direction: column;
}
.truth-anchor__list-item-icon {
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 60px;
  height: 60px;
}
@media (min-width: 1240px) {
  .truth-anchor__list-item-icon {
    width: 130px;
    height: 130px;
    right: auto;
    left: 20px;
    bottom: 40px;
  }
}
.truth-anchor__en {
  display: block;
  margin-top: 5px;
  font-family: "Krona One", sans-serif;
  font-size: 5.7142857143cqw;
  line-height: 1.4;
  text-transform: uppercase;
  order: 2;
}
@media (min-width: 1025px) {
  .truth-anchor__en {
    margin-top: 0;
    margin-left: 8px;
    order: 1;
    font-size: 0.75rem;
  }
}
.truth-anchor__ttl {
  display: block;
  font-size: 10.2857142857cqw;
  line-height: 1;
  font-weight: 700;
  order: 1;
}
@media (min-width: 1025px) {
  .truth-anchor__ttl {
    order: 2;
    font-size: 1.5rem;
  }
}
.truth-01, .truth-03, .truth-05 {
  top: 0;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .truth-01, .truth-03, .truth-05 {
    padding-inline: 20px 60px;
  }
}
.truth-01__box, .truth-03__box, .truth-05__box {
  position: relative;
  background-color: #D5F1F9;
}
.truth-01__box-wrapper, .truth-03__box-wrapper, .truth-05__box-wrapper {
  position: relative;
  max-width: 1520px;
  margin-inline: auto;
  container-type: inline-size;
}
.truth-01__box-wrapper::before, .truth-03__box-wrapper::before, .truth-05__box-wrapper::before {
  content: "";
  display: block;
  margin-bottom: -1px;
  background-image: url("../images/truth/truth-about_bg_01_sp.svg");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 6.5789473684cqw;
  width: 100%;
}
@media (min-width: 768px) {
  .truth-01__box-wrapper::before, .truth-03__box-wrapper::before, .truth-05__box-wrapper::before {
    background-image: url("../images/truth/truth-about_bg_01.svg");
  }
}
.truth-01__box-wrapper::after, .truth-03__box-wrapper::after, .truth-05__box-wrapper::after {
  content: "";
  display: block;
  margin-top: -1px;
  background-image: url("../images/truth/truth-about_bg_02_sp.svg");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  height: 9.8684210526cqw;
  width: 100%;
}
@media (min-width: 768px) {
  .truth-01__box-wrapper::after, .truth-03__box-wrapper::after, .truth-05__box-wrapper::after {
    background-image: url("../images/truth/truth-about_bg_02.svg");
  }
}
.truth-01__box-inner, .truth-03__box-inner, .truth-05__box-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .truth-01__box-inner, .truth-03__box-inner, .truth-05__box-inner {
    padding: 80px 20px;
  }
}
.truth-01__ttl, .truth-03__ttl, .truth-05__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-01__ttl, .truth-03__ttl, .truth-05__ttl {
    font-size: 2.5rem;
  }
}
.truth-01__case, .truth-03__case, .truth-05__case {
  margin-top: 4px;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .truth-01__case, .truth-03__case, .truth-05__case {
    margin-top: 8px;
    font-size: 1rem;
  }
}
.truth-01__question, .truth-03__question, .truth-05__question {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.truth-01__question-box, .truth-03__question-box, .truth-05__question-box {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #019CD5;
}
@media (min-width: 768px) {
  .truth-01__question-box, .truth-03__question-box, .truth-05__question-box {
    border-radius: 15px;
    padding: 20px 40px;
  }
}
.truth-01__question-box--tail::after, .truth-03__question-box--tail::after, .truth-05__question-box--tail::after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #019CD5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.truth-01__question-txt, .truth-03__question-txt, .truth-05__question-txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-01__question-txt, .truth-03__question-txt, .truth-05__question-txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .truth-01__answer, .truth-03__answer, .truth-05__answer {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
  }
}
.truth-01__answer-box, .truth-03__answer-box, .truth-05__answer-box {
  position: relative;
  margin-top: 40px;
  flex: 0 1 860px;
  border-radius: 10px;
  max-width: 860px;
  padding: 60px 20px 30px;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .truth-01__answer-box, .truth-03__answer-box, .truth-05__answer-box {
    border-radius: 15px;
    padding: 40px;
  }
}
.truth-01__answer-box::after, .truth-03__answer-box::after, .truth-05__answer-box::after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0080CB;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.truth-01__answer-icon, .truth-03__answer-icon, .truth-05__answer-icon {
  position: absolute;
  z-index: 2;
  width: 80px;
}
@media (min-width: 768px) {
  .truth-01__answer-icon, .truth-03__answer-icon, .truth-05__answer-icon {
    position: static;
    flex: 0 0 120px;
    width: auto;
  }
}
.truth-01__answer-catch, .truth-03__answer-catch, .truth-05__answer-catch {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-01__answer-catch, .truth-03__answer-catch, .truth-05__answer-catch {
    font-size: 1.625rem;
  }
}
.truth-01__answer-txt, .truth-03__answer-txt, .truth-05__answer-txt {
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .truth-01__answer-txt, .truth-03__answer-txt, .truth-05__answer-txt {
    font-size: 1.125rem;
  }
}
.truth-01__answer-txt b, .truth-03__answer-txt b, .truth-05__answer-txt b {
  font-weight: 700;
}
.truth-01__answer-wrong, .truth-03__answer-wrong, .truth-05__answer-wrong {
  position: absolute;
  width: 160px;
}
@media (min-width: 768px) {
  .truth-01__answer-wrong, .truth-03__answer-wrong, .truth-05__answer-wrong {
    width: 238px;
  }
}
.truth-01__box, .truth-03__box, .truth-05__box {
  border-radius: 20px 0;
}
@media (min-width: 768px) {
  .truth-01__box, .truth-03__box, .truth-05__box {
    border-radius: 40px 0;
  }
}
.truth-01__question, .truth-03__question, .truth-05__question {
  margin-top: 30px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .truth-01__question, .truth-03__question, .truth-05__question {
    margin-top: 0;
  }
}
.truth-01__question-box--tail::after, .truth-03__question-box--tail::after, .truth-05__question-box--tail::after {
  right: 20px;
  transform: scale(-1, 1);
}
.truth-01__answer-box::after, .truth-03__answer-box::after, .truth-05__answer-box::after {
  left: 20px;
}
.truth-01__answer-wrong, .truth-03__answer-wrong, .truth-05__answer-wrong {
  top: -44px;
  left: -10px;
}
@media (min-width: 768px) {
  .truth-01__answer-wrong, .truth-03__answer-wrong, .truth-05__answer-wrong {
    top: -114px;
    left: -90px;
  }
}
.truth-01__answer-icon, .truth-03__answer-icon, .truth-05__answer-icon {
  right: -20px;
  bottom: -80px;
}
@media (min-width: 768px) {
  .truth-01__answer-icon, .truth-03__answer-icon, .truth-05__answer-icon {
    right: -20px;
    bottom: -20px;
  }
}
.truth-03, .truth-05 {
  margin-top: 22.5vw;
}
@media (min-width: 768px) {
  .truth-03, .truth-05 {
    margin-top: 80px;
  }
}
.truth-05__answer-icon {
  right: 0;
  bottom: -100px;
}
@media (min-width: 768px) {
  .truth-05__answer-icon {
    left: -10px;
    bottom: -40px;
  }
}
.truth-02, .truth-04 {
  margin-top: 22.5vw;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .truth-02, .truth-04 {
    margin-top: 80px;
    padding-inline: 60px 20px;
  }
}
.truth-02__box, .truth-04__box {
  position: relative;
  background-color: #D5F1F9;
}
.truth-02__box-wrapper, .truth-04__box-wrapper {
  position: relative;
  max-width: 1520px;
  margin-inline: auto;
  container-type: inline-size;
}
.truth-02__box-wrapper::before, .truth-04__box-wrapper::before {
  content: "";
  display: block;
  margin-bottom: -1px;
  background-image: url("../images/truth/truth-about_bg_01_sp.svg");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 6.5789473684cqw;
  width: 100%;
}
@media (min-width: 768px) {
  .truth-02__box-wrapper::before, .truth-04__box-wrapper::before {
    background-image: url("../images/truth/truth-about_bg_01.svg");
  }
}
.truth-02__box-wrapper::after, .truth-04__box-wrapper::after {
  content: "";
  display: block;
  margin-top: -1px;
  background-image: url("../images/truth/truth-about_bg_02_sp.svg");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  height: 9.8684210526cqw;
  width: 100%;
}
@media (min-width: 768px) {
  .truth-02__box-wrapper::after, .truth-04__box-wrapper::after {
    background-image: url("../images/truth/truth-about_bg_02.svg");
  }
}
.truth-02__box-inner, .truth-04__box-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .truth-02__box-inner, .truth-04__box-inner {
    padding: 80px 20px;
  }
}
.truth-02__ttl, .truth-04__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-02__ttl, .truth-04__ttl {
    font-size: 2.5rem;
  }
}
.truth-02__case, .truth-04__case {
  margin-top: 4px;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .truth-02__case, .truth-04__case {
    margin-top: 8px;
    font-size: 1rem;
  }
}
.truth-02__question, .truth-04__question {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.truth-02__question-box, .truth-04__question-box {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #019CD5;
}
@media (min-width: 768px) {
  .truth-02__question-box, .truth-04__question-box {
    border-radius: 15px;
    padding: 20px 40px;
  }
}
.truth-02__question-box--tail::after, .truth-04__question-box--tail::after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #019CD5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.truth-02__question-txt, .truth-04__question-txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-02__question-txt, .truth-04__question-txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .truth-02__answer, .truth-04__answer {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
  }
}
.truth-02__answer-box, .truth-04__answer-box {
  position: relative;
  margin-top: 40px;
  flex: 0 1 860px;
  border-radius: 10px;
  max-width: 860px;
  padding: 60px 20px 30px;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .truth-02__answer-box, .truth-04__answer-box {
    border-radius: 15px;
    padding: 40px;
  }
}
.truth-02__answer-box::after, .truth-04__answer-box::after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0080CB;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.truth-02__answer-icon, .truth-04__answer-icon {
  position: absolute;
  z-index: 2;
  width: 80px;
}
@media (min-width: 768px) {
  .truth-02__answer-icon, .truth-04__answer-icon {
    position: static;
    flex: 0 0 120px;
    width: auto;
  }
}
.truth-02__answer-catch, .truth-04__answer-catch {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .truth-02__answer-catch, .truth-04__answer-catch {
    font-size: 1.625rem;
  }
}
.truth-02__answer-txt, .truth-04__answer-txt {
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .truth-02__answer-txt, .truth-04__answer-txt {
    font-size: 1.125rem;
  }
}
.truth-02__answer-txt b, .truth-04__answer-txt b {
  font-weight: 700;
}
.truth-02__answer-wrong, .truth-04__answer-wrong {
  position: absolute;
  width: 160px;
}
@media (min-width: 768px) {
  .truth-02__answer-wrong, .truth-04__answer-wrong {
    width: 238px;
  }
}
.truth-02__box, .truth-04__box {
  border-radius: 0 20px;
}
@media (min-width: 768px) {
  .truth-02__box, .truth-04__box {
    border-radius: 0 40px;
  }
}
.truth-02__box-wrapper::before, .truth-04__box-wrapper::before {
  transform: scale(-1, 1);
}
.truth-02__box-wrapper::after, .truth-04__box-wrapper::after {
  transform: scale(-1, 1);
}
.truth-02__question, .truth-04__question {
  margin-top: 30px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .truth-02__question, .truth-04__question {
    margin-top: 40px;
    align-items: flex-start;
  }
}
.truth-02__question-box--tail::after, .truth-04__question-box--tail::after {
  right: 20px;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .truth-02__question-box--tail::after, .truth-04__question-box--tail::after {
    right: auto;
    left: 20px;
    transform: scale(1, 1);
  }
}
.truth-02__answer, .truth-04__answer {
  justify-content: flex-end;
}
.truth-02__answer-box::after, .truth-04__answer-box::after {
  right: 20px;
  transform: scale(-1, 1);
}
.truth-02__answer-wrong, .truth-04__answer-wrong {
  top: -44px;
  left: -10px;
}
@media (min-width: 768px) {
  .truth-02__answer-wrong, .truth-04__answer-wrong {
    top: -114px;
    right: -70px;
    left: auto;
  }
}
.truth-02__answer-icon, .truth-04__answer-icon {
  left: -10px;
  bottom: -90px;
}
@media (min-width: 768px) {
  .truth-02__answer-icon, .truth-04__answer-icon {
    left: -10px;
    bottom: -40px;
  }
}
.truth-04__answer-icon {
  left: -20px;
  bottom: -120px;
}
@media (min-width: 768px) {
  .truth-04__answer-icon {
    left: -10px;
    bottom: -40px;
  }
}
