@import url("https://fonts.googleapis.com/css2?family=Figtree:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-overflow-scrolling: touch;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  background: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.2;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}

p,
figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #eee;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

:focus {
  outline: 0;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* body */

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

main .container,
footer .container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .container,
  footer .container {
    max-width: 97.6vw;
  }
}

@media screen and (max-width: 767px) {
  main .container,
  footer .container {
    max-width: 83vw;
  }
}

/* ヘッダー */
header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header.fixed {
    top: 0;
  }
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 40px;
}

header .site-branding,
header #primary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .custom-logo-link {
  width: 283px;
  height: 27px;
  background-image: url("../images/logo-light.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8px;
}

header .custom-logo-link img {
  display: none;
}

header #primary-menu > .menu-item:nth-of-type(1) > a,
header #primary-menu > .menu-item:nth-of-type(2) > a,
header #primary-menu > .menu-item:nth-of-type(3) > a,
header #primary-menu > .menu-item:nth-of-type(4) > a,
header #primary-menu > .menu-item:nth-of-type(5) > a {
  display: flex;
  font-weight: 600;
  padding: 0.4em 1.8em;
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
}

header #primary-menu > .menu-item:nth-last-of-type(2) > a {
  border-radius: 50px;
  color: #0078ff;
  background-color: #fff;
  border: 1px solid #0078ff;
  font-size: 15px;
  font-weight: 600;
  width: 130px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding-right: 1.3em;
  background-image: url(../images/icon-window.svg);
  background-size: 0.8em;
  background-position: right 1.5em center;
  background-repeat: no-repeat;
}

header #primary-menu > .menu-item:nth-last-of-type(1) > a {
  border-radius: 50px;
  color: #fff;
  background-color: #0078ff;
  font-size: 15px;
  font-weight: 600;
  width: 165px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.8em;
  border: 1px solid #0078ff;
  position: relative;
}

header #primary-menu > .menu-item:nth-last-of-type(1) > a::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/icon-mail-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

header #primary-menu > .menu-item.menu-item-has-children > a {
  position: relative;
}

header #primary-menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #0078ff;
  border-top: none;
  border-left: none;
  transform: translateY(-50%) rotate(45deg);
}
header .menu-toggle {
  display: none;
}

header .menu-item-has-children {
  position: relative;
  padding: 25px 0;
}

header .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 235px;
  transform: translate(-52%, calc(100% + 15px));
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 25px;
}

header .menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 10px;
}

header .menu-item-has-children .sub-menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 1.25em 0;
  width: 100%;
  text-decoration: none !important;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

header .menu-item-has-children .sub-menu .menu-item:first-of-type a {
  font-size: 15px;
  font-weight: 700;
}

header .menu-item-has-children .sub-menu .menu-item:last-of-type a {
  border-bottom: none;
}

header.fixed {
  background-color: #fff;
  transform: translateY(0);
}

header.has-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header.fixed .custom-logo-link {
  background-image: url("/wp-content/uploads/2025/06/logo.png");
}

header .menu-item-has-children .sub-menu .menu-item a span {
  color: #0078ff;
  font-size: 12px;
  display: block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

header .menu-item-has-children .sub-menu .menu-item a {
  position: relative;
}

header .menu-item-has-children .sub-menu .menu-item:first-of-type a::before {
  content: "";
  position: absolute;
  bottom: -1.45em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8e8e8e;
}

header .menu-item-has-children .sub-menu .menu-item:first-of-type a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-arrow-header.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.menu-open) header:not(.fixed) .menu-item-has-children .sub-menu .menu-item:first-of-type a::after {
  background-image: url(../images/icon-arrow-header-blue.svg);
}

