.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.header__info {
  position: fixed;
  background: #0f4689;
  top: 0;
  z-index: 2;
  height: 88px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.at3 {
  color: #ffffff;
  z-index: 2;
  font-size: 28px;
  text-align: center;
}

.at3 span {
  color: #ffd31a;
  font-weight: 900;
}

.header__info img {
  flex-shrink: 0;
  width: 218px;
  height: auto;
}

.benefit-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 4%;
}

.benefit-card {
  background: transparent;
  max-width: 350px;
  text-align: center;
}

.benefit-card img {
  width: 240px;
  margin-bottom: 20px;
}

.s00__wrap {
  padding: 100px 5%;
  background: #faf8e7;
}


a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-banner {
  z-index: 1;
  position: fixed;
  right: -6px;
  top: 128px;
  width: 140px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fixed-banner.show {
  opacity: 1;
  transform: translateY(0);
}


header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  /* padding: 2% 1.3%; */
  gap: 7.2rem;
}

.header__topsb {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.header__top_link {
  display: flex;
  gap: 3.9rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.header__top_link a {
  color: #fff;
}

.header__top_link a:hover {
  color: #3aa1ff;
}

.header__box {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  margin-left: auto;
  text-align: center;
}

.hamburger-menu {
  margin: 1% 0 1% 5%;
}

.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3aa1ff;
}

.menu-content ul {
  padding: 70px 7% 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3aa1ff;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
  left: 0;
  /*メニューを画面内へ*/
}


@media screen and (min-width: 1024px) {
  .hamburger-menu {
    display: none;
  }
}

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

  .header__box,
  .header__top_link,
  .header__info .btn {
    display: none;
  }

  .header__info {
    margin: 0;
    height: auto;
  }

  header .header__top {
    margin: 1% 0 1% 4%;
  }

  .header__topsb {
    font-size: 1.2rem;
  }

}


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

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

.header__box div p:nth-child(even) {
  color: #3aa1ff;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0 .25em;
}

.btn {
  position: relative;
  background: #ffe000;
  border-radius: 2em;
  color: #002d7b;
  font-size: 1.5rem;
  font-weight: 700;
  padding: .79em 2.2em .79em 3.9em;
}

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

header .header__main__wrap {
  background: top center / cover url(../img/0000.webp) no-repeat;
  /*margin-top: 123px;*/
  padding: 50px 0;
}

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

.header__main .spform {
  display: none;
}

.header__main div {
  text-align: center;
}

.header__main div h1 {
  color: #002d7b;
  font-size: 4.17rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.5;
  margin: 1.5rem 0 3rem;
}

.header__main div .t1 {
  color: #3aa1ff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: .5em 0;

}

.header_icon {
  margin: 2.7rem auto 0;
}

.header_icon img {
  margin: 3.5%;
  width: 33%;
}

.header__main div .t2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: .5em;
}

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

.header__main div .btn {
  font-size: 2.3rem;
  padding: 1.1em 3.5em 1.1em 5.2em;
  box-shadow: 6px 7px 8px #d9d9d9;
}

.header__main .btn:before {
  top: 36%;
  left: 19%;
  width: 25px;
  height: 22px;
}

.header__main img.pc {
  max-width: 43%;
}

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

h2 {
  color: #06408c;
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}

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

.s01__wrap .s01_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 4%;
  max-width: 1000px;
}

.s01__wrap .s01_flex img {
  width: 25%;
  padding: 0 4% 0 0;
}

.s01__wrap .s01_flex ul {
  width: 71%;
}

.s01_flex li {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-left: 1.25em;
}

.s01_flex li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0102.webp) no-repeat;
  width: 24px;
  height: 22px;
  top: 5px;
  left: 0;
}

.s01_flex li span {
  background: linear-gradient(transparent 0%, #ffe722 0%);
}

.form_btn {
  text-align: center;
}

.form_btn .t3 {
  margin: 3% 0;
  font-size: 1.8rem;
}

.form_btn .btn {
  padding: 1.3em 5.8em 1.3em 7.5em;
  font-size: 1.9rem;
}

.form_btn .btn:before {
  width: 25px;
  height: 25px;
  left: 17%;
}


.tg-reskill {
  padding: 6% 0 3%;
}

.tg-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 3%;
  list-style: none;
}

/* 縦ライン */
.tg-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #002d7b, #93c5fd);
  opacity: .9;
}

