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

@media screen and (max-width: 720px) {
  h2 {
    font-size: 2.4rem;
  }
}

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

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

/* PC時メニュー */
.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;
}

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

.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 div h1 {
  color: var(--color-sub3);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.header__main div .t1 {
  color: var(--color-main);
  font-size: 3.2rem;
  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.35rem;
}

.header__main div .btn {
  font-size: 1.7rem;
  padding: 1.3em 2.9em 1.3em 5em;
}

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

.btn_sec {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.btn_sec img {
  margin-bottom: 15%;
}

.mark {
  display: flex;
  align-items: baseline;
}

.mark img {
  width: 10%;
}

img.venture {
  width: 47%;
  margin-right: 2%;
}

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

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

  .header__box div {
    display: block;
  }

  .header__box_link a {
    font-size: 1.7rem;
    padding-left: 1rem;
    margin-bottom: 1%;
  }

  .header__logobox {
    flex: 1;
  }

  header .header__main__wrap {
    padding: 30px 10px 50px;
    text-align: center;
  }

  .header__main {
    display: block;
  }

  .header__main div h1 {
    font-size: 3.2rem;
    margin-bottom: 3.8%;
    line-height: 1.3;
  }

  .header__main div .t1 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .header__main div ul {
    display: block;
    margin: 3% auto 2%;
  }

  .header__main div li {
    margin-bottom: 2%;
    font-size: 1.3rem;
    padding: .6em 1em;
  }

  .header__main img {
    margin: 2% auto;
    max-width: 80%;
  }

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

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

  .mark {
    display: block;
    padding: 0 0 9%;
  }

  .mark img {
    width: 11%;
  }

  .mark img.venture {
    width: 52%;

  }
}

/*******************************
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;
}

.worryLayout {
  display: grid;
  grid-template-columns: 1fr 1.04fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 25px;
}

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

.worryLayout__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

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

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

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

.worryLayout__person img {
  display: block;
  width: 100%;
  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__center .worryCard--middle {
    grid-column: 1;
    grid-row: 2;
  }

  .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_back {
    padding: 60px 5% 13%;
  }

  .s00_t4 {
    font-size: 2rem;
    padding-top: 6%;
  }

  .s00_t4 span {
    font-size: 2.3rem;
    line-height: 1.5;
  }

  .worryLayout {
    gap: 10px;
  }

  .worryCard,
  .worryLayout__center .worryCard {
    min-height: 112px;
    padding: 16px 10px;
    border-width: 2px;
    border-radius: 18px;
  }

  .worryCard p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .worryLayout__person {
    height: 170px;
    max-width: 270px;
    margin-bottom: 4px;
  }

  .s00__wrap {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }

  .inner_bm {
    padding: 0 5%;
  }
}

/*******************************
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: 165px;
  padding: 55px 60px 45px 60px;
  border-bottom: 1px solid rgba(13, 59, 117, 0.22);
  overflow: hidden;
}

.s01__number {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 0;
  color: var(--color-sub1);
  font-size: clamp(10rem, 17vw, 100rem);
  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 25px;
  color: var(--color-txt);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.s01__body {
  max-width: 900px;
}

.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__point {
  margin: 25px 0 10px;
  padding: 14px 20px;
  background-color: var(--color-wt);
  border-left: 4px solid var(--color-sub1);
}

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

.s01__point-title {
  margin-bottom: 8px !important;
  color: var(--color-main) !important;
  font-weight: 700;
}

@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: 70px 5%;
  }

  .s01__heading {
    margin-bottom: 30px;
  }

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

  .s01__item:nth-child(even) .s01__number,
  .s01__number {
    top: 22px;
    left: -4px;
    font-size: 8.5rem;
    opacity: 0.14;
  }

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

  .s01__content h3 {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 2.1rem;
  }

  .s01__body>p {
    margin-bottom: 14px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .s01__point {
    margin: 15px 0;
    padding: 4% 3.5%;
    border-left-width: 3px;
  }

  .s01__point p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*******************************
s02__wrap
*******************************/
.s02__wrap {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.matchType__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.matchType__card {
  background: var(--color-wt);
  border: 1.5px solid #e7edf6;
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.matchType__icon {
  width: 200px;
  height: 110px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matchType__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.matchType__card h3 {
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
}

.matchType__card p {
  color: var(--color-txt);
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}

.matchType_f {
  border-top: 3px dotted #b3b3b3;
  margin-top: 5%;
  padding-top: 5%;
}

.matchType__card p span {
  font-weight: 700;
  background-color: var(--color-bl);
  padding: 1.5% 3%;
  border-radius: 5px;
  margin-right: 2.5%;
  width: 15%;
  text-align: center;
}

.operatePoint__message {
  position: relative;
  width: 42px;
  height: 62px;
  margin: 30px auto 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.operatePoint__message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(to bottom,
      var(--color-sub3),
      var(--color-sub1));
  transform: translateX(-50%);
}

.operatePoint__message::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-sub1);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(13, 59, 117, 0.18);
  transform: translateX(-50%);
}

.s02__btm {
  position: relative;
  margin-top: 2%;
  padding: 42px 38px 36px;
  background:
    radial-gradient(circle at 100% 0%,
      rgba(78, 164, 245, 0.13),
      transparent 36%),
    linear-gradient(135deg,
      #edf5ff 0%,
      #f8fbff 50%,
      #ffffff 100%);
  border: 1.5px solid #cbdff4;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(13, 59, 117, 0.09);
  overflow: hidden;
}

.s02__btm::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  background-color: rgba(78, 164, 245, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.s02__btm::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 210px;
  height: 210px;
  border: 35px solid rgba(0, 120, 215, 0.035);
  border-radius: 50%;
  pointer-events: none;
}

.s02__btm h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  padding-bottom: 18px;
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

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

.s02__btm_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.s02__btm_inner p {
  margin: 0;
  padding: 8.5% 1.5%;
  background-color: var(--color-wt);
  border: 1px solid #d6e4f3;
  border-radius: 9px;
  box-shadow: 0 3px 10px rgba(13, 59, 117, 0.05);
  color: var(--color-main);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width:720px) {
  .s02__wrap {
    padding: 60px 5%;
  }

  .matchType__grid {
    display: block;
  }

  .matchType__card {
    margin-bottom: 3%;
  }

  .matchType__card h3 {
    font-size: 1.9rem;
  }

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

  .matchType__icon {
    margin: 0 auto 2%;
  }

  .s02__btm {
    padding: 8.5% 4.5%;
  }

  .s02__btm h3 {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }

  .s02__btm_inner {
    grid-template-columns: repeat(2, 1fr);
  }

}


/*******************************
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 .btn_sc_ul2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 auto;
}

.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_ul2 li {
  padding: 2.2% 5% 2.2% 18%;
}

.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 .t4 {
  margin: 5% 0 4%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

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

@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 .btn_sc_ul2 {
    gap: 10px;
  }

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

  .btn_sc .btn_sc_ul2 li {
    padding: 12px 12px 12px 43px;
    ;
  }

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

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

  .btn_sc .t4 {
    margin: 30px 0;
    font-size: 1.6rem;
  }

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

/*******************************
s03__wrap
*******************************/
.s03__wrap {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.s03__wrap h3 {
  color: var(--color-main);
  font-size: 2.3rem;
  margin: 5.5rem 0 2rem;
}

.plan-compare__table {
  background: var(--color-wt);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dde3ea;
  font-size: 1.4rem;
}

.plan-row {
  display: grid;
  grid-template-columns: 1.8fr 2fr 2fr;
}

.plan-row2 {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
}

.plan-row:nth-child(odd):not(.plan-row--head) {
  background: #fafbfd;
}

.plan-cell {
  padding: 9px 16px;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.plan-cell strong {
  color: var(--color-sub1);
  font-size: 1.5rem;
}

.plan-cell:last-child {
  border-right: none;
}

.plan-cell--label {
  background: #f3f5fa;
  font-weight: 600;
  font-size: 1.5rem;
}

.plan-row--head .plan-cell {
  border-bottom: 1px solid #d4dff1;
}

.plan-cell--planhead {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7ff 100%);
  padding: 14px 16px;
}

.plan--recommend {
  background: linear-gradient(180deg, var(--color-sub1), var(--color-main));
  color: var(--color-wt);
}

.plan-name {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--color-wt);
}

.plan-name span {
  color: var(--color-txt);
  font-weight: 600;
  font-size: 1.6rem;
}

.s03_table2 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .s03__wrap {
    padding: 60px 5%;
  }

  .s03_table2 {
    display: block;
  }

  .plan-compare__table {
    overflow-x: auto;
  }

  .plan-row {
    min-width: 720px;
  }

}

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

.s04__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
}

.s04__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 13px;
}

