.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

:root {
  --color-txt: #333;
  --color-wt: #fff;
  --color-main: #1a2873;
  --color-sub1: #0554f2;
  --color-sub2: #ffe000;
  --color-hv: #c1aa00;
  --color-sub3: #3aa1ff;
  --color-bg: #f6f6f6;
  --color-bl: #eef3ff;
  --color-bg-y: #fffbf3;
  --color-rd: #a80b0b;
}

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: linear-gradient(90deg,
      transparent 0%,
      var(--color-sub3) 20%,
      var(--color-main) 50%,
      var(--color-sub3) 80%,
      transparent 100%);
}

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


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

.t5 {
  font-size: 1.3rem;
  padding-top: 5%;
}

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: 62%;
}

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

.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: #ffe000;
  border-radius: 2em;
  color: #002d7b;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .75em 1.7em .75em 3.3em;
}

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

.nav-menu {
  flex: 1 1 auto;
}

.btn {
  flex: 0 0 auto;
}

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

header .header__main__wrap {
  padding: 70px 0;
}

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

.header__main div {
  text-align: center;
}

.header__main div h1 {
  color: var(--color-main);
  font-size: 3.6rem;
  letter-spacing: .045em;
  line-height: 1.2;
  margin-bottom: 3.5%;
}

.header__main div .t1 {
  color: var(--color-sub3);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin: .5em 0;
}

.header__main div ul {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin: 4% 0 8%;
}

.header__main div li {
  align-items: center;
  background: #002d7b;
  border-radius: 75px;
  color: var(--color-wt);
  display: flex;
  font-size: 1.6rem;
  height: 130px;
  max-width: 130px;
  justify-content: center;
  width: 100%;
}

.header__main div li p:nth-child(1) {
  margin-top: 7%;
}

.header__main div li span {
  color: var(--color-sub2);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .15em;
}

.header__main div .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.header__main .btn:before {
  top: 41%;
  left: 15%;
  width: 20px;
  height: 15px;
}

.header__main img {
  max-width: 45%;
}

.mark {
  margin-top: 7%;
}

.mark img {
  width: 8%;
  margin-right: 2%;
}

.mark img.venture {
  width: 35%;
}

/*******************************
s00__wrap
*******************************/
.s00__wrap {
  padding-bottom: 90px;
}

.s00__wrap_back {
  padding: 100px 5% 90px;
  margin: 0 auto;
  background-color: var(--color-bg);
  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.3rem;
  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: 46px;
}

.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: 105px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bl);
  border: 3px solid var(--color-main);
  border-radius: 28px;
  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__center .worryCard {
  min-height: 118px;
}

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

  .s00_t4 {
    font-size: 2rem;
  }

  .s00_t4 span {
    font-size: 2.4rem;
  }

  .worryLayout {
    gap: 12px;
    margin-top: 32px;
  }

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

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

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

  .s00__wrap {
    /* padding: 60px 5% 80px; */
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }

  .s00__inner {
    padding: 0 5%;
  }

}


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

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

.s01_box {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-wt);
  padding: 1.5%;
}

.box_reverse {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: var(--color-wt);
  padding: 1.5%;
}

.s01_txt {
  width: 100%;
  margin: 0 0 2% 1.5%;
}

.s01_txt h3 {
  color: var(--color-sub3);
  font-size: 2.1rem;
  margin-bottom: .25em;
}

.s01__wrap .s01_box,
.box_reverse {
  margin: 0 0 2% 0;
}

.s01_box_img {
  width: 30%;
}

.s01__wrap .s01_box img {
  width: 100%;
}

.s01__no {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--color-sub1);
}

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

.matchType__grid {
  display: grid;
  grid-template-columns: repeat(4, 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: 600;
  background-color: var(--color-bg);
  padding: 1.5% 2.8%;
  border-radius: 5px;
  margin-right: 2%;
  width: 15%;
  text-align: center;
}


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

}


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

.link-card-list {
  max-width: 1000px;
  margin: 3.5% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.link-card {
  width: 240px;
  border: 1px solid #ccc;
  background-color: var(--color-wt);
  border-radius: 8px;
  padding: 13px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-txt);
  text-align: left;
  transition: all 0.5s;
}

.link-card h3 {
  font-size: 16px;
  margin: 8px 0;
}

.link-card_subtit {
  font-size: 15px;
  font-weight: 600;
  margin: 4% 0 1%;
}

