@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background-color: #F3F7FF;
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  line-height: 2.25;
  letter-spacing: -0.02em;
}

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

main {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: calc(1480px + 3.75rem);
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

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

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
}

.color-theme {
  color: #0172D5;
}

.weight-bold {
  font-weight: 700;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* a 要素のリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default 
article > * + * {
  margin-top: 1em;
}
*/
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.lp1 h2 {
  border-top-color: transparent;
  border-top: none !important;
  font-family: "Noto Sans JP", sans-serif !important;
  background: transparent;
  padding: 0;
  border-bottom: none;
}
.lp1 h3 {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}
.lp1 h3::after {
  display: none;
}

.vk-mobile-nav-menu-btn {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 1.125rem;
    height: 60px;
  }
}

.header__logo {
  max-width: 197px;
}

.header__logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0172D5;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    font-size: 1.25rem;
  }
}

.header__logo .custom-logo-link {
  display: block;
  line-height: 1;
}

.header__logo .custom-logo {
  max-height: 50px;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo .custom-logo {
    max-height: 40px;
  }
}

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

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.header__menu > li {
  list-style: none;
  position: relative;
}

.header__menu a {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__menu a:hover {
  color: #0172D5;
}

.header__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.75rem 0;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__menu .sub-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header__menu .sub-menu li:last-child {
  border-bottom: none;
}

.header__menu .sub-menu a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu .sub-menu a:hover {
  background-color: rgba(1, 114, 213, 0.05);
  color: #0172D5;
  padding-left: 1.5rem;
}

.header__menu .external-link a {
  position: relative;
  padding-right: 1.375rem;
}

.header__menu .external-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../image/site-change-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.375rem;
}

.header__menu .contact-link a {
  display: inline-block;
  padding: 0.625rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu .contact-link a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
          box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
}

.header__toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2rem;
  height: 1.125rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 12px;
  }
}

.header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0172D5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  right: 0;
}

.header__toggle span:nth-child(1) {
  top: 0;
}

.header__toggle span:nth-child(2) {
  width: 75%;
  margin-left: auto;
  bottom: 0;
}

.header__toggle span:nth-child(3) {
  display: none;
}

.header__toggle.is-active span {
  background-color: #ffffff;
}

.header__toggle.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(25deg);
          transform: translateY(5px) rotate(25deg);
}

.header__toggle.is-active span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-25deg);
          transform: translateY(-5px) rotate(-25deg);
  width: 100%;
}

body.is-scrolled .header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

body.menu-open .header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
}
.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #0058B4 0%, #0070C5 50%, #089BE9 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 5rem 1.25rem 1.25rem;
  overflow-y: auto;
  list-style: none;
  margin: 0;
}
.mobile-menu.is-open .mobile-menu__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu__list > li {
  list-style: none;
}

.mobile-menu__list > li:not(:first-child) > a {
  padding-top: 1.5rem;
}

.mobile-menu__list > li > a {
  display: block;
  padding-bottom: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.mobile-menu__list > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-menu__list > li:not(.menu-item-has-children, .external-link) > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.42px;
  height: 8.25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 8.25'%3E%3Cpath fill='%23ffffff' d='M13.29,8.25l-1.31-1.28,1.92-1.92H0v-1.83h13.91l-1.9-1.92,1.31-1.28,4.1,4.12-4.13,4.13Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu__list > li:first-child > a::after {
  top: 1em;
}

.mobile-menu__list > li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.menu-item.menu-item-has-children > a {
  width: auto;
  border-bottom: none;
  padding-bottom: 0;
  white-space: nowrap;
}

.mobile-menu__list > li:not(:first-child).menu-item-has-children > a {
  padding-top: 0;
}

.mobile-menu__list .menu-item-description {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
  text-transform: none;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
}

.mobile-menu .sub-menu a {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: none;
  line-height: 1.5;
  color: #ffffff;
}

.mobile-menu .sub-menu li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mobile-menu .external-link > a {
  position: relative;
  padding-right: 1.875rem;
}

.mobile-menu .external-link > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../image/site-change-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  color: #ffffff;
  padding: 8.25rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 0 3.75rem;
  }
}

.footer__contact {
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  position: relative;
  display: block;
  z-index: 1;
}

.footer__contact-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.section-title-contents.section-title-contents--contact {
  margin-bottom: 4.25rem;
}

.section-title-contents--contact .section-title,
.section-title-contents--contact .section-subtitle {
  color: #ffffff;
  -webkit-text-fill-color: unset;
}

.footer__contact-image {
  width: 30.8783783784%;
  position: absolute;
  bottom: 0;
  right: 2.7702702703%;
  z-index: -1;
}

.footer__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.625rem;
  height: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 2.5rem;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer__contact:hover .footer__contact-btn {
  background-color: #ffffff;
}

.footer__contact-btn-icon {
  width: 17.42px;
  height: 8.25px;
}

.footer__contact-btn-icon path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.footer__contact:hover .footer__contact-btn-icon path {
  fill: #0172D5;
}

.footer__content {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}