.s04__card {
  background: var(--color-wt);
  border: 1.5px solid var(--color-main);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.s04__head {
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.9rem;
}

.s04__head span {
  font-weight: 400;
  font-size: 1.6rem;
}

.s04__box {
  background: #e6f0ff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}

.s04__box p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.9;
}

.tag {
  background: #f7fbff;
  color: var(--color-sub1);
  font-weight: 700;
  padding: 1% 2%;
  border-radius: 4px;
  margin-right: 2%;
  font-size: 13px;
}

.s04_seo {
  position: relative;
  margin-top: 42px;
  padding: 32px 36px 30px 40px;
  background:
    radial-gradient(circle at 100% 0%,
      rgba(78, 164, 245, 0.12),
      transparent 34%),
    var(--color-bl);
  border: 1px solid #d4e3f3;
  border-left: 6px solid var(--color-sub1);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(13, 59, 117, 0.07);
  overflow: hidden;
}

.s04_seo::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(0, 120, 215, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.s04_seo h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding-bottom: 15px;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

.s04_seo h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  background-color: var(--color-sub3);
  border-radius: 999px;
}

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

.s04_seo__body p {
  margin: 0 0 12px;
  color: var(--color-txt);
  font-size: 1.55rem;
  line-height: 1.9;
  text-align: left;
}

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

.s04_seo__body b {
  color: var(--color-sub1);
  font-size: 1.85rem;
  font-weight: 800;
  background:
    linear-gradient(transparent 68%,
      rgba(255, 191, 0, 0.32) 68%);
}

@media screen and (max-width:720px) {
  .s04__wrap {
    padding: 60px 5%;
  }

  .s04__grid {
    display: block;
  }

  .s04__card {
    margin-bottom: 4%;
  }

  .s04_seo {
    margin-top: 28px;
    padding: 24px 18px 22px 22px;
    border-left-width: 4px;
    border-radius: 10px;
  }

  .s04_seo::after {
    right: -65px;
    bottom: -85px;
    width: 170px;
    height: 170px;
    border-width: 24px;
  }

  .s04_seo h3 {
    margin-bottom: 16px;
    padding-bottom: 13px;
    font-size: 1.9rem;
  }

  .s04__head span {
    font-size: 1.5rem;
  }

  .s04_seo h3::after {
    width: 42px;
  }

  .s04_seo__body p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .s04_seo__body b {
    font-size: 1.7rem;
  }

  .s04__box p {
    line-height: 1.6;
  }
}

/*******************************
s05__wrap
*******************************/
.s05__wrap {
  padding: 0 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(5, 84, 242, 0.15), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(58, 161, 255, 0.15), transparent 55%),
    linear-gradient(to bottom, #ffffff 0%, #f5f7fb 40%, #eef3ff 100%);
}

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

.s05__wrap_cnt h3 {
  color: var(--color-main);
  font-size: 2.3rem;
  margin: 5.5rem 0 2rem;
}

.s05_3plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  margin-top: 48px;
  text-align: left;
}