@media screen and (min-width: 1024px) {
  header.fixed #primary-menu > .menu-item:nth-of-type(1) > a,
  header.fixed #primary-menu > .menu-item:nth-of-type(2) > a,
  header.fixed #primary-menu > .menu-item:nth-of-type(3) > a,
  header.fixed #primary-menu > .menu-item:nth-of-type(4) > a,
  header.fixed #primary-menu > .menu-item:nth-of-type(5) > a {
    color: #000;
  }
  header.fixed #primary-menu > .menu-item:nth-last-of-type(1)::before,
  header.fixed #primary-menu > .menu-item:nth-last-of-type(1)::after {
    color: #000;
  }
  header.fixed .menu-item-has-children {
    padding: 25px 0;
  }
  header.fixed #primary-menu > .menu-item:nth-last-of-type(1) > a {
    color: #fff;
  }
  header.fixed .menu-item-has-children .sub-menu {
    background-color: #fff;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    transform: translate(-50%, calc(100% + 15px));
  }
  header.fixed .menu-item-has-children:hover .sub-menu:before {
    height: 15px;
  }

  header #primary-menu .menu-item > a {
    transition: all 0.3s ease;
  }

  header #primary-menu > .menu-item:nth-of-type(1):hover > a,
  header #primary-menu > .menu-item:nth-of-type(2):hover > a,
  header #primary-menu > .menu-item:nth-of-type(3):hover > a,
  header #primary-menu > .menu-item:nth-of-type(4):hover > a,
  header #primary-menu > .menu-item:nth-of-type(5):hover > a {
    color: #0078ff !important;
  }

  header #primary-menu > .menu-item-has-children:nth-of-type(1) .menu-item:not(:first-of-type) > a:hover,
  header #primary-menu > .menu-item-has-children:nth-of-type(2) .menu-item:not(:first-of-type) > a:hover,
  header #primary-menu > .menu-item-has-children:nth-of-type(3) .menu-item:not(:first-of-type) > a:hover,
  header #primary-menu > .menu-item-has-children:nth-of-type(4) .menu-item:not(:first-of-type) > a:hover,
  header #primary-menu > .menu-item-has-children:nth-of-type(5) .menu-item:not(:first-of-type) > a:hover {
    color: #0078ff !important;
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a:hover {
    color: #fff;
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a:hover::after {
    opacity: 1;
  }

  header .menu-item-has-children:hover .sub-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }

  header #primary-menu > .menu-item:nth-of-type(1) > a {
    padding-left: 0 !important;
  }

  header .menu-item-has-children:nth-of-type(1) .sub-menu,
  header .menu-item-has-children:nth-of-type(2) .sub-menu,
  header .menu-item-has-children:nth-of-type(4) .sub-menu,
  header .menu-item-has-children:nth-of-type(5) .sub-menu,
  header .menu-item-has-children:nth-of-type(1) > a::after,
  header .menu-item-has-children:nth-of-type(2) > a::after,
  header .menu-item-has-children:nth-of-type(4) > a::after,
  header .menu-item-has-children:nth-of-type(5) > a::after {
    display: none !important;
  }
  header .menu-item-has-children .sub-menu .menu-item:first-of-type a {
    margin-bottom: 2.7em;
    line-height: 1;
  }
  header #primary-menu > .menu-item:nth-last-of-type(2) > a:hover {
    color: #fff;
    background-color: #0078ff;
    background-image: url(../images/icon-window-white.svg);
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a:hover {
    color: #0078ff;
    background-color: #fff;
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a:hover::before {
    filter: unset !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  header .container {
    padding: 0 4.4vw 0 3vw;
  }

  header .custom-logo-link {
    width: 20.7vw;
    height: 2vw;
    margin-top: 0.6vw;
  }

  header #primary-menu > .menu-item > a {
    font-size: 1.1vw !important;
  }

  header #primary-menu > .menu-item:nth-last-of-type(2) > a {
    border-radius: 3.6vw;
    font-size: 1.1vw;
    width: 9.7vw;
    height: 3.8vw;
    margin: 0 1.1vw;
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a {
    border-radius: 3.6vw;
    font-size: 1.1vw;
    width: 12.1vw;
    height: 3.8vw;
  }

  header #primary-menu > .menu-item.menu-item-has-children > a::after {
    width: 0.6vw;
    height: 0.6vw;
  }

  header .menu-item-has-children {
    padding: 2.3vw 0;
  }

  header .menu-item-has-children .sub-menu {
    width: 17.2vw;
    transform: translate(-50%, calc(100% + 0.7vw));
    border-radius: 0.5vw;
    padding: 0.7vw 1.8vw;
  }

  header .menu-item-has-children .sub-menu::before {
    height: 0.7vw;
  }

  header .menu-item-has-children .sub-menu .menu-item a {
    font-size: 1vw;
  }

  header .menu-item-has-children .sub-menu .menu-item a span {
    font-size: 0.9vw;
  }

  header .menu-item-has-children .sub-menu .menu-item:first-of-type a::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

