.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

:root {
  --color-txt: #2f3640;
  --color-wt: #ffffff;
  --color-main: #0d3b75;
  --color-sub1: #0078d7;
  --color-sub2: #ffbf00;
  --color-hv: #e77700;
  --color-sub3: #4ea4f5;
  --color-bg: #f7f9fc;
  --color-bl: #edf5ff;
  --color-bg-y: #fffcf3;
  --color-rd: #d2422c;
}

body {
  color: var(--color-txt);
}

h2 {
  color: var(--color-main);
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--color-sub3);
}

.t3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
}

.t5 {
  margin-top: 3%;
}

.btn {
  position: relative;
  background: var(--color-sub2);
  border-radius: 2em;
  color: #002d7b;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .75em 1.7em .75em 3.3em;
  flex: 0 0 auto;
}

.btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 16px;
  height: 11px;
  top: 38%;
  left: 11%;
}

.btn:hover {
  background: var(--color-hv);
  transition: 0.3s;
}


@media screen and (max-width: 720px) {

  h2 {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-bottom: 10px;
  }

  h2::after {
    width: 65px;
    height: 3px;
    margin-top: 14px;
  }

  .t3 {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .btn {
    box-sizing: border-box;
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    white-space: normal;
    padding: 1em 1.6em 1em 3.1em;
  }

  .wrap {
    padding-top: 75px;
  }
}


/*******************************
Header / FV
*******************************/


header .header__top__wrap {
  position: fixed;
  top: 0px;
  background: var(--color-main);
  width: 100%;
  z-index: 10;
}

header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding: 8px 1%;
}

.header__top .logo_img {
  width: 69%;
}

.header__top .logo_img img {
  width: 100%;
}

.header__top .logo_top {
  color: white;
  font-size: 1.1rem;
  text-align: left;
}

.hamburger {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  flex: 1 1 auto;
}

.header__box {
  color: var(--color-wt);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5% 0;
  margin: 0 1% 0 3.5%;
  text-align: center;
}

.header__box_link {
  display: flex;
  gap: 4rem;
}

.header__box_link a {
  color: var(--color-wt);
}

.header__box_link a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

.header__box div {
  align-items: center;
  display: flex;
}

.header__box div p {
  font-size: 1.3rem;
}

.header__box div p:nth-child(even) {
  color: var(--color-sub3);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 .5em 0 .25em;
}

.header__logobox {
  flex: 0 0 auto;
  min-width: 0;
}

.header__box p,
.header__box a {
  white-space: nowrap;
  word-break: keep-all;
}

header .header__main__wrap {
  padding: 70px 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
  gap: 1.7rem;
}

.header__main_text {
  width: 51%;
}

.img_sec {
  width: 49%;
  margin: 0 auto;
  text-align: center;
}

.img_sec img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.badge_img {
  width: 80%;
}

.badge_img img {
  width: 100%;
}

.header__main div .site_tit {
  color: var(--color-main);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.header__main div .t2 {
  font-size: 1.9rem;
}

.header__main div .t1 {
  color: var(--color-sub3);
  font-size: 2.5rem;
  letter-spacing: .045em;
  line-height: 1.3;
  margin: 2% 0;
  font-weight: 700;
}

.header__main div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2.5% 0 4%;
}

.header__main div li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background-color: var(--color-bl);
  border: 1.5px solid var(--color-sub1);
  padding: .6em 1.1em;
  margin-bottom: 0;
  color: var(--color-main);
  border-radius: 5px;
  font-size: 1.45rem;
}

.header__main div .btn {
  font-size: 1.7rem;
  padding: 1.15em 3.5em 1.15em 5.3em;
}

.header__main .btn:before {
  top: 40%;
  left: 14.5%;
  width: 19px;
  height: 14px;
}

.header__main_text .btn {
  display: table;
  margin-top: 20px;
}


@media screen and (min-width: 1001px) {
  .header__top {
    flex-wrap: nowrap;
  }

  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }

  .header__box_link {
    display: flex;
    gap: 4rem;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .header__box,
  .header__box div,
  .header__box_link a,
  .btn {
    white-space: nowrap;
  }

  .close-btn {
    display: none !important;
  }
}


