@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* mv */
#mv {
  background: url("../img/mv_bg.webp") no-repeat;
  background-size: cover;
  background-position: 10%;
}

#mv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 85px 0;
}

#mv .catch {
  width: 683px;
}

#mv .catch img {
  max-width: 100%;
}

.mv_cta {
  width: 393px;
  padding: 32px;
  padding-top: 0;
  margin-top: 14px;
  background-color: var(--clr-white);
  border-radius: 12px;
}

.mv_cta h3 {
  width: fit-content;
  margin: 0 auto;
  background-color: #001c58;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5;
  padding: 11px;
  color: var(--clr-white);
  margin-top: -14px;
  margin-bottom: 20px;
}

.mv_cta h3 span {
  color: #f1ffa3;
}

.mv_cta .txt {
  color: #001c58;
  font-size: 20px;
  font-weight: var(--bold);
  margin-bottom: 10px;
  text-align: center;
}

.mv_cta .tel {
  color: #001c58;
  font-weight: var(--bold);
  margin-bottom: 10px;
}

.mv_cta .tel .tel_txt {
  font-size: 14px;
  margin-left: calc(12px + 43px);
  margin-bottom: -13px;
}

.mv_cta .tel .tel_link {
  font-size: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.mv_cta .tel .tel_link::before {
  content: "";
  background: url("../img/icon_tel.webp") no-repeat;
  background-size: contain;
  display: block;
  width: 43px;
  height: 32px;
}

.mv_cta_btn {
  width: 329px;
  margin: 0 auto;
}

.mv_cta_btn img {
  max-width: 100%;
}

/* sec01 */
.sec01_content {
}

.sec01_content-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--sp-4);
}

.sec01_content-list dl {
  width: var(--col-4);
}

.sec01_content-list dl dt {
  font-size: 22px;
  color: var(--clr-main);
  text-align: center;
  margin-bottom: var(--sp-1);
}

.sec01_content-list dl dd {
}

.sec01_content-list dl dd img {
  max-width: 100%;
}

.sec01_content-txtlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--sp-5);
}

.sec01_content-txtlist dl {
  width: var(--col-2);
  display: flex;
  flex-direction: column;
}

.sec01_content-txtlist dl dt {
  position: relative;
  font-size: 22px;
  padding: 12px 0;
  background-color: var(--clr-main);
  color: var(--clr-white);
  text-align: center;
}

.sec01_content-txtlist dl dt::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 24px;
  content: "";
  display: block;
  background: url("../img/icon_danger.webp") no-repeat;
  background-size: contain;
  width: 34.53px;
  height: 30px;
}

.sec01_content-txtlist dl dd {
  height: 100%;
  background-color: var(--clr-bg);
  padding: var(--sp-2) 37px;
}

.sec01_content-txt::before {
  position: absolute;
  top: 0px;
  left: calc(50% - 157px);
  content: "";
  display: block;
  background: url("../img/sec01_arrow.webp") no-repeat;
  background-size: contain;
  width: 315px;
  height: 74px;
}

.sec01_content-txt {
  position: relative;
  padding-top: calc(40px + 74px);
  margin-bottom: var(--sp-10);
}

.sec01_content-txt .title {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: var(--sp-4);
}

.sec01_content-txt .title strong {
  font-size: 36px;
  color: var(--clr-red);
}

.sec01_content-txt .txt {
  text-align: center;
  font-weight: var(--bold);
}

#sec01 .sec_cta .title {
  margin-bottom: var(--sp-5);
  font-size: 24px;
  color: var(--clr-txt);
}

/* sec02 */
.sec02_title {
  margin-bottom: var(--sp-10);
}

.sec02_title .title {
  margin-bottom: 10px;
}

.sec02_title .sub-title {
  text-align: center;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
}

.sec02_content {
  margin-bottom: var(--sp-5);
}

.sec02_bnr-sec {
  position: relative;
  padding-top: calc(40px + 44px);
}

