/* -------------------------------------------------------------------------- */
/*                                     SP                                     */
/* -------------------------------------------------------------------------- */
:root {
  --clr-main: #001837;
  --clr-sub: #224676;
  --clr-txt: #333333;
  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-red: #cf1111;
  --clr-border: #bdbdbd;

  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;

  --sp-05: calc((4 / 390) * 100vw);
  --sp-1: calc((8 / 390) * 100vw);
  --sp-2: calc((16 / 390) * 100vw);
  --sp-3: calc((24 / 390) * 100vw);
  --sp-4: calc((32 / 390) * 100vw);
  --sp-5: calc((40 / 390) * 100vw);
  --sp-6: calc((48 / 390) * 100vw);
  --sp-8: calc((60 / 390) * 100vw);
  --sp-10: calc((80 / 390) * 100vw);

  --h1-fz: calc((74 / 390) * 100vw);
  --h2-fz: calc((32 / 390) * 100vw);
  --h3-fz: calc((26 / 390) * 100vw);
  --h4-fz: calc((24 / 390) * 100vw);
  --h5-fz: calc((20 / 390) * 100vw);
  --h6-fz: calc((18 / 390) * 100vw);
  --base-fz: calc((16 / 390) * 100vw);
  --small-fz: calc((14 / 390) * 100vw);
  --tiny-fz: calc((12 / 390) * 100vw);
  --large-fz: calc((18 / 390) * 100vw);
}

/* -------------------------------------------------------------------------- */
#content_area {
  padding-block: 0;
}

/* -------------------------------------------------------------------------- */
body:has(dialog[open]) {
  overflow: hidden;
}

.sx-cnt_wrap {
  background-color: var(--clr-main);
  color: var(--clr-white);
  font-size: var(--base-fz);
  font-weight: var(--regular);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.sx-cnt_wrap *,
.sx-cnt_wrap ::before,
.sx-cnt_wrap ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

.sx-cnt_wrap p,
.sx-cnt_wrap table,
.sx-cnt_wrap blockquote,
.sx-cnt_wrap address,
.sx-cnt_wrap pre,
.sx-cnt_wrap iframe,
.sx-cnt_wrap form,
.sx-cnt_wrap figure,
.sx-cnt_wrap dl {
  margin: 0;
}

.sx-cnt_wrap h1,
.sx-cnt_wrap h2,
.sx-cnt_wrap h3,
.sx-cnt_wrap h4,
.sx-cnt_wrap h5,
.sx-cnt_wrap h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.sx-cnt_wrap em {
  font-style: normal;
}

.sx-cnt_wrap ul,
.sx-cnt_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sx-cnt_wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------- Common --------------------------------- */
[class*="__wrapper-m"] {
  width: min(100%, 657px);
  margin-inline: auto;
}

.sp-px {
  padding-inline: var(--sp-2);
}

.cmn-py {
  padding-block: var(--sp-5);
}

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

.cmn-header h3 {
  font-size: var(--h3-fz);
  font-weight: var(--bold);
  text-align: center;
}

.cmn-header h3 span {
  background-color: var(--clr-red);
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
.cmn-cta {
  padding: var(--sp-4) var(--sp-2);
  background:
    no-repeat top left / calc((195 / 390) * 100vw) calc((122 / 390) * 100vw) url("/raid/images/raid_top/cmn-cta_deco1.webp"),
    no-repeat bottom right / calc((179 / 390) * 100vw) calc((116 / 390) * 100vw) url("/raid/images/raid_top/cmn-cta_deco2.webp");
}

.cmn-cta .cmn-cta__wrapper-m {
  /* padding: var(--sp-3) var(--sp-5); */
  padding: var(--sp-2);
  background-color: var(--clr-white);
  border-radius: var(--sp-1);
  /* filter: drop-shadow(0px 0px 6px rgba(3, 94, 253, 0.66))
      drop-shadow(0px 0px 8px rgba(3, 94, 253, 0.66))
      drop-shadow(0px 0px 10px rgba(3, 94, 253, 0.66)); */
}

.cmn-cta .cmn-cta__img {
  margin-bottom: var(--sp-2);
}

.cmn-cta .cmn-cta__img--nosp {
  margin-bottom: 0;
}

.cmn-cta .cmn-cta__content {
  background: linear-gradient(to bottom, #ffea9c, #fdd94e, #ffd533);
  border-radius: var(--sp-1);
  border: 1px solid #fff3c5;
  /* padding: var(--sp-1) var(--sp-1) calc((10 / 390) * 100vw); */
  padding: var(--sp-1);
  filter: drop-shadow(0px 0px 7px rgba(0, 95, 177, 0.25));
}

.cmn-cta .cmn-cta__content:has(+ .cmn-cta__list) {
  margin-bottom: var(--sp-05);
}

.cmn-cta .cmn-cta__title {
  width: calc((302 / 390) * 100vw);
  height: calc((60 / 390) * 100vw);
  /* margin: 0 auto var(--sp-05) 0; */
  margin: 0 auto var(--sp-1);
}

.cmn-cta .cmn-cta__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: var(--sp-2);
  padding-inline: var(--sp-05);
  margin-bottom: var(--sp-1);
}

.cmn-cta .cmn-cta__tel {
  color: #0b3178;
}

.cmn-cta .cmn-cta__tel p {
  font-size: var(--tiny-fz);
  font-weight: var(--regular);
  margin-left: var(--sp-5);
  line-height: 1;
}

.cmn-cta .cmn-cta__tel span {
  font-size: calc((34 / 390) * 100vw);
  font-weight: var(--black);
  position: relative;
  padding-left: var(--sp-4);
  line-height: 1;
}

.cmn-cta .cmn-cta__tel span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: calc((30 / 390) * 100vw);
  height: calc((19 / 390) * 100vw);
  background: no-repeat center / contain url("/raid/images/raid_top/cmn-cta_deco3.webp");
  transform: translateY(-12px);
}

.cmn-cta .cmn-cta__mail {
  /* width: min(100%, 230px); */
  width: 100%;
  height: calc((47 / 390) * 100vw);
  background: linear-gradient(to bottom, #406ac0, #2c4a86);
  border-radius: var(--sp-4);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 3px 0px rgba(0, 28, 85, 1));
  transition: all 0.1s;
}

.cmn-cta .cmn-cta__mail span {
  font-size: var(--base-fz);
  font-weight: var(--regular);
  position: relative;
  padding-left: var(--sp-4);
  color: var(--clr-white);
}

.cmn-cta .cmn-cta__mail span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 24px;
  height: 20px;
  background: no-repeat center / contain url("/raid/images/raid_top/cmn-cta_deco4.webp");
}

