.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.4rem;
  line-height: 1.4;
  text-align: center;
}

h2 span {
  color: var(--color-sub3);
  font-size: 2.6rem;
}

.tit_txt {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 3em;
}

.title_sec {
  margin-bottom: 1.5rem;
}

.title_sec h3 {
  color: var(--color-sub3);
  font-size: 2.6rem;
  text-align: center;
}

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


/*******************************
header
*******************************/

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

.header__top .logo_img {
  width: 100%;
}

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

.header__top .logo_top {
  color: white;
  font-size: 1.3rem;
  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;
  margin-right: 5%;
}

.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: 4rem;
  letter-spacing: .055em;
  line-height: 1.2;
  margin-bottom: 2.7%;
}

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

.header__main div .t2 {
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--color-sub3);
}

.header__main div ul {
  display: flex;
  gap: 6%;
  justify-content: center;
  margin: 3.5% 0 7%;
}

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

.header__main div li p:first-child {
  padding-top: 7%;
}

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

.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%;
  padding-left: 1%;
}

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

.s00__wrap {
  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.3rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

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

.s00__wrap h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  background: var(--color-sub3);
  margin: 20px auto 0;
}

.s00__listWrap {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s00__list {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.s00__list li {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.6em;
  margin-bottom: 0.9em;
  text-align: left;
  display: inline-block;
}

.s00__list li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: -0.4em;
  color: var(--color-sub1);
  font-size: 1.4em;
  font-weight: 700;
}

.s00__person {
  position: absolute;
  bottom: -50px;
  z-index: 1;
  opacity: 0.28;
  max-width: 260px;
  width: 24%;
  pointer-events: none;
}

.s00__person--left {
  left: 0;
}

@media screen and (max-width: 720px) {
  .s00__wrap {
    padding: 60px 5% 80px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }

  .s00__listWrap {
    min-height: auto;
  }

  .s00__list {
    max-width: 100%;
  }

  .s00__list li {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-left: 1.8em;
  }

  .s00__person {
    max-width: 240px;
    width: 53%;
    opacity: 0.23;
    bottom: -85px;
  }
}

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

.s01__wrap {
  padding: 100px 5%;
  margin: 0 auto;
}

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

.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: 6.3rem;
  font-weight: 700;
  color: var(--color-sub1);
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
  margin-bottom: 2%;
}

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

.s02__wrap {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #fffbf3;
  /* background:
    radial-gradient(circle at 50% 100%, rgba(0, 45, 123, 0.25), transparent 70%),
    linear-gradient(to bottom, #f5f8ff 0%, #dce7ff 65%, #9fb6f0 100%); */
  text-align: center;
}

.s02_flex {
  display: flex;
  gap: 15px;
}

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

.s02_titflex {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}

.s02__no {
  font-size: 5rem;
  font-weight: 700;
  margin-right: 3%;
  margin-bottom: 3%;
  color: transparent;
  -webkit-text-stroke: 2.5px var(--color-main);
}

.s02_flex_icon {
  margin: 5% 1% 8%;
}

.s02_flex_icon img {
  width: 30%;
}

.s02_flex h4 {
  font-size: 2.2rem;
  margin-bottom: .25em;
  line-height: 1.3;
  text-align: left;
}

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

  .s02_flex {
    display: block;
  }

  .s02_flex__card {
    width: auto;
    margin-bottom: 5%;
    padding: 15px 15px 22px;
  }
}

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

.s03__wrap {
  padding: 100px 5%;
  margin: 0 auto;
}

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

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

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

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

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

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

.plan-cell--label {
  background: #eef1f9;
  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%, #edeff8 100%);
}

.plan-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--color-sub1);
}

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

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

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

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

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

}

/*******************************
s04__wrap
*******************************/

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

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

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

.voiceCard__text {
  margin: 8px 0 12px;
  display: flex;
  align-items: center;
}

.voiceCard_tit {
  background-color: var(--color-bg);
  padding: 1.5% 3%;
  border-radius: 10px;
  margin-right: 2%;
  width: 15%;
  text-align: center;
}

.voiceCard_dt {
  width: 85%;
  font-size: 1.4rem;
}

.voiceCard__head {
  text-align: center;
  margin: 1% 0 5%;
}

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

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

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

.voiceCard_list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
}

