@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
サブビジュアル
---------------------------------------------------------------------- */
#sv {
  width: 92.6%;
  margin: 0 auto;
  background-image: url(../img/common/common-sv@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 6rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  gap: 1em 0.3em;
  color: #fff;
  height: 56.5rem;
}
@media screen and (max-width: 840px) {
  #sv {
    font-size: 4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #sv {
    gap: 0.3em 0.3em;
    font-size: 3.5rem;
  }
}
#sv .logoBox {
  width: 2em;
}
#sv .logoBox img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(339deg) brightness(106%) contrast(102%);
}
@media screen and (max-width: 520px) {
  #sv .logoBox {
    width: 2.3em;
  }
}
@media screen and (max-width: 520px) {
  #sv .txtBox {
    width: 86%;
    text-align: center;
  }
}
#sv .txtBox > p {
  font-size: 55%;
}
#sv .txtBox > h1 {
  font-weight: bold;
}

/* ----------------------------------------------------------------------
アコーディオン
---------------------------------------------------------------------- */
.accordion-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1em;
  margin: 4em 0;
  gap: 1em 2em;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .accordion-list {
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .accordion-list {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 3em 0 4em;
  }
}
.accordion-list .accordion-item {
  width: calc((100% - 2em) / 2);
  background-color: #fff;
  border-radius: 2rem;
  border: 0.1em solid #ededed;
  padding: 0 1.7em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .accordion-list .accordion-item {
    width: 86%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .accordion-list .accordion-item {
    width: 100%;
    border-radius: 1rem;
  }
}
.accordion-list .accordion-item dt {
  position: relative;
  cursor: pointer;
  padding: 1.4em 8rem 1.4em 0;
}
.accordion-list .accordion-item dt::before, .accordion-list .accordion-item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 2px;
  background: #ededed;
  transform: translateY(-50%);
  transition: 0.3s;
}
.accordion-list .accordion-item dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-list .accordion-item dt .stateTxt {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  opacity: 0;
  transition: 0.3s;
  color: #ededed;
}
.accordion-list .accordion-item dt .stateTxt::before {
  content: "回答を\a見る";
  white-space: pre;
  text-align: center;
  display: block;
}
.accordion-list .accordion-item dt:hover .stateTxt {
  opacity: 1;
}
.accordion-list .accordion-item.open > dt::after {
  opacity: 0;
}
.accordion-list .accordion-item.open > dt .stateTxt {
  opacity: 1;
}
.accordion-list .accordion-item.open > dt .stateTxt::before {
  content: "閉じる";
}
.accordion-list .accordion-item dd {
  padding: 1em 0 1.7em;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.45;
  border-top: 1px dashed #ededed;
}

/* ----------------------------------------------------------------------
流れ
---------------------------------------------------------------------- */
.flowBox .flowtxt {
  margin: 0 5rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 840px) {
  .flowBox .flowtxt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .flowBox .flowtxt {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.flowBox .flowtxt .flowTxtBox {
  padding: 4em 6.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .flowBox .flowtxt .flowTxtBox {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .flowBox .flowtxt .flowTxtBox {
    padding: 5em 0;
  }
}
.flowBox .flowtxt .flowTxtBox > h4 {
  font-size: 166%;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 520px) {
  .flowBox .flowtxt .flowTxtBox > h4 {
    font-size: 140%;
    margin-left: 1.6em;
  }
}
.flowBox .flowtxt .flowTxtBox > h4::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  background: url(../img/traffic-accident/acc-num01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: 50% auto auto -1.9em;
  transform: translateY(-50%);
}
.flowBox .flowtxt .flowTxtBox > p {
  margin-top: 1.3em;
}
.flowBox .flowtxt .flowTxtBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cbcbcb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flowBox .flowtxt .flowTxtBox:last-child::before {
  display: none;
}
.flowBox .flowtxt .flowTxtBox:nth-child(2) > h4::before {
  background: url(../img/traffic-accident/acc-num02.svg) no-repeat center;
  background-size: contain;
}
.flowBox .flowtxt .flowTxtBox:nth-child(3) > h4::before {
  background: url(../img/traffic-accident/acc-num03.svg) no-repeat center;
  background-size: contain;
}
.flowBox .flowtxt .flowTxtBox:nth-child(4) > h4::before {
  background: url(../img/traffic-accident/acc-num04.svg) no-repeat center;
  background-size: contain;
}

/* ----------------------------------------------------------------------
ページナビ
---------------------------------------------------------------------- */
.news-nav {
  margin-top: 1rem;
  display: inline-block;
  position: absolute;
  right: 0;
}
.news-nav .wp-pagenavi .current {
  border: none;
  color: #2ca6e0;
}
.news-nav .wp-pagenavi > a {
  border: none;
}