.sec02_bnr-sec::before {
  position: absolute;
  top: 0px;
  left: calc(50% - 90px);
  content: "";
  display: block;
  background: url("../img/sec02_arrow.webp") no-repeat;
  background-size: contain;
  width: 180px;
  height: 44px;
}

.sec02_bnr-sec .title {
  font-size: var(--h3-fz);
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec02_bnr-sec .title strong {
  color: var(--clr-red);
}

.sec02_bnr-sec .bnr {
}

.sec02_bnr-sec .bnr img {
  max-width: 100%;
}

/* sec03 */
#sec03 {
}

.sec03_head {
  margin-bottom: var(--sp-2);
}

.sec03_cont {
  position: relative;
  /* overflow-x: hidden; */
  /* scrollからhiddenに変更 */
  margin-bottom: var(--sp-10);
  padding-bottom: var(--sp-5);
}

.sec03_cont-inner {
  overflow-x: scroll;
  /* -ms-overflow-style: none; */
  /* IEとEdgeのスクロールバーを非表示 */
  /* scrollbar-width: none; */
  /* Firefoxのスクロールバーを非表示 */
  /* transition: scroll-left 0.3s ease; */
  scroll-behavior: smooth;
}

.sec03_cont-inner::-webkit-scrollbar {
  /* display: none; */
  /* Chromeなどのスクロールバーを非表示 */
}

.sec03_cont figure img {
  max-width: none;
  width: 1887px;
}

/* ナビゲーションボタン */
.sec03_nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  /* ボタン以外のところはクリックが通るように */
}

.sec03_nav button {
  position: absolute;
  width: 40px;
  height: 66px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  pointer-events: auto;
  /* ボタンだけクリック可能に */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec03_nav button img {
  width: 30px;
  height: 66px;
}

.sec03_nav .prev {
  left: -60px;
}

.sec03_nav .next {
  right: -60px;
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
  .sec03_nav button {
    width: 30px;
    height: 40px;
  }

  .sec03_nav button img {
    width: 20px;
    height: 40px;
  }
}

.sec03_txt {
  text-align: center;
  margin-bottom: var(--sp-10);
}

.sec03_txt img {
  width: 884px;
  margin: 0 auto;
}

/* sec04 */
#sec04 {
  background: url("../img/sec04_bg.webp") no-repeat;
  background-size: 1920px;
  background-position: center bottom;
}

#sec04 .inner {
  padding-bottom: calc(60px + 96px);
}

.sec04_title {
  color: var(--clr-white);
}

.sec04_title .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  line-height: 1.5;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec04_title .sub-title strong {
  display: block;
  font-weight: var(--black);
  color: var(--clr-red);
  font-size: var(--h2-fz);
}

.sec04_title .title strong {
  color: var(--clr-accent);
}

.sec04_title-txt {
  width: 905px;
  margin: 0 auto;
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: var(--sp-10);
}

.sec04_title-txt strong {
  color: var(--clr-red);
}

.sec04_content {
}

.sec04_content-list {
  margin-bottom: var(--sp-5);
}

.sec04_content-list-item {
  background-color: var(--clr-white);
  padding: var(--sp-3) 36px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sec04_content-list-item .txt_box {
  width: 720px;
}

.sec04_content-list-item .txt_box .title {
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  color: var(--clr-sub02);
  text-align: left;
  padding-bottom: var(--sp-2);
  border-bottom: 2px solid var(--clr-sub02);
  margin-bottom: var(--sp-2);
}

.sec04_content-list-item .txt_box .txt {
  color: var(--clr-txt);
  font-weight: var(--light);
}

.sec04_content-list-item .txt_box .txt strong {
  /* color: var(--clr-red); */
  color: #b20000;
  font-weight: var(--medium);
}

.sec04_content-list-item .img {
  width: 285px;
}

.sec04_content-list-item .img img {
  max-width: 100%;
}

.sec04_data {
}

.sec04_data-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: var(--sp-2);
}

