@font-face {
  font-family: "Futura";
  src: url("../../fonts/Futura.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  background-color: #fff;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: unset;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  position: absolute;
  top: 47.92px;
  padding: 0 4.2535446205vw;
  width: 100%;
  color: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  .site-header {
    top: 19px;
    padding: 0 4.2780748663vw;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header__left {
  width: 18.0108423686vw;
}
@media (max-width: 767px) {
  .site-header__left {
    width: 47.7673796791vw;
  }
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 3.0025020851vw;
}
@media (max-width: 767px) {
  .site-header__right {
    display: none;
  }
}
.site-header__nav-list {
  display: flex;
  list-style: none;
  gap: 51px;
}
.site-header__nav-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.site-header__actions-button {
  display: inline-block;
  padding: 5.5px 2.2518765638vw;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #163d8c;
  color: #fff;
}
.site-header__actions-button:hover {
  background-color: #1b49a8;
}

.hero {
  height: 680px;
  color: #fff;
}
@media (max-width: 767px) {
  .hero {
    height: 767px;
  }
}
.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 680px;
}
@media (max-width: 767px) {
  .hero__media {
    height: 767px;
  }
}
.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}
@media (max-width: 767px) {
  .hero__media img {
    -o-object-position: 37% 45%;
       object-position: 37% 45%;
  }
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .hero__content {
    padding: 0 4.2780748663vw;
    top: 45%;
  }
}
.hero__title {
  font-size: clamp(54px, 5.6755629691vw, 80px);
  font-weight: 500;
  font-family: "Futura", sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: clamp(40px, 11.8663101604vw, 60px);
  }
}
.hero__lead {
  font-size: 24.87px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero__lead {
    font-size: clamp(16px, 4.3368983957vw, 20px);
  }
}
.hero__meta {
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  left: 5.2543786489vw;
  bottom: 34.61px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero__meta {
    left: 16px;
    bottom: 30px;
  }
}
.hero__meta-container {
  font-size: clamp(8px, 1.0008340284vw, 14px);
  width: 13.3444537114vw;
}
@media (max-width: 767px) {
  .hero__meta-container {
    width: 42.7807486631vw;
  }
}
.hero__meta-label {
  font-weight: 500;
  margin-bottom: 4.26px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .hero__meta-label {
    font-size: clamp(11px, 3.2085561497vw, 14px);
  }
}
.hero__meta-note {
  font-size: 8.55px;
}
@media (max-width: 767px) {
  .hero__meta-note {
    font-size: clamp(8px, 2.2860962567vw, 8.55px);
    max-width: 185px;
  }
}
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 31px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .hero__scroll {
    right: -4%;
    left: unset;
  }
}
.hero__scroll-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.hero__scroll-icon {
  width: 59px;
  height: 59px;
  background: #fff;
  color: #163d8c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}
.hero__scroll-icon img {
  height: 10px;
}
.hero__scroll-text {
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
}

.top-news {
  z-index: 1;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../images/renewal-pc.png");
  background-size: cover;
  background-position: 70% 50%;
}
.top-news__inner {
  display: flex;
  gap: 20.4166666667vw;
  padding: 91px 13.9166666667vw 52px 6.5833333333vw;
}
@media (max-width: 767px) {
  .top-news__inner {
    flex-direction: column;
    gap: 24px;
    padding: 48px 4.2780748663vw 45px 4.2780748663vw;
  }
}
.top-news__heading {
  width: 16.6666666667vw;
}
@media (max-width: 767px) {
  .top-news__heading {
    width: 100%;
    text-align: center;
  }
}
.top-news__title {
  font-family: "Futura", sans-serif;
  font-size: clamp(36px, 3.7531276063vw, 52px);
  font-weight: 500;
  color: #002b8d;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 767px) {
  .top-news__title {
    font-size: clamp(30px, 9.6256684492vw, 42px);
  }
}
.top-news__eyebrow {
  font-size: 14px;
  color: #002b8d;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 767px) {
  .top-news__eyebrow {
    font-size: 13px;
  }
}
.top-news__body {
  flex: 1;
  min-width: 0;
}
.top-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-news__item-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  color: #000;
  transition: opacity 0.3s ease;
}
.top-news__item-link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-news__item-link {
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-news__item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-news__item-date {
  font-size: 13px;
  font-family: "Futura", sans-serif;
}
.top-news__item-cat {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
  background-color: #002b8d;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-news__item-cat {
    font-size: 12px;
  }
}
.top-news__item-title {
  flex: 1;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-news__item-title {
    width: 100%;
  }
}
.top-news__actions {
  text-align: center;
  padding-bottom: 197px;
}
@media (max-width: 767px) {
  .top-news__actions {
    padding-bottom: 61.13px;
  }
}
.top-news__actions-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 18px 6.6722268557vw 17px 6.6722268557vw;
  border-radius: 999px;
  background-color: #002b8d;
  color: #fff;
  transition: opacity 0.3s ease;
}
.top-news__actions-btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .top-news__actions-btn {
    padding: 11px 12.8342245989vw;
  }
}