.footer__logo {
  max-width: 20.0625rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

.footer__logo a {
  display: block;
}

.footer__address {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.footer__copy {
  margin-top: auto;
}

.footer__copy p {
  font-size: 0.875rem;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__copy p {
    font-size: 0.75rem;
  }
}

.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__menu li {
  list-style: none;
  line-height: 1;
}

.footer__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}

.footer__menu a {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__menu > li > a {
  font-size: 1.375rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__menu > li > a {
    font-size: 1.125rem;
  }
}

.footer__menu a:hover {
  opacity: 0.8;
}

.footer__menu .external-link > a {
  position: relative;
  padding-right: 1.375rem;
}

.footer__menu .external-link > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../image/site-change-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-left: 0.375rem;
}

.footer__menu .menu-item-description {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.3;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__menu .menu-item-description {
    font-size: 0.8125rem;
  }
}

.footer__menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.footer__menu .sub-menu a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__menu .sub-menu a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title-contents.section-title-contents--contact {
    margin-bottom: 2rem;
  }
  .footer__content {
    padding-top: 1.5rem;
    padding-bottom: 3.0625rem;
  }
  .footer__contact {
    padding-bottom: 1.5rem;
  }
  .footer__contact-description {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .footer__contact-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.6875rem;
    height: 3.125rem;
  }
  .footer__contact-image {
    width: 68.9855072464%;
  }
  .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
  .footer__logo {
    margin-bottom: 1.25rem;
  }
  .footer__address {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-bottom: 1.5rem;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__menu > li > a {
    gap: 0.5rem;
  }
  .footer__menu > li {
    gap: 1rem;
  }
  .footer__menu .sub-menu {
    gap: 1.5rem;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0;
}

.fv__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.fv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.fv__container {
  position: relative;
  width: 100%;
  max-width: 1480px;
  z-index: 2;
}

.fv__content {
  position: absolute;
  width: 54.7395833333%;
  left: 4.5833333333%;
  bottom: 8.6111111111%;
}

.fv__title {
  font-size: 1.4583333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 23.7942122186%;
  right: 7.6117982873%;
  color: #ffffff;
}

.fv__subtitle {
  width: 100%;
  opacity: 0.8;
}

.fv__container::after {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv__container::after {
    padding-top: 166.6666666667%;
  }
}

@media screen and (max-width: 767px) {
  .fv__content {
    width: calc(100% - 40px);
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .fv__subtitle {
    width: 61.8320610687vw;
  }
  .fv__title {
    position: static;
    font-size: 1rem;
  }
}
.philosophy {
  position: relative;
  z-index: 1;
}

.philosophy::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), to(#F3F7FF));
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #F3F7FF 100%);
  z-index: -1;
}

.philosophy__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.philosophy__images {
  max-width: 723px;
  width: 100%;
}

.philosophy__text {
  max-width: 486px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 1rem;
  }
}

.philosophy__catchphrase {
  font-size: 3.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.0625rem;
  line-height: 1;
  margin-bottom: 4.1875rem;
}

.philosophy__description {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: px) {
  .philosophy__description {
    margin-bottom: 2rem;
  }
}

.philosophy__button {
  text-align: left;
}

.philosophy__bgimage {
  position: absolute;
  z-index: -2;
}

.philosophy__bgimage--top-right {
  right: 0;
  width: 35.7291666667%;
  top: 0;
  -webkit-transform: translateY(-59.1584158416%);
          transform: translateY(-59.1584158416%);
  z-index: 1;
}

.philosophy__bgimage--bottom-left {
  left: 0;
  width: 54.0625%;
  bottom: 0;
}

.philosophy__bgimage--bottom-right {
  right: 0;
  width: 22.9166666667%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .philosophy::after {
    height: 50%;
    bottom: auto;
    top: 0;
  }
  .philosophy__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .philosophy__catchphrase {
    font-size: 1.75rem;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .philosophy__bgimage--bottom-left {
    top: 33%;
    bottom: auto;
  }
  .philosophy__bgimage--bottom-right {
    width: 37.9134860051%;
  }
}
.services {
  padding: 5rem 0;
  margin-top: 12.5rem;
}

.services__top-text .section-title {
  font-size: 8.75rem;
}

.services__top-contents {
  position: relative;
  margin-bottom: 18.75rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 1.875rem;
  z-index: 1;
}

.services__top-shape-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.services__top-contents-container {
  max-width: 1492px;
  margin-right: auto;
  margin-left: auto;
}

.services__top-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .services__top-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.services__catchphrase {
  font-size: 3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.0625rem;
  line-height: 1;
  margin-bottom: 4.1875rem;
}

.services__description {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: px) {
  .services__description {
    margin-bottom: 2rem;
  }
}

.services__button {
  text-align: left;
}

.services__contents {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.services__item-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__top-image {
  width: 54.609375%;
  position: relative;
}

.services__item-job-text--color {
  background: -webkit-gradient(linear, left top, right top, from(rgba(16, 86, 171, 0.1)), to(#007EE5));
  background: linear-gradient(90deg, rgba(16, 86, 171, 0.1) 0%, #007EE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services__item-job-text--white {
  color: #ffffff;
}

.services__item-text {
  width: 46.875%;
  padding-right: 2.5rem;
}

.services__item-number {
  font-family: "Bebas Neue", sans-serif;
  color: #0172D5;
  font-size: 2.5rem;
  margin-bottom: 3.75rem;
  line-height: 1;
}

.services__item-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3.75rem;
}

.services__item-description {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 3.5rem;
}

.services__item-btn {
  text-align: left;
}

.services__item-image {
  width: 42.265625%;
  position: relative;
}

.services__item-job-text {
  position: absolute;
  bottom: 1.25rem;
  right: 0.625rem;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.services__item-job-text--sp {
  display: none;
}

.services__item:not(:last-child) {
  margin-bottom: 20.875rem;
}

@media screen and (max-width: 767px) {
  .services {
    margin-top: 2.5rem;
  }
  .services__top-text .section-title {
    font-size: 3.25rem;
  }
  .services__catchphrase {
    font-size: 1.75rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .services__top-contents {
    overflow: clip;
  }
  .services__top-shape-image {
    width: 23%;
    -webkit-transform: translateX(27%);
            transform: translateX(27%);
    top: 80%;
  }
  .services__top-contents {
    margin-bottom: 3.75rem;
  }
  .services__item-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .services__top-image,
  .services__item-image,
  .services__item-text,
  .services__item-job-text {
    width: 100%;
  }
  .services__item-job-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.5rem;
    left: 0;
    white-space: normal;
    text-shadow: 0 0 1.25rem rgba(10, 105, 192, 0.3);
  }
  .services__item-job-text--sp {
    display: block;
  }
  .services__item-job-text--pc {
    display: none;
  }
  .services__item-job-text--color {
    background: none;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #ffffff;
  }
  .services__item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .services__item-number {
    margin-bottom: 1rem;
  }
  .services__item-title {
    margin-bottom: 1.125rem;
    line-height: 1.3;
    font-size: 1.5rem;
  }
  .services__item-text {
    padding-right: 0rem;
  }
  .services__item-description {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
}
.recruit {
  position: relative;
  z-index: 1;
  padding-top: 1.75rem;
  padding-bottom: 4.9375rem;
  margin-top: 16.875rem;
}

.recruit__shape-image {
  position: absolute;
  z-index: -1;
}

.recruit__shape-image--top-left {
  top: 0;
  left: 0;
  max-width: 182px;
  width: 100%;
}

.recruit__shape-image--bottom-right {
  bottom: 0;
  right: 0;
  max-width: 440px;
  width: 100%;
  -webkit-transform: translateY(5.9375%);
          transform: translateY(5.9375%);
}

.recruit a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.section-title-contents.section-title-contents--recruit {
  margin-bottom: 4.25rem;
}

.recruit__container {
  width: 100%;
  max-width: calc(1820px + 3.75rem);
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruit__container {
    padding: 0 1.125rem;
  }
}

.recruit__contents {
  background-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(30px);
  position: relative;
  border: 1px solid #ffffff;
  padding: 3.75rem 2.9375rem;
}

.recruit__images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.2417582418%;
  width: 43.2967032967%;
}

.recruit__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.4285714286%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.recruit__tag {
  height: 100%;
  border-left: 1px solid #DFE7EF;
  padding-left: 2.9375rem;
  min-height: 43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit__tag-icon {
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}

.recruit__catchphrase {
  font-size: 3.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.0625rem;
  line-height: 1;
  margin-bottom: 4.1875rem;
}

.recruit__description {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: px) {
  .recruit__description {
    margin-bottom: 2rem;
  }
}

.recruit__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 0.625rem;
    padding-top: 0;
  }
  .recruit__contents {
    padding: 1.25rem 1.25rem;
  }
  .recruit a.recruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
  .section-title-contents.section-title-contents--recruit {
    margin-bottom: 2.5rem;
  }
  .recruit__images {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .recruit__columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .recruit__catchphrase {
    font-size: 1.5rem;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .recruit__description {
    margin-bottom: 0;
  }
  .recruit__tag {
    height: auto;
    width: 100%;
    min-height: auto;
    border-left: none;
    display: block;
    padding-left: 0;
  }
  .recruit__tag-icon {
    display: none;
  }
  .recruit__btn {
    display: block;
  }
  .recruit__shape-image--top-left {
    top: 1.25rem;
  }
  .recruit__shape-image--bottom-right {
    max-width: 100%;
    width: 39.4402035623%;
    bottom: 0.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.contact {
  background-color: #0172D5;
  color: #ffffff;
}

.contact .section-title {
  color: #ffffff;
}

.contact .section-subtitle {
  color: #ffffff;
  opacity: 0.9;
}

.contact__container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .contact__container {
    padding: 0 1.125rem;
  }
}

.contact__content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact__text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  opacity: 0.95;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.contact__button .button {
  background-color: #ffffff;
  color: #0172D5;
  border-color: #ffffff;
}

.contact__button .button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-default {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-default {
    padding-bottom: 3.75rem;
  }
}

.page-content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-top: 3.75rem;
  }
}

.page-content__container {
  max-width: 900px;
}

.page-content__thumbnail {
  margin-bottom: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .page-content__thumbnail {
    margin-bottom: 1.875rem;
  }
}
.page-content__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.page-content__body {
  font-size: 1rem;
  line-height: 1.9;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .page-content__body {
    font-size: 0.9375rem;
  }
}
.page-content__body h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 3.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #0172D5;
}
@media screen and (max-width: 767px) {
  .page-content__body h2 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.page-content__body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 4px solid #0172D5;
}
@media screen and (max-width: 767px) {
  .page-content__body h3 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.page-content__body h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-content__body h4 {
    font-size: 1.125rem;
  }
}
.page-content__body h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-content__body h5 {
    font-size: 1rem;
  }
}
.page-content__body h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-content__body h6 {
    font-size: 0.9375rem;
  }
}
.page-content__body p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-content__body p {
    margin-bottom: 1.25rem;
  }
}
.page-content__body ul, .page-content__body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-content__body ul, .page-content__body ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}
.page-content__body ul li, .page-content__body ol li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}
.page-content__body ul {
  list-style-type: disc;
}
.page-content__body ol {
  list-style-type: decimal;
}
.page-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .page-content__body img {
    margin: 1.25rem 0;
  }
}
.page-content__body a {
  color: #0172D5;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-content__body a:hover {
  opacity: 0.7;
}
.page-content__body blockquote {
  margin: 1.875rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f5f5f5;
  border-left: 4px solid #0172D5;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .page-content__body blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
  }
}
.page-content__body blockquote p {
  margin-bottom: 0;
}
.page-content__body table {
  width: 100%;
  margin: 1.875rem 0;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-content__body table {
    margin: 1.25rem 0;
    font-size: 0.875rem;
    display: block;
    overflow-x: auto;
  }
}
.page-content__body table th, .page-content__body table td {
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-content__body table th, .page-content__body table td {
    padding: 0.625rem 0.75rem;
  }
}
.page-content__body table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.page-content__body table tr:nth-child(even) {
  background-color: #fafafa;
}
.page-content__body code {
  padding: 0.125rem 0.375rem;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.page-content__body pre {
  margin: 1.875rem 0;
  padding: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .page-content__body pre {
    margin: 1.25rem 0;
    padding: 1rem;
  }
}
.page-content__body pre code {
  padding: 0;
  background-color: transparent;
}
.page-content__body hr {
  margin: 2.5rem 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .page-content__body hr {
    margin: 1.875rem 0;
  }
}

.page-links {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-links {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
  }
}

.page-links-title {
  font-weight: 700;
  font-size: 0.875rem;
}

.page-links span {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links span a {
  color: #333333;
  text-decoration: none;
}
.page-links span a:hover {
  color: #0172D5;
}
.page-links span.current {
  background-color: #0172D5;
  border-color: #0172D5;
  color: #ffffff;
}

.page-content__children {
  margin-top: 5rem;
  padding-top: 3.75rem;
  border-top: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .page-content__children {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
  }
}

.page-content__children-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-content__children-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.page-content__children-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-content__children-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.page-content__child-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content__child-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-content__child-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-content__child-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-content__child-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0;
}
.page-content__child-item:hover .page-content__child-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-content__child-content {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-content__child-content {
    padding: 1.25rem;
  }
}

.page-content__child-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-content__child-title {
    font-size: 1rem;
  }
}

