@charset "UTF-8";
/* ---------------------------------- Base ---------------------------------- */
/* color */
/* font-weight */
/* 基本余白 */
/* タイトルサイズ */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* ----------------------------------- SP ----------------------------------- */
.mv__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.mv__catch1,
.mv__catch2 {
  width: 100%;
}
.mv__catch1 img,
.mv__catch2 img {
  margin-inline: auto;
}
.mv__catch1 {
  padding-block: 37px 60px;
  background: no-repeat center/cover url("../img/sp_mv_bg.png");
}
.mv__catch2 {
  background-color: #121b38;
}

.sec01 {
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.sec01__header {
  margin-bottom: 16px;
}
.sec01__header h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.sec01__box {
  background-color: #ffffff;
  margin-bottom: 50px;
}
.sec01 .cmn-header h3 {
  font-size: 3.5vw;
  white-space: nowrap;
  color: #061d55;
  text-align: center !important;
}
.sec01__list,
.sec01__item {
  display: flex;
}
.sec01__list {
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  padding: 0 16px 16px 16px;
  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: 16px 13px 0 13px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
}
.sec01__item {
  width: 100%;
  height: auto;
  border-radius: 0;
  align-items: end;
  flex-flow: row nowrap;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px dashed #103e76;
}
.sec01__item::before {
  content: "";
  inset: 0 auto 0 0;
  width: 43px;
  height: 43px;
  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 {
  position: relative;
  padding: 16px;
  background: no-repeat bottom center/contain url("../img/sp_sec01_bg.png");
  background-size: cover;
  display: flex;
}
.sec01__box2::after {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #061d55 transparent transparent transparent;
  border-width: 22px 15px 0 15px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  bottom: -35px;
}

.sec01__box2-header {
  width: 326px;
  margin-inline: auto;
  margin-bottom: 190px;
}
.sec01__box2-header h4 {
  font-size: 26px;
  color: #e8e428;
  font-weight: 700;
  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;
  width: fit-content;
  margin-left: auto;
  color: #ffffff;
  font-size: 10px;
  margin-top: -20px;
}

.sec01 .sec_cta .title2::before,
.sec01 .sec_cta .title2::after {
  content: none;
}

.sec02 .cmn-header2 {
  margin-bottom: 12px;
}
.sec02 .cmn-header2 h3 {
  font-size: 3.5vw;
}
.sec02 .cmn-header {
  margin-bottom: 40px;
}
.sec02__list {
  counter-reset: count;
}
.sec02__item:not(:last-child) {
  margin-bottom: 48px;
}
.sec02__item-tbox,
.sec02__item-bbox {
  width: min(100%, 1100px);
  margin-inline: auto;
}
.sec02__item-tbox {
  margin-bottom: 32px;
}
.sec02__item-header {
  background-color: #e7e9ee;
  font-weight: 700;
  /* font-size: 16px; */
  font-size: 4vw;
  justify-content: start;
  margin-bottom: 12px;
  padding-right: 5px;
  display: flex;
}
.sec02__item-header,
.sec02__item-header span {
  display: flex;
  align-items: center;
}
.sec02__item-header span {
  width: 61px;
  height: 66px;
  border-radius: 0;
  flex-shrink: 0;
  background-color: #103e76;
  color: #ffffff;
  margin-right: 5px;
  position: relative;
  justify-content: center;
  white-space: nowrap;
}
.sec02__item-header span::after {
  counter-increment: count;
  content: counter(count);
}
.sec02__item-header2 {
  margin-bottom: 24px;
  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: 18px;
  letter-spacing: 4%;
}
.sec02__item-box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: column-reverse nowrap;
  gap: 16px;
}
.sec02__item-content {
  width: min(100%, 700px);
}
.sec02__item-content .cmn-textbox {
  margin-bottom: 16px;
}
.sec02__item-content .cmn-textbox .cmn-hl {
  background: linear-gradient(
    to bottom,
    transparent 30%,
    #e8e428 30%,
    #e8e428 100%,
    transparent 100%
  );
}
.sec02__item-content a {
  display: block;
  width: fit-content;
  margin-inline: auto 0;
}
.sec02__item-img {
  width: 100%;
  margin-inline: auto;
}
.sec02__item-button {
  color: #103e76;
}
.sec02__list2 {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 16px;
  overflow-x: scroll;
  padding: 10px;
}
.sec02__item2 {
  width: 342px;
  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: 16px;
  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: 16px;
}

/* ↓↓↓↓ スライド ↓↓↓↓ */
.sec02__list2-wrap {
  position: relative;
}

.sec02__list2 {
  padding: 0 2px 32px;
  overflow-x: scroll;
}

/* ナビゲーションボタン */
.sec02_nav {
  display: none;
  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: 20px;
}
.sec03 .sp-px {
  padding-inline: 16px 22px !important;
}
.sec03__header {
  height: 213px;
  background: no-repeat top center/cover url("../img/sec03_bg.png");
  position: relative;
  margin-bottom: 24px;
}
.sec03 .cmn-header h3 {
  font-size: 4.7vw;
}
.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: 37px 41px 0 41px;
  display: block;
  margin: 0 auto 9px auto;
  transform: translateY(-1px);
}
.sec03__header h3 {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.sec03__box {
  margin-bottom: 16px;
  position: relative;
}
.sec03__box .cmn-textbox--justify .cmn-hl {
  background: linear-gradient(
    to bottom,
    transparent 20%,
    #e8e428 20%,
    #e8e428 100%,
    transparent 100%
  );
}
.sec03__img {
  width: 114px;
  height: 102px;
  border-radius: 0;
  float: right;
  display: inline-block;
  margin: 0 0 15px 15px;
}
.sec03__list {
  width: min(100%, 930px);
  margin-inline: auto;
  list-style: "※" outside;
  padding: 0 10px 32px 10px;
}
.sec03__item {
  font-size: 10px;
  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 {
  margin-bottom: 16px;
  position: relative;
}
.sec03__box4-img {
  position: absolute;
  inset: 0 0 auto auto;
  transform: translateX(15px);
}
.sec03__list2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: 20px;
  counter-reset: count;
  margin-bottom: 10px;
}
.sec03__item2-box .cmn-textbox p {
  font-size: 3.3vw;
}
.sec03__item2 {
  width: 100%;
  height: 100px;
  border-radius: 0;
  background-color: #ffffff;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 8px;
  padding: 10px 16px 10px 40px;
  position: relative;
}
.sec03__item2:nth-child(1) {
  height: fit-content;
  padding-bottom: 25px;
}
.sec03__item2:nth-child(1) .cmn-textbox p {
  font-size: 17px;
}
.sec03__item2:nth-child(1) h5 {
  margin-bottom: 16px;
}
.sec03__item2:nth-child(1) .cmn-tel {
  margin-bottom: 20px;
}
.sec03__item2::after {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  inset: 0 auto 0 0;
  width: 30px;
  height: 100%;
  border-radius: 0;
  background-color: #103e76;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 4px 0 4px;
}
.sec03__item2:nth-child(2) {
  padding-right: 25px;
}
.sec03__item2:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  background: no-repeat center/contain url("../img/sp_sec03_deco1.png");
  width: 28px;
  height: 28px;
  border-radius: 0;
  transform: translateY(27px);
  z-index: 1;
}
.sec03__item2-header {
  margin-bottom: 5px;
}
.sec03__item2-header h5 {
  color: #103e76;
  font-size: 20px;
  font-weight: 700;
}
.sec03__button {
  color: #103e76;
  font-weight: 700;
  /* text-align: center; */
}
.sec03__box5 {
  margin-bottom: 20px;
}
.sec03__box5 ul {
  list-style: disc inside;
  padding: 16px 10px;
  background-color: #dae7ee;
  margin-block: 8px;
}
.sec03__box5 li {
  font-weight: 700;
}