.about {
  position: relative;
  background: #fff;
}
.about__decor--pc {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 100;
  width: 45.5379482902vw;
}
@media (min-width: 1921px) {
  .about__decor--pc {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .about__decor--pc {
    display: none;
  }
}
.about__decor--pc img {
  width: 45.5379482902vw;
  max-width: 874.73px;
  max-height: 565.3px;
}
.about__decor--sp {
  display: none;
}
@media (max-width: 767px) {
  .about__decor--sp {
    display: block;
    width: 100%;
    padding: 0 4.0106951872vw;
  }
  .about__decor--sp img {
    height: auto;
    width: 100%;
  }
}
.about__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about__visual {
  flex: 1 1 60%;
  display: flex;
  height: 38.3653044204vw;
  max-height: 736.61px;
  overflow: hidden;
  background-image: url("../images/about-pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .about__visual {
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 46px 0 63px 0;
  }
}
.about__content {
  z-index: 3;
  color: #fff;
  width: 100%;
  padding-left: 6.58882402vw;
  padding-top: 32.19px;
}
@media (max-width: 767px) {
  .about__content {
    padding: 0 4.2780748663vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.about__header {
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .about__header {
    text-align: center;
    margin-bottom: 28px;
  }
}
.about__title {
  font-family: "Futura", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 3.3361134279vw;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about__title {
    font-size: clamp(36px, 10.6951871658vw, 48px);
  }
}
.about__eyebrow {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1676396997vw;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .about__eyebrow {
    font-size: 14px;
  }
}
.about__body {
  width: 37.1142618849vw;
}
.about__body p {
  font-size: clamp(9.6px, 1.2510425354vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .about__body p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about__body {
    width: 100%;
    margin-top: 33px;
  }
}

.company {
  background-color: #f7f7f7;
  color: #fff;
  padding-top: 53.81px;
  padding-right: 4.1701417848vw;
}
@media (max-width: 767px) {
  .company {
    padding-right: 0;
    padding-top: 33px;
  }
}
.company__container {
  background: #002b8d;
  padding: 63px 6.58882402vw;
}
@media (max-width: 767px) {
  .company__container {
    padding: 56px 4.2780748663vw 81px 4.2780748663vw;
  }
}
.company__grid {
  display: flex;
}
@media (max-width: 767px) {
  .company__grid {
    flex-direction: column;
  }
}
.company__summary {
  width: 38.3653044204vw;
}
@media (max-width: 767px) {
  .company__summary {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 36px;
  }
}
.company__heading {
  font-size: clamp(20px, 2.0850708924vw, 30px);
  margin-bottom: 55px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .company__heading {
    font-size: clamp(20px, 6.6844919786vw, 30px);
  }
}
.company__heading--office {
  margin-bottom: 41px;
}
.company__address, .company__tel, .company__fax {
  font-style: normal;
  line-height: 1.8;
}
.company__tel-link {
  color: #fff;
}
.company__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company__divider {
  width: 1px;
  background: #fff;
  margin: 0 8.9241034195vw 0 5.0875729775vw;
}
@media (max-width: 767px) {
  .company__divider {
    display: none;
  }
}
.company__dl {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.company__dl-row {
  display: flex;
  margin-bottom: 24px;
}
.company__dl-term {
  width: 10.8423686405vw;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .company__dl-term {
    width: 28.8770053476vw;
    font-size: 14px;
  }
}
.company__dl-desc {
  flex: 1;
}
@media (max-width: 767px) {
  .company__dl-desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .company__office {
    margin-top: 56px;
  }
}
.company__office-list {
  display: grid;
  letter-spacing: 0.05em;
  gap: 24px;
}
.company__office-name {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .company__office-name {
    font-size: 14px;
  }
}
.company__office-address {
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 767px) {
  .company__office-address {
    font-size: 14px;
  }
}
.company__office-map {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.company__office-map a {
  text-decoration: underline;
  color: #fff;
}

.services {
  background-color: #f7f7f7;
  padding: 90px 5.8381984987vw 58px 6.1718098415vw;
}
@media (max-width: 767px) {
  .services {
    padding: 56px 4.0106951872vw 41px 4.0106951872vw;
  }
}
.services__header {
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .services__header {
    margin-bottom: 34px;
  }
}
.services__title {
  font-size: clamp(30px, 2.9190992494vw, 40px);
  font-family: "Futura", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #002b8d;
}
@media (max-width: 767px) {
  .services__title {
    font-size: 30px, 9.3582887701vw, 40px;
  }
}
.services__eyebrow {
  font-size: 14px;
  color: #002b8d;
  font-weight: 500;
}
.services__grid {
  display: flex;
}
@media (max-width: 767px) {
  .services__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.services__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services__content {
  flex: 1;
  margin: 0;
  border: 1px solid #002b8d;
  padding: 23px 2.752293578vw;
}
.services__content--bordered {
  border-left: none;
}
@media (max-width: 767px) {
  .services__content {
    border: none;
    padding: 23px 0;
    border-bottom: 1px solid #002b8d;
  }
}
.services__index {
  font-size: 12px;
  color: #002b8d;
}
.services__label {
  font-size: 20px;
  margin-bottom: 23px;
}
.services__text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.promo {
  background-color: #f7f7f7;
  padding: 0 5.8381984987vw 62px 6.1718098415vw;
}
@media (max-width: 767px) {
  .promo {
    padding: 0 4.0106951872vw 41px 4.0106951872vw;
  }
}
.promo__inner {
  position: relative;
  overflow: hidden;
}
.promo__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.promo__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.promo__logo {
  width: 18.1818181818vw;
  height: auto;
}
@media (max-width: 767px) {
  .promo__logo {
    width: 242px;
  }
}
.promo__actions {
  padding: 18px 39px 17px 46px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .promo__actions {
    gap: 10px;
  }
}
.promo__actions-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.promo__actions-img {
  width: auto;
}

.contact {
  position: relative;
  color: #fff;
}
.contact__panel {
  position: relative;
  overflow: hidden;
}
.contact__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact__scrim {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 61, 140, 0.85);
  z-index: 1;
}
.contact__inner {
  position: relative;
}
.contact__header {
  display: flex;
  align-items: center;
  position: relative;
  gap: 2.6688907423vw;
  padding: 65px 1.3344453711vw 11.3px 7.8398665555vw;
  border-bottom: 1px solid rgba(0, 23, 76, 0.8);
}
.contact__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 14.3452877398vw;
  max-width: 206px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact__header::after {
    width: 137px;
  }
}
@media (max-width: 767px) {
  .contact__header {
    padding: 92px 0 13px 7.8398665555vw;
  }
}
.contact__title {
  font-weight: 500;
  font-family: "Futura", sans-serif;
  font-size: clamp(24px, 2.5020850709vw, 36px);
  letter-spacing: 0.1em;
  color: #fff;
}
.contact__eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.contact__bottom {
  padding: 84px 21.2677231026vw 102px 21.6013344454vw;
}
@media (max-width: 767px) {
  .contact__bottom {
    padding: 56.7px 11.7647058824vw 95.68px 11.7647058824vw;
  }
}
.contact__lead {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 49px;
}
.contact__lead p {
  margin: 0;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.contact__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9199332777vw;
}
@media (max-width: 767px) {
  .contact__grid {
    flex-direction: column;
    gap: 75px;
    align-items: center;
  }
}
.contact__col {
  margin-top: 20px;
}
.contact__btn {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  padding: 19px 4.2535446205vw;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .contact__btn {
    padding: 19px 13.6363636364vw;
  }
}
.contact__tel-block {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.contact__tel-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact__tel-label {
    font-size: 12px;
  }
}
.contact__tel-number {
  color: #fff;
}
@media (max-width: 767px) {
  .contact__tel-col {
    width: 100%;
  }
}
.contact__tel-number {
  font-size: 25px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact__tel-number {
    font-size: 21.5px;
  }
}
.contact__tel-text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 767px) {
  .contact__tel-text {
    font-size: 12px;
    padding-left: 35px;
  }
}

.contact-form {
  padding: 110px 25.1876563803vw 192px 25.1876563803vw;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 58px 7.486631016vw 73px 7.486631016vw;
  }
}
.contact-form .c-form {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.contact-form .c-form__rows {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.contact-form .c-form__rows p {
  display: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact-form .c-form__rows {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .contact-form .c-form__rows {
    gap: 10px;
  }
}
.contact-form .c-form__notice {
  color: #d60000;
  font-size: 14px;
}
.contact-form .c-form__actions {
  margin-top: 40px;
  text-align: center;
}
.contact-form .c-form__actions p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form .c-form__actions-btn {
  width: 28.1067556297vw;
  padding: 14px 2.6737967914vw;
  border-radius: 999px;
  background-color: #002b8d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-form .c-form__actions-btn {
    width: 62.8475935829vw;
    padding: 18px width 1.871657754vw;
  }
}

.c-field {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .c-field {
    gap: 12px;
  }
}
.c-field label {
  min-width: 14.5120934112vw;
  display: flex;
  align-items: center;
}
.c-field label br,
.c-field label p {
  display: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .c-field label {
    padding: 12px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .c-field label {
    padding: 12px 0 10px 0;
  }
}
.c-field--post .c-field__control span, .c-field--pref .c-field__control span, .c-field--reqtype .c-field__control span {
  width: 64%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .c-field--pref, .c-field--city {
    gap: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .c-field--pref, .c-field--city {
    gap: 0;
    margin-top: -10px;
  }
}
.c-field--row {
  flex-direction: row;
  align-items: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .c-field--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .c-field--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-field--top {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-field--top {
    flex-direction: column;
  }
}
.c-field--hidden {
  display: none !important;
}
.c-field__control {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) and (max-width: 991px) {
  .c-field__control {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-field__control {
    width: 100%;
  }
}
.c-field__control br {
  display: none;
}
.c-field__req {
  color: #d60000;
  font-size: 0.9em;
  margin-left: 0.25em;
}

.c-label {
  font-weight: 600;
}
.c-label--name, .c-label--address {
  padding-bottom: 20px;
}
.c-label--left {
  text-align: left;
  line-height: 0;
}
@media (max-width: 767px) {
  .c-label--left {
    font-size: 15px;
  }
}

.c-input,
.c-select,
.c-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  background-color: #d9d9d9;
}
.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  outline: 2px solid #163d8c;
  background-color: #fff;
}
.c-input::-moz-placeholder, .c-select::-moz-placeholder, .c-textarea::-moz-placeholder {
  color: #888;
}
.c-input::placeholder,
.c-select::placeholder,
.c-textarea::placeholder {
  color: #888;
}

.c-input--zip {
  max-width: 180px;
}

.c-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 10px auto;
}

.c-help {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #000;
}

.c-sublabel {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  color: #000;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-color: #002b8d;
  z-index: 9999;
}
.sticky-footer a:nth-child(1) {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .sticky-footer {
    display: none;
  }
}
.sticky-footer__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  padding: 11px 0;
  font-size: 16px;
}
.sticky-footer__item:hover {
  background-color: #002d73;
}
.sticky-footer__text {
  font-size: 14px;
}
.sticky-footer__icon {
  font-size: 18px;
}

.site-footer {
  position: relative;
  background-color: #002b8d;
  color: #fff;
  padding: 112px 4.1701417848vw 37px 4.1701417848vw;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 54px 2.1390374332vw 60px 4.5454545455vw;
  }
}
.site-footer__panel {
  position: relative;
}
.site-footer__inner {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .site-footer__inner {
    flex-direction: column-reverse;
    gap: 73px;
  }
}
.site-footer__company {
  flex: 1;
  min-width: 280px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .site-footer__company {
    margin: 0;
  }
}
.site-footer__company-logo img {
  width: 18.0108423686vw;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .site-footer__company-logo img {
    width: 48.7780748663vw;
    margin-bottom: 18.56px;
  }
}
.site-footer__address {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .site-footer__address {
    font-size: 12px;
  }
}
.site-footer__dl {
  margin-bottom: 78px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .site-footer__dl {
    margin: 0;
  }
}
.site-footer__dl-tel, .site-footer__dl-fax {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .site-footer__dl-tel, .site-footer__dl-fax {
    font-size: 12px;
  }
}
.site-footer__bottom-container {
  display: flex;
  align-items: center;
  gap: 1.6680567139vw;
}
@media (max-width: 767px) {
  .site-footer__bottom-info {
    display: none;
  }
}
.site-footer__bottom-images {
  display: flex;
  align-items: center;
  gap: 5.29px;
}
@media (max-width: 767px) {
  .site-footer__bottom-images {
    margin-top: 20px;
    margin-bottom: 37px;
  }
}
.site-footer__bottom-images img {
  width: 76.25px;
}
@media (max-width: 767px) {
  .site-footer__bottom-images img {
    width: 70px;
  }
}
.site-footer__tel {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.site-footer__tel-label {
  font-size: 14px;
  margin-right: 8px;
}
.site-footer__tel-num {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.site-footer__hours {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .site-footer__hours {
    display: none;
  }
}
.site-footer__tagline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer__tagline {
    text-align: left;
  }
}
.site-footer__tagline-title {
  font-size: clamp(64px, 6.6113427857vw, 88px);
  font-family: "Futura", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .site-footer__tagline-title {
    font-size: clamp(52px, 14.9732620321vw, 60px);
    text-align: right;
  }
  .site-footer__tagline-title .space-after {
    margin-right: 1.35em;
  }
}
.site-footer__tagline-copyright {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .site-footer__tagline-copyright {
    position: absolute;
    bottom: 0;
  }
}

.footer__scroll {
  position: absolute;
  right: 5%;
  top: -5%;
  z-index: 2;
}
.footer__scroll-icon {
  width: 59px;
  height: 59px;
  background: #fff;
  color: #163d8c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #002b8d;
}
.footer__scroll-icon img {
  height: 11px;
}/*# sourceMappingURL=index.css.map */