.page-content__child-excerpt {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-content__child-excerpt {
    font-size: 0.8125rem;
  }
}

.mission {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 13.75rem;
  padding-bottom: 12.125rem;
}

.mission__text {
  font-size: 1.5rem;
  line-height: 2.0833333333;
}
@media screen and (max-width: 767px) {
  .mission__text {
    font-size: 1.125rem;
  }
}

.mission__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41.2626262626%;
  z-index: -1;
}

.vision {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 235, 250, 0)), to(rgb(223, 235, 250)));
  background: linear-gradient(0deg, rgba(223, 235, 250, 0) 0%, rgb(223, 235, 250) 100%);
  position: relative;
  z-index: 1;
  padding-top: 11.5625rem;
  padding-bottom: 6.0625rem;
}

.section-title-contents.section-title-contents--vision {
  margin-bottom: 3.625rem;
}

.vision__text {
  font-size: 1.5rem;
  line-height: 2.0833333333;
}
@media screen and (max-width: 767px) {
  .vision__text {
    font-size: 1.125rem;
  }
}

.vision__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.vision__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40.3535353535%;
  z-index: -1;
}

.value {
  padding-top: 13.875rem;
  padding-bottom: 12.5rem;
}

.section-title-contents.section-title-contents--value {
  margin-bottom: 4.5rem;
}