@media screen and (max-width: 720px) {

  .header__box_link,
  .header__box,
  .btn_nav {
    display: block;
    margin: 1em 1em 1em 2em;
    text-align: left;
  }

  .header__main_text {
    width: 100%;
  }

  .header__box div {
    display: block;
  }

  .header__box_link {
    width: calc(100% - 3em);
  }

  .header__box_link a {
    display: block;
    padding: 8px 0 8px 1rem;
    margin-bottom: 1%;
    font-size: 1.7rem;
  }

  .header__logobox {
    flex: 1;
    min-width: 0;
  }

  header .header__main__wrap {
    padding: 32px 5% 50px;
    text-align: center;
  }

  .header__main {
    display: block;
  }

  .header__main div .site_tit {
    margin-bottom: 5px;
    font-size: 3rem;
    line-height: 1.3;
  }

  .header__main div .t1 {
    margin: 0 0 10px;
    font-size: 1.85rem;
    line-height: 1.5;
  }

  .header__main div .t2 {
    font-size: 1.5rem;
    line-height: 1.65;
    text-align: left;
  }

  .header__main div ul {
    display: grid;
    gap: 8px;
    margin: 18px auto 10px;
    padding: 0;
  }

  .header__main div li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 9px 8px;
    font-size: 1.15rem;
    line-height: 1.6;
    white-space: normal;
    text-align: left;
  }

  .badge_img {
    width: 100%;
    margin: 12px auto 0;
  }

  .header__main img {
    max-width: 95%;
    height: auto;
    margin: 10px auto;
  }

  .header__main_text .btn {
    display: block;
    width: 100%;
    max-width: 330px;
    margin: 20px auto 0;
  }

  .header__main .btn:before {
    left: 12%;
  }

  .header__main div .btn {
    padding: 1em 1.4em 1em 3.5em;
  }

  header .header__top {
    min-height: 58px;
    box-sizing: border-box;
    padding: 8px 4%;
    font-size: 1rem;
  }

  .header__top .logo_img {
    width: 52%;
    min-width: 135px;
  }

  .header__top .logo_top {
    overflow: hidden;
    max-width: 230px;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hamburger {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: white;
    border-radius: 3px;
  }

  .close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 3rem;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 60px 5% 30px;
    background: var(--color-main);
    text-align: left;
    transition: all 0.3s;
  }

  .nav-menu.active {
    display: flex;
  }
}


/*******************************
summary__wrap
*******************************/


.summary__wrap {
  position: relative;
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
  overflow: hidden;
}

.summary__wrap_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.summary__wrap .t3 {
  margin-bottom: 40px;
}

.summary__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.summary__list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 2.3% 2% 2.3% 12.5%;
  background-color: var(--color-wt);
  border: 1.5px solid #d6e4f3;
  border-radius: 10px;
  color: var(--color-main);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.summary__list li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-sub1);
  font-size: 1.8rem;
  font-weight: 800;
}

.summary__message {
  padding: 26px 30px;
  background-color: var(--color-bl);
  border-radius: 10px;
  color: var(--color-main);
}

.summary__message p {
  margin: 0;
}

.summary__message p:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.summary__message p+p {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1.25px solid rgba(13, 59, 117, 0.15);
  color: var(--color-txt);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.8;
}


@media screen and (max-width: 720px) {

  .summary__wrap {
    padding: 60px 5%;
  }

  .summary__wrap .t3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .summary__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }

  .summary__list li {
    min-height: auto;
    padding: 15px 15px 15px 45px;
    font-size: 1.4rem;
  }

  .summary__list li::before {
    left: 16px;
    font-size: 1.9rem;
  }

  .summary__message {
    padding: 20px 16px;
  }

  .summary__message p {
    font-size: 1.45rem;
    line-height: 1.7;
  }
}


/*******************************
s00__wrap
*******************************/


.s00__wrap {
  padding-bottom: 90px;
}