.cmn-cta .cmn-cta__mail span em {
  font-weight: var(--bold);
  color: inherit;
}

.cmn-cta .cmn-cta__mail:hover {
  filter: none;
  transform: translateY(3px);
}

.cmn-cta .cmn-cta__list {
  list-style: "※" outside;
  margin-left: calc((12 / 390) * 100vw);
}

.cmn-cta .cmn-cta__item {
  font-size: calc((10 / 390) * 100vw);
  font-weight: var(--regular);
  color: #0b3178;
}

/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
  background: no-repeat center bottom / cover url("/raid/images/raid_top/sp/sec00_bg1.webp");
}

.sec00 .sec00__header {
  margin-bottom: var(--sp-3);
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01 {
  padding-top: 0;
}

.sec01 .sec01__list {
  margin-bottom: var(--sp-5);
  counter-reset: card;
}

.sec01 .sec01__item {
  padding: var(--sp-1);
  background-color: var(--clr-sub);
  border-radius: var(--sp-1);
}

.sec01 .sec01__item:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec01 .sec01__item .sec01__item-box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row nowrap;
  gap: var(--sp-1);
  margin-bottom: var(--sp-1);
}

.sec01 .sec01__item .sec01__item-text1 {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: var(--base-fz);
  font-weight: var(--bold);
  color: var(--clr-txt);
  background-color: var(--clr-white);
  padding: 0 var(--sp-05);
}

.sec01 .sec01__item .sec01__item-text2 {
  font-size: var(--small-fz);
  font-weight: var(--regular);
}

