* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}

p {
  line-break: strict;
}

.faq-hero__visual {
  position: relative;
  background: #eef4f9;
  overflow: hidden;
  padding: 100px 0 120px;
  min-height: 480px;
  margin-top: -80px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .faq-hero__visual {
    margin-top: -30px;
    padding: 70px 0 160px;
  }
}

.faq-hero__sq1 {
  left: -30px;
  bottom: -100px;
  opacity: 0.8;
  width: 580px;
  height: 580px;
}

.faq-hero__sq3 {
  right: -20px;
  top: 10px;
  width: 420px;
  height: 420px;
  opacity: 0.6;
}

.faq-hero__illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 220px;
  z-index: 0;
  pointer-events: none;
}
.faq-hero__illust img {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .faq-hero__illust {
    width: 290px;
    height: 120px;
  }
}

.faq-hero__cards-wrap {
  position: relative;
  z-index: 1;
}

.faq-preview-cards {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  column-gap: 40px;
  row-gap: 0;
  justify-content: center;
}
.faq-preview-cards > * {
  margin-bottom: 75px;
}
.faq-preview-cards > :nth-child(2) {
  margin-top: -30px;
}
.faq-preview-cards > :nth-child(3) {
  margin-top: -30px;
  margin-left: -180px;
}
.faq-preview-cards > :nth-child(4) {
  margin-top: -40px;
  margin-left: 150px;
}
@media screen and (max-width: 768px) {
  .faq-preview-cards {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 12px;
  }
  .faq-preview-cards > :nth-child(2) {
    margin-top: 0;
  }
  .faq-preview-cards > :nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
  .faq-preview-cards > :nth-child(4) {
    margin-top: 0;
    margin-left: 0;
  }
  .faq-preview-cards > * {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .faq-preview-cards > * {
    margin-bottom: 20px;
  }
}

.faq-preview-card {
  position: relative;
  display: block;
  width: 325px;
  height: 150px;
  border: 3px solid;
  padding: 15px 10px 30px;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.faq-preview-card:hover {
  opacity: 0.85;
}
.faq-preview-card--blue {
  border-color: #013388;
}
.faq-preview-card--teal {
  border-color: #31adbe;
}
@media screen and (max-width: 768px) {
  .faq-preview-card {
    width: 100%;
    height: 100px;
    padding: 12px 8px 24px;
  }
}

.faq-preview-card__inner {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .faq-preview-card__inner {
    padding-left: 32px;
  }
}

.faq-preview-card__q-letter {
  position: absolute;
  left: 0;
  top: -8px;
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
.faq-preview-card--blue .faq-preview-card__q-letter {
  color: #013388;
}
.faq-preview-card--teal .faq-preview-card__q-letter {
  color: #31adbe;
}
@media screen and (max-width: 768px) {
  .faq-preview-card__q-letter {
    font-size: 3rem;
  }
}

.faq-preview-card__inner p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .faq-preview-card__inner p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.faq-preview-card__link-badge {
  position: absolute;
  right: -5px;
  bottom: -20px;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.faq-preview-card--blue .faq-preview-card__link-badge {
  background: #013388;
}
.faq-preview-card--teal .faq-preview-card__link-badge {
  background: #31adbe;
}
.faq-preview-card__link-badge .c-arrow {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-preview-card__link-badge {
    right: -3px;
    bottom: -14px;
    width: 56px;
    height: 36px;
  }
}

.faq-preview-card__tail {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}
.faq-preview-card__tail span {
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
.faq-preview-card__tail span:nth-child(1) {
  width: 40px;
  height: 40px;
}
.faq-preview-card__tail span:nth-child(2) {
  width: 24px;
  height: 24px;
}
.faq-preview-card__tail span:nth-child(3) {
  width: 16px;
  height: 16px;
}
.faq-preview-card--blue .faq-preview-card__tail span {
  border: 3px solid #013388;
}
.faq-preview-card--blue .faq-preview-card__tail span:nth-child(1) {
  transform: translate(-20px, -20px);
}
.faq-preview-card--blue .faq-preview-card__tail span:nth-child(2) {
  transform: translate(6px, -32px);
}
.faq-preview-card--blue .faq-preview-card__tail span:nth-child(3) {
  transform: translate(23px, -39px);
}
.faq-preview-card--teal .faq-preview-card__tail span {
  border: 3px solid #31adbe;
}
.faq-preview-card--teal .faq-preview-card__tail span:nth-child(1) {
  transform: translate(-20px, -20px);
}
.faq-preview-card--teal .faq-preview-card__tail span:nth-child(2) {
  transform: translate(-46px, -32px);
}
.faq-preview-card--teal .faq-preview-card__tail span:nth-child(3) {
  transform: translate(-63px, -39px);
}
.qa-list {
  padding: 80px 0 100px;
}
.qa-list > .inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .qa-list {
    padding: 60px 0 80px;
  }
  .qa-list > .inner {
    gap: 40px;
  }
}

.qa-card {
  border-radius: 10px;
  border: 2px solid;
  overflow: hidden;
}
.qa-card--blue {
  border-color: #013388;
}
.qa-card--teal {
  border-color: #31adbe;
}

.qa-card__q {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.qa-card--blue .qa-card__q {
  background: #013388;
}
.qa-card--teal .qa-card__q {
  background: #31adbe;
}
@media screen and (max-width: 768px) {
  .qa-card__q {
    gap: 14px;
    padding: 16px;
  }
}

.qa-badge {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .qa-badge {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    font-size: 2.8rem;
  }
}

.qa-badge--q {
  background: #fff;
}
.qa-card--blue .qa-badge--q {
  color: #013388;
}
.qa-card--teal .qa-badge--q {
  color: #31adbe;
}

.qa-badge--a {
  color: #fff;
}
.qa-card--blue .qa-badge--a {
  background: #013388;
}
.qa-card--teal .qa-badge--a {
  background: #31adbe;
}

.qa-card__q-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.385;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .qa-card__q-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.qa-card__a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 768px) {
  .qa-card__a {
    gap: 16px;
    padding: 16px 16px 20px;
  }
}

.qa-card__a-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .qa-card__a-head {
    gap: 14px;
  }
}

.qa-card__a-summary {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.385;
}
.qa-card--blue .qa-card__a-summary {
  color: #013388;
}
.qa-card--teal .qa-card__a-summary {
  color: #31adbe;
}
@media screen and (max-width: 768px) {
  .qa-card__a-summary {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.qa-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .qa-detail-row {
    flex-direction: column;
    gap: 20px;
  }
}

.qa-detail-text {
  flex: 1;
  padding-left: 100px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
@media screen and (max-width: 768px) {
  .qa-detail-text {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.qa-detail-img {
  flex: 0 0 360px;
  height: 240px;
  overflow: hidden;
}
.qa-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .qa-detail-img {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}

.qa-detail-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 100px;
}
.qa-detail-stack > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
@media screen and (max-width: 768px) {
  .qa-detail-stack {
    padding-left: 0;
  }
  .qa-detail-stack > p {
    font-size: 1.4rem;
  }
}

.qa-map {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #eef4f9;
}
.qa-map__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .qa-map__bg {
    position: static;
    inset: auto;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .qa-map {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: transparent;
  }
}

.qa-map-label {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: rgba(1, 51, 136, 0.9);
  border: 2px solid #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.qa-map-label__region {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 2px 0 6px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .qa-map-label__region {
    font-size: 1.4rem;
    white-space: normal;
    padding: 0;
  }
}
.qa-map-label__num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .qa-map-label__num-wrap {
    height: auto;
    margin-left: auto;
  }
}
.qa-map-label__num {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .qa-map-label__num {
    font-size: 3rem;
  }
}
.qa-map-label__unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .qa-map-label__unit {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .qa-map-label {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 16px;
    text-align: left;
  }
}

.qa-photos {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .qa-photos {
    flex-direction: column;
    gap: 12px;
  }
}

.qa-photo {
  flex: 1;
  height: 280px;
  overflow: hidden;
}
.qa-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .qa-photo {
    flex: none;
    height: auto;
    aspect-ratio: 3/2;
  }
}

.qa-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 260px;
}
.qa-chart__img {
  width: 260px;
  height: 260px;
  object-fit: contain;
}
.qa-chart__caption {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .qa-chart {
    width: 240px;
    margin: 0 auto;
  }
  .qa-chart__img {
    width: 240px;
    height: 240px;
  }
  .qa-chart__caption {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=page_qa.css.map */