@charset "UTF-8";
footer a {
  color: #fff;
}

.cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #f0f8ff; */
  border: 4px solid #005ab4;
  border-radius: 15px;
  padding: 5% 4%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: visible;
}

.cta-button:hover {
  background-color: #e6f2ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 143, 214, 0.3);
}

.cta-text {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 32px;
  font-weight: bold;
  color: #005ab4;
  letter-spacing: 0;
}

.cta-arrows {
  background: url(../img/ctaArrow.png) no-repeat center top 10px / contain;
  width: 1.1em;
  height: 1.1em;
}

.illustration {
  position: absolute;
  right: 1%;
  top: -40%;
  width: 25%;
  height: auto;
}

.footerBg {
  background: url(../img/footerBg.png) no-repeat center / contain;
  padding: 2.5% 2.5% 9%;
}

.footer01 .f_tel {
  width: 31em;
}

.footer01 .fContactBtn {
  width: 23.5em;
}

.footer01 .f_tel::before {
  content: "";
  position: absolute;
  background: url(../img/telW.png) no-repeat center / contain;
  width: 40%;
  height: 40%;
  top: 38%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.footer01 .f_tel::after {
  content: "";
  position: absolute;
  background-color: #f0f4f8;
  width: 1px;
  height: 8.5vh;
  top: 57%;
  right: 14%;
  transform: translate(-50%, -50%);
}

/* .kosiki, .corporate {
  width: 32%;
} */

.kosiki a {
  border: 6px solid #83afdc;
  background: #fff;
  padding: 6% 3% 6% 3%;
  color: #202945;
  display: block;
  width: 100%;
  height: auto;
  min-width: 306px;
  letter-spacing: 0;
}
.kosiki span {
  background: url(../img/kosiki.png) no-repeat center / contain;
  width: 2.3em;
  height: 2.3em;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.corporate a {
  border: 6px solid #ffab0b;
  background: #fff;
  padding: 6% 3% 6% 3%;
  color: #202945;
  display: block;
  width: 100%;
  height: auto;
  min-width: 306px;
  letter-spacing: 0;
}
.corporate span {
  background: url(../img/corporate.png) no-repeat center / contain;
  width: 2.3em;
  height: 2.3em;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.footer02_nav {
  display: flex;
  justify-content: space-between;
  width: 46%;
  max-width: 625px;
}

.footer02_nav ul {
  width: 25%;
}

footer .siryouBtn a {
  box-shadow: none;
  width: 203px;
}

footer .contactBtn a {
  background: #005ab4 url(../img/mail.png) no-repeat left 33px top 0.9em / 1.2em;
  box-shadow: none;
  width: 203px;
}

.borderW {
  height: 1px;
  width: 100%;
  background: #fff;
}
.policy {
  vertical-align: top;
}

.footer02_03.bgN {
  padding: 1% 7% 1.5%;
}