.value__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.value__item {
  background-color: rgba(1, 114, 213, 0.04);
  border-radius: 0.625rem;
  padding: 1.5625rem 2.75rem;
}

.value__item-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.value__item-number {
  display: inline-block;
  line-height: 1;
  background-color: #0172D5;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  padding: 0.375rem 1rem;
  border-radius: 2px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.6875rem;
}

.value__item-image {
  width: 7.5rem;
  margin-left: 2.1875rem;
}

.value__item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2.8125rem;
}

.value__item-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.value__item-description {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .vision {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .value {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .vision__image {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
  }
  .value__item {
    padding: 1.25rem 1.25rem;
  }
  .value__item-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .value__item-number,
  .value__item-image,
  .value__item-text {
    margin: 0;
  }
  .value__item-number {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.message {
  padding-top: 13.75rem;
  padding-bottom: 12.5rem;
}

.section-title-contents.section-title-contents--message {
  margin-bottom: 4.5rem;
}

.message__ceo-image {
  width: 100%;
  margin-bottom: 5rem;
}

.message__ceo-image img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}

.message__catchphrase {
  margin-bottom: 6.25rem;
}

.message__left {
  max-width: 462px;
}

.message__right {
  max-width: 668px;
}

.message__figure {
  max-width: 462px;
  width: 100%;
  position: relative;
}

.message__figure::before {
  content: "";
  display: block;
  padding-top: 107.7922077922%;
}

.message__circle-contents {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(30, 30, 30, 0.4);
  font-weight: 900;
  width: 48.2683982684%;
}

.message__circle-contents::before {
  content: "";
  display: block;
  width: 100px;
  padding-top: 100%;
}

.message__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  padding: 0.25rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message__circle-text--main {
  text-transform: uppercase;
}

.message__circle-text--sub {
  font-size: 0.4375em;
  margin-top: 0.8571428571em;
}

.message__circle-contents.message__circle-contents--large {
  width: 71.4285714286%;
  background-color: rgba(1, 114, 213, 0.04);
  color: #313131;
  font-size: 2.75rem;
  z-index: 1;
}

.message__circle-text--main--small {
  font-size: 0.5em;
}

.message__circle-contents.message__circle-contents--bottom {
  bottom: 0;
  right: 0;
}

.message__circle-contents.message__circle-contents--top {
  top: 0;
  right: 14.7186147186%;
}

.message__circle-contents.message__circle-contents--left {
  top: 19.6787148594%;
  left: 0;
}

.message__description {
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .message__description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}

.message__ceo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.1875rem;
}

.message__ceo-name--position {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .message__ceo-name--position {
    font-size: 0.875rem;
  }
}

.message__ceo-name--main {
  width: 10.75rem;
}

.message__ceo-name--main img {
  display: block;
  width: 100%;
}

.company {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 235, 250, 0)), to(rgb(223, 235, 250)));
  background: linear-gradient(0deg, rgba(223, 235, 250, 0) 0%, rgb(223, 235, 250) 100%);
  padding-top: 11.5rem;
  padding-bottom: 12.5rem;
}

.section-title-contents.section-title-contents--company {
  margin-bottom: 4.5rem;
}

.company__table {
  width: 100%;
  border-collapse: collapse;
}

.company__table-item {
  border-top: 1px solid #ffffff;
}

.company__table-item:last-child {
  border-bottom: 1px solid #ffffff;
}

.company__table-head,
.company__table-content {
  padding: 2.8125rem 0;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

.company__table-head {
  max-width: 25rem;
  width: 27.027027027%;
  text-align: left;
  font-weight: 700;
  vertical-align: baseline;
}

.company__map {
  margin-top: 2.875rem;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .company__map {
    height: 300px;
  }
}

.company__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .message {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
  .message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .message__left {
    width: 100%;
    max-width: 100%;
  }
  .message__figure {
    margin-right: auto;
    margin-left: auto;
  }
  .message__circle-text {
    font-size: 1.5rem;
  }
  .company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .company__table-head, .company__table-content {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 1.25rem 0;
  }
  .company__map {
    margin-top: 1rem;
  }
}
.services-intro {
  padding-top: 13.75rem;
  padding-bottom: 8.75rem;
}

.services-intro__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.5rem;
}

.services-intro__text {
  max-width: 44.0625rem;
}

.services-intro__image {
  max-width: 34.5rem;
}

.services-intro__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .services-intro__text {
    font-size: 1rem;
  }
}

.services-intro__tabs-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8125rem;
}

.services-intro__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.services-intro__tab-head {
  position: relative;
}

.services-intro__tab-image {
  position: relative;
}

.services-intro__tab-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  inset: 0;
  background: #1056AB;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.active .services-intro__tab-image::before {
  background: transparent;
}

.services-intro__tab-title {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.services-intro__tab-body {
  background-color: #ffffff;
  color: #0172D5;
  border: 1px solid #0172D5;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.active .services-intro__tab-body {
  background-color: #0172D5;
  color: #ffffff;
}

.services-intro__tab-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.services-intro__tab-arrow-icon {
  width: 1.0625rem;
  height: 0.5rem;
  fill: #0172D5;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.active .services-intro__tab-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.active .services-intro__tab-arrow-icon {
  fill: #ffffff;
}

.services-detail {
  background-color: #0172D5;
  padding-top: 11.5rem;
  padding-bottom: 8.75rem;
  color: #ffffff;
}

.services-detail__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .services-detail__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
}