.s00__wrap_back {
  padding: 100px 5% 90px;
  margin: 0 auto;
  background-color: #edeeef;
  overflow: visible;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.s00__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.s00__lead {
  display: block;
  color: var(--color-sub3);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: .04em;
}

.s00__wrap h2 {
  color: #000;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

.s00_t4 {
  font-weight: 600;
  font-size: 2.2rem;
  padding-top: 5%;
}

.s00_t4 span {
  font-size: 2.6rem;
  color: var(--color-rd);
  font-weight: 700;
}

.s00__wrap .worryLayout {
  display: grid;
  grid-template-columns: 1fr 0.82fr 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 35px;
}

.s00__wrap .worryLayout__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.s00__wrap .worryLayout__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s00__wrap .worryCard {
  position: relative;
  width: 100%;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: var(--color-bl);
  border: 2.5px solid var(--color-main);
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
}

.s00__wrap .worryCard p {
  margin: 0;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.55;
}

.s00__wrap .worryCard--top {
  margin-bottom: 18px;
}

.s00__wrap .worryLayout__person {
  width: 100%;
  height: 235px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.s00__wrap .worryLayout__person img {
  display: block;
  width: 100%;
  max-width: 265px;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}


@media screen and (max-width: 900px) {

  .worryLayout {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
  }

  .worryLayout__side {
    display: contents;
  }

  .worryLayout__center {
    display: contents;
  }

  .worryLayout__side--left .worryCard:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .worryLayout__center .worryCard--top {
    grid-column: 2;
    grid-row: 1;
  }

  .worryLayout__side--right .worryCard:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
  }

  .worryLayout__side--left .worryCard:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
  }

  .worryLayout__side--right .worryCard:nth-child(2) {
    grid-column: 2;
    grid-row: 3;
  }

  .worryLayout__person {
    grid-column: 1 / -1;
    grid-row: 4;
    max-width: 300px;
    height: 205px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 720px) {

  .s00__wrap {
    padding-bottom: 55px;
  }

  .s00__wrap_back {
    padding: 60px 5% 70px;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
  }

  .s00__wrap h2 {
    margin-bottom: 25px;
  }

  .s00_t4 {
    padding-top: 28px;
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .s00_t4 span {
    font-size: 1.9rem;
    line-height: 1.65;
  }

  .s00__wrap .worryLayout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }

  .s00__wrap .worryLayout__side,
  .s00__wrap .worryLayout__center {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .s00__wrap .worryCard,
  .s00__wrap .worryLayout__center .worryCard {
    min-height: auto;
    margin: 0;
    padding: 14px 12px;
    border-width: 2px;
    border-radius: 16px;
  }

  .s00__wrap .worryCard p {
    font-size: 1.4rem;
    line-height: 1.55;
  }

  .s00__wrap .worryLayout__person {
    width: 100%;
    max-width: 240px;
    height: 155px;
    margin: 2px auto 6px;
  }

  .inner_bm {
    padding: 0 3%;
  }
}


/*******************************
s01__wrap
*******************************/


.s01__wrap {
  position: relative;
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
  overflow: hidden;
}

.s01__wrap_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.s01__heading {
  margin-bottom: 55px;
  text-align: center;
}

.s01__list {
  border-top: 1px solid rgba(13, 59, 117, 0.22);
}

.s01__item {
  position: relative;
  min-height: 130px;
  padding: 3.5% 6.5%;
  border-bottom: 1px solid rgba(13, 59, 117, 0.22);
  overflow: hidden;
}

.s01__number {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  color: var(--color-sub1);
  font-size: clamp(10rem, 13vw, 90rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

.s01__item:nth-child(even) .s01__number {
  left: auto;
  right: 30px;
  text-align: right;
}

.s01__content {
  position: relative;
  z-index: 1;
}

.s01__content h3 {
  position: relative;
  margin: 0 0 15px;
  color: var(--color-txt);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.s01__body>p {
  margin: 0 0 16px;
  color: var(--color-txt);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
}

.s01__body>p:last-child {
  margin-bottom: 0;
}

.s01__body b {
  color: var(--color-main);
  font-weight: 700;
}

.s01__compare {
  margin-top: 55px;
}

.s01__compare-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d6e4f3;
  border-radius: 12px;
  background-color: var(--color-wt);
}

.s01__compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.45rem;
  line-height: 1.6;
}

.s01__compare-table th,
.s01__compare-table td {
  padding: 18px 16px;
  border-right: 1px solid #dce6f0;
  border-bottom: 1px solid #dce6f0;
  vertical-align: middle;
}

.s01__compare-table tr:last-child th,
.s01__compare-table tr:last-child td {
  border-bottom: none;
}

.s01__compare-table th:last-child,
.s01__compare-table td:last-child {
  border-right: none;
}

.s01__compare-table thead th {
  background-color: var(--color-main);
  color: var(--color-wt);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.s01__compare-table thead th:first-child {
  width: 18%;
  background-color: #f0f4f9;
}

.s01__compare-table tbody th {
  width: 18%;
  background-color: #f3f6fa;
  color: var(--color-main);
  font-weight: 700;
  text-align: left;
}

.s01__compare-table tbody td {
  background-color: var(--color-wt);
  color: var(--color-txt);
  text-align: center;
}

.s01__compare-table .is-selva {
  background-color: var(--color-bl);
  color: var(--color-main);
  font-weight: 700;
}

.s01__compare-table thead .is-selva {
  background-color: var(--color-sub1);
  color: var(--color-wt);
}

.s01__compare-table tbody tr:nth-child(even) th {
  background-color: #eef3f8;
}

.s01__compare-table tbody tr:nth-child(even) td:not(.is-selva) {
  background-color: #fafbfd;
}


@media screen and (max-width: 900px) {

  .s01__wrap {
    padding: 90px 5%;
  }

  .s01__heading {
    margin-bottom: 40px;
  }

  .s01__item,
  .s01__item:nth-child(even) {
    min-height: 240px;
    padding: 58px 30px 58px 110px;
  }

  .s01__item:nth-child(even) .s01__number {
    left: 0;
  }

  .s01__number {
    top: 30px;
    left: 0;
    font-size: 11rem;
  }

  .s01__content h3 {
    font-size: 2.5rem;
  }

  .s01__body>p {
    font-size: 1.6rem;
  }
}


@media screen and (max-width: 720px) {

  .s01__wrap {
    padding: 60px 5%;
  }

  .s01__heading {
    margin-bottom: 25px;
  }

  .s01__item,
  .s01__item:nth-child(even) {
    min-height: auto;
    padding: 48px 4px 28px;
  }

  .s01__item:nth-child(even) .s01__number,
  .s01__number {
    top: 18px;
    left: -4px;
    right: auto;
    font-size: 7.5rem;
    opacity: 0.13;
    text-align: left;
  }

  .s01__content h3 {
    margin-bottom: 14px;
    padding-left: 32px;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .s01__body>p {
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.75;
  }

  .s01__compare {
    margin-top: 35px;
  }

  .s01__compare-scroll {
    -webkit-overflow-scrolling: touch;
  }

  .s01__compare-table {
    min-width: 720px;
    font-size: 1.3rem;
  }

  .s01__compare-table th,
  .s01__compare-table td {
    padding: 13px 10px;
  }

  .s01__compare-table thead th {
    font-size: 1.35rem;
  }
}


/*******************************
btn_sc
*******************************/


.btn_sc {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  text-align: center;
  background: radial-gradient(circle at 15% 10%, rgba(255, 255, 255, .18), transparent 25%),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(135deg, #1b4f9d, #5b8ddd);
}

.btn_sc::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -110px;
  width: 390px;
  height: 390px;
  border: 55px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.btn_sc::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -90px;
  width: 310px;
  height: 310px;
  background: rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.btn__wrap_cnt {
  max-width: 1000px;
  margin: auto;
}

.btn_sc h2 {
  color: #fff;
  margin-bottom: 25px;
}

.btn_sc h2::after {
  background: var(--color-sub2);
}

.btn_sc .t3 {
  margin: 0 auto 45px;
  color: #fff;
}

.btn_sc ul {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.btn_sc li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 2% 5% 2% 9.8%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}

.btn_sc li::before {
  content: "";
  position: absolute;
  left: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-sub1);
}

.btn_sc li::after {
  content: "";
  position: absolute;
  left: 37px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.btn_sc .btn {
  font-size: 1.9rem;
  padding: 1.1em 3.3em 1.1em 4.9em;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

.btn_sc .btn:before {
  top: 41%;
  left: 16%;
  width: 19px;
  height: 14px;
}

.btn_sc .t5 {
  color: #fff;
  margin-top: 3%;
}


@media screen and (max-width: 720px) {

  .btn_sc {
    padding: 65px 5%;
  }

  .btn_sc .t3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .btn_sc ul {
    gap: 10px;
  }

  .btn_sc li {
    min-height: 66px;
    padding: 2% 3.5% 2% 13%;
    font-size: 1.45rem;
  }

  .btn_sc li::before {
    left: 14px;
    width: 24px;
    height: 24px;
  }

  .btn_sc li::after {
    left: 21px;
  }

  .btn_sc .btn {
    font-size: 1.5rem;
  }

  .btn_sc div .t3 {
    font-size: 1.7rem;
  }
}


/*******************************
btn_sc--security
*******************************/


.btn_sc--security .btn__wrap_cnt {
  max-width: 1000px;
}

.btn_sc--security .securityPoint {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.btn_sc--security .securityPoint li {
  display: block;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background-color: var(--color-wt);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(13, 59, 117, .14);
  color: var(--color-txt);
  font-size: inherit;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.btn_sc--security .securityPoint li::before,
.btn_sc--security .securityPoint li::after {
  content: none;
  display: none;
}

.btn_sc--security .securityPoint h3 {
  margin: 0;
  padding: 3.5% 5%;
  background-color: var(--color-bl);
  border-bottom: 1px solid #d6e4f3;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

.btn_sc--security .securityPoint p {
  margin: 0;
  padding: 3.5% 5%;
  color: var(--color-txt);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.btn_sc--security .t5 {
  max-width: 820px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .85);
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
}


@media screen and (max-width: 720px) {

  .btn_sc--security .securityPoint {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .btn_sc--security .securityPoint li {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .btn_sc--security .securityPoint h3 {
    padding: 14px 16px;
    font-size: 1.55rem;
  }

  .btn_sc--security .securityPoint p {
    padding: 16px;
    font-size: 1.4rem;
    line-height: 1.65;
  }

  .btn_sc--security .t5 {
    margin-top: 22px;
    font-size: 1.2rem;
    text-align: left;
  }
}


/*******************************
diagnosis__wrap
*******************************/


.diagnosis__wrap {
  padding: 100px 5%;
  background: linear-gradient(to bottom,
      var(--color-wt) 0%,
      var(--color-wt) 42%,
      var(--color-bg) 42%,
      var(--color-bg) 100%);
}

.diagnosis__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.diagnosis__block {
  position: relative;
}

.diagnosis__targetList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis__targetList li {
  margin: 0;
  padding: 12px 20px;
  background-color: var(--color-bl);
  border: 1px solid #d6e4f3;
  border-radius: 999px;
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.diagnosis__connector {
  position: relative;
  width: 2px;
  height: 50px;
  margin: 30px auto;
  background: linear-gradient(to bottom,
      var(--color-sub3),
      var(--color-sub1));
}

.diagnosis__block--contents {
  padding: 45px 30px 40px;
  background-color: var(--color-wt);
  border: 1px solid #d6e4f3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(13, 59, 117, .06);
}

.diagnosis__block--contents h2 {
  font-size: 2.2rem;
  margin-bottom: 0.6em;
}

.diagnosis__checkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis__checkList li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 16px;
  border-bottom: 1px solid #e3eaf2;
  color: var(--color-txt);
  font-size: 1.45rem;
  line-height: 1.6;
}

.diagnosis__checkList li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 2px;
  width: 7px;
  height: 7px;
  background-color: var(--color-sub1);
  border-radius: 50%;
}

.diagnosis__report {
  margin-top: 65px;
}

.diagnosis__report>h3 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.diagnosis__report>h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--color-sub3);
  border-radius: 999px;
  transform: translateX(-50%);
}

.diagnosis__caseGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.diagnosis__case {
  overflow: hidden;
  background-color: var(--color-wt);
  border: 1px solid #d6e4f3;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(13, 59, 117, .06);
}

.diagnosis__caseHead {
  padding: 16px 18px;
  background-color: var(--color-main);
  color: var(--color-wt);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
}

.diagnosis__caseBody {
  margin: 0;
  padding: 0;
}

.diagnosis__caseBody>div {
  padding: 14px 16px;
  border-bottom: 1px solid #e6ecf3;
}

.diagnosis__caseBody>div:last-child {
  border-bottom: none;
}

.diagnosis__caseBody dt {
  margin-bottom: 3px;
  color: var(--color-sub1);
  font-size: 1.25rem;
  font-weight: 700;
}

.diagnosis__caseBody dd {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.35rem;
  line-height: 1.65;
}

.diagnosis__note {
  margin: 24px 0 0;
  text-align: center;
  color: #687383;
  font-size: 1.25rem;
  line-height: 1.7;
}

.diagnosis__cta {
  margin-top: 40px;
  padding: 34px 30px;
  background: linear-gradient(135deg,
      var(--color-main),
      var(--color-sub1));
  border-radius: 14px;
  text-align: center;
}

.diagnosis__cta .btn {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.7rem;
}

.diagnosis__cta p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--color-wt);
  font-size: 1.65rem;
  line-height: 1.8;
}

.diagnosis_btn {
  padding: 1em 1.9em 1em 3.7em;
}

.diagnosis_btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 18px;
  height: 14px;
  top: 39.5%;
  left: 9.5%;
}


@media screen and (max-width: 720px) {

  .diagnosis__wrap {
    padding: 60px 5%;
    background: linear-gradient(to bottom,
        var(--color-wt) 0%,
        var(--color-wt) 30%,
        var(--color-bg) 30%,
        var(--color-bg) 100%);
  }

  .diagnosis__block h2 {
    margin-bottom: 18px;
  }

  .diagnosis__targetList {
    gap: 8px;
  }

  .diagnosis__targetList li {
    padding: 10px 14px;
    font-size: 1.3rem;
  }

  .diagnosis__connector {
    height: 50px;
    margin: 24px auto;
  }

  .diagnosis__block--contents {
    padding: 30px 18px 24px;
  }

  .diagnosis__checkList {
    grid-template-columns: 1fr;
  }

  .diagnosis__checkList li {
    padding: 11px 0 11px 22px;
    font-size: 1.4rem;
  }

  .diagnosis__checkList li::before {
    top: 19px;
  }

  .diagnosis__report {
    margin-top: 45px;
  }

  .diagnosis__report>h3 {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .diagnosis__caseGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .diagnosis__caseHead {
    padding: 14px 16px;
    font-size: 1.5rem;
  }

  .diagnosis__caseBody>div {
    padding: 12px 14px;
  }

  .diagnosis__caseBody dd {
    font-size: 1.35rem;
  }

  .diagnosis__note {
    font-size: 1.2rem;
  }

  .diagnosis__cta {
    margin-top: 30px;
    padding: 28px 18px;
  }

  .diagnosis__cta .btn {
    font-size: 1.45rem;
  }

  .diagnosis__cta p {
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .diagnosis__block--contents h2 {
    font-size: 2rem;
    line-height: 1.45;
  }

  .diagnosis__cta .btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1em 1.2em 1em 3.2em;
    white-space: normal;
  }

  .diagnosis_btn:before {
    left: 7%;
  }
}


/*******************************
s02__wrap
*******************************/


.s02__wrap {
  padding: 100px 5%;
}

.s02__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.s02__priceTable {
  max-width: 820px;
  margin: 45px auto 0;
  overflow: hidden;
  background-color: var(--color-wt);
  border: 1px solid #d6e4f3;
  border-radius: 12px;
}

.s02__priceRow {
  display: grid;
  grid-template-columns: 38% 62%;
  border-bottom: 1px solid #dce6f0;
}

.s02__priceRow:last-child {
  border-bottom: none;
}

.s02__priceRow>div {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  font-size: 1.55rem;
  line-height: 1.6;
}

.s02__priceRow>div:first-child {
  background-color: #f3f6fa;
  color: var(--color-main);
  font-weight: 700;
}

.s02__priceRow>div:last-child {
  background-color: var(--color-wt);
}

.s02__priceRow strong {
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 800;
}

.s02__priceRow span {
  margin-left: 8px;
  color: #687383;
  font-size: 1.3rem;
}

.s02__priceRow--head>div {
  justify-content: center;
  padding: 14px 24px;
  background-color: var(--color-main) !important;
  color: var(--color-wt) !important;
  font-weight: 700;
  text-align: center;
}

.s02__priceRow--discount>div {
  background-color: var(--color-bl);
}

.s02__priceRow--discount>div:last-child strong {
  color: var(--color-sub1);
}

.s02__example {
  margin: 65px auto 0;
  text-align: center;
}

.s02__example h3 {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: 700;
}

.s02__exampleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.s02__exampleRow {
  min-width: 160px;
  padding: 19px 16px;
  background-color: var(--color-wt);
  border: 1px solid #d6e4f3;
  border-radius: 10px;
}

.s02__exampleRow span,
.s02__exampleTotal span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
}

.s02__exampleRow strong {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 800;
}

.s02__exampleRow--discount {
  background-color: var(--color-bl);
  border-color: #bcd8f4;
}

.s02__exampleRow--discount strong {
  color: var(--color-sub1);
}

.s02__examplePlus,
.s02__exampleMinus,
.s02__exampleArrow {
  color: var(--color-main);
  font-size: 2.5rem;
  font-weight: 700;
}

.s02__exampleArrow {
  font-size: 2rem;
}

.s02__exampleTotal {
  min-width: 160px;
  padding: 19px 16px;
  background-color: var(--color-main);
  border-radius: 10px;
  color: var(--color-wt);
}

.s02__exampleTotal strong {
  display: block;
  color: var(--color-wt);
  font-size: 2.4rem;
  font-weight: 800;
}

.s02__reason {
  position: relative;
  margin: 60px auto 0;
  padding: 32px 38px;
  background-color: var(--color-wt);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(13, 59, 117, .09);
  text-align: center;
}

.s02__reason h3 {
  margin: 0 0 14px;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
}

.s02__reason p {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.9;
}


@media screen and (max-width: 720px) {

  .s02__wrap {
    padding: 60px 5%;
  }

  .s02__priceTable {
    margin-top: 30px;
    border-radius: 10px;
  }

  .s02__priceRow {
    grid-template-columns: 42% 58%;
  }

  .s02__priceRow>div {
    min-width: 0;
    padding: 13px 10px;
    font-size: 1.3rem;
    line-height: 1.55;
  }

  .s02__priceRow strong {
    font-size: 1.5rem;
  }

  .s02__priceRow span {
    display: block;
    margin: 4px 0 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .s02__priceRow>div:last-child {
    display: block;
  }

  .s02__priceRow--head>div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
  }

  .s02__example {
    margin-top: 40px;
  }

  .s02__example h3 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .s02__exampleBox {
    flex-direction: column;
    gap: 8px;
  }

  .s02__exampleRow,
  .s02__exampleTotal {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .s02__examplePlus,
  .s02__exampleMinus,
  .s02__exampleArrow {
    height: 22px;
    line-height: 22px;
    font-size: 2rem;
  }

  .s02__reason {
    margin-top: 40px;
    padding: 22px 18px;
    text-align: left;
  }

  .s02__reason h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }

  .s02__reason p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}


/*******************************
s03__wrap
*******************************/


.s03__wrap {
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg-y);
}

.s03__wrap_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.s03__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.s03__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--color-wt);
  border: 1.5px solid var(--color-main);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(13, 59, 117, .08);
}

.s03__head {
  margin: 0;
  padding: 3% 4.5%;
  background: linear-gradient(135deg,
      var(--color-main),
      var(--color-sub1));
  color: var(--color-wt);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.s03__head span {
  font-size: 1.8rem;
  font-weight: 500;
}

.s03__company {
  padding: 3% 4.2%;
  background-color: var(--color-bl);
  border-bottom: 1px solid #d6e4f3;
}

.s03__company p {
  margin: 0;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.7;
}

.s03__caseBlock {
  padding: 3% 4.2%;
  border-bottom: 1px solid #e2e9f1;
}

.s03__caseBlock h4 {
  position: relative;
  margin: 0 0 1.3%;
  padding-left: 16px;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.s03__caseBlock h4::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 5px;
  height: 1.2em;
  background-color: var(--color-sub1);
  border-radius: 999px;
}

.s03__caseBlock p {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.45rem;
  line-height: 1.65;
}

.s03__resultList {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s03__resultList li {
  margin: 0;
  overflow: hidden;
  background-color: var(--color-wt);
  border: 1px solid #dce6f0;
  border-radius: 8px;
}

.s03__resultHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background-color: var(--color-bg);
  border-bottom: 1px solid #dce6f0;
}

.s03__resultName {
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
}

.s03__risk {
  flex-shrink: 0;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.s03__risk--high {
  background-color: #fff0ed;
  color: var(--color-rd);
}

.s03__resultText {
  margin: 0;
  padding: 11px 14px;
  color: var(--color-txt);
  font-size: 1.4rem;
  line-height: 1.65;
}

.s03__resultOther {
  background-color: var(--color-bg) !important;
}

.s03__resultOther .s03__resultText {
  position: relative;
  padding-left: 32px;
}

.s03__resultOther .s03__resultText::before {
  content: "＋";
  position: absolute;
  left: 14px;
  color: var(--color-sub1);
  font-weight: 700;
}

.s03__effect {
  flex: 1;
  padding: 3% 4.2%;
  background-color: var(--color-bg-y);
  border-top: 4px solid var(--color-sub2);
}

.s03__effect h4 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 10px;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}

.s03__effect h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 4px;
  background-color: var(--color-sub2);
  border-radius: 999px;
  transform: translateX(-50%);
}

.s03__effect ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s03__effect li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 65px;
  margin: 0;
  padding: 3% 4% 3% 13.5%;
  background-color: var(--color-wt);
  border: 1px solid #f0d784;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(13, 59, 117, .05);
  color: var(--color-txt);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

.s03__effect li::before {
  content: "✓";
  position: absolute;
  left: 9px;
  color: #c88b00;
  font-size: 1.8rem;
  font-weight: 800;
}


@media screen and (max-width: 720px) {

  .s03__wrap {
    padding: 60px 5%;
  }

  .s03__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .s03__card {
    border-radius: 12px;
  }

  .s03__head {
    padding: 16px 14px;
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .s03__head span {
    font-size: 1.45rem;
  }

  .s03__company {
    padding: 14px 15px;
  }

  .s03__company p {
    font-size: 1.35rem;
  }

  .s03__caseBlock {
    padding: 20px 15px;
  }

  .s03__caseBlock h4 {
    margin-bottom: 12px;
    font-size: 1.65rem;
  }

  .s03__caseBlock p {
    font-size: 1.35rem;
    line-height: 1.75;
  }

  .s03__resultList {
    gap: 8px;
  }

  .s03__resultHead {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
  }

  .s03__resultName {
    font-size: 1.35rem;
  }

  .s03__risk {
    font-size: 1.1rem;
  }

  .s03__resultText {
    padding: 10px 12px;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .s03__resultOther .s03__resultText {
    padding-left: 30px;
  }

  .s03__effect {
    padding: 22px 15px;
  }

  .s03__effect h4 {
    margin-bottom: 18px;
    font-size: 1.75rem;
  }

  .s03__effect ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .s03__effect li {
    min-height: auto;
    padding: 13px 12px 13px 40px;
    font-size: 1.3rem;
  }

  .s03__effect li::before {
    left: 14px;
    font-size: 1.7rem;
  }
}


/*******************************
flow
*******************************/


.flow {
  padding: 100px 5%;
}

.flow__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.flow__list {
  margin: 45px auto 0;
  max-width: 800px;
}

.flow__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 26px;
  padding: 22px 28px;
  background-color: var(--color-wt);
  border: 1px solid #dbe5f0;
  border-radius: 15px;
  box-shadow: 0 7px 20px rgba(13, 59, 117, .08);
}

.flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background-color: var(--color-bl);
  border-radius: 50%;
}

.flow__icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.flow__body {
  min-width: 0;
  text-align: left;
}

.flow__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
  text-align: left;
}

.flow__title h3 {
  margin: 0;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.flow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  min-width: 70px;
  min-height: 27px;
  margin: 0;
  padding: 3.5px 12px;
  background-color: var(--color-main);
  border-radius: 999px;
  color: var(--color-wt);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
}

.flow__text {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
}

.flow__arrow {
  position: relative;
  width: 2px;
  height: 38px;
  margin: 0 auto;
}

.flow__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--color-main);
  border-bottom: 3px solid var(--color-main);
  transform: translateX(-50%) rotate(45deg);
}

.flow__note {
  margin-top: 42px;
  padding: 24px 28px;
  background-color: var(--color-bl);
  border: 1px solid #cfe1f3;
  border-radius: 12px;
  text-align: center;
}

.flow__note p {
  margin: 0;
  color: var(--color-main);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.7;
}


@media screen and (max-width: 720px) {

  .flow {
    padding: 60px 5%;
  }

  .flow__list {
    margin-top: 30px;
  }

  .flow__item {
    grid-template-columns: 58px 1fr;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 14px;
    border-radius: 12px;
  }

  .flow__icon {
    width: 58px;
    height: 58px;
  }

  .flow__icon img {
    width: 36px;
    height: 36px;
  }

  .flow__title {
    flex-wrap: wrap;
    gap: 7px 9px;
    margin-bottom: 6px;
  }

  .flow__step {
    width: auto;
    min-width: 68px;
    min-height: 28px;
    padding: 3px 9px;
    font-size: 1.1rem;
  }

  .flow__title h3 {
    flex: 1 1 150px;
    font-size: 1.55rem;
    line-height: 1.45;
  }

  .flow__text {
    font-size: 1.3rem;
    line-height: 1.65;
  }

  .flow__arrow {
    height: 28px;
  }

  .flow__arrow::after {
    bottom: 10px;
    width: 10px;
    height: 10px;
  }

  .flow__note {
    margin-top: 28px;
    padding: 18px 15px;
  }

  .flow__note p {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}


/*******************************
faq__wrap
*******************************/


.faq__wrap {
  padding: 100px 5%;
  background-color: var(--color-bl);
  text-align: center;
}

.faq__wrap_cnt {
  max-width: 1000px;
  margin: 5% auto 0;
}

.faq__item {
  background: var(--color-wt);
  border: 1px solid var(--color-sub3);
  margin: 12px 0;
}

.faq__q {
  margin: 0;
}

.faq__toggle {
  width: 100%;
  text-align: left;
  display: block;
  background-color: var(--color-wt);
  border: 0;
  font: inherit;
  padding: 18px 44px 18px 20px;
  cursor: pointer;
  position: relative;
  color: var(--color-main);
}

.faq__toggle::before {
  content: "Q.";
  margin-right: 8px;
  color: var(--color-main);
  font-weight: 700;
}

.faq__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-main);
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}