@media screen and (max-width: 1023px) {
  header .container {
    padding-left: min(4vw, 30px);
    padding-right: min(4vw, 30px);
    padding-bottom: min(3.3vw, 25px);
  }

  header .custom-logo-link {
    width: min(55vw, 421px);
    height: min(5.3vw, 40px);
    margin-bottom: unset;
    margin-top: min(4vw, 30px);
  }

  header .menu-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: min(18vw, 138px);
    height: min(13vw, 99px);
    margin-top: min(4vw, 30px);
    border-radius: min(7vw, 52px);
    background: #fff;
    padding-left: min(5.5vw, 42px);
  }

  header .hamburger-icon {
    display: block;
    position: relative;
    width: 41%;
    height: min(0.6vw, 4.6px);
    border-radius: min(1.6vw, 12px);
    background-color: #0078ff;
    transition: all 0.3s ease;
  }

  header .hamburger-icon::before {
    content: "";
    width: 130%;
    height: min(0.6vw, 4.6px);
    border-radius: min(1.6vw, 12px);
    background-color: #0078ff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }

  header .hamburger-icon::after {
    content: "";
    width: 90%;
    height: min(0.6vw, 4.6px);
    border-radius: min(1.6vw, 12px);
    background-color: #0078ff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }

  header .hamburger-icon::before {
    top: -3.2vw;
  }

  header .hamburger-icon::after {
    top: 3.2vw;
  }

  body.menu-open header .custom-logo-link {
    background-image: url("/wp-content/uploads/2025/06/logo.png");
  }

  body.menu-open header .container {
    background-color: #fff;
  }

  body.menu-open header .menu-toggle {
    background-color: #0078ff;
  }

  body.menu-open header .hamburger-icon {
    background-color: transparent !important;
  }

  body.menu-open header .hamburger-icon::before {
    width: 120%;
    transform: rotate(45deg);
    background-color: #fff;
    top: 0;
  }

  body.menu-open header .hamburger-icon::after {
    width: 120%;
    transform: rotate(-45deg);
    background-color: #fff;
    top: 0;
  }

  body:not(.menu-open) header .hamburger-icon {
    background-color: #0078ff;
  }

  body:not(.menu-open) header .hamburger-icon::before {
    width: 130%;
    top: max(-2.3vw, -17px);
  }

  body:not(.menu-open) header .hamburger-icon::after {
    width: 90%;
    top: min(2.1vw, 16px);
  }

  header .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100lvh - min(17.3vw, 129px));
    flex-direction: column;
  }

  body.menu-open header .main-navigation {
    display: flex;
    background-color: #fff;
    overflow: scroll;
    padding-bottom: min(30vw, 225px);
  }

  header .menu-main-container {
    padding: 9.3vw 4vw 27.9vw;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  header #primary-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
  }

  header #primary-menu .menu-item {
    width: 100%;
  }

  header .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 0;
    transform: unset;
    background-color: unset;
    border-radius: unset;
    padding: 0;
  }

  header #primary-menu > .menu-item:nth-of-type(1) > a,
  header #primary-menu > .menu-item:nth-of-type(2) > a,
  header #primary-menu > .menu-item:nth-of-type(3) > a,
  header #primary-menu > .menu-item:nth-of-type(4) > a,
  header #primary-menu > .menu-item:nth-of-type(5) > a {
    display: none !important;
  }

  header .menu-item-has-children .sub-menu > .menu-item a {
    font-size: min(4vw, 15px) !important;
    line-height: 1;
    font-weight: 700 !important;
    background-image: url("../images/icon-arrow-right4.webp") !important;
    background-size: min(3.7vw, 14px) !important;
    background-position: left 1px center !important;
    background-repeat: no-repeat !important;
    border-bottom: unset !important;
    color: #000;
    margin: 0;
    padding: 0 min(8vw, 30px);
  }

  header .menu-item-has-children .sub-menu > .menu-item:not(:first-of-type) a {
    font-size: min(3.4vw, 13px) !important;
    font-weight: 500 !important;
    border-top: 1px solid #bebebe;
    padding: min(4vw, 15px) 0;
    margin-left: min(8vw, 30px);
    width: 60%;
    background-image: url("../images/icon-arrow-header-2.webp") !important;
    background-size: min(3.4vw, 13px) !important;
    background-position: right top min(4vw, 15px) !important;
    background-repeat: no-repeat !important;
  }

  header .menu-item-has-children .sub-menu > .menu-item:nth-of-type(2) a {
    border-top: none;
    position: relative;
  }

  header .menu-item-has-children .sub-menu > .menu-item:nth-of-type(2){
    position: relative;
  }
  
  header .menu-item-has-children .sub-menu > .menu-item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: min(8vw, 30px);
    width: calc(100vw - min(16vw, 60px));
    height: 1px;
    background-color: #bebebe;
  }

  header .menu-item-has-children .sub-menu > .menu-item:nth-of-type(2) a {
    margin-top: min(4vw, 15px);
  }

  header .menu-item-has-children .sub-menu > .menu-item:nth-of-type(4) a {
    line-height: 1.2;
    padding-bottom: min(4vw, 15px);
  }

  header.fixed .menu-toggle {
    background-color: #0078ff !important;
  }

  header.fixed .menu-toggle .hamburger-icon {
    background-color: #fff;
  }

  header.fixed .menu-toggle .hamburger-icon::before {
    background-color: #fff !important;
  }

  header.fixed .menu-toggle .hamburger-icon::after {
    background-color: #fff !important;
  }

  header .menu-item-has-children .sub-menu > .menu-item a:before {
    display: none !important;
  }

  header .menu-item-has-children:nth-of-type(1),
  header .menu-item-has-children:nth-of-type(2),
  header .menu-item-has-children:nth-of-type(3),
  header .menu-item-has-children:nth-of-type(4),
  header .menu-item-has-children:nth-of-type(5) {
    border-bottom: 1px solid #bebebe;
    padding: min(4vw, 15px) 0;
  }

  header .menu-item-has-children:nth-of-type(1):has(.sub-menu > .menu-item:nth-of-type(2)),
  header .menu-item-has-children:nth-of-type(2):has(.sub-menu > .menu-item:nth-of-type(2)),
  header .menu-item-has-children:nth-of-type(3):has(.sub-menu > .menu-item:nth-of-type(2)),
  header .menu-item-has-children:nth-of-type(4):has(.sub-menu > .menu-item:nth-of-type(2)),
  header .menu-item-has-children:nth-of-type(5):has(.sub-menu > .menu-item:nth-of-type(2)) {
    padding-bottom: 0;
  }

  header .menu-item-has-children .sub-menu .menu-item:first-of-type a::after {
    right: min(10vw, 38px);
    width: min(7vw, 27px);
    height: min(7vw, 27px);
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }

  header #primary-menu > .menu-item:last-of-type {
    border-radius: min(13.3vw, 50px);
    width: 40%;
    margin-top: min(8vw, 30px);
  }

  header #primary-menu > .menu-item:nth-last-of-type(2) > a {
    font-size: min(4vw, 15px);
    width: 100%;
    margin: 0;
    height: min(14.5vw, 55px);
    background-position: right calc(50% - min(11vw, 41px)) center;
  }

  header #primary-menu > .menu-item:last-of-type a {
    font-size: min(4vw, 15px);
    width: 100%;
    height: min(14.5vw, 55px);
    background-position: left calc(50% - min(14.5vw, 55px)) center;
  }

  header #primary-menu > .menu-item:last-of-type::before {
    font-size: min(4vw, 15px);
    top: -19vw;
    left: 50%;
    transform: translateX(-50%);
  }

  header #primary-menu > .menu-item:nth-last-of-type(1) > a::before {
    left: calc(50% - min(16vw, 60px));
  }

  header #primary-menu > .menu-item:last-of-type::after {
    font-size: min(3.7vw, 14px);
    top: -9vw;
    left: 50%;
    transform: translateX(-50%);
  }

  header #primary-menu > .menu-item:nth-last-of-type(2) {
    border-right: none;
    padding-right: 0;
    width: 40%;
    margin-top: min(8vw, 30px);
  }
  header .menu-item-has-children .sub-menu .menu-item a span {
    font-size: min(3.4vw, 13px);
    font-weight: 500;
    margin-bottom: min(2vw, 7.5px);
  }
}