.link-card p {
  font-size: 1.3rem;
  margin: 0 0 4% 0;
  line-height: 1.65;
}

.link-card p span {
  font-weight: 600;
  background-color: var(--color-bl);
  padding: 1.5% 2.8%;
  border-radius: 5px;
  margin-right: 2%;
  width: 15%;
  text-align: center;
}

.link-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

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

  .link-card {
    text-align: center;
  }

  .link-card h3 {
    font-size: 1.9rem;
  }

  .link-card p {
    text-align: left;
  }
}

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

.operatePoint {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.operatePoint__item {
  text-align: center;
}

.operatePoint__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.operatePoint__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.operatePoint__item h4 {
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.operatePoint__message {
  margin-top: 35px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.6;
}

.operatePoint__message strong {
  color: var(--color-sub1);
  font-weight: 700;
}

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

  .operatePoint {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

}

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

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

  .operatePoint__icon {
    width: 110px;
    height: 110px;
  }

  .operatePoint__icon img {
    width: 56px;
    height: 56px;
  }

  .operatePoint__item h3 {
    font-size: 1.8rem;
  }

  .operatePoint__item p {
    text-align: center;
  }

  .operatePoint__message {
    font-size: 1.9rem;
  }

}


/*******************************
s05__wrap
*******************************/

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

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

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

.devType__card {
  background: var(--color-wt);
  border-radius: 16px;
  padding: 42px 34px;
  box-shadow: 0 8px 24px rgba(26, 40, 115, .08);
  text-align: left;
}

.devType__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.devType__head img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.devType__head h3 {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.devType__card ul {
  margin: 0;
}

.devType__card li {
  position: relative;
  font-size: 1.65rem;
  line-height: 1.8;
  padding-left: 1.1em;
  margin-bottom: .7em;
}

.devType__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-sub3);
}

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

  .devType__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .devType__card {
    padding: 30px 22px;
  }

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

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

  .devType__card li {
    font-size: 1.5rem;
  }
}


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

.btn_sc {
  padding: 100px 5% 0;
  margin: 0 auto;
  background:
    radial-gradient(circle at 0% 0%, rgba(49, 115, 229, 0.7), transparent 72%),
    radial-gradient(circle at 100% 100%, rgba(0, 55, 150, 0.58), transparent 68%),
    linear-gradient(to bottom, #ffffff 0%, #bbccf1 45%, #92a3d6 100%);

  text-align: center;
}

.btn__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
}
.btn_sc h2::after {
  background: var(--color-sub2);
}

.btn_sc div .t3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 1.5em 0;
  color: var(--color-wt);
}

.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 div .t4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2em 0 1.6em;
  color: var(--color-wt);
}

.btn_sc .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.btn_sc .btn:before {
  top: 41%;
  left: 15%;
  width: 20px;
  height: 15px;
}

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

  .btn_sc div .t4 {
    font-size: 1.6rem;
  }
}

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

.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.3fr 2fr 1.8fr 1.8fr;
}

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

.plan-row--last {
  border-bottom: none;
}

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

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

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

.plan-link {
  color: var(--color-sub1);
  text-decoration: underline;
  text-underline-offset: 3px;
}


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

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

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


}

/*******************************
s07__wrap
*******************************/
.s07__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%);
}

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


.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: 4px solid var(--color-wt);
  border-bottom: 4px 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: 130px;
  background: var(--color-bl);
}

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

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

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

.priceTable__plan--recommend h3,
.priceTable__plan--recommend p {
  color: var(--color-wt);
}

.priceTable__plan--recommend span {
  display: inline-block;
  background: var(--color-sub2);
  color: var(--color-main);
  font-size: 1.3rem;
  font-weight: 800;
  border-radius: 999px;
  padding: .35em 1.5em;
  margin-bottom: 10px;
}

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

@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__plan h3 {
    font-size: 1.8rem;
  }

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

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

  .s07__wrap {
    padding: 60px 5%;
  }

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

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

.aiFeature__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 80px;
}