.faq__a {
  padding: 0 20px 18px 20px;
  text-align: left;
}

.faq__a[hidden] {
  display: none;
}

.faq__a::before {
  content: "A.";
  margin-right: 8px;
  color: #d93025;
  font-weight: 700;
}

.faq__toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}


@media screen and (max-width: 720px) {

  .faq__wrap {
    padding: 60px 5%;
  }

  .faq__wrap_cnt {
    margin-top: 30px;
  }

  .faq__item {
    margin: 9px 0;
  }

  .faq__toggle {
    padding: 15px 38px 15px 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .faq__toggle::after {
    right: 13px;
  }

  .faq__a {
    padding: 0 14px 15px;
    font-size: 1.35rem;
    line-height: 1.75;
  }
}


/*******************************
form__wrap
*******************************/


.form__wrap {
  padding: 228px 5% 100px;
  margin-top: -128px;
}

.form__guide {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 32px 40px;
  text-align: center;
}

.form__wrap .form__guide h4 {
  position: relative;
  padding-bottom: 14px;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.form__guideLead {
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.8;
}

.form__contact {
  margin: 24px 0;
  padding: 22px 20px;
  background-color: var(--color-bl);
  border-radius: 10px;
}

.tel_n {
  margin: 0;
  color: var(--color-main);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .03em;
}

.form__contact p {
  margin: 8px 0 0;
  color: var(--color-txt);
  font-size: 1.35rem;
  line-height: 1.6;
}

.form__guideText {
  position: relative;
  padding-top: 21px;
  border-top: 1px solid #dce6f0;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.7;
}

form {
  font-weight: 700;
  margin: auto;
  max-width: 500px;
}

form .input__wrap {
  margin-bottom: 16px;
}

form .item__wrap {
  margin-top: .5em;
  width: 35%;
}

form .item__wrap span {
  background: var(--color-rd);
  border-radius: 4px;
  color: var(--color-wt);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

form .item__wrap span.mail_2 {
  background: #3aa1ff;
}

form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f0f3f5;
  border: 1px solid #f0f3f5;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}

form textarea {
  font-family: Arial, "Noto Sans JP", sans-serif;
  height: 150px;
}

form input[type=submit] {
  background: var(--color-sub2);
  border: none;
  border-radius: 10px;
  color: #002d7b;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}

form input[type=submit]:hover {
  background: var(--color-hv);
  transition: 0.3s;
}


@media screen and (max-width: 720px) {

  .form__wrap {
    margin-top: 0;
    padding: 60px 5%;
  }

  .form__guide {
    box-sizing: border-box;
    margin: 0 auto 32px;
    padding: 22px 16px;
  }

  .form__wrap .form__guide h4 {
    margin: 0 0 16px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .form__guideLead {
    font-size: 1.35rem;
    line-height: 1.75;
  }

  .form__contact {
    margin: 18px 0;
    padding: 17px 12px;
  }

  .tel_n {
    font-size: 2.7rem;
    letter-spacing: .02em;
  }

  .form__contact p {
    margin-top: 6px;
    font-size: 1.2rem;
  }

  .form__guideText {
    padding-top: 16px;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  form {
    width: 100%;
    max-width: 100%;
  }

  form .input__wrap {
    margin-bottom: 18px;
  }

  form .item__wrap {
    width: 100%;
    margin: 0 0 7px;
    font-size: 1.4rem;
  }

  form input[type=text],
  form input[type=mail],
  form input[type=tel],
  form input[type=number],
  form textarea {
    min-height: 48px;
    padding: 12px 13px;
    font-size: 16px;
  }

  form textarea {
    min-height: 140px;
  }

  form input[type=submit] {
    max-width: 280px;
    margin-top: 28px;
    font-size: 1.6rem;
  }
}


/*******************************
footer
*******************************/


footer {
  background: var(--color-main);
  color: var(--color-wt);
  padding: 50px 5% 10px;
  text-align: center;
}

.footer_cnt {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: left;
}

.footer_cnt img {
  width: 90%;
}

.footer_cnt a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_cnt a {
  color: var(--color-wt);
}

.footer_cnt a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer ul {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

footer ul li {
  margin: 0 1em;
}

footer ul li a:link,
footer ul li a:visited {
  color: var(--color-wt);
}

footer ul li a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer .cr {
  font-size: 1.2rem;
  text-align: center;
}


@media screen and (max-width: 720px) {

  footer {
    padding: 30px 5% 10px;
    font-size: 1.3rem;
  }

  .footer_cnt {
    display: block;
    text-align: center;
  }

  .footer_cnt img {
    display: block;
    width: 46%;
    max-width: 180px;
    margin: 0 auto 20px;
  }

  .footer_cnt p {
    margin: 0;
    line-height: 1.8;
  }

  footer ul {
    margin: 20px 0;
    padding: 0;
  }

  footer .cr {
    font-size: 1rem;
  }
}