.services-detail__image {
  max-width: 660px;
  width: 100%;
}

.services-detail__text {
  max-width: 660px;
  width: 100%;
}

.section-title-contents.section-title-contents--services-detail {
  margin-bottom: 3.3125rem;
}

.section-title-contents--services-detail .section-title {
  color: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  background: none;
  font-size: 5rem;
}

.section-title-contents--services-detail .section-subtitle {
  color: #ffffff;
}

.services-detail__description {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
}

.services-detail__content {
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .services-detail__content {
    min-height: 250px;
  }
}

.services-detail__feature {
  border: 1px solid #ffffff;
  padding: 3.5625rem 1.25rem 4.375rem;
  color: #ffffff;
}

.services-detail__feature-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
}

.services-detail__feature-subtitle {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 3.5rem;
}

.services-detail__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1341px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.services-detail__feature-item {
  display: block;
  max-width: 422px;
  width: 100%;
  background-color: rgba(0, 126, 229, 0.4);
  border-radius: 0.5625rem;
  padding: 2rem 1.875rem;
}

.services-detail__feature-item-number {
  display: inline-block;
  line-height: 1;
  background-color: #0172D5;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  padding: 0.375rem 1rem;
  border-radius: 2px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1.625rem;
}

.services-detail__feature-item-head {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 1.1875rem;
}

.services-detail__feature-item-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.services-detail__panel {
  display: none;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.services-detail__panel.active {
  display: block;
}

.services-engagements {
  padding-top: 10rem;
  padding-bottom: 12.5rem;
}

.sevices-engagements__contents {
  display: none;
}

.sevices-engagements__contents.active {
  display: block;
}

.section-title-contents.section-title-contents--services-engagements {
  text-align: center;
  margin-bottom: 4.5rem;
}

.services-engagements__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.services-engagements__item {
  border-radius: 8px;
  background-color: rgba(1, 114, 213, 0.04);
  padding: 3.5rem 3rem;
}

.services-engagements__item-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .services-engagements__item-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-engagements__item-title {
  width: 46.7567567568%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .services-engagements__item-title {
    width: 100%;
  }
}

.services-engagements__item-title::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1px;
  background: #0172D5;
}

.services-engagements__item-contents {
  border-left: 1px solid #0172D5;
}

.services-engagements__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-left: 2rem;
}

.services-engagements__item-tag {
  display: inline-block;
  line-height: 1;
  background-color: #0172D5;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.375rem 0.625rem;
}