.sec01 .sec01__card {
  padding: var(--sp-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--sp-1);
  background: linear-gradient(to bottom, #2c5992, #053470);
}

.sec01 .sec01__card:hover {
  cursor: pointer;
}

.sec01 .sec01__card:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec01 .sec01__card .sec01__card-header {
  /* padding-bottom: var(--sp-2); */
  position: relative;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
}

.sec01 .sec01__card .sec01__card-header::before {
  flex-shrink: 0;
  display: block;
  position: relative;
  counter-increment: card;
  content: counter(card, decimal-leading-zero);
  font-size: var(--base-fz);
  font-weight: var(--bold);
  margin: 0 var(--sp-1) auto 0;
}

.sec01 .sec01__card .sec01__card-header h4 {
  font-size: var(--base-fz);
  font-weight: var(--bold);
  flex-grow: 1;
  padding-right: var(--sp-2);
}

.sec01 .sec01__card .sec01__card-header h4 span {
  /* background-color: #942d2d; */
  padding-inline: var(--sp-05);
  background: linear-gradient(to bottom,
      transparent 10%,
      #942d2d 10%,
      #942d2d 95%,
      transparent 95%);
}

.sec01 .sec01__card .sec01__card-header img {
  flex-shrink: 0;
  width: calc((12 / 390) * 100vw);
  height: calc((7 / 390) * 100vw);
  margin-block: var(--sp-1) auto;
}

.sec01 .sec01__card .sec01__card-content {
  display: none;
  justify-content: start;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: var(--sp-1);
  margin-top: var(--sp-2);
  /* padding: var(--sp-2) var(--sp-3) 0 0; */
  padding: var(--sp-2) 0 0 0;
  border-top: 1px solid var(--clr-border);
}

.sec01 .sec01__card .sec01__card-box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row nowrap;
  gap: calc((10 / 390) * 100vw);
}

.sec01 .sec01__card .sec01__card-box p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec01 .sec01__card .sec01__card-box p em {
  font-weight: var(--bold);
}

.sec01 .sec01__card .sec01__card-figure {
  width: calc((84 / 390) * 100vw);
  flex-shrink: 0;
}

.sec01 .sec01__card .sec01__card-figure img {
  margin-bottom: var(--sp-05);
}

.sec01 .sec01__card .sec01__card-figure figcaption {
  font-size: calc((7 / 390) * 100vw);
  font-weight: var(--regular);
  text-align: center;
}

.sec01 .sec01__card .sec01__card-textbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec01 .sec01__card .sec01__card-textbox p em {
  font-weight: var(--bold);
}

.sec01 .sec01__card .sec01__card-textbox p:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec01 .sec01__card--active .sec01__card-content {
  display: flex;
}

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

.sec01 .sec01__header h4 {
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  text-align: center;
}

.sec01 .sec01__header h4 span {
  background-color: var(--clr-red);
}

.sec01 .sec01__text {
  font-size: calc((17 / 390) * 100vw);
  ;
  font-weight: var(--regular);
  text-align: center;
}

.sec01 .sec01__text span {
  background-color: var(--clr-red);
}

.sec01 .sec01__box {
  color: var(--clr-txt);
  margin-block: var(--sp-5) var(--sp-8);
  padding-block: var(--sp-2);
  border-radius: var(--sp-1);
  background: repeating-linear-gradient(125deg,
      #333333,
      #333333 20px,
      #fdd439 20px,
      #fdd439 40px);
}

.sec01 .sec01__box .sec01__box-wrapper {
  background-color: #e9e7e7;
  padding-block: var(--sp-3) var(--sp-2);
}

.sec01 .sec01__box .sec01__box-header {
  margin-bottom: var(--sp-2);
  padding-inline: var(--sp-2);
}

.sec01 .sec01__box .sec01__box-header h5 {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  position: relative;
  padding-left: var(--sp-5);
  text-align: center;
}

.sec01 .sec01__box .sec01__box-header h5::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 38px;
  height: 33px;
  background: no-repeat center / contain url("/raid/images/raid_top/sec01_deco3.webp");
}

.sec01 .sec01__list2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  counter-reset: risk;
  padding-inline: var(--sp-2);
  gap: var(--sp-2);
}

.sec01 .sec01__item2:nth-child(even) {
  border-block: 1px solid var(--clr-black);
  padding-block: var(--sp-2);
}

.sec01 .sec01__item2 .sec01__item2-header {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
  gap: var(--sp-1);
}

.sec01 .sec01__item2 .sec01__item2-header h6,
.sec01 .sec01__item2 .sec01__item2-header p {
  font-weight: var(--bold);
  margin-bottom: var(--sp-1);
  text-align: center;
}

.sec01 .sec01__item2 .sec01__item2-header p {
  flex-shrink: 0;
  font-size: var(--small-fz);
  color: var(--clr-red);
}

.sec01 .sec01__item2 .sec01__item2-header p::after {
  counter-increment: risk;
  content: counter(risk);
  font-size: var(--large-fz);
}

.sec01 .sec01__item2 .sec01__item2-header h6 {
  font-size: var(--large-fz);
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 .sec02__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: var(--sp-2);
}