.voiceCard_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--color-sub1);
  font-weight: bold;
}

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

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

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

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

  .voiceCard_tit {
    width: 23%;
    padding: 1.5% 2.1%;
  }

}

/*******************************
s04_2__wrap
*******************************/
.s04_2__wrap {
  padding: 100px 5%;
  margin: 0 auto;
}


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

.btn_sc {
  margin: 0 auto;
  padding: 20px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(1, 39, 105, 0.7), transparent 72%),
    radial-gradient(circle at 100% 100%, rgba(0, 45, 123, 0.58), transparent 68%),
    linear-gradient(to bottom, #f5f8ff 0%, #dce7ff 25%, #adbeed 100%);
  text-align: center;
}

.btn_sc h3 {
  color: var(--color-wt);
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}

.btn_sc div .t3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 2% 0 9.5%;
  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;
}

.btn_sc .btn {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.btn_sc .btn::after {
  content: "⌄\A⌄\A⌄";
  white-space: pre;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 9%;

  color: #fff;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 0.4;
  text-align: center;

  animation: btnArrowFlow 1.2s infinite;
  pointer-events: none;
}

.btn_sc h4 {
  color: var(--color-wt);
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 11%;
}

.btn_sc div .t4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 2em 0;
  color: var(--color-wt);
}

@keyframes btnArrowFlow {
  0% {
    opacity: 0.2;
    transform: translateX(-50%) translateY(-6px);
  }

  35% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  70% {
    opacity: 0.45;
    transform: translateX(-50%) translateY(6px);
  }

  100% {
    opacity: 0.2;
    transform: translateX(-50%) translateY(-6px);
  }
}

@media screen and (max-width: 720px) {
  .btn_sc .btn::after {
    font-size: 3.2rem;
    margin-bottom: 8px;
    line-height: 0.6;
  }
}

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

  .btn_sc h3 {
    font-size: 3rem;
  }

  .btn_sc h4 {
    font-size: 2.7rem;
    margin-bottom: 19%;
  }

  .btn_sc div .t3 {
    font-size: 1.6rem;
    margin: 2rem 0 7rem;
  }

  .btn_sc_form {
    padding-bottom: 10%;
  }

  .btn_sc .btn {
    font-size: 1.7rem;
    padding: 1em 3.2em 1em 4.5em;
  }
}

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

.s05__flex {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.s05__card {
  width: 33%;
  background: #fff;
  border-radius: 13px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.s05__no {
  color: var(--color-sub3);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.s05__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-sub3);
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 4px;
}

.s05__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--color-sub3);
}

.s05__num {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-sub3);
}

.s05__text h3 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.s05__img {
  margin-bottom: 7%;
  text-align: center;
}

.s05__img img {
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  .s05__flex {
    display: block;
  }

  .s05__card {
    width: auto;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 5%;
  }

  .s05__text,
  .s05__img {
    width: 100%;
  }

  .s05__no {
    font-size: 2.4rem;
  }
}

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

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

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

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

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

.flow__content {
  text-align: left;
  width: 100%;
}

.flow__step {
  display: inline-block;
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  border-radius: 20px;
  padding: 1% 2.5%;
  margin-bottom: 1.5%;
}

.flow__content .tit {
  font-size: 20px;
  font-weight: 700;
  margin-right: 2%;
}

.flow__content p {
  line-height: 1.6;
}

/* ▼矢印 */
.flow__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);
}


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


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


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

  h2 span {
    font-size: 2rem;
    line-height: 1;
  }

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

  .header__main div .btn {
    font-size: 1.5rem;
  }

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

  .header__top .logo_top {
    font-size: 1.5rem;
  }

  .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 8px 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.9rem;
    line-height: 1.4;
  }

  .header__main div ul {
    justify-content: center;
    margin: 2.5% 0.5% 8%;
    gap: 1.5%;
  }

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

  .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 li p span {
    font-size: 1.65rem;
  }

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

  .title_sec h3 {
    font-size: 2rem;
  }

  .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*/
  .s05__wrap {
    padding: 60px 5%;
  }


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

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

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

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

  .flow__content {
    width: 80%;
  }

  .flow__content .tit {
    font-size: 18px;
  }

  .flow__step {
    padding: 2% 4.5%;
  }

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

}


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