@media screen and (max-width: 767px) and (min-width: 601px) {
  body.admin-bar header .main-navigation {
    height: calc(100lvh - 17.3vw - 46px);
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header .main-navigation {
    height: calc(100lvh - 17.3vw - 46px);
  }

  body.admin-bar header.fixed .main-navigation {
    height: calc(100lvh - 17.3vw);
  }
}

@media screen and (min-width: 1024px) {
  header:not(.fixed) #site-navigation {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
}

/* Footer */
.site-footer {
  background: #005094;
  color: #fff;
  padding: 65px 0 50px;
  position: relative;
}

.site-footer .site-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
  gap: 30px;
}

.footer-navigation-1 {
  width: 76%;
  display: flex;
  min-width: 660px;
}

.footer-navigation-1 > ul {
  display: flex;
  width: 100%;
  gap: 20px 6%;
  justify-content: space-between;
}

.footer-navigation-1 > ul > li:nth-child(1) {
  margin-right: 0;
}

.footer-navigation-1 > ul > li:nth-child(2) {
  margin-right: 3%;
}

.footer-navigation-2 > ul {
  display: flex;
  flex-direction: column;
}

#menu-item-58 > ul {
  display: grid;
  grid-template-rows: repeat(6, auto);
  gap: 0.5rem;
  width: 100%;
}