.sec02 .sec02__item {
  /* width: min(100%, 312px); */
  width: 100%;
  border-radius: var(--sp-1);
  background-color: var(--clr-white);
  overflow: hidden;
}

.sec02 .sec02__item:hover {
  cursor: pointer;
}

.sec02 .sec02__item:nth-child(1) .sec02__item-tbox {
  background-image: url("/raid/images/raid_top/sec02_img1.webp");
}

.sec02 .sec02__item:nth-child(2) .sec02__item-tbox {
  background-image: url("/raid/images/raid_top/sec02_img2.webp");
}

.sec02 .sec02__item:nth-child(3) .sec02__item-tbox {
  background-image: url("/raid/images/raid_top/sec02_img3.webp");
}

.sec02 .sec02__item:nth-child(4) .sec02__item-tbox {
  background-image: url("/raid/images/raid_top/sec02_img4.webp");
}

.sec02 .sec02__item .sec02__item-tbox {
  width: 100%;
  height: calc((208 / 390) * 100vw);
  background: no-repeat center / cover;
}

.sec02 .sec02__item .sec02__item-bbox {
  color: var(--clr-txt);
  padding: var(--sp-2);
}

.sec02 .sec02__item .sec02__item-header {
  margin-bottom: var(--sp-2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row nowrap;
}

.sec02 .sec02__item .sec02__item-header::after {
  flex-shrink: 0;
  display: block;
  content: "";
  position: relative;
  margin-block: var(--sp-1) auto;
  width: calc((25 / 390) * 100vw);
  height: calc((25 / 390) * 100vw);
  background: no-repeat center / contain url("/raid/images/raid_top/sec02_deco1.webp");
}

.sec02 .sec02__item .sec02__item-header h4 {
  flex-grow: 1;
  font-size: var(--h5-fz);
  font-weight: var(--bold);
}

.sec02 .sec02__item .sec02__item-textbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

/* #sec02-01-modal {
    background:
      no-repeat center right / cover url("/raid/images/raid_top/sec02_bg1.webp"),
      var(--clr-white);
  }

  #sec02-02-modal {
    background:
      no-repeat center right / cover url("/raid/images/raid_top/sec02_bg2.webp"),
      var(--clr-white);
  }

  #sec02-03-modal {
    background:
      no-repeat center right / cover url("/raid/images/raid_top/sec02_bg3.webp"),
      var(--clr-white);
  }

  #sec02-04-modal {
    background:
      no-repeat center right / cover url("/raid/images/raid_top/sec02_bg4.webp"),
      var(--clr-white);
  } */
.sec02 .sec02__modal {
  /* width: min(100%, 1042px); */
  /* min-height: 549px; */
  /* padding: var(--sp-5); */
  height: 80vh;
  border-radius: var(--sp-1);
  background-color: var(--clr-white);
  padding: 0;
}

.sec02 .sec02__modal::backdrop {
  background-color: hsla(0, 0%, 0%, 0.5);
}

.sec02 .sec02__modal .sec02__modal-wrapper {
  margin-top: calc((-40 / 390) * 100vw);
  position: relative;
}

.sec02 .sec02__modal .sec02__modal-close {
  position: sticky;
  background: none;
  outline: none;
  /* inset: var(--sp-2) var(--sp-2) auto auto; */
  inset: var(--sp-2) 0 0 87%;
  transition: all 0.3s;
  padding: 0;
}

.sec02 .sec02__modal .sec02__modal-close:hover {
  cursor: pointer;
  opacity: 0.6;
}

.sec02 .sec02__modal .sec02__modal-close img {
  width: var(--sp-4);
  height: var(--sp-4);
}

.sec02 .sec02__modal .sec02__modal-img {
  width: 100%;
  height: calc((208 / 390) * 100vw);
  margin-bottom: var(--sp-2);
}

.sec02 .sec02__modal .sec02__modal-header {
  margin-bottom: var(--sp-3);
  padding-inline: var(--sp-2);
}

.sec02 .sec02__modal .sec02__modal-header h4,
.sec02 .sec02__modal .sec02__modal-header p {
  color: #0b3178;
  font-weight: var(--bold);
  /* 
        span {
          background: linear-gradient(
            to bottom,
            transparent 10%,
            var(--clr-white) 10%,
            var(--clr-white) 95%,
            transparent 95%
          );
        } */
}

.sec02 .sec02__modal .sec02__modal-header h4 {
  font-size: var(--h5-fz);
  margin-bottom: var(--sp-3);
}

.sec02 .sec02__modal .sec02__modal-header h4 span {
  padding-right: var(--sp-1);
}

.sec02 .sec02__modal .sec02__modal-header p {
  font-size: var(--large-fz);
}

.sec02 .sec02__modal .sec02__modal-box {
  width: min(100%, 560px);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  gap: var(--sp-3);
  padding: 0 var(--sp-2) var(--sp-2);
}
.sec02 .sec02__modal .sec02__modal-box{

}
.sec02 .sec02__modal .sec02__modal-box h5{
  font-weight: var(--bold);
}

.sec02 .sec02__modal .sec02__modal-list {
  list-style: disc outside;
  margin-left: var(--sp-2);
}

.sec02 .sec02__modal .sec02__modal-list li {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec02 .sec02__modal .sec02__modal-list li:not(:last-child) {
  margin-bottom: var(--sp-05);
}

.sec02 .sec02__modal .sec02__modal-list small {
  font-size: calc((10 / 390) * 100vw);
}

.sec02 .sec02__modal .sec02__modal-list2 {
  counter-reset: memo;
}

.sec02 .sec02__modal .sec02__modal-list2 li {
  font-size: calc((10 / 390) * 100vw);
  font-weight: var(--regular);
  padding-left: 4ch;
  position: relative;
}

.sec02 .sec02__modal .sec02__modal-list2 li:not(:last-child) {
  margin-bottom: var(--sp-05);
}

.sec02 .sec02__modal .sec02__modal-list2 li::before {
  counter-increment: memo;
  content: "※" counter(memo);
  position: absolute;
  inset: 0 auto auto 0;
}

.sec02 .sec02__modal .sec02__modal-textbox p:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec02 .sec02__modal .sec02__modal-textbox p a {
  color: #1d1dee;
  text-decoration: underline;
  font-weight: var(--bold);
}

.sec02 .sec02__modal .sec02__modal-textbox p a:hover {
  opacity: 0.6;
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03 {}

/* ---------------------------------- Sec04 --------------------------------- */
.sec04 {
  overflow: hidden;
}

.sec04 .sec04__img {
  overflow: scroll;
  margin-bottom: var(--sp-3);
  width: 100%;
}

.sec04 .sec04__img img {
  width: calc((689 / 390) * 100vw);
  max-width: calc((689 / 390) * 100vw);
  height: calc((412 / 390) * 100vw);
}

.sec04 .sec04__box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row nowrap;
  gap: var(--sp-2);
}

.sec04 .sec04__box .sec04__box-box p {
  font-size: var(--large-fz);
  font-weight: var(--bold);
}

.sec04 .sec04__box .sec04__box-box p span {
  background-color: #fdd439;
  color: #0b3178;
}

.sec04 .sec04__box .sec04__box-img {
  flex-shrink: 0;
  width: calc((101 / 390) * 100vw);
  height: calc((128 / 390) * 100vw);
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05 .cmn-header {
  margin-bottom: var(--sp-4);
}

.sec05 .sec05__title {
  font-size: var(--h5-fz);
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-2);
}

/* ---------------------------------- Sec06 --------------------------------- */
.sec06 .sec06__list {
  counter-reset: case;
  margin-bottom: var(--sp-3);
}

.sec06 .sec06__item:not(:last-child) {
  margin-bottom: var(--sp-4);
}

.sec06 .sec06__item .sec06__item-text {
  font-size: var(--h3-fz);
  font-weight: var(--bold);
  margin-bottom: var(--sp-05);
}

.sec06 .sec06__item .sec06__item-text::after {
  counter-increment: case;
  content: " " counter(case, decimal-leading-zero);
}

.sec06 .sec06__item .sec06__item-box {
  padding: var(--sp-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--sp-1);
}

.sec06 .sec06__card .sec06__card-tbox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-2);
}