.aiFeature__card {
  position: relative;
  padding: 82px 22px 30px;
  background: var(--color-bl);
  border: 1px solid var(--color-wt);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(26, 40, 115, .08);
  text-align: center;
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.aiFeature__icon {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 110px;
  height: 110px;
  padding: 18px;
  transform: translateX(-50%);
  background: var(--color-wt);
  border: 5px solid var(--color-bl);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(26, 40, 115, .14);
  box-sizing: border-box;
  transition:
    transform .3s ease,
    border-color .3s ease;
}


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

.aiFeature__card h3 {
  position: relative;
  color: var(--color-main);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 22px;
  padding-bottom: 16px;
}

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

.aiFeature__card p {
  color: var(--color-txt);
  font-size: 1.45rem;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .aiFeature__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 20px;
  }
}

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

  .aiFeature__grid {
    grid-template-columns: 1fr;
    gap: 72px;
    margin-top: 78px;
  }

  .aiFeature__card {
    min-height: auto;
    padding: 74px 24px 28px;
  }

  .aiFeature__icon {
    top: -44px;
    width: 96px;
    height: 96px;
    padding: 15px;
  }

  .aiFeature__card h3 {
    font-size: 1.8rem;
  }

  .aiFeature__card p {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .aiFeature__card,
  .aiFeature__icon {
    transition: none;
  }

  .aiFeature__card:hover,
  .aiFeature__card:hover .aiFeature__icon {
    transform: none;
  }
}


/*******************************
faq__wrap
*******************************/
.faq__wrap {
  padding: 100px 5%;
  background-color: var(--color-bg-y);
  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: #ffe000;
  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;
}

.form__wrap .box__wrap .t1 {
  background: var(--color-wt);
  color: #3aa1ff;
  display: table;
  font-size: 2.2rem;
  font-weight: 700;
  margin: -.75em auto 0;
  padding: 0 1em;
}

.form__wrap .box__wrap .t2 {
  padding: 1em 2em 2em 2em;
}


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

footer .mark img {
  width: 7%;
  margin-right: 1%;
}

footer .mark img.venture {
  width: 15%;
}

.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: 3em 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: 55%;
  }

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

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

  .header__main {
    display: block;
  }

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

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

  .header__main div ul {
    justify-content: center;
    margin: 2% auto 10%;
    gap: 1%;
  }

  .header__main div li {
    font-size: 1.2rem;
    height: 85px;
    max-width: 85px;
    margin: 0 0.5%;
    line-height: 1.2;
  }

  .header__main div li p {
    font-size: 1.25rem;
  }

  .header__main div li p span {
    font-size: 1.7rem;
  }

  .header__main div .t2 {
    font-size: 1.4rem;
    margin: 1em;
  }

  .header__main img {
    margin: 5% auto;
    max-width: 75%;
  }

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

  .header__main div .btn {
    padding: 1em 1.6em 1em 3.2em;
  }

  .mark {
    margin-top: 5%;
  }

  .mark img {
    width: 15%;
  }

  .mark img.venture {
    width: 35%;
  }

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

  .s01__no {
    left: 12px;
    transform: translateY(-10%);
  }

  .s01__wrap div {
    display: block;
  }


  .s01_box_img {
    width: 100%;
  }

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

  .s01_txt {
    margin: 0;
  }

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

  .s01__no {
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 0;
    transform: none;
  }

  .s01_txt h3 {
    line-height: 1.3;
  }

  .s01__wrap div ul {
    width: 100%;
  }

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

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

  /*notes*/

  .service-table {
    overflow-x: auto;
  }

  .service-row {
    min-width: 720px;
    grid-template-columns: 3fr 7fr;
  }

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

  .btn_sc_form {
    padding-bottom: 10%;
  }


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

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

  .form__wrap .t1 {
    font-size: 1.5rem;
  }

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

  .form__wrap .box__wrap .t1 {
    font-size: 1.8rem;
  }

  .form__wrap .box__wrap .t2 {
    font-size: 1.3rem;
    padding: 1em;
    text-align: left;
  }

  .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: 55%;
  }

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

  .wrap {
    padding-top: 75px;
  }

  .spFixedMenu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #3d7efa;
  }

  .spFixedMenu__inner {
    width: 100%;
  }

  .spFixedMenu__list {
    display: flex;
    margin: 0;
    height: 64px;
  }

  .spFixedMenu__item {
    flex: 1 1 0%;
    height: 100%;
    margin: 0;
    color: var(--color-wt);
    font-size: 1.6rem;
  }

  .spFixedMenu__item:nth-child(n + 2) {
    border-left: 1px solid #002d7b;
  }

  .spFixedMenu__item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.4;
  }

  .spFixedMenu__item>a span {
    display: block;
    font-size: 80%;
  }

  footer .mark img {
    width: 19%;
  }

  footer .mark img.venture {
    width: 40%;
  }
}


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