.services-engagements__item-description {
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.services-engagements__item-content:not(:last-child) {
  margin-bottom: 0.75rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .services-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .services-intro__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-intro__image {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .services-intro__tabs-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-intro__tabs {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
  }
  .services-detail {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-title-contents--services-detail .section-title {
    font-size: 2.5rem;
  }
  .services-detail__feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-detail__feature-item {
    padding: 1.5rem 1.25rem;
    width: 100%;
  }
  .services-detail__feature-item-number {
    margin-bottom: 1rem;
  }
  .services-detail__feature-item-head {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .services-engagements {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-title-contents--services-engagements .section-subtitle {
    line-height: 1.3;
  }
  .services-engagements__item {
    padding: 1.25rem 1.25rem;
  }
  .services-engagements__item-title {
    font-size: 1rem;
    line-height: 1.3;
  }
  .services-engagements__item-contents {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #0172D5;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
  .services-engagements__item-content {
    padding-left: 0;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .services-engagements__item-content:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .services-engagements__item-description {
    line-height: 1.3;
  }
}
.contact-form {
  padding-top: 13.75rem;
  padding-bottom: 12.5rem;
}

.contact-form__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 3.125rem;
}

.contact-form__description {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 6.25rem;
}

.contact-form__content {
  max-width: 800px;
  margin: 0 auto;
}

.wpcf7 {
  padding: 0;
  background: transparent;
  margin: 0 !important;
  border: none;
  font-size: 16px;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

.form-item:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 1px solid #D8E1EA;
}

.form-item:not(:last-child) {
  padding-bottom: 1.5rem;
}

.form-item__label {
  -ms-flex-preferred-size: 16.75rem;
      flex-basis: 16.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.375rem;
}

.form-item__label--category {
  display: inline-block;
  margin-left: 0.6875rem;
  font-size: 0.8125rem;
  padding: 0.125rem 0.625rem 0.1875rem;
  border-radius: 0.125rem;
  line-height: 1;
}

.form-item__label--category-must {
  background-color: #0172D5;
  color: #ffffff;
}

.form-item__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.4375rem 1.5rem;
  border: 1px solid #D8E1EA;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  color: #313131;
  width: 100%;
}

.form-item__input.form-item__input--textarea {
  min-height: 14rem;
}

.form-item__input.form-item__input--privacy-policy {
  min-height: 12rem;
}

.form-item__input.form-item__input--checkbox {
  border: none;
  padding: 0;
  background: transparent;
}

.wpcf7-list-item {
  margin-left: 0;
}

.form-item__label + .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-item__input--privacy-policy {
  padding: 1.5rem 1.25rem;
  height: 12rem;
  overflow-y: scroll;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  color: #313131;
  background-color: #ffffff;
  border: 1px solid #C6D9EE;
  border-radius: 0.25rem;
  width: calc(100% - 16.75rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.form-item.form-item--check {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.5rem;
  border: none;
}

.form-item__input--checkbox .wpcf7-list-item-label {
  padding-left: 2.375rem;
  font-size: 1.125rem;
  position: relative;
  font-weight: 500;
}

.form-item__input--checkbox .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: #D8E1EA;
  left: 0;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input--checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 0.6875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.form-item__input--checkbox input:checked + .wpcf7-list-item-label::after {
  border-color: #0172D5;
}

.form-item.form-item--submit {
  padding: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.form-item__submit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  border-radius: 2.375rem;
  position: relative;
  border: 1px solid #0172D5;
  max-width: 21.625rem;
  width: 100%;
}

.form-item__input--submit {
  color: #0172D5;
  background-color: transparent;
  border: none;
  line-height: 1;
  font-size: 1.125rem;
  padding: 1.8125rem 1.9375rem;
  border-radius: 2.375rem;
  text-align: left;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-item__submit-content::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36.83px;
  width: 17.42px;
  height: 8.25px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 8.25'%3E%3Cpath fill='%230172D5' d='M13.29,8.25l-1.31-1.28,1.92-1.92H0v-1.83h13.91l-1.9-1.92,1.31-1.28,4.1,4.12-4.13,4.13Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-item__submit-content .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
  margin: 0;
}

.form-item__submit-content:hover .form-item__input--submit {
  background-color: #0172D5;
  color: #ffffff;
}

.form-item__submit-content:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 8.25'%3E%3Cpath fill='%23ffffff' d='M13.29,8.25l-1.31-1.28,1.92-1.92H0v-1.83h13.91l-1.9-1.92,1.31-1.28,4.1,4.12-4.13,4.13Z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contact-form__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
  .contact-form__description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .form-item__label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: left;
    width: 100%;
  }
  .form-item__input--privacy-policy {
    width: 100%;
  }
}
.page-archive {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-archive {
    padding-bottom: 3.75rem;
  }
}

.archive-content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .archive-content {
    padding-top: 3.75rem;
  }
}

.archive-content__description {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .archive-content__description {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
  }
}

.archive-content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .archive-content__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.archive-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.archive-item__link {
  display: block;
  text-decoration: none;
}

.archive-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.archive-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.archive-item:hover .archive-item__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.archive-item__image--noimage {
  background-color: #f5f5f5;
}
.archive-item__image--noimage img {
  opacity: 0.5;
}

.archive-item__content {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .archive-item__content {
    padding: 1.25rem;
  }
}

.archive-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-item__date {
  font-size: 0.875rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .archive-item__date {
    font-size: 0.75rem;
  }
}

.archive-item__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #0172D5;
  border-radius: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .archive-item__category {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.archive-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive-item__title {
    font-size: 1rem;
  }
}

.archive-item__excerpt {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive-item__excerpt {
    font-size: 0.8125rem;
  }
}

.archive-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #0172D5;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .archive-item__more {
    font-size: 0.8125rem;
  }
}

.archive-item__arrow {
  width: 16px;
  height: auto;
  fill: #0172D5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.archive-item:hover .archive-item__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.archive-content__no-posts {
  text-align: center;
  padding: 5rem 1.25rem;
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .archive-content__no-posts {
    padding: 3.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

.archive-pagination {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .archive-pagination {
    margin-top: 2.5rem;
  }
}
.archive-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 0.8125rem;
  }
}
.archive-pagination .page-numbers:hover {
  background-color: rgba(1, 114, 213, 0.1);
  border-color: #0172D5;
  color: #0172D5;
}
.archive-pagination .page-numbers.current {
  background-color: #0172D5;
  border-color: #0172D5;
  color: #ffffff;
  font-weight: 700;
}

.page-single {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-single {
    padding-bottom: 3.75rem;
  }
}

.single-fv {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
  background: linear-gradient(135deg, rgba(1, 114, 213, 0.05) 0%, rgba(2, 92, 180, 0.05) 100%);
}
@media screen and (max-width: 767px) {
  .single-fv {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.single-fv__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .single-fv__container {
    padding: 0 1.125rem;
  }
}

.single-fv__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .single-fv__meta {
    margin-bottom: 1rem;
  }
}

.single-fv__date {
  font-size: 0.875rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-fv__date {
    font-size: 0.8125rem;
  }
}

.single-fv__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #0172D5;
  border-radius: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-fv__category {
    font-size: 0.6875rem;
  }
}

.single-fv__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .single-fv__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.single-fv__image {
  margin-top: 1.875rem;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .single-fv__image {
    margin-top: 1.25rem;
  }
}
.single-fv__image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .single-content {
    padding-top: 2.5rem;
  }
}

.single-content__container {
  max-width: 900px;
}

.single-content__body {
  font-size: 1rem;
  line-height: 1.9;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .single-content__body {
    font-size: 0.9375rem;
  }
}
.single-content__body h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 3.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #0172D5;
}
@media screen and (max-width: 767px) {
  .single-content__body h2 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.single-content__body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 4px solid #0172D5;
}
@media screen and (max-width: 767px) {
  .single-content__body h3 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.single-content__body h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .single-content__body h4 {
    font-size: 1.125rem;
  }
}
.single-content__body p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-content__body p {
    margin-bottom: 1.25rem;
  }
}
.single-content__body ul, .single-content__body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-content__body ul, .single-content__body ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}
.single-content__body ul li, .single-content__body ol li {
  margin-bottom: 0.75rem;
}
.single-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .single-content__body img {
    margin: 1.25rem 0;
  }
}
.single-content__body a {
  color: #0172D5;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-content__body a:hover {
  opacity: 0.7;
}
.single-content__body blockquote {
  margin: 1.875rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f5f5f5;
  border-left: 4px solid #0172D5;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .single-content__body blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
  }
}

.page-links {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-links {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
  }
}

.page-links-title {
  font-weight: 700;
  font-size: 0.875rem;
}

.page-links span {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links span a {
  color: #333333;
  text-decoration: none;
}
.page-links span a:hover {
  color: #0172D5;
}
.page-links span.current {
  background-color: #0172D5;
  border-color: #0172D5;
  color: #ffffff;
}

.single-content__tags {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .single-content__tags {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
  }
}

.single-content__tags-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.single-content__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-content__tag a {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  color: #0172D5;
  background-color: rgba(1, 114, 213, 0.1);
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-content__tag a:hover {
  background-color: #0172D5;
  color: #ffffff;
}

.single-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .single-navigation {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    gap: 1rem;
  }
}

.single-navigation__prev a,
.single-navigation__next a {
  display: block;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-navigation__prev a:hover,
.single-navigation__next a:hover {
  border-color: #0172D5;
  background-color: rgba(1, 114, 213, 0.05);
}
@media screen and (max-width: 767px) {
  .single-navigation__prev a,
  .single-navigation__next a {
    padding: 1rem;
  }
}

.single-navigation__label {
  display: block;
  font-size: 0.75rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-navigation__label {
    font-size: 0.6875rem;
  }
}

.single-navigation__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-navigation__title {
    font-size: 0.875rem;
  }
}

.single-related {
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .single-related {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
  }
}

.single-related__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-related__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.single-related__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .single-related__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.single-related__item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-related__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.single-related__link {
  display: block;
  text-decoration: none;
}

.single-related__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.single-related__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-related__item:hover .single-related__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-related__image--noimage {
  background-color: #f5f5f5;
}
.single-related__image--noimage img {
  opacity: 0.5;
}

.single-related__content {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single-related__content {
    padding: 1rem;
  }
}

.single-related__date {
  display: block;
  font-size: 0.75rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-related__date {
    font-size: 0.6875rem;
  }
}

.single-related__item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-related__item-title {
    font-size: 0.9375rem;
  }
}