.sec06 .sec06__card .sec06__card-bbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec06 .sec06__card .sec06__card-bbox p em {
  font-weight: var(--bold);
}

.sec06 .sec06__card .sec06__card-bbox p span {
  font-weight: var(--bold);
  color: #0b3178;
  background-color: #fdd439;
}

.sec06 .sec06__card .sec06__card-bbox p:not(:last-child) {
  margin-bottom: var(--sp-05);
}

.sec06 .sec06__card .sec06__card-img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.sec06 .sec06__card .sec06__card-table {
  flex-grow: 1;
  border-collapse: collapse;
}

.sec06 .sec06__card .sec06__card-table tr:first-child th,
.sec06 .sec06__card .sec06__card-table tr:first-child td {
  padding-top: 0;
}

.sec06 .sec06__card .sec06__card-table th,
.sec06 .sec06__card .sec06__card-table td {
  padding-block: var(--sp-1);
}

.sec06 .sec06__card .sec06__card-table th {
  width: 95px;
  font-weight: var(--bold);
  text-align: right;
  border-bottom: 2px solid var(--clr-white);
}

.sec06 .sec06__card .sec06__card-table td {
  border-bottom: 1px solid var(--clr-border);
  padding-left: var(--sp-1);
}

.sec06 .sec06__card .sec06__card-table td small {
  font-size: var(--small-fz);
}