.sec04 {
  background-color: #f8f8f8;
  position: relative;
}
.sec04::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #e0e0e0 transparent transparent transparent;
  border-width: 25px 15px 0 15px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  transform: translateY(50%);
}
.sec04__wrapper-m {
  padding: 40px 0;
}
.sec04__header {
  margin-bottom: 36px;
}
.sec04__header h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sec04__img {
  margin: 0 auto 24px auto;
}
.sec04 .cmn-textbox p {
  font-size: 16px;
}

.sec05 {
  padding-bottom: 0;
}
.sec05 .cmn-header {
  margin-bottom: 60px;
}
.sec05__wrapper-m .cmn-header {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
}
.sec05__wrapper-m .cmn-header small {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 10px;
}

.sec05__box1 {
  margin-bottom: 40px;
  text-align: left;
}
.sec05__box1 p {
  font-size: 16px;
}
.sec05__box1--sp {
  text-align: center;
}
.sec05__box1--sp p:first-child {
  position: relative;
}
.sec05__box1--sp p:first-child::after {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #e0e0e0 transparent transparent transparent;
  border-width: 25px 15px 0 15px;
  display: block;
  inset: auto 0 0 0;
  margin: 8px auto;
}
.sec05__box1--sp p em {
  /* font-size: 18px; */
  font-size: 4.6vw;
}
.sec05__box1--sp p:last-of-type em{
  font-size: 4.1vw;
}
.sec05__list {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 16px;
  overflow-x: scroll;
  padding-bottom: 26px;
}
.sec05__item {
  width: 341px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: 16px;
}
.sec05__item-header {
  width: 100%;
}
.sec05__item-header h5 {
  font-size: 20px;
  font-weight: 700;
}
.sec05__item-img {
  margin-inline: auto;
}
.sec05__item .cmn-textbox {
  margin-block: auto 0;
  padding-top: 16px;
  border-top: 1px solid #000;
}
.sec05__item .cmn-textbox p {
  font-size: 14px;
}
.sec05 .cmn-header h3 {
  font-size: 5.1vw;
}
.sec05__wrapper-m .cmn-header h3 {
  /* text-align: center !important; */
  font-size: 5.1vw;
}
.sec05__wrapper-m .cmn-header.sec05-header {
  margin-bottom: 5.1vw;
  margin-top: 60px;
}
.sec05__wrapper-m .cmn-header.sec05-header h3 {
  font-size: 4.1vw;
}
.sec05__wrapper-m .cmn-header.sec05-header02 h3 {
  font-size: 5vw;
  text-align: center;
}
.sec05__wrapper-m .cmn-header.sec05-header02 h3 span {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #e8e428 0%,
    #e8e428 100%,
    transparent 100%
  );
  padding-inline: 4px;
}

