/* -------------------------------------------------------------------------- */
/*                                     PC                                     */
/* -------------------------------------------------------------------------- */
: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: 4px;
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 40px;
  --sp-6: 48px;
  --sp-8: 60px;
  --sp-10: 80px;

  --h1-fz: 74px;
  --h2-fz: 42px;
  --h3-fz: 32px;
  --h4-fz: 26px;
  --h5-fz: 20px;
  --h6-fz: 18px;
  --base-fz: 16px;
  --small-fz: 14px;
  --tiny-fz: 12px;
  --large-fz: 18px;
}

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

#inquiry_forms iframe {
  height: 1500px !important;
}

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

.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: none !important;
}

.pc {
  display: block;
}

/* -------------------------------------------------------------------------- */
.cmn-cta {
  padding: var(--sp-6) 0;
  background:
    no-repeat top left / 368px 231px url("/raid/images/raid_top/cmn-cta_deco1.webp"),
    no-repeat bottom right / 403px 260px url("/raid/images/raid_top/cmn-cta_deco2.webp");
}

.cmn-cta .cmn-cta__wrapper-m {
  padding: var(--sp-3) var(--sp-5);
  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) 10px;
  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: 436px;
  height: 38px;
  margin: 0 auto var(--sp-05) 0;
}

.cmn-cta .cmn-cta__box {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: row nowrap;
  gap: var(--sp-2);
}

.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: 36px;
  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: 30px;
  height: 19px;
  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);
  height: 47px;
  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: 12px;
}

.cmn-cta .cmn-cta__item {
  font-size: 10px;
  font-weight: var(--regular);
  color: #0b3178;
}

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

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

/* ---------------------------------- Sec01 --------------------------------- */
.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 {
  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 {
  display: block;
  position: relative;
  counter-increment: card;
  content: counter(card, decimal-leading-zero);
  font-size: var(--large-fz);
  font-weight: var(--bold);
  margin: 0 var(--sp-1) auto 0;
}

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

.sec01 .sec01__card .sec01__card-header h4 span {
  background-color: #942d2d;
}

.sec01 .sec01__card .sec01__card-header img {
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  margin-block: var(--sp-1) auto;
}

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

.sec01 .sec01__card .sec01__card-figure {
  width: 114px;
  flex-shrink: 0;
}

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

.sec01 .sec01__card .sec01__card-figure figcaption {
  font-size: 9px;
  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: var(--h5-fz);
  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);
}

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

.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: row nowrap;
  counter-reset: risk;
}

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

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

.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 {
  font-size: var(--large-fz);
  color: var(--clr-red);
}

.sec01 .sec01__item2 .sec01__item2-header p::after {
  counter-increment: risk;
  content: counter(risk);
  font-size: 24px;
}

.sec01 .sec01__item2 .sec01__item2-header h6 {
  font-size: var(--h5-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);
  border-radius: var(--sp-1);
  background-color: var(--clr-white);
  overflow: hidden;
  transition: opacity 0.3s;
}

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

.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: 208px;
  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: 25px;
  height: 25px;
  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 #sec02-01-modal {
  background:
    no-repeat center right / cover url("/raid/images/raid_top/sec02_bg1.webp"),
    var(--clr-white);
}

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

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

.sec02 #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);
  border-radius: var(--sp-1);
  background-color: var(--clr-white);
}

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

.sec02 .sec02__modal .sec02__modal-close {
  position: absolute;
  background: none;
  outline: none;
  inset: var(--sp-5) var(--sp-5) auto auto;
  transition: all 0.3s;
}

.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-header {
  margin-bottom: var(--sp-5);
}

.sec02 .sec02__modal .sec02__modal-header h4,
.sec02 .sec02__modal .sec02__modal-header p {
  color: #0b3178;
  font-weight: var(--bold);
}

.sec02 .sec02__modal .sec02__modal-header h4 span,
.sec02 .sec02__modal .sec02__modal-header p 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(--h3-fz);
  margin-bottom: var(--sp-1);
}

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

.sec02 .sec02__modal .sec02__modal-header p {
  font-size: var(--h5-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-5);
}
.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 li small {
  font-size: 10px;
}

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

.sec02 .sec02__modal .sec02__modal-list2 li {
  font-size: 10px;
  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 .sec04__img {
  margin-bottom: var(--sp-3);
}

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

.sec04 .sec04__box .sec04__box-box p {
  font-size: var(--h5-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: 121px;
  height: 90px;
}

/* ---------------------------------- 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: row 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: 220px;
  height: 202px;
}

.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 snall {
  font-size: var(--small-fz);
}

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

.sec06 .sec06__box .sec06__box-box p {
  font-size: var(--h5-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: 106px;
  height: 98px;
}

/* ---------------------------------- Sec07 --------------------------------- */
.sec07 .sec07__tbox {
  padding: var(--sp-5);
  border-radius: var(--sp-1);
  background: no-repeat center / cover url("/raid/images/raid_top/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(--h5-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: row nowrap;
  gap: var(--sp-5);
}

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

.sec07 .sec07__text {
  font-size: var(--h5-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(--h5-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: 199px;
  height: 342px;
}

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

.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: 10px var(--sp-3);
  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-3);
  margin-right: var(--sp-3);
  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: 40px;
  height: 40px;
  background: no-repeat center / contain;
}

.sec09 .sec09__item .sec09__item-header h4 {
  font-size: 28px;
  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 nowrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}

.sec10 .sec10__item {
  width: min(100%, 150px);
  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: row 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: 221px;
  height: 282px;
}

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

.sec10 .sec10__box2 .sec10__box2-header {
  margin-bottom: var(--sp-05);
}

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

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

.sec10 .sec10__item2 .sec10__item2-img {
  width: 80px;
  height: 80px;
  margin-bottom: var(--sp-1);
}

.sec10 .sec10__item2 .sec10__item2-header h5 {
  font-size: var(--large-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: "※" inside;
}

.sec10 .sec10__item3 {
  font-size: 10px;
  font-weight: var(--regular);
}

/* ---------------------------------- 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-2);
  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: 12px;
  height: 7px;
  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;
}