.s05_planCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: var(--color-wt);
  border: 1px solid #d7e2ef;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(13, 59, 117, 0.09);
  overflow: hidden;
}

.s05_planCard__head {
  position: relative;
  padding: 25px 20px 22px;
  background:
    linear-gradient(135deg,
      var(--color-main) 0%,
      var(--color-sub1) 100%);
  text-align: center;
}

.s05_planCard__head::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 125px;
  height: 125px;
  border: 22px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.s05_planCard h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--color-wt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.s05_planCard__price {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--color-wt);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.s05_planCard__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  padding: 3% 2%;
  background-color: var(--color-bl);
  border-bottom: 1px solid #dbe7f3;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.s05_planCard__block {
  padding: 5% 4%;
  border-bottom: 1px solid #e2e9f1;
  min-height: 80px;
}

.s05_planCard__block:last-child {
  flex-grow: 1;
  border-bottom: none;
}

.s05_tag {
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  padding: 2% 3%;
  border-radius: 4px;
  margin-right: 2%;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.s05_planCard__label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 2% 3%;
  background-color: var(--color-sub2);
  border-radius: 4px;
  color: var(--color-main);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

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

.s05_planCard__recommend li {
  position: relative;
  margin: 0;
  padding: 9px 10px 9px 29px;
  background-color: var(--color-bg-y);
  border-left: 3px solid var(--color-sub2);
  color: var(--color-main);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.s05_planCard__recommend li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--color-sub1);
  border-bottom: 2px solid var(--color-sub1);
  transform: translateY(-65%) rotate(-45deg);
}

.priceTable {
  margin-top: 45px;
  background: var(--color-wt);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(26, 40, 115, .08);
}

.priceTable__row {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
}

.priceTable__cell {
  padding: 8px 14px;
  border-right: 2px solid var(--color-wt);
  border-bottom: 2px solid var(--color-wt);
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
}

.priceTable__cell:last-child {
  border-right: none;
}

.priceTable__label {
  justify-content: flex-start;
  text-align: left;
  font-weight: 700;
  color: var(--color-main);
  background: #f3f5fa;
}

