@charset "UTF-8";
/* ---------------------------------- Base ---------------------------------- */
/* color */
/* font-weight */
/* 余白 */
/* コンテンツ幅 */
/* 基本余白 */
/* タイトルサイズ */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* ----------------------------------- PC ----------------------------------- */
.mv {
  height: 501px;
  background: no-repeat center/cover url("../img/mv_bg.png");
  display: flex;
  justify-content: start;
  align-items: center;
}
.mv__wrapper-m {
  position: relative;
}
.mv__tel {
  position: absolute;
  inset: auto 5px 7px auto;
}
.mv__tel span {
  font-size: 43px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}
.mv__tel.has-utm-source {
  position: absolute;
  inset: auto 5px 9px auto;
}
.mv__tel.has-utm-source span {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}

.sec01 {
  padding-bottom: 80px;
  background-color: #f8f8f8;
}
.sec01__header {
  margin-bottom: 40px;
}
.sec01__header h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
.sec01__box {
  background-color: #ffffff;
  margin-bottom: 80px;
}
.sec01__list,
.sec01__item {
  display: flex;
}
.sec01__list {
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  padding: 24px;
  position: relative;
}
.sec01__list::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #d9d9d9 transparent transparent transparent;
  border-width: 34px 41px 0 41px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  transform: translateY(15px);
}
.sec01__item {
  width: 33.3333333333%;
  height: auto;
  border-radius: 0;
  align-items: start;
  flex-flow: row nowrap;
  gap: 8px;
  padding: 16px;
}
.sec01__item:nth-child(2),
.sec01__item:nth-child(5) {
  border-inline: 1px dashed #103e76;
}
.sec01__item:nth-child(n + 1):nth-child(-n + 3) {
  border-bottom: 1px dashed #103e76;
}
.sec01__item::before {
  content: "";
  inset: 0 auto 0 0;
  width: 64px;
  height: 64px;
  border-radius: 0;
  flex-shrink: 0;
  background: no-repeat center/contain url("../img/sec01_deco.png");
}
.sec01__item .cmn-textbox {
  flex-grow: 1;
  font-weight: 400;
}
.sec01__item .cmn-textbox em {
  color: #1d3a67;
}
.sec01__box2 {
  height: 254px;
  background: no-repeat right/cover url("../img/sec01_bg.png");
  display: flex;
}
.sec01__box2-header {
  margin: auto 80px 32px;
}
.sec01__box2-header h4 {
  font-size: 32px;
  color: #e8e428;
  font-weight: 600;
  letter-spacing: 6%;
  margin-bottom: 8px;
}
.sec01__box2-header p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2%;
}
.sec01__box2-header small {
  display: block;
  font-size: 10px;
  color: #ffffff;
}
.sec02 .cmn-header2 {
  margin-bottom: 24px;
}
.sec02 .cmn-header {
  margin-bottom: 80px;
}
.sec02__list {
  counter-reset: count;
}
.sec02__item:not(:last-child) {
  margin-bottom: 90px;
}
.sec02__item-tbox,
.sec02__item-bbox {
  width: min(100%, 1100px);
  margin-inline: auto;
}
.sec02__item-tbox {
  margin-bottom: 64px;
}
.sec02__item-header {
  height: 55px;
  background-color: #e7e9ee;
  font-weight: 700;
  font-size: 26px;
  justify-content: start;
  margin-bottom: 24px;
}
.sec02__item-header,
.sec02__item-header span {
  display: flex;
  align-items: center;
}
.sec02__item-header span {
  width: 170px;
  height: 55px;
  border-radius: 0;
  background-color: #103e76;
  color: #ffffff;
  margin-right: 30px;
  position: relative;
  justify-content: center;
}
.sec02__item-header span::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: transparent transparent transparent #103e76;
  border-width: 27.5px 0 27.5px 20px;
  position: absolute;
  inset: 0 0 0 auto;
  transform: translateX(100%);
}
.sec02__item-header span::after {
  counter-increment: count;
  content: counter(count);
}
.sec02__item-header2 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 16px;
}
.sec02__item-header2::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #103e76;
}
.sec02__item-header2 h5 {
  color: #103e76;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4%;
}
.sec02__item-box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row wrap;
  gap: 40px;
}
.sec02__item-content {
  width: min(100%, 700px);
}
.sec02__item-content a {
  display: block;
  width: fit-content;
  margin-inline: auto 0;
}
.sec02__item-button {
  color: #103e76;
}
.sec02__list2 {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 30px;
}
.sec02__item2 {
  width: 477px;
  height: auto;
  border-radius: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.25));
}
.sec02__item2-header {
  padding: 21px;
  background: no-repeat center/cover url("../img/sec02_bg1.png");
}
.sec02__item2-header h6 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 4%;
  font-weight: 700;
}
.sec02__item2-header--bg2 {
  background-image: url("../img/sec02_bg2.png");
}
.sec02__item2-box {
  padding: 32px;
}

/* ↓↓↓↓ スライド ↓↓↓↓ */
.sec02__list2-wrap {
  position: relative;
}

.sec02__list2 {
  padding: 32px 2px;
  overflow-x: scroll;
}

/* ナビゲーションボタン */
.sec02_nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  /* ボタン以外のところはクリックが通るように */
}

.sec02_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;
}