.page-taxonomy {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-taxonomy {
    padding-bottom: 3.75rem;
  }
}

.taxonomy-content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .taxonomy-content {
    padding-top: 3.75rem;
  }
}

.taxonomy-content__description {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .taxonomy-content__description {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
  }
}

.taxonomy-content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .taxonomy-content__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.taxonomy-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.taxonomy-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.taxonomy-item__link {
  display: block;
  text-decoration: none;
}

.taxonomy-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.taxonomy-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.taxonomy-item:hover .taxonomy-item__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.taxonomy-item__image--noimage {
  background-color: #f5f5f5;
}
.taxonomy-item__image--noimage img {
  opacity: 0.5;
}

.taxonomy-item__content {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__content {
    padding: 1.25rem;
  }
}

.taxonomy-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.taxonomy-item__date {
  font-size: 0.875rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__date {
    font-size: 0.75rem;
  }
}

.taxonomy-item__type {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #0172D5;
  border-radius: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__type {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.taxonomy-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__title {
    font-size: 1rem;
  }
}

.taxonomy-item__excerpt {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__excerpt {
    font-size: 0.8125rem;
  }
}

.taxonomy-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #0172D5;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .taxonomy-item__more {
    font-size: 0.8125rem;
  }
}

.taxonomy-item__arrow {
  width: 16px;
  height: auto;
  fill: #0172D5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.taxonomy-item:hover .taxonomy-item__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.taxonomy-content__no-posts {
  text-align: center;
  padding: 5rem 1.25rem;
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .taxonomy-content__no-posts {
    padding: 3.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

.taxonomy-pagination {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .taxonomy-pagination {
    margin-top: 2.5rem;
  }
}
.taxonomy-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.taxonomy-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .taxonomy-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 0.8125rem;
  }
}
.taxonomy-pagination .page-numbers:hover {
  background-color: rgba(1, 114, 213, 0.1);
  border-color: #0172D5;
  color: #0172D5;
}
.taxonomy-pagination .page-numbers.current {
  background-color: #0172D5;
  border-color: #0172D5;
  color: #ffffff;
  font-weight: 700;
}

.page-search {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-search {
    padding-bottom: 3.75rem;
  }
}

.search-content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .search-content {
    padding-top: 3.75rem;
  }
}

.search-content__form {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .search-content__form {
    margin-bottom: 1.875rem;
  }
}

.search-form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search-form__input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .search-form__input {
    padding: 0.75rem 1.125rem;
    font-size: 0.9375rem;
  }
}
.search-form__input:focus {
  border-color: #0172D5;
  -webkit-box-shadow: 0 0 0 3px rgba(1, 114, 213, 0.1);
          box-shadow: 0 0 0 3px rgba(1, 114, 213, 0.1);
}
.search-form__input::-webkit-input-placeholder {
  color: #999;
}
.search-form__input::-moz-placeholder {
  color: #999;
}
.search-form__input:-ms-input-placeholder {
  color: #999;
}
.search-form__input::-ms-input-placeholder {
  color: #999;
}
.search-form__input::placeholder {
  color: #999;
}

.search-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .search-form__submit {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-form__submit:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
          box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
}

.search-form__icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .search-form__icon {
    width: 18px;
    height: 18px;
  }
}

.search-content__results {
  margin-bottom: 1.875rem;
  padding: 1rem 1.5rem;
  background-color: rgba(1, 114, 213, 0.05);
  border-left: 4px solid #0172D5;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .search-content__results {
    padding: 0.875rem 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.search-content__count {
  font-size: 1rem;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .search-content__count {
    font-size: 0.875rem;
  }
}
.search-content__count strong {
  color: #0172D5;
  font-weight: 700;
}

.search-content__keyword {
  font-weight: 700;
  color: #0172D5;
}

.search-content__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .search-content__list {
    gap: 1.5rem;
  }
}

.search-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.search-item__link {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .search-item__link {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.search-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search-item__image {
    aspect-ratio: 16/9;
  }
}
.search-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search-item:hover .search-item__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.search-item__image--noimage {
  background-color: #f5f5f5;
}
.search-item__image--noimage img {
  opacity: 0.5;
}

.search-item__content {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .search-item__content {
    padding: 1.25rem;
  }
}

.search-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-item__date {
  font-size: 0.875rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .search-item__date {
    font-size: 0.75rem;
  }
}

.search-item__type,
.search-item__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #0172D5;
  border-radius: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search-item__type,
  .search-item__category {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.search-item__category {
  background-color: #666;
}

.search-item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #313131;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .search-item__title {
    font-size: 1.125rem;
  }
}

.search-item__excerpt {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .search-item__excerpt {
    font-size: 0.875rem;
  }
}

.search-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #0172D5;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .search-item__more {
    font-size: 0.8125rem;
  }
}

.search-item__arrow {
  width: 16px;
  height: auto;
  fill: #0172D5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search-item:hover .search-item__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.search-content__no-results {
  text-align: center;
  padding: 3.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .search-content__no-results {
    padding: 2.5rem 1.25rem;
  }
}

.search-content__no-results-message {
  font-size: 1.125rem;
  color: #313131;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .search-content__no-results-message {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}

.search-content__suggestions {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .search-content__suggestions {
    padding: 1.25rem;
  }
}

.search-content__suggestions-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .search-content__suggestions-title {
    font-size: 0.9375rem;
  }
}

.search-content__suggestions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-content__suggestions-list li {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.8;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .search-content__suggestions-list li {
    font-size: 0.8125rem;
  }
}
.search-content__suggestions-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0172D5;
  font-weight: 700;
}