#menu-item-58 > ul > li {
  width: fit-content;
  white-space: nowrap;
}

#menu-item-58 > ul > li:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  margin-right: 2.2em;
}
#menu-item-58 > ul > li:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
#menu-item-58 > ul > li:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
#menu-item-58 > ul > li:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
}
#menu-item-58 > ul > li:nth-child(5) {
  grid-row: 5;
  grid-column: 1;
}
#menu-item-58 > ul > li:nth-child(6) {
  grid-row: 6;
  grid-column: 1;
}
#menu-item-58 > ul > li:nth-child(7) {
  grid-row: 1;
  grid-column: 2;
}
#menu-item-58 > ul > li:nth-child(8) {
  grid-row: 2;
  grid-column: 2;
}
#menu-item-58 > ul > li:nth-child(9) {
  grid-row: 3;
  grid-column: 2;
}
#menu-item-58 > ul > li:nth-child(10) {
  grid-row: 4;
  grid-column: 2;
}
#menu-item-58 > ul > li:nth-child(11) {
  grid-row: 5;
  grid-column: 2;
}
#menu-item-58 > ul > li:nth-child(12) {
  grid-row: 6;
  grid-column: 2;
}

.footer-navigation-1 > ul > li > a,
.footer-navigation-2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  width: fit-content;
  padding-right: 1.5em;
  position: relative;
  margin-bottom: 22px;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}

.footer-navigation-2 a {
  margin-bottom: 30px;
}