.sec04_data-list-item {
  width: var(--col-3);
  padding: 24px 0;
  background: var(--clr-sub02);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: var(--clr-white);
  border: 1px solid var(--clr-white);
  /* シャドウ */
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
}

.sec04_data-list-item .title {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: var(--sp-2);
}

.sec04_data-list-item .title small {
  display: block;
  font-size: var(--body-fz);
}

.sec04_data-list-item .num {
  font-size: var(--h2-fz);
  color: var(--clr-accent);
  font-weight: var(--bold);
  letter-spacing: 0.01em;
}

.sec04_data-list-item .num .ten {
  /* letter-spacing: -0.05em; */
}

.sec04_data-list-item .num small {
  font-size: 32px;
}

.sec04_data-list-item .num::after {
  content: "※";
  font-size: 20px;
  margin-left: -0.5em;
  display: inline-block;
}

.sec04_data-list-txt {
  color: var(--clr-white);
  font-size: var(--small-fz);
}

.sec04_data-list-txt small {
  position: relative;
  display: block;
  padding-left: 18px;
}

.sec04_data-list-txt small::before {
  position: absolute;
  left: 0;
  content: "※";
}

.sec04_slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: var(--sp-4);
}

.sec04_slider {
  display: flex;
  transition: transform 0.5s ease;
  /* overflow: hidden; */
}

.sec04_content-list-item.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.sec04_slider-nav {
  position: relative;
  width: 100%;
  height: 0;
}

.sec04_slider-nav button {
  position: absolute;
  z-index: 1;
  top: -180px;
  /* スライドの高さに応じて調整 */
  transform: translateY(-50%);
}

.sec04_slider-nav .prev img,
.sec04_slider-nav .next img {
  width: 30px;
  height: 66px;
  /* ボタンのサイズを調整 */
}

.sec04_slider-nav .prev {
  left: -56px;
}

.sec04_slider-nav .next {
  right: -56px;
}

.sec04_slider-nav button {
  background: transparent;
  /* その他のプロパティは維持 */
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
  .sec04_slider-nav button {
    width: 40px;
    height: 40px;
    top: -180px;
    /* スマホでの高さ調整 */
  }

  .sec04_slider-nav button img {
    width: 16px;
    /* スマホ用に画像サイズを調整 */
  }

  .sec04_slider-nav .prev {
    left: 5px;
  }

  .sec04_slider-nav .next {
    right: 5px;
  }
}

/* sec05 */
#sec05 {
}

.sec05_title {
  margin-bottom: var(--sp-10);
}

.sec05_title {
}

.sec05_title .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: var(--h4-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec05_title .sub-title strong {
  display: block;
  color: var(--clr-main);
  font-weight: var(--black);
  font-size: var(--h2-fz);
}

.sec05_txt {
  margin-bottom: var(--sp-10);
}

.sec05_txt .txt_box {
  padding: var(--sp-5);
  border-radius: 10px;
  margin-bottom: var(--sp-10);
}

.sec05_txt .txt_box .txt {
  position: relative;
  font-size: var(--h5-fz);
  text-align: center;
  letter-spacing: 0.04em;
}

.sec05_txt .txt_box .txt::before {
  position: absolute;
  top: calc(50% - 15px);
  left: -10.53px;
  content: "";
  display: block;
  background: url("../img/icon_danger.webp") no-repeat;
  background-size: contain;
  width: 34.53px;
  height: 30px;
}

.sec05_txt .txt_box .txt strong {
  font-weight: var(--bold);
}

.sec05_txt .title {
  line-height: 1.5;
}

/* .sec05_cont */
.sec05_cont {
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: 18.3px 16px;
  margin-bottom: var(--sp-10);
}

.sec05_cont-header {
  position: relative;
  display: flex;
  gap: var(--sp-2);
}
.sec05_cont-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #2f4365;
  border-radius: 4px;
}