.priceTable__head .priceTable__label {
  background: transparent;
}

.priceTable__plan {
  padding: 16px 14px;
  position: relative;
  flex-direction: column;
  min-height: 70px;
  background: var(--color-bl);
}

.priceTable__plan h4 {
  color: var(--color-main);
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.priceTable__plan p {
  font-size: 1.4rem;
  text-align: left;
}

.priceTable__cell strong {
  color: var(--color-sub1);
  font-size: 2.1rem;
}

@media screen and (max-width:768px) {
  .priceTable {
    overflow-x: auto;
  }

  .priceTable__row {
    min-width: 780px;
  }

  .priceTable__cell {
    padding: 18px 14px;
    font-size: 1.4rem;
  }

  .priceTable__cell strong {
    font-size: 2.2rem;
  }

  .priceTable__row {
    display: grid;
    grid-template-columns: 0.9fr repeat(3, 1.1fr);
  }

  .s05__wrap {
    padding: 60px 5%;
  }

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

  .s05_3plan {
    display: block;
  }

  .s05_planCard {
    margin-bottom: 4%;
  }

  .s05_planCard__lead {
    min-height: 40px;
  }

  .s05_planCard__block {
    min-height: auto;
    padding: 5% 5.5%;
  }

  .s05_planCard h3 {
    font-size: 1.9rem;
  }

  .s05_planCard__price {
    font-size: 2.5rem;
  }
}

/*******************************
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: transparent; */
  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);
}

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

.form__wrap_cnt {
  text-align: center;
  margin-bottom: 5%;
}

.form__wrap h4 {
  color: #3aa1ff;
  font-size: 2.2rem;
  text-align: center;
}

.form__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 3em;
  max-width: 500px;
}

.form__wrap ul li p:nth-child(1) {
  align-items: center;
  color: #2a579c;
  display: flex;
  font-weight: 700;
}

.form__wrap ul li p:nth-child(1):after {
  content: '';
  border-top: 1px solid #2a579c;
  flex-grow: 1;
  margin-left: .5em;
}

.form__wrap ul li p:nth-child(2) {
  color: #2a579c;
  font-size: 3.6rem;
  line-height: 1.1;
}

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: #3aa1ff;
  border-radius: 4px;
  color: var(--color-wt);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

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

.form__wrap .box__wrap {
  border: 1px solid #222;
  margin: 8em auto 0;
  max-width: 740px;
  text-align: center;
}

/*******************************
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_mark {
  text-align: center;
  margin-top: 2%;
}

.footer_mark img {
  width: 6%;
  margin-right: 1%;
}

.footer_mark img.venture {
  width: 18%;
}

.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 (min-width:721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width:720px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  header .header__top {
    font-size: 1.0rem;
    padding: 2.2%;
  }

  .header__top .logo_img {
    width: 50%;
  }

  header .header__top h1 span {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .btn {
    font-size: 1.3rem;
    padding: 1em 1.6em 1em 3.1em;
  }

  .hamburger {
    display: flex;
    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: none;
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-main);
    padding-top: 60px;
    transition: all 0.3s;
    text-align: left;
  }

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

  .close-btn {
    display: block;
  }

  /*notes*/
  .s01__wrap {
    padding: 60px 5% 0;
  }

  .s01__wrap div {
    display: block;
  }

  .s01__wrap .s01_box {
    margin-bottom: 8%;
    padding: 3% 3.8%;
  }

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

  .s01__wrap div ul {
    width: 100%;
  }

  .s01__wrap li {
    font-size: 1.8rem;
  }

  .s01__wrap li:before {
    width: 20px;
    height: 20px;
  }

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

  /*notes*/
  .faq__wrap {
    padding: 60px 5%;
  }

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

  .form__wrap h4 {
    font-size: 1.8rem;
  }

  .form__wrap ul li p:nth-child(1) {
    font-size: 1.2rem;
  }

  .form__wrap ul li p:nth-child(2) {
    font-size: 2.4rem;
  }

  .form__wrap ul {
    margin-bottom: 8%;
  }

  form input[type=submit] {
    font-size: 1.8rem;
    max-width: 240px;
  }

  form .item__wrap {
    width: 100%;
    margin-bottom: 1%;
  }

  .form__wrap .box__wrap {
    margin: 6em auto 0;
  }

  .link-card {
    width: 100%;
  }

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

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

  .footer_cnt img {
    display: block;
    margin: 0 auto 2em;
    width: 46%;
  }

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

  .wrap {
    padding-top: 75px;
  }

  .footer_mark img {
    width: 14%;
  }

  .footer_mark img.venture {
    width: 43%;
  }
}

@media (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;
  }
}