.sec06 .sec06__box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row nowrap;
  gap: var(--sp-2);
}

.sec06 .sec06__box .sec06__box-box p {
  font-size: var(--large-fz);
  font-weight: var(--bold);
}

.sec06 .sec06__box .sec06__box-box p span {
  background-color: #fdd439;
  color: #0b3178;
}

.sec06 .sec06__box .sec06__box-img {
  flex-shrink: 0;
  width: calc((101 / 390) * 100vw);
  height: calc((128 / 390) * 100vw);
}

/* ---------------------------------- Sec07 --------------------------------- */
.sec07 .sec07__tbox {
  padding: var(--sp-5) var(--sp-2);
  border-radius: var(--sp-1);
  background: no-repeat center / cover url("/raid/images/raid_top/sp/sec07_bg1.webp");
  margin-bottom: var(--sp-2);
}

.sec07 .sec07__item:not(:last-child) {
  margin-bottom: var(--sp-3);
}

.sec07 .sec07__item p {
  font-size: var(--large-fz);
  font-weight: var(--bold);
}

.sec07 .sec07__item p span {
  line-height: 1.1;
  font-size: var(--h3-fz);
  font-weight: var(--bold);
  background: linear-gradient(to bottom,
      transparent 10%,
      var(--clr-red) 15%,
      var(--clr-red) 95%,
      transparent 90%);
}

.sec07 .sec07__bbox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: var(--sp-5);
}

.sec07 .sec07__bbox .sec07__bbox-box {
  width: min(100%, 400px);
  margin-inline: auto;
}

.sec07 .sec07__text {
  font-size: var(--large-fz);
  font-weight: var(--bold);
  margin-bottom: var(--sp-3);
}

.sec07 .sec07__text span {
  color: #0b3178;
  font-weight: var(--bold);
  background: linear-gradient(to bottom,
      transparent 10%,
      #fdd439 15%,
      #fdd439 95%,
      transparent 90%);
}

.sec07 .sec07__list2 {
  list-style: disc outside;
  margin-bottom: var(--sp-2);
}

.sec07 .sec07__item2 {
  font-size: var(--large-fz);
  font-weight: var(--regular);
  margin-left: var(--sp-3);
}

.sec07 .sec07__item2:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec07 .sec07__img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-bottom: var(--sp-2);
}

.sec07 .sec07__memo {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

/* ---------------------------------- Sec08 --------------------------------- */
.sec08 .sec08__text {
  font-size: var(--base-fz);
  font-weight: var(--regular);
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec08 .sec08__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: var(--sp-5) var(--sp-2);
}

.sec08 .sec08__item {
  /* width: min(100%, 312px); */
  width: 100%;
}

.sec08 .sec08__item .sec08__item-img {
  margin-bottom: var(--sp-1);
}

.sec08 .sec08__item .sec08__item-header {
  margin-bottom: var(--sp-1);
}

.sec08 .sec08__item .sec08__item-header h4 {
  font-size: var(--h5-fz);
  font-weight: var(--bold);
}

.sec08 .sec08__item .sec08__item-textbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec08 .sec08__item .sec08__item-textbox p:not(:last-child) {
  margin-bottom: var(--sp-1);
}

.sec08 .sec08__item .sec08__item-textbox .memo {
  line-height: 1;
}

.sec08 .sec08__item .sec08__item-textbox .memo small {
  font-size: 10px;
}

/* ---------------------------------- Sec09 --------------------------------- */
/* .sec09__img {
    width: 418px;
    height: 609px;
    margin-inline: auto;
    margin: 0 auto var(--sp-2);
  } */
.sec09 .sec09__list {
  /* width: min(100%, 445px); */
  margin-inline: auto;
  margin-bottom: var(--sp-2);
  counter-reset: flow;
}

.sec09 .sec09__item {
  border-radius: var(--sp-1);
  border: 1px solid var(--clr-white);
  padding: var(--sp-1) calc((12 / 390) * 100vw);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
}

.sec09 .sec09__item:not(:last-child) {
  position: relative;
  margin-bottom: var(--sp-4);
}

.sec09 .sec09__item:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 26px;
  height: 15px;
  background: no-repeat center / contain url("/raid/images/raid_top/sec09_deco0.webp");
  transform: translateY(calc(100% + 10px));
}