.sec05__wrapper-m .cmn-header h3 span {
}
.sec05__list2 {
  width: min(100%, 326px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 60px;
  position: relative;
}
.sec05__list2::after {
  content: "";
  display: block;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 118px;
  height: 37px;
  border-radius: 0;
  background: no-repeat center/contain url("../img/sec05_deco2.png");
  transform: translateY(30px);
}
.sec05__item2 {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.sec05__item2-link {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 0;
  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");
  transition: all 0.3s;
}
.sec05__item2-link:hover::before {
  transform: translateX(-3px);
}
.sec05__item2-link h4 {
  font-size: 16px;
  font-weight: 700;
  color: #103e76;
}
.sec05__box2 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: column nowrap;
  gap: 16px;
  margin-bottom: 30px;
}
.sec05__img {
  margin-inline: auto;
}
.sec05__list3 {
  width: min(100%, 565px);
}
.sec05__item3 {
  padding: 10px 0 10px 7.69vw;
  position: relative;
  border-bottom: 1px dashed #3ea2d7;
}
.sec05__item3::before {
  content: "";
  position: absolute;
  inset: 10px auto auto 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: no-repeat center/contain url("../img/sec05_deco3.png");
}
.sec05__item3 h5 {
  font-size: 4.1vw;
  font-weight: 700;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq .sec_cta{
 margin-top: 80px;

}
#faq .inner {
  padding: 0;
}

.qa-list dt {
  padding-right: 20px;
  padding-left: 25px !important;
}

.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;
}
