.footer-contact {
  width: 96.486%;
  margin: 0 auto;
  background-color: #2C4197;
  flex-shrink: 0;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      width: 96.8%;
      padding: 64px 0; } }
  .footer-contact .white-box {
    display: flex;
    width: 100%;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    outline: 1px solid #FFF; }
    @media screen and (max-width: 767px) {
      .footer-contact .white-box {
        padding: 40px 0; } }
    .footer-contact .white-box h4 {
      color: #FFF;
      text-align: center;
      font-feature-settings: 'palt' on;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      /* 38.4px */
      letter-spacing: 0.72px; }
      .footer-contact .white-box h4.color {
        color: #2C4197; }
    .footer-contact .white-box p.name {
      color: #FFF;
      text-align: center;
      font-feature-settings: 'palt' on;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 0.48px;
      margin-bottom: 3px; }
      @media screen and (max-width: 767px) {
        .footer-contact .white-box p.name {
          margin-bottom: 0; } }
    .footer-contact .white-box a.tel {
      color: #FFF;
      font-feature-settings: 'palt' on;
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      /* 64px */
      letter-spacing: 1.2px;
      margin-top: -10px; }
      @media screen and (max-width: 767px) {
        .footer-contact .white-box a.tel {
          font-size: 28px;
          font-style: normal;
          letter-spacing: 0.84px;
          margin-top: 0;
          margin-bottom: 4px; } }
      .footer-contact .white-box a.tel span {
        font-feature-settings: 'palt' on;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        letter-spacing: 0.84px;
        margin-right: 3.5px; }
        @media screen and (max-width: 767px) {
          .footer-contact .white-box a.tel span {
            font-size: 20px;
            letter-spacing: 0.6px; } }
    .footer-contact .white-box p.time {
      color: #FFF;
      font-feature-settings: 'palt' on;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 0.48px;
      margin-bottom: 24px;
      margin-top: -10px; }
      .footer-contact .white-box p.time span {
        font-feature-settings: 'palt' on;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
        /* 32px */
        letter-spacing: 0.48px;
        margin-left: 8px; }
        @media screen and (max-width: 767px) {
          .footer-contact .white-box p.time span {
            display: block;
            text-align: center; } }
    .footer-contact .white-box .flex-center {
      display: flex;
      align-items: center;
      gap: 24px; }
      @media screen and (max-width: 1020px) {
        .footer-contact .white-box .flex-center {
          flex-wrap: wrap;
          justify-content: center; } }
      @media screen and (max-width: 767px) {
        .footer-contact .white-box .flex-center {
          flex-wrap: wrap;
          gap: 16px; } }

footer {
  width: 96.486%;
  margin: 0 auto;
  padding: 80px 0 64px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 64px 0 40px; } }
  footer .footer-nav {
    display: flex;
    width: 912px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px; }
    @media screen and (max-width: 1300px) {
      footer .footer-nav {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      footer .footer-nav {
        width: 100%;
        display: block; } }
    footer .footer-nav ul.vertical {
      width: 330px; }
      @media screen and (max-width: 767px) {
        footer .footer-nav ul.vertical {
          width: 100%;
          margin-bottom: 24px; } }
      footer .footer-nav ul.vertical li {
        color: #FFF;
        font-feature-settings: 'palt' on;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
        letter-spacing: 0.42px; }
        footer .footer-nav ul.vertical li a.tel {
          color: #FFF;
          font-feature-settings: 'palt' on;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 200%;
          /* 28px */
          letter-spacing: 0.42px; }
          footer .footer-nav ul.vertical li a.tel:hover {
            opacity: 0.7; }
        footer .footer-nav ul.vertical li.footer_logo {
          width: 256px;
          height: 45px;
          aspect-ratio: 256/45;
          margin-bottom: 8px; }
          footer .footer-nav ul.vertical li.footer_logo a {
            display: inline-block; }
          footer .footer-nav ul.vertical li.footer_logo:hover a {
            opacity: 0.8; }
          @media screen and (max-width: 767px) {
            footer .footer-nav ul.vertical li.footer_logo {
              width: 227px;
              height: 40px;
              margin-bottom: 8px; } }
    footer .footer-nav .flex {
      display: flex;
      width: 444px;
      align-items: flex-start;
      align-content: flex-start;
      gap: 8px 24px;
      flex-shrink: 0;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        footer .footer-nav .flex {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        footer .footer-nav .flex {
          width: 100%;
          display: block; } }
      footer .footer-nav .flex li {
        width: 210px;
        transition: transform 0.3s ease; }
        @media screen and (max-width: 767px) {
          footer .footer-nav .flex li {
            width: 100%;
            margin-bottom: 8px; } }
        footer .footer-nav .flex li a {
          position: relative;
          padding-left: 24px;
          color: #FFF;
          font-feature-settings: 'palt' on;
          /* suzenji./14px-Bold */
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 160%;
          letter-spacing: 0.42px;
          opacity: 1;
          transition: transform 0.3s ease; }
          footer .footer-nav .flex li a::before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("../image/nav-icon.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transition: transform 0.3s ease; }
        footer .footer-nav .flex li:hover a {
          opacity: 0.7; }
        footer .footer-nav .flex li:hover a::before {
          background-image: url("../image/nav-icon-white.svg");
          background-size: 4px;
          background-position: center;
          background-repeat: no-repeat;
          transform: translateY(-50%);
          transition: background-image 0.3s ease; }
  footer small.copyright {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 22px */
    letter-spacing: 0.33px; }

#page-top {
  position: fixed;
  bottom: 98px;
  right: 20px;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    #page-top {
      right: 10px; } }

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: #3C3C3C;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease; }

#page-top a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../image/up-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease; }

#page-top a:hover::before {
  transform: translateY(-4px); }