.sec02_nav button img {
  width: 30px;
  height: 66px;
  object-fit: contain;
}

.sec02_nav .prev-btn {
  left: -60px;
}

.sec02_nav .next-btn {
  right: -60px;
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
  .sec02_nav button {
    width: 30px;
    height: 40px;
  }

  .sec02_nav button img {
    width: 20px;
    height: 40px;
  }
}
/* ↑↑↑↑ スライド ↑↑↑↑ */

.sec03 {
  padding-bottom: 80px;
}
.sec03__header {
  height: 198px;
  background: no-repeat top center/cover url("../img/sec03_bg.png");
  position: relative;
  margin-bottom: 80px;
}
.sec03__header::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #ffffff transparent transparent transparent;
  border-width: 60px 65px 0 65px;
  display: block;
  margin: 0 auto 18px auto;
}
.sec03__header h3 {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
.sec03__box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row wrap;
  gap: 16px;
  margin-bottom: 35px;
}
.sec03__box .cmn-textbox {
  width: min(100%, 670px);
}
.sec03__list {
  width: min(100%, 930px);
  margin-inline: auto;
  list-style: "※" outside;
  margin-bottom: 56px;
}
.sec03__item {
  font-size: 14px;
  color: #6e6e6e;
  padding-left: 5px;
}
.sec03__item:not(:last-child) {
  margin-bottom: 12px;
}
.sec03__box2 {
  width: min(100%, 990px);
  margin-inline: auto;
  margin-bottom: 44px;
}
.sec03__box3 {
  margin-bottom: 30px;
}
.sec03__box4 {
  padding: 15px 22px;
  background-color: #f2f2f2;
  margin-bottom: 16px;
}
.sec03__list2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 20px;
  counter-reset: count;
  margin-bottom: 10px;
}
.sec03__item2 {
  width: 240px;
  height: 244px;
  border-radius: 0;
  background-color: #ffffff;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
}
.sec03__item2:not(:last-child) {
  position: relative;
}
.sec03__item2:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 10px;
  height: 47px;
  border-radius: 0;
  margin-block: auto;
  background: no-repeat center/contain url("../img/sec03_deco1.png");
  transform: translateX(calc(100% + 10px));
}
.sec03__item2-header {
  background-color: #103e76;
  padding: 12px 0;
}
.sec03__item2-header h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sec03__item2-header h5::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero) ".";
  font-size: 20px;
}
.sec03__item2-box {
  padding: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  gap: 12px;
}
.sec03__button {
  color: #103e76;
  font-weight: 700;
}

.sec04 {
  background-color: #f8f8f8;
}
.sec04__wrapper-m {
  padding: 80px 0;
  background: no-repeat bottom right/365px url("../img/sec04_bg.png");
}
.sec04__header {
  margin-bottom: 80px;
}
.sec04__header h3 {
  font-size: 32px;
  font-weight: 700;
}

.sec05 {
  padding-bottom: 0;
}
.sec05__wrapper-m .cmn-header {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sec05__wrapper-m .cmn-header small {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 10px;
}
.sec05__wrapper-m .cmn-header sup{
  font-size: 0.35em;
  top: -1.5em;
}

.sec05__box1 {
  margin-bottom: 40px;
}
.sec05__box1:nth-of-type(4) p {
  font-weight: 700;
}
.sec05__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 32px;
  margin-bottom: 120px;
}
.sec05__item {
  width: min(100%, 251px);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  gap: 16px;
}
.sec05__item-header {
  width: 100%;
}
.sec05__item-header h5 {
  font-size: 20px;
  font-weight: 700;
}

.sec05__item .cmn-textbox {
  height: 150px;
  margin-block: auto 0;
  padding-top: 16px;
  border-top: 1px solid #000;
}
.sec05__item .cmn-textbox p {
  font-size: 14px;
}
.sec05__list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 24px 32px;
  margin-bottom: 80px;
  position: relative;
}
.sec05__list2::after {
  content: "";
  display: block;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 207px;
  height: 75px;
  border-radius: 0;
  background: no-repeat center/contain url("../img/sec05_deco2.png");
  transform: translateY(30px);
}
.sec05__item2 {
  width: 505px;
  height: 73px;
  border-radius: 40px;
  border: 1px solid #103e76;
  box-shadow: 0 4px 0 rgba(16, 62, 118, 0.5);
}
.sec05__item2-link {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-inline: 50px;
  position: relative;
}
.sec05__item2-link::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 10px;
  height: 20px;
  border-radius: 0;
  background: no-repeat center/contain url("../img/sec05_deco1.png");
  transform: translateX(-35px);
  transition: all 0.3s;
}
.sec05__item2-link:hover::before {
  transform: translateX(-40px);
}
.sec05__item2-link h4 {
  font-size: 20px;
  font-weight: 700;
}
.sec05__box2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-flow: row nowrap;
  gap: 16px;
  margin-bottom: 80px;
}
.sec05__list3 {
  width: min(100%, 565px);
}
.sec05__item3 {
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px dashed #3ea2d7;
}
.sec05__item3::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: no-repeat center/contain url("../img/sec05_deco3.png");
}
.sec05__item3 h5 {
  font-weight: 700;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq .sec_cta{
  padding-bottom: 40px;
}
#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;
}