.tg-step {
  position: relative;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

/* カード */
.tg-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 2.5% 3.5%;
  box-shadow: 0 6px 20px rgba(2, 6, 23, .04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

h4.tg-step-title {
  font-size: 2rem;
  margin: 2px 0 6px;
  letter-spacing: .01em;
}

.tg-step-body {
  color: #64748b;
  font-size: 14px;
  line-height: 1.9;
}


.s02__wrap {
  position: relative;
  z-index: 0;
  padding: min(8vw, 96px) 5% calc(min(8vw, 40px) + 5vw);
  background: transparent;
}

.s02__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f0f3f5;
  clip-path: polygon(0 0, 100% 0,
      100% calc(100% - 5vw),
      50% 100%,
      0 calc(100% - 5vw));
}

.s00__wrap h3 {
  color: #3aa1ff;
  font-size: 2.4rem;
  margin-bottom: .45em;
  text-align: center;
}

.s02__wrap h3 {
  color: #3aa1ff;
  font-size: 2.4rem;
  text-align: center;
}

.s02__wrap .t1,
.s00__wrap .t1 {
  font-size: 1.8rem;
  text-align: center;
}

.s02__wrap img {
  width: 10%;
  margin-right: 2.5%;
}


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

.vlt-case {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(2, 6, 23, .05);
  overflow: hidden;
  margin-bottom: 4%;
}

.vlt-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2.5% 2.5% 2% 2.5%;
  background: linear-gradient(0deg, #f8fbff, #ffffff);
  border-bottom: 1px solid #dbeafe;
}

.vlt-badge {
  flex: none;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .02em;
  color: #0f4689;
  background: #e8f0ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 6px 10px;
}

.vlt-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 2% 2.5% 3% 2.5%;
  background: #f9fbff;
}

.vlt-slot {
  display: flex;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 12px;
  margin-top: 10px;
}

.vlt-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  margin-bottom: 1.5%;
}


.s02_2__wrap {
  padding: 5%;
  text-align: center;
}

.s02_2__wrap h3 {
  font-size: 2.4rem;
}

.s02_2__wrap .form_btn,
.s02_2__wrap .form_btn_dc {
  margin: 5% auto;
}

.s02_2__wrap .form_btn_dc .btn_dc {
  padding: 1.3em 5em 1.3em 6.7em;
  font-size: 1.9rem;
}

.s02_2__wrap .form_btn_dc .btn_dc:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/note.png) no-repeat;
  width: 27px;
  height: 27px;
  left: 17%;
}

.btn_dc {
  position: relative;
  background: #ffe000;
  border-radius: 2em;
  color: #002d7b;
  font-size: 1.5rem;
  font-weight: 700;
  padding: .79em 2.2em .79em 3.9em;
}

/*notes*/
.s03__wrap {
  background-color: #f3f7f3;
  padding: 100px 5%;
}

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

.tgx-lead {
  margin: 22px 0 0;
  padding: 12px 16px 12px 0px;
  font-weight: 700;
  font-size: 2.4rem;
}

.tgx-specBox {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background: #fff;
}

.tgx-specTbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.tgx-specTbl tr+tr th,
.tgx-specTbl tr+tr td {
  border-top: 1px solid #d8d8d8;
}

.tgx-specTbl th {
  width: 200px;
  background: #f7f8f9;
  color: #0f4689;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  padding: 1% 1% 1% 1.5%;
  border-right: 1px solid #d8d8d8;
}

.tgx-specTbl td {
  padding: 14px 18px;
  background: #fff;
}

.tgx-note {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.tgx-list {
  margin: 0;
  list-style: none;
  position: relative;
}

.tgx-list li {
  margin: 0 0 8px 0px;
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}

.tgx-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffe000;
}

@media (max-width:720px) {

  .tgx-specTbl th,
  .tgx-specTbl td {
    display: block;
    width: auto;
  }

  .tgx-specTbl th {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 26px;
  }

  .tgx-specTbl th::before {
    width: 10px;
  }
}



.s04__wrap {
  background-color: #0f4689;

  background-image: linear-gradient(135deg,
      #0f4689 0%,
      #3aa1ff 50%,
      #2eb499 100%);

  padding: 100px 5%;
  color: #fff;
  text-align: center;
}

.s04__wrap h2 {
  color: #fff;
}

.s04__wrap_tit {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 2.5%;
}

.s04__wrap .t3 {
  font-size: 1.8rem;
}

/*notes*/
.s05__wrap {
  padding: 100px 5%;
}

.s05__wrap .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5%;
}