.sec05_cont-tab .img {
  width: 85px;
  margin: 0 auto;
}

.sec05_cont-tab .img img {
  max-width: 100%;
}

.sec05_cont-tab .ttl {
  font-size: var(--h6-fz);
  color: var(--clr-main);
  margin-bottom: var(--sp-1);
}

.sec05_cont-header .sec05_cont-tab {
  flex: 1;
  text-align: center;
  padding: 11px;
  padding-top: 19px;
  cursor: pointer;
  font-weight: bold;
  border: 3px solid #eaeaea;
  /* 左右下のボーダー */
  border-top: none;
  /* 上のボーダーを削除 */
  border-radius: 10px 10px 0 0;
  /* 上の角だけ丸くする */
  opacity: 0.6;
  position: relative;
  /* 擬似要素のために必要 */
  background-color: #fff;
  /* 背景色を追加 */
}

.sec05_cont-header .sec05_cont-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 11px;
  background-color: var(--clr-main);
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

.sec05_cont-header .sec05_cont-tab.active {
  position: relative;
  opacity: 1;
  background-color: #eaeaea;
  z-index: 2;
}

.sec05_cont-header .sec05_cont-tab.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 5px;
  background-color: #eaeaea;
  /* border-radius: 10px 10px 0 0; */
  z-index: 2;
}

.sec05_cont-content {
  display: none;
  background-color: #eaeaea;
  padding: 18.3px 16px;
}

.sec05_cont-content.active {
  display: block;
}

.sec05_cont-consult-box,
.sec05_cont-ddf-box {
  padding: var(--sp-2);
  background: var(--clr-white);
}

.sec05_cont-consult-title {
  width: fit-content;
  background-color: var(--clr-main);
  color: var(--clr-white);
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  padding: var(--sp-05) var(--sp-1);

  margin-bottom: 14px;
}

.sec05_cont-ddf-title {
  width: fit-content;
  background-color: #1facd4;
  color: var(--clr-white);
  font-size: var(--h6-fz);
  padding: var(--sp-05) var(--sp-1);
  font-weight: bold;
  margin-bottom: 14px;
}

.sec05_cont-inner {
  display: flex;
  gap: var(--sp-2);
}

.sec05_cont-inner > div {
  flex: 1;
  width: 510px;
  min-height: 400px;
}

/* sec05to6 */
.sec05to6 {
}

.sec05to6 img {
  max-width: 100%;
}

/* sec06 */
#sec06 {
}

#sec06 h2.title {
  text-decoration: none;
  margin-bottom: var(--sp-10);
}

.sec06_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  margin-bottom: var(--sp-10);
}

.sec06_list .list {
  /* width: 771px; */
}

.sec06_list .list li {
  position: relative;
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: var(--sp-1) 0;
  padding-left: var(--sp-3);
  border-bottom: 1px solid #eaeaea;
}

.sec06_list .list li::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  content: "";
  display: block;
  background: url("../img/icon_check.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.sec06_list .img {
  width: 305px;
}

.sec06_content {
  margin-bottom: var(--sp-10);
}

.sec06_content-list {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--sp-2);
  margin-bottom: var(--sp-10);
}

.sec06_content-list-item {
  /* width: var(--col-5); */
  padding: var(--sp-3) 0;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  border: 1px solid #eaeaea;
}

.sec06_content-list-item .title {
  font-size: var(--h6-fz);
  line-height: 1.5;
}

.sec06_content-list-item .icon {
  width: 50px;
  margin: 0 auto;
}

.sec06_content-list-item:last-of-type .icon {
  width: 100px;
}

.sec06_content-list-item .icon img {
  max-width: 100%;
}

.sec06_txt {
  padding: var(--sp-5);
}

.sec06_txt .title {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--sp-4);
}

.sec06_txt-cont {
  width: 858px;
  background-color: var(--clr-white);
  padding: var(--sp-3);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--sp-3);
}