.search-pagination {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .search-pagination {
    margin-top: 2.5rem;
  }
}
.search-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .search-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 0.8125rem;
  }
}
.search-pagination .page-numbers:hover {
  background-color: rgba(1, 114, 213, 0.1);
  border-color: #0172D5;
  color: #0172D5;
}
.search-pagination .page-numbers.current {
  background-color: #0172D5;
  border-color: #0172D5;
  color: #ffffff;
  font-weight: 700;
}

.page-404 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-404 {
    padding-bottom: 3.75rem;
  }
}

.page-fv--404 {
  background: linear-gradient(135deg, rgba(1, 114, 213, 0.1) 0%, rgba(2, 92, 180, 0.1) 100%);
}
.page-fv--404 .page-fv__title {
  font-size: 7.5rem;
  font-weight: 700;
  color: #0172D5;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-fv--404 .page-fv__title {
    font-size: 5rem;
  }
}
.page-fv--404 .page-fv__subtitle {
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-fv--404 .page-fv__subtitle {
    font-size: 1.125rem;
  }
}

.error-content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .error-content {
    padding-top: 3.75rem;
  }
}

.error-content__container {
  max-width: 900px;
}

.error-content__body {
  text-align: center;
}

.error-content__message {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .error-content__message {
    margin-bottom: 2.5rem;
  }
}

.error-content__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .error-content__text {
    font-size: 1rem;
  }
}

.error-content__search {
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .error-content__search {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.error-content__search-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .error-content__search-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.error-search-form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .error-search-form__input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.error-search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .error-search-form__input {
    padding: 0.75rem 1.125rem;
    font-size: 0.9375rem;
  }
}
.error-search-form__input:focus {
  border-color: #0172D5;
  -webkit-box-shadow: 0 0 0 3px rgba(1, 114, 213, 0.1);
          box-shadow: 0 0 0 3px rgba(1, 114, 213, 0.1);
}
.error-search-form__input::-webkit-input-placeholder {
  color: #999;
}
.error-search-form__input::-moz-placeholder {
  color: #999;
}
.error-search-form__input:-ms-input-placeholder {
  color: #999;
}
.error-search-form__input::-ms-input-placeholder {
  color: #999;
}
.error-search-form__input::placeholder {
  color: #999;
}

.error-search-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .error-search-form__submit {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.error-search-form__submit:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
          box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
}

.error-search-form__icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .error-search-form__icon {
    width: 18px;
    height: 18px;
  }
}

.error-content__links {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .error-content__links {
    margin-bottom: 2.5rem;
  }
}

.error-content__links-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .error-content__links-title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.error-content__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 500px;
  margin: 0 auto;
}

.error-content__item {
  border-bottom: 1px solid #e0e0e0;
}
.error-content__item:last-child {
  border-bottom: none;
}

.error-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.25rem;
  text-decoration: none;
  color: #313131;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .error-content__link {
    padding: 0.875rem 1rem;
  }
}
.error-content__link:hover {
  background-color: rgba(1, 114, 213, 0.05);
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .error-content__link:hover {
    padding-left: 1.5rem;
  }
}
.error-content__link:hover .error-content__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.error-content__link span {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .error-content__link span {
    font-size: 0.9375rem;
  }
}

.error-content__icon {
  width: 16px;
  height: auto;
  fill: #0172D5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.error-content__button {
  margin-top: 2.5rem;
}

.error-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .error-button {
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
  }
}
.error-button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
          box-shadow: 0 4px 12px rgba(2, 92, 180, 0.3);
}
.error-button:hover .error-button__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.error-button__icon {
  width: 18px;
  height: auto;
  fill: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-fv {
  position: relative;
  width: 100%;
  padding: 18.75rem 0 5.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-fv {
    padding: 6.25rem 0 3.75rem;
  }
}

.page-fv__container {
  width: 100%;
  max-width: calc(1760px + 3.75rem);
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-fv__container {
    padding: 0 1.125rem;
  }
}

.page-fv__title {
  font-size: 8.75rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-fv__title {
    font-size: 5rem;
  }
}

.page-fv__subtitle {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-fv__subtitle {
    font-size: 1rem;
  }
}

.page-fv__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 42.875rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-fv__image {
    max-width: 100%;
    width: 40%;
  }
}

.section-title-contents {
  margin-bottom: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .section-title-contents {
    margin-bottom: 2.5rem;
  }
}

.section-title {
  font-size: 5.625rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#1056AB), to(#007EE5));
  background: linear-gradient(90deg, #1056AB 0%, #007EE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 3.25rem;
    margin-bottom: 0.75rem;
  }
}

.section-subtitle {
  font-size: 1.75rem;
  color: #313131;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 1rem;
  }
}

.button {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  padding: 24px 35px;
  border: 1px solid #0172D5;
  color: #0172D5;
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
    max-width: 12.5rem;
  }
}

.button::after {
  content: "";
  position: absolute;
  right: 35.83px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.42px;
  height: 8.25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 8.25'%3E%3Cpath fill='%230172D5' d='M13.29,8.25l-1.31-1.28,1.92-1.92H0v-1.83h13.91l-1.9-1.92,1.31-1.28,4.1,4.12-4.13,4.13Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button::after {
    right: 1.875rem;
    width: 14px;
    height: 7px;
  }
}

.button:hover,
a:hover .button {
  background-color: #0172D5;
  color: #ffffff;
}

.button:hover::after,
a:hover .button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 8.25'%3E%3Cpath fill='%23ffffff' d='M13.29,8.25l-1.31-1.28,1.92-1.92H0v-1.83h13.91l-1.9-1.92,1.31-1.28,4.1,4.12-4.13,4.13Z'/%3E%3C/svg%3E");
}

.button--outline {
  background-color: #ffffff;
  color: #0172D5;
  border: 2px solid #0172D5;
}

.button--outline:hover {
  background-color: #0172D5;
  color: #ffffff;
}

section {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 3.75rem 0;
  }
}

.section-catchphrase {
  font-size: 3rem;
  font-weight: 700;
  color: #313131;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .section-catchphrase {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    gap: 0.75rem;
  }
}

.font-second {
  font-family: "Barlow Condensed", sans-serif;
}