.sec09 .sec09__item:nth-child(1) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco1.webp");
}

.sec09 .sec09__item:nth-child(2) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco2.webp");
}

.sec09 .sec09__item:nth-child(3) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco3.webp");
}

.sec09 .sec09__item:nth-child(4) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco4.webp");
}

.sec09 .sec09__item:nth-child(5) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco5.webp");
}

.sec09 .sec09__item:nth-child(6) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco6.webp");
}

.sec09 .sec09__item:nth-child(7) .sec09__item-header::before {
  background-image: url("/raid/images/raid_top/sec09_deco7.webp");
}

.sec09 .sec09__item .sec09__item-count {
  padding-right: var(--sp-2);
  margin-right: var(--sp-2);
  border-right: 1px solid var(--clr-white);
}

.sec09 .sec09__item .sec09__item-count::before,
.sec09 .sec09__item .sec09__item-count::after {
  display: block;
  font-weight: var(--regular);
  text-align: center;
  line-height: 1;
}

.sec09 .sec09__item .sec09__item-count::before {
  content: "Flow";
  font-size: 10px;
  color: var(--clr-white);
}

.sec09 .sec09__item .sec09__item-count::after {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  font-size: var(--h3-fz);
  color: #0399dd;
}

.sec09 .sec09__item .sec09__item-header {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
  gap: var(--sp-2);
}

.sec09 .sec09__item .sec09__item-header::before {
  display: block;
  content: "";
  position: relative;
  width: calc((32 / 390) * 100vw);
  height: calc((32 / 390) * 100vw);
  background: no-repeat center / contain;
}

.sec09 .sec09__item .sec09__item-header h4 {
  font-size: calc((23 / 390) * 100vw);
  font-weight: var(--bold);
}

.sec09 .sec09__textbox {
  width: min(100%, 610px);
  margin-inline: auto;
}

.sec09 .sec09__textbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec09 .sec09__textbox p:not(:last-child) {
  margin-bottom: var(--sp-2);
}

/* ---------------------------------- Sec10 --------------------------------- */
.sec10 .sec10__title {
  font-size: var(--h4-fz);
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-1);
}

.sec10 .sec10__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}