.footer-navigation-1 > ul > li > a::after,
.footer-navigation-2 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-navigation-1 > ul > li > ul > li > a {
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}

.footer-navigation-1 > ul > li:nth-of-type(1) > ul > li > a,
.footer-navigation-1 > ul > li:nth-of-type(3) > ul > li > a {
  color: #c8dcff;
}

.footer-navigation-1 > ul > li:nth-of-type(2) > ul > li > a {
  font-weight: 700;
}

.footer-navigation-1 > ul > li:nth-child(3) > ul > li > a {
  margin-bottom: 8px;
}

.footer-branding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-branding img {
  max-height: 28px;
  width: auto;
}

.footer-address {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .site-footer a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 22vw 0 10vw;
  }

  .site-footer .site-container {
    justify-content: flex-start;
    padding-bottom: 5vw;
    margin-bottom: 11vw;
    gap: 4vw;
    padding-left: 3vw;
  }

  .footer-navigation-1 {
    width: 100%;
    display: flex;
    min-width: unset;
  }

  .footer-navigation-1 > ul {
    flex-wrap: wrap;
    gap: 6vw 4vw;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5vw;
  }

  .footer-navigation-1 > ul > li:nth-child(2) {
    margin-right: 0;
  }

  .footer-navigation-1 > ul > li:nth-child(1) {
    margin-right: 8vw;
  }

  #menu-item-58 > ul {
    display: grid;
    grid-template-rows: repeat(6, auto);
    gap: 0.5rem;
    width: 100%;
  }

  #menu-item-58 > ul > li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    margin-right: 2.2em;
  }
  #menu-item-58 > ul > li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  #menu-item-58 > ul > li:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  #menu-item-58 > ul > li:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  #menu-item-58 > ul > li:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
  #menu-item-58 > ul > li:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  #menu-item-58 > ul > li:nth-child(7) {
    grid-row: 1;
    grid-column: 2;
  }
  #menu-item-58 > ul > li:nth-child(8) {
    grid-row: 2;
    grid-column: 2;
  }
  #menu-item-58 > ul > li:nth-child(9) {
    grid-row: 3;
    grid-column: 2;
  }
  #menu-item-58 > ul > li:nth-child(10) {
    grid-row: 4;
    grid-column: 2;
  }
  #menu-item-58 > ul > li:nth-child(11) {
    grid-row: 5;
    grid-column: 2;
  }
  #menu-item-58 > ul > li:nth-child(12) {
    grid-row: 6;
    grid-column: 2;
  }

  .footer-navigation-1 > ul > li > a,
  .footer-navigation-2 a {
    font-size: 4vw;
    margin-bottom: 6vw;
    padding-right: 2em;
  }

  .footer-navigation-2 a {
    margin-bottom: 8.5vw;
  }

  .footer-navigation-1 > ul > li > ul > li > a {
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }

  .footer-navigation-1 > ul > li:nth-child(3) > ul > li > a {
    margin-bottom: 3.5vw;
  }

  .footer-branding {
    gap: 6vw;
    margin-bottom: 4vw;
  }

  .footer-branding > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .footer-branding img {
    max-height: 5vw;
    width: auto;
  }

  .footer-address {
    font-size: 3.9vw;
    text-align: center;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 3.5vw;
  }

  .copyright {
    font-size: 3.4vw;
  }
  .copyright-text {
    font-size: 3.1vw;
    white-space: nowrap;
  }

  .footer-navigation-1 > ul > li:nth-child(2) > ul > li > a {
    font-weight: 700;
  }
}

.page-top {
  position: absolute;
  top: -100px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.page-top.show {
  opacity: 1;
  visibility: visible;
}

.page-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  color: #005299;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1;
  gap: 10px;
}

.page-top img {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .page-top {
    top: -15vw;
    right: 5vw;
  }

  .page-top a {
    flex-direction: row-reverse;
    font-size: 3.5vw;
  }

  .page-top img {
    width: 8.8vw;
    height: 8.8vw;
  }
}