.sec06_txt-cont01 {
  margin-bottom: var(--sp-2);
}

.sec06_txt-cont02 {
  margin-bottom: 96px;
}

.sec06_txt-cont .img {
  width: 85px;
}

.sec06_txt-cont .txt {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.sec06_txt-cont .txt h4 {
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
}

.sec06_txt .sec_cta {
  position: relative;
}

.sec06_txt .sec_cta::before {
  position: absolute;
  top: calc(-32px - 32px);
  left: calc(50% - 30px);
  content: "";
  display: block;
  background: url("../img/icon_tr_main.webp") no-repeat;
  background-size: contain;
  width: 60px;
  height: 32px;
}

/* sec07 */
#sec07 {
  background-color: var(--clr-bg);
}

#sec07 h2.title {
  margin-bottom: var(--sp-10);
}
#sec07 .sec_cta {
  /* margin-bottom: var(--sp-5); */
  /* margin-bottom: 64px; */
  margin-bottom: 180px;
}
.sec07_txt {
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec07_chart {
  margin-bottom: var(--sp-5);
}
.sec07_list-wrap {
}
.sec07_list-wrap .title {
  text-align: left;
  font-size: var(--h5-fz);
  line-height: 1.5;
  margin-bottom: var(--sp-2);
}

.sec07_list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  /* margin-bottom: calc(var(--sp-10) + 44px); */
  margin-bottom: var(--sp-5);
}

.sec07_list .list {
  min-width: 771px;
}

.sec07_list .list li {
  position: relative;
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: var(--sp-1) 0;
  padding-left: var(--sp-3);
  border-bottom: 1px solid #b9b9b9;
}

.sec07_list .list li::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  content: "";
  display: block;
  background: url("../img/icon_check.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.sec07_list .img {
  width: 305px;
}

.sec07_endtxt {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: var(--bold);
}

.sec07_endtxt strong {
  color: var(--clr-red);
}

/* .sec07_endtxt::before {
  position: absolute;
  top: calc(-40px - 44px);
  left: calc(50% - 90px);
  content: "";
  display: block;
  background: url("../img/icon_tr_sec06.webp") no-repeat;
  background-size: contain;
  width: 180px;
  height: 44px;
} */

/* sec08 */
#sec09 .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.sec08_acheive {
  margin-bottom: var(--sp-5);
}

/* sec09 */
#sec09 {
}

.sec09_title {
  margin-bottom: var(--sp-10);
}

.sec09_title h2.title {
  margin-bottom: var(--sp-3);
}

.sec09_title .small-ttl {
  text-align: center;
  font-size: var(--h5-fz);
  font-weight: var(--bold);
}

.sec09_title .small-ttl::before {
  content: "※";
  margin-right: 8px;
}

.sec09_cont {
  position: relative;
  z-index: 1;
  margin-bottom: var(--sp-10);
}

.sec09_cont::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: var(--clr-main);
  width: 1920px;
  height: 500px;
}

.sec09_cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.sec09_cont ul li {
  width: calc((100% - (var(--sp-2) * 2)) / 3);
}

.sec09_cont ul li img {
  max-width: 100%;
}

.sec09_list-container {
}

.sec09_list-container h3.title {
  margin-bottom: var(--sp-5);
}

.sec09_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-10);
}

.sec09_list dl {
  width: var(--col-3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec09_list dl dt {
  width: 100%;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  background-color: var(--clr-main);
  color: var(--clr-white);
  text-align: center;
  padding: var(--sp-1) 0;
  margin-bottom: var(--sp-2);
}

.sec09_list dl dd {
}

.sec09_list dl dd img {
  max-width: 100%;
}

#sec09 .sec_cta h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: var(--sp-4);
}

#faq .sec_cta {
  margin-bottom: var(--sp-10);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq {
}
#faq .inner {
  /* padding: 0; */
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}
