.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-sub3: #3aa1ff;
  --color-bg: #f0f3f5;
}

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

h2 {
  color: var(--color-main);
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}

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

.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: 2rem;
  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: #900;
  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;
}

.header__main div {
  text-align: center;
}

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

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

.header__main div ul {
  display: flex;
  gap: 10%;
  justify-content: center;
}

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

.header__main div li p:nth-child(1) {
  border-bottom: 1px solid var(--color-wt);
  line-height: 131%;
  padding-bottom: 2%;
  margin-top: 7%;
}

.header__main div li p:nth-child(2) {
  color: #ffe000;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .15em;
  margin: 0;
}

.header__main div li p:nth-child(2) span {
  font-size: 3.6rem;
  font-weight: 500;
}

.header__main div li p:nth-child(3) {
  color: var(--color-wt);
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0;
}


.header__main div .t3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1.5em;
}

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

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

.s01__wrap h2 {
  margin-bottom: 2em;
}

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

.box_reverse {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

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

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

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

.s01_box_img {
  width: 70%;
}

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

.s01__no {
  font-size: 7rem;
  font-weight: 700;
  color: var(--color-sub1);
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
  margin-bottom: 2%;
}


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

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

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

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

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

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

.s02__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-top: auto;
}

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

.s03__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

/* card */
.voiceCard {
  position: relative;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px 20px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  border-top: 10px solid var(--color-sub3);
}

/* head */
.voiceCard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.iconBox {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  padding: 1%;
  background: #eef3f7;
  overflow: hidden;
  flex: 0 0 auto;
}

.iconBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voiceCard h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}

.voiceCard__text {
  margin: 8px 0 12px;
}

.voiceCard__dot {
  border-bottom: 3px dotted #b3b3b3;
  margin: 12px 0 10px;
}

.voiceCard__meta {
  font-size: 1.8rem;
  color: var(--color-sub2);
  background-color: var(--color-main);
  font-weight: 500;
  display: inline-block;
  border-radius: 10px;
  padding: 1% 2%;
}


@media (max-width: 480px) {
  .iconBox {
    width: 72px;
    height: 72px;
  }

  .voiceCard::before {
    width: 160px;
  }
}



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

.s04__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #0f4689;
  margin-bottom: 28px;
}

.s04__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 900px;
  margin: 0 auto;
}

.s04__item {
  display: flex;
  align-items: flex-start;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}

.s04__icon {
  background: #eef3f7;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  padding: 1.5%;
  margin-right: 16px;
  overflow: hidden;
}

.s04__icon img {}

.s04__content {
  text-align: left;
}

.s04__step {
  display: inline-block;
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  border-radius: 20px;
  padding: 1.2% 3%;
  margin-bottom: 6px;
}

.s04__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 6px;
}

.s04__content p {
  line-height: 1.6;
  margin: 0;
}

/* ▼矢印 */
.s04__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-main);
}


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

.plan-compare__lead {
  display: inline-block;
  font-size: 1.95rem;
  margin-bottom: 3%;
  border-bottom: 3px solid var(--color-sub2);
}

.plan-compare__txt {
  margin-bottom: 5.5%;
}

.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: 0.75fr 2.1fr 2.1fr;
}

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

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

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

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

.plan-cell--label {
  background: #f3f5fa;
  font-weight: 700;
  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: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--color-sub1);
}

.plan-name span {
  display: inline-block;
  font-size: 1.5rem;
}

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


@media (max-width: 768px) {
  .s05__wrap {
    padding: 60px 5%;
  }
  .s05__wrap_cnt{
    padding: 0;
    margin: 0;
  }
  .plan-compare__lead {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

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

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


}


/*******************************
s06__wrap
*******************************/
.s06__wrap {
  padding: 100px 5%;
  background-color: #fffbf3;
}

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

.s06__title {
  text-align: center;
  margin-bottom: 20px;
}

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

.s06__q {
  margin: 0;
}

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

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

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

.s06__a {
  padding: 0 20px 18px 20px;
}

.s06__a[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

.s07__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: #900;
  transition: 0.3s;
}

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

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

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



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

.s08_sub {
  color: var(--color-sub3);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2em;
}


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

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

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

.link-card p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

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

/*******************************
footer
*******************************/
footer {
  background: var(--color-main);
  color: var(--color-wt);
  padding: 50px 5% 10px;
}

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

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

/* .spFixedMenu {
  display: none;
} */

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

  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: 15px 10px 50px;
  }

  .header__main {
    display: block;
  }

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

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

  .header__main div ul {
    justify-content: center;
    margin: 2% auto 0;
    width: 90%;
  }

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

  .header__main div li p:nth-child(2) {
    font-size: 1.45rem;
  }

  .header__main div li p:nth-child(2) span {
    font-size: 2.3rem;
  }

  .header__main div li p:nth-child(3) {
    font-size: 1.5rem;
  }

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

  .header__main div .t3 {
    font-size: 1.4rem;
    margin: 2em 0 1.5em;
  }

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

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

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

  h2 {
    font-size: 2.5rem;
  }

  .s01__wrap div {
    display: block;
  }


  .s01_box_img {
    width: 100%;
  }

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

  .s01_txt {
    margin: 0;
  }

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

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

  .s01_txt h3 {
    line-height: 1.4;
    margin: 0 0 0 3%;
  }

  .s01__wrap div ul {
    width: 100%;
  }

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

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

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

  .s02__grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 12px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .s02__card {
    flex: 0 0 85%;
    max-width: 420px;
    scroll-snap-align: start;
  }

  .s02__grid::-webkit-scrollbar {
    height: 6px;
  }

  .s02__grid::-webkit-scrollbar-thumb {
    background: #c8d6e8;
    border-radius: 4px;
  }

  .s02__grid::-webkit-scrollbar-track {
    background: transparent;
  }


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

  .s03__grid {
    grid-template-columns: none;
  }

  .s04__wrap {
    padding: 60px 5%;
  }

  .s04__item {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
  }

  .s04__icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
    margin-right: 12px;
  }

  .s04__content h3 {
    font-size: 18px;
  }

  .s04__content {
    width: 80%;
  }

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

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

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

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

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

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

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


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

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

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

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

  .s07__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;
    max-width: 220px;
  }

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


@media screen and (max-width: 560px) {
  .sp2 {
    display: none;
  }
}


@media (min-width:1001px) {

  .header__top {
    flex-wrap: nowrap;
  }

  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    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;
  }
}