.tgx-cases {
  max-width: 1100px;
  margin-inline: auto;
  box-sizing: border-box;
}

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

.tgx-cases__track::-webkit-scrollbar {
  height: 8px;
}

.tgx-cases__track::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, #3aa1ff 40%, transparent);
  border-radius: 999px;
}

/* card */
.tgx-case {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(15, 70, 137, .08);
  padding: 0 15px 16px;
  width: clamp(280px, 78vw, 360px);
  flex: 0 0 auto;
  position: relative;
}

.tgx-case__ribbon {
  background: #0f4689;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 15px 16px;
  margin: -1px -16px 12px;
  border-radius: 18px 18px 0 0;
  font-size: 1.55rem;
}

.tgx-case__headline {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 800;
  margin: 9% 0 5.5%;
  color: #0b305f;
}

.tgx-case__note {
  color: #4b5563;
  background: #fafcff;
  border: 1px solid #eef4fd;
  border-radius: 10px;
  padding: 8px 10px;
  margin: 10px 0 0;
}


@media (min-width: 1024px) {
  .tgx-cases__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    overflow: visible;
  }

  .tgx-case {
    width: auto;
    flex: none;
    box-sizing: border-box;
    scroll-snap-align: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgx-case {
    scroll-snap-align: none;
  }
}


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

.s06__wrap ul {
  margin: 3em auto 0;
  max-width: 840px;
}

.s06__wrap ul li {
  align-items: center;
  display: flex;
}

.s06__wrap ul li:nth-child(1) {
  margin-bottom: 1em;
}

.s06__wrap ul li p:nth-child(1) {
  align-items: center;
  background: #06408c;
  border-radius: 2em;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  height: 36px;
  justify-content: center;
  margin-right: .5em;
  max-width: 35px;
  width: 100%;
}

.s06__wrap ul li:nth-child(1) p:nth-child(2) {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}

.s06__wrap ul li:nth-child(2) p:nth-child(1) {
  background: #3aa1ff;
}

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

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

.s07__wrap h3 {
  text-align: center;
  margin: 2% 0 1%;
}

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

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

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

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

form .item__wrap span {
  background: #3aa1ff;
  border-radius: 4px;
  color: #fff;
  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;
}

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

.s07__wrap .box__wrap .t1 {
  background: #fff;
  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;
}


/*notes*/
footer {
  background: #002d7b;
  color: #fff;
  padding: 50px 5% 10px;
}

footer div {
  align-items: center;
  display: flex;
  justify-content: center;
}

footer div img {
  margin-right: 1em;
  max-width: 160px;
  width: 100%;
}

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: #fff;
}

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

  /*notes*/
  header .header__top {
    font-size: 1.0rem;
  }

  .form_btn .t3 {
    margin: 5% 0;
  }

  .header__box {
    display: none;
  }

  header .header__main__wrap {
    padding: 5% 4%;
  }

  .header__main {
    display: block;
  }

  .header__main .pcform {
    display: none;
  }

  .header__main .spform {
    display: block;
    margin-bottom: 6%;
  }

  .header__main div h1 {
    font-size: 2.7rem;
  }

  .header__main div .t1 {
    font-size: 1.3rem;
  }

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

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

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

  .header_icon {
    margin: 1rem auto 0;
  }

  .header_icon img {
    margin: 0 3.5%;
    width: 39%;
  }

  .header__main div .btn {
    font-size: 1.8rem;
    padding: 1.2em 3.5em 1.2em 5.2em;
    box-shadow: 6px 6px 7px #d9d9d9;
  }

  .header__main .btn:before {
    top: 36%;
    left: 19%;
    width: 20px;
    height: 17px;
  }

  /*notes*/
  .s01__wrap {
    padding: 10% 4%;
  }


  .form_btn .btn {
    font-size: 1.7rem;
    padding: 1em 2.8em 1em 4.3em;
  }

  .form_btn {
    margin: 5% 0;
  }

  .form_btn .btn:before {
    width: 18px;
    height: 18px;
    top: 36%;
    left: 15%;
  }

  .s00__wrap h2,
  .s01__wrap h2,
  .s02__wrap h2,
  .s03__wrap h2,
  .s04__wrap h2,
  .s05__wrap h2,
  .s06__wrap h2,
  .s07__wrap h2 {
    margin-bottom: 1.2em;
    font-size: 2.4rem;
  }

  .s02__wrap .t1,
  .s00__wrap .t1 {
    font-size: 1.7rem;
  }

  .s01__wrap .s01_flex {
    display: block;
  }

  .s01__wrap .s01_flex img {
    margin: 1em auto 0;
    width: 45%;
  }

  .s01__wrap .s01_flex ul {
    width: 100%;
  }

  .s01_flex li {
    font-size: 1.8rem;
    padding-left: 0;
  }

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

  .tg-pin {
    margin-left: 12px;
  }

  /*notes*/
  .s02__wrap,
  .s02_2__wrap {
    padding: 10% 4%;
  }

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

  .s02__wrap .t1 {
    font-size: 1.4rem;
  }

  .s02__wrap div img,
  .s02__wrap div p {
    width: 100%;
  }

  .s02__wrap div img {
    margin-bottom: 0;
    width: 40%;
  }

  .s02_2__wrap h3 {
    font-size: 2.1rem;
    margin-bottom: 12%;
  }

  .s02_2__wrap .form_btn_dc {
    margin-top: 15%;
  }

  .s02_2__wrap .form_btn_dc .btn_dc {
    font-size: 1.7rem;
    padding: 1em 2em 1em 3.5em;
  }

  .s02_2__wrap .form_btn_dc .btn_dc:before {
    width: 18px;
    height: 18px;
    top: 36%;
    left: 15%;
  }
}