.sec10 .sec10__item {
  /* width: min(100%, 150px); */
  width: min(100%, calc((171 / 390) * 100vw));
  background-color: var(--clr-white);
  padding: var(--sp-2) 0;
  border-radius: var(--sp-1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

/* gap: var(--sp-1); */
.sec10 .sec10__item .sec10__item-img {
  width: 40px;
  height: 40px;
  margin-inline: auto;
  margin: 0 auto var(--sp-1);
}

.sec10 .sec10__item .sec10__item-header h5 {
  font-size: var(--base-fz);
  font-weight: var(--bold);
  color: #0b3178;
  text-align: center;
}

.sec10 .sec10__item .sec10__item-text {
  font-size: 12px;
  text-align: center;
  color: var(--clr-txt);
}

.sec10 .sec10__box {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: column nowrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
}

.sec10 .sec10__box .sec10__box-textbox {
  width: min(100%, 405px);
  margin-inline: auto;
}

.sec10 .sec10__box .sec10__box-textbox p {
  font-size: var(--base-fz);
  font-weight: var(--regular);
}

.sec10 .sec10__box .sec10__box-textbox p:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec10 .sec10__box .sec10__box-textbox p span {
  font-weight: var(--bold);
  background-color: #fdd439;
  color: #0b3178;
  margin-inline: var(--sp-05);
}

.sec10 .sec10__box .sec10__box-img {
  width: 100%;
  height: auto;
}

.sec10 .sec10__box2 {
  border-radius: var(--sp-1);
  background-color: var(--clr-white);
  /* padding: var(--sp-1); */
  padding-block: var(--sp-2);
  margin-bottom: var(--sp-2);
}

.sec10 .sec10__box2 .sec10__box2-header {
  margin-bottom: var(--sp-2);
  padding-inline: var(--sp-2) 0;
}

.sec10 .sec10__list2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: var(--sp-2);
  padding-inline: var(--sp-2);
}

.sec10 .sec10__item2 {
  /* width: min(100%, 154px); */
  width: calc((155 / 390) * 100vw);
  background-color: #f1f1f1;
  border-radius: var(--sp-1);
  /* padding: var(--sp-2) var(--sp-05) var(--sp-05); */
  padding: var(--sp-2) calc((12 / 390) * 100vw);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
}

.sec10 .sec10__item2 .sec10__item2-img {
  width: calc((54 / 390) * 100vw);
  height: calc((54 / 390) * 100vw);
  margin-bottom: var(--sp-1);
}

.sec10 .sec10__item2 .sec10__item2-header h5 {
  font-size: var(--base-fz);
  font-weight: var(--bold);
  text-align: center;
  color: #0b3178;
}

.sec10 .sec10__item2 .sec10__item2-memo {
  font-size: var(--small-fz);
  font-weight: var(--regular);
  text-align: center;
  color: #0b3178;
  line-height: 1;
}

.sec10 .sec10__list3 {
  list-style: "※" outside;
  margin-left: var(--sp-1);
}

.sec10 .sec10__item3 {
  font-size: calc((10 / 390) * 100vw);
  font-weight: var(--regular);
}

.sec10 .sec10__item3:not(:last-child) {
  margin-bottom: var(--sp-1);
}

/* ---------------------------------- Sec11 --------------------------------- */
.sec11 .sec11__item {
  border-radius: var(--sp-1);
  border: 1px solid var(--clr-border);
  background: linear-gradient(to bottom, #2c5992, #053470);
  padding: var(--sp-2);
}

.sec11 .sec11__item:hover {
  cursor: pointer;
}

.sec11 .sec11__item:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec11 .sec11__item .sec11__item-header,
.sec11 .sec11__item .sec11__item-box {
  justify-content: start;
  align-items: start;
  flex-flow: row nowrap;
  gap: var(--sp-1);
  position: relative;
  transition: all 1s;
}

.sec11 .sec11__item .sec11__item-header::before,
.sec11 .sec11__item .sec11__item-box::before {
  display: block;
  position: relative;
  font-size: var(--large-fz);
  font-weight: var(--bold);
  text-transform: uppercase;
  flex-shrink: 0;
  transform: translateY(-1px);
}

.sec11 .sec11__item .sec11__item-header {
  display: flex;
}

/* padding-bottom: var(--sp-2); */
.sec11 .sec11__item .sec11__item-header::before {
  content: "Q";
}

.sec11 .sec11__item .sec11__item-header h4 {
  font-size: var(--large-fz);
  font-weight: var(--bold);
  flex-grow: 1;
  padding-right: var(--sp-2);
}

.sec11 .sec11__item .sec11__item-header img {
  flex-shrink: 0;
  width: calc((12 / 390) * 100vw);
  height: calc((7 / 390) * 100vw);
  margin-block: var(--sp-1) auto;
}

.sec11 .sec11__item .sec11__item-box {
  display: none;
  margin-top: var(--sp-2);
  padding-top: var(--sp-2);
  border-top: 1px solid var(--clr-border);
}

.sec11 .sec11__item .sec11__item-box::before {
  content: "A";
}

.sec11 .sec11__item .sec11__item-textbox {
  flex-grow: 1;
}

.sec11 .sec11__item .sec11__item-textbox p:not(:last-child),
.sec11 .sec11__item .sec11__item-textbox ul:not(:last-child) {
  margin-bottom: var(--sp-2);
}

.sec11 .sec11__item .sec11__item-textbox p,
.sec11 .sec11__item .sec11__item-textbox ul li {
  font-size: var(--base-fz);
  font-weight: var(--regular);
  color: var(--clr-white);
}

.sec11 .sec11__item .sec11__item-textbox p a,
.sec11 .sec11__item .sec11__item-textbox ul li a {
  color: inherit;
  text-decoration: underline;
}

.sec11 .sec11__item .sec11__item-textbox p a:hover,
.sec11 .sec11__item .sec11__item-textbox ul li a:hover {
  opacity: 0.6;
}

.sec11 .sec11__item .sec11__item-textbox ul {
  list-style: disc inside;
}

.sec11 .sec11__item--active .sec11__item-box {
  display: flex;
}

/* ---------------------------------- Sec12 --------------------------------- */
.sec12 .sec12__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/* フッターナビ削除 */
#left_nav {
  display: none;
}