/*notes*/
.s03__wrap {
  padding: 10% 4%;
}

/*notes*/
.s04__wrap {
  padding: 10% 4%;
}

.s04__wrap .t1 {
  font-size: 1.6rem;
}

.s04__wrap li {
  width: 100%;
}

.s04__wrap li h3 {
  font-size: 2.0rem;
}

.s04__wrap li:nth-child(1) h3,
.s04__wrap li:nth-child(2) h3,
.s04__wrap li:nth-child(6) h3 {
  margin: 1em 0;
}

.s04__wrap li h3 span {
  font-size: 1.3rem;
}

.s04__wrap li h4 {
  font-size: 1.7rem;
}

.s04__wrap li .t2 {
  font-size: 1.3rem;
}

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

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

/*notes*/
.s05__wrap {
  padding: 10% 4%;
}

.s05__wrap .t1 {
  font-size: 1.6rem;
}

.s05__wrap .box__wrap .t2 {
  font-size: 1.6rem;
}

.s05__wrap .box__wrap div img {
  width: 40px;
}

.s05__wrap .box__wrap div p {
  font-size: 3.6rem;
}

.s05__wrap .t3 {
  font-size: 1.0rem;
}

.s05__wrap .t4 {
  font-size: 1.6rem;
}

/*notes*/
.s06__wrap {
  padding: 10% 4%;
}

.s06__wrap ul li p:nth-child(1) {
  font-size: 2.0rem;
  height: 30px;
  max-width: 30px;
}

.s06__wrap ul li:nth-child(1) p:nth-child(2) {
  font-size: 1.8rem;
}

/*notes*/
.s07__wrap {
  padding: 10% 4%;
  margin-top: 0;
}

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


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

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

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

footer div {
  display: block;
  text-align: center;
}

footer div img {
  display: block;
  margin: 0 auto 2em;
  max-width: 120px;
}

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


@media screen and (max-width: 1090px) and (min-width: 768px) {

  .header_wrap {
    width: 100% !important;
  }

  .at3 {
    font-size: 22px !important;
    line-height: 38px !important;
  }

  .header__info img {
    width: 180px !important;
  }
}


@media screen and (max-width: 770px) {
  .wrap {
    padding-top: 17%;
    padding-bottom: 64px;
  }

  .header_wrap {
    width: 100% !important;
  }

  .at3 {
    height: 36px !important;
    font-size: 15px !important;
    line-height: 19px !important;
  }

  .header__info img {
    width: 160px !important;
  }

  .s00__wrap {
    padding: 10% 4%;
  }

  .tgx-lead {
    padding-right: 0;
    font-size: 2rem;
  }

  .s04__wrap .t3 {
    font-size: 1.45rem;
  }

  .s04__wrap_tit {
    font-size: 2.1rem;
    margin: 5% 0;
  }

  .s07__wrap h4 {
    margin-bottom: 7%;
  }

  form .item__wrap {
    width: 45%;
  }

  footer ul {
    margin: 2em 0;
  }

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

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

}

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