@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  background: #ffffff;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  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 {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

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

/* 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 {
  display: block;
  max-width: 100%;
  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]) {
  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;
}

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer {
  background: #001135;
  color: #ffffff;
  padding: 63px max(20px, min(9.722vw, 140px)) 64px max(20px, min(11.806vw, 170px));
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 62px 50px 30px;
  }
}

.footer__inner {
  align-items: flex-start;
  display: flex;
  gap: 54px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    gap: 32px;
  }
}
.footer__inner.inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 62px;
  }
}

.footer__info {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__info {
    gap: 50px;
    order: 2;
  }
}

.footer__head {
  align-items: center;
  display: flex;
  gap: 46px;
  margin-top: 37px;
}
@media screen and (max-width: 1024px) {
  .footer__head {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
    margin-top: 0;
  }
}

.footer__logo {
  display: block;
  flex-shrink: 0;
  width: 258px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 114px;
  }
}

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

.footer__sns {
  align-items: center;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    padding-top: 0;
  }
}

.footer__sns a {
  display: block;
  font-size: 22px;
  line-height: 1;
  transition: opacity 0.3s;
}

.footer__sns a:hover {
  opacity: 0.7;
}

.footer__nav-list {
  display: grid;
  grid-gap: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 20px;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    font-size: 14px;
    gap: 24px;
    line-height: 1.1428571429;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav {
    order: 1;
  }
}

.footer__nav-list a {
  transition: opacity 0.3s;
  white-space: nowrap;
}

.footer__nav-list a:hover {
  opacity: 0.7;
}

.footer__copy {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
}

.header {
  background: #ffffff;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  body.is-drawer-open {
    overflow: hidden;
  }
}

.header__inner {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 110;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 20px;
  }
}

.header__inner.inner {
  max-width: 1440px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header__inner.inner {
    max-width: none;
    padding-left: 0;
    padding-right: 20px;
  }
}

.header__logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 180px;
  width: 258px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    height: 146px;
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 80px;
    width: 114px;
  }
}

.header__logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: auto;
    width: 100%;
  }
}

.header__logo-image--drawer {
  display: none;
}

@media screen and (max-width: 768px) {
  .header.is-drawer-open .header__logo-image--default {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header.is-drawer-open .header__logo-image--drawer {
    display: block;
  }
}

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

.header__nav-list {
  align-items: center;
  display: flex;
  gap: 50px;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    gap: 28px;
  }
}

.header__nav-item {
  height: inherit;
}

.header__nav-link {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: inherit;
  line-height: 1.1875;
  position: relative;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: text-decoration-color 0.3s;
}

.header__nav-link:hover {
  text-decoration-color: currentcolor;
}

/****************************************/
/* hamburger */
/****************************************/
.header__hamburger {
  align-items: center;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  position: relative;
  width: 44px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}

.header__hamburger-line {
  background: #000000;
  display: block;
  height: 2px;
  transition: background-color 0.3s, opacity 0.3s, transform 0.3s, width 0.3s;
  width: 24px;
}

.header__hamburger[aria-expanded=true] {
  gap: 0;
}

.header__hamburger[aria-expanded=true] .header__hamburger-line {
  background: #ffffff;
  height: 1px;
  width: 31px;
}

.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
}

.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
}

/****************************************/
/* drawer */
/****************************************/
.header__drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer {
    background: #011950;
    bottom: 0;
    color: #f9f2e5;
    display: block;
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 160px 50px 40px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-list {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-item a {
    align-items: center;
    color: #f9f2e5;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 1.1428571429;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-item--privacy a {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-item--privacy {
    height: 43px;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-sns {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-sns a {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 22px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-sns .fa-instagram {
    font-size: 21px;
  }
}

.header__contact {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  padding: 30.5px 0;
  width: 187px;
}
@media screen and (max-width: 1024px) {
  .header__contact {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/****************************************/
/* about page */
/****************************************/
.about-page {
  padding-top: 80px;
}

.about-section-title {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 20px;
  gap: 0 20px;
}

.about-section-title__ja {
  color: #001e63;
  font-size: 16px;
  font-weight: 700;
  grid-column: 1/-1;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .about-section-title__ja {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}

.about-section-title__en {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.475;
}
@media screen and (max-width: 768px) {
  .about-section-title__en {
    font-size: 26px;
    line-height: 1.5;
  }
}

.about-section-title::after {
  background: #000000;
  content: "";
  height: 2px;
  width: 60px;
}

.about-philosophy {
  padding-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .about-philosophy {
    background: #f8f8f8;
    padding-bottom: 80px;
  }
}

.about-philosophy__inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 740px) 360px;
}
@media screen and (max-width: 768px) {
  .about-philosophy__inner {
    display: block;
    padding-bottom: 0;
    padding-top: 62px;
  }
}

.about-philosophy__content {
  background: #f8f8f8;
  min-width: 0;
  padding: 74px 32px 67px 32px;
}
@media screen and (max-width: 768px) {
  .about-philosophy__content {
    background: transparent;
    padding: 0;
  }
}

.about-philosophy__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .about-philosophy__text {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 31px;
  }
}

.about-philosophy__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  margin-left: auto;
  margin-top: 42px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-philosophy__name {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 29px;
  }
}

.about-philosophy__media {
  aspect-ratio: 360/535;
  display: block;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-philosophy__media {
    aspect-ratio: 335/300;
    margin-top: 30px;
    width: 100%;
  }
}

.about-philosophy__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-access {
  padding-bottom: 119px;
}
@media screen and (max-width: 768px) {
  .about-access {
    padding-bottom: 80px;
    padding-top: 3px;
  }
}

.about-access__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .about-access__address {
    font-size: 14px;
    line-height: 1.2142857143;
    margin-top: 22px;
  }
}

.about-access__map {
  aspect-ratio: 1100/400;
  display: block;
  margin-top: 68px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-access__map {
    aspect-ratio: 335/400;
    margin-top: 30px;
  }
}

.about-access__map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.about-company {
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .about-company {
    padding-bottom: 80px;
    padding-top: 62px;
  }
}

.about-company__list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .about-company__list {
    margin-top: 15px;
  }
}

.about-company__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-gap: 0;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  gap: 0;
  line-height: 1.1875;
  padding-bottom: 42px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-company__row {
    display: block;
    font-size: 14px;
    line-height: 1.2142857143;
    padding-bottom: 24px;
    padding-top: 17px;
  }
}

.about-company__row:last-child {
  border-bottom: 1px solid #e2e2e2;
}

.about-company__row dt {
  font-weight: 500;
}

.about-company__row dd {
  font-weight: 400;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .about-company__row dd {
    margin-top: 19px;
  }
}

.about-company__row dd span {
  display: block;
}

.about-company__row dd span + span {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .about-company__row dd span + span {
    margin-top: 16px;
  }
}

.about-company__gallery {
  animation: about-gallery-marquee 36s linear infinite;
  display: flex;
  margin-top: 118px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .about-company__gallery {
    animation-duration: 26s;
    margin-top: 76px;
  }
}

.about-company__gallery picture {
  aspect-ratio: 480/400;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .about-company__gallery picture {
    aspect-ratio: 180/150;
    width: 180px;
  }
}

.about-company__gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .about-company__gallery {
    animation: none;
  }
}
@keyframes about-gallery-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.contact-page {
  padding-top: 80px;
}

.sub-fv--contact .sub-fv__image img {
  -o-object-position: center 50%;
     object-position: center 50%;
}

.contact-form-section {
  padding-bottom: 118px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}

.contact-form-section__inner,
.contact-thanks__inner {
  max-width: 690px;
}

.contact-confirm__inner {
  max-width: 732px;
}

.contact-form-section__lead {
  font-size: 16px;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .contact-form-section__lead {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.contact-form {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 42px;
  }
}

.contact-form__fields {
  display: grid;
  grid-gap: 43px;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .contact-form__fields {
    gap: 31px;
  }
}

.contact-form__field {
  display: grid;
  grid-gap: 11px;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .contact-form__field {
    gap: 13px;
  }
}

.contact-form__head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 15px;
}
@media screen and (max-width: 768px) {
  .contact-form__head {
    gap: 13px 15px;
  }
}

.contact-form__label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.contact-form__required,
.contact-confirm dt span,
.contact-form__privacy-label em {
  color: #e20000;
  font-style: normal;
}

.contact-form__note {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-form__note {
    flex-basis: 100%;
    font-size: 14px;
  }
}

.contact-form__body {
  min-width: 0;
}

.contact-form__input,
.contact-form__select,
.contact-form__select-button,
.contact-form__textarea {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  color: #242424;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}

.contact-form__input,
.contact-form__select,
.contact-form__select-button {
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form__textarea {
  min-height: 160px;
  padding: 15px;
  resize: vertical;
}

.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #a9a9a9;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #a9a9a9;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__select-button:focus-visible,
.contact-form__textarea:focus {
  border-color: #001e63;
  box-shadow: 0 0 0 2px rgba(0, 30, 99, 0.12);
  outline: none;
}

.contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position: calc(100% - 16px) 22px, calc(100% - 11px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.contact-form__custom-select {
  position: relative;
  width: 100%;
}

.contact-form__select.is-enhanced {
  bottom: auto;
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
}

.contact-form__select-button {
  align-items: center;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position: calc(100% - 16px) 22px, calc(100% - 11px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  display: flex;
  justify-content: flex-start;
  padding-right: 42px;
  position: relative;
  text-align: left;
}

.contact-form__custom-select.is-open .contact-form__select-button,
.contact-form__custom-select.is-invalid .contact-form__select-button {
  border-color: #001e63;
  box-shadow: 0 0 0 2px rgba(0, 30, 99, 0.12);
}

.contact-form__select-button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-form__select-button.is-placeholder {
  color: #a9a9a9;
}

.contact-form__select-list {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  display: none;
  margin-top: 6px;
  overflow: hidden;
}

.contact-form__custom-select.is-open .contact-form__select-list {
  display: block;
}

.contact-form__select-option {
  align-items: center;
  color: #242424;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  min-height: 42px;
  padding: 9px 15px;
  transition: background-color 0.2s, color 0.2s;
}

.contact-form__select-option:hover,
.contact-form__select-option:focus,
.contact-form__select-option.is-active,
.contact-form__select-option.is-selected {
  background: #f6f8fb;
  color: #001e63;
  outline: none;
}

.contact-form__select-option.is-disabled {
  background: #ffffff;
  color: #a9a9a9;
  cursor: default;
}

.contact-form__privacy {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy {
    margin-top: 21px;
  }
}

.contact-form__privacy-label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 0;
  line-height: 1.2142857143;
}

.contact-form__privacy-input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

.contact-form__privacy-text {
  min-width: 0;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-text {
    padding-left: 37px;
  }
}

.contact-form__privacy-text a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.3s;
}

.contact-form__privacy-text a:hover {
  color: #001e63;
}

.contact-form__privacy-text::before,
.contact-form__privacy-text::after {
  content: "";
  left: 0;
  position: absolute;
}

.contact-form__privacy-text::before {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  height: 17px;
  top: 1px;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 17px;
}

.contact-form__privacy-text::after {
  border-bottom: 2px solid #001e63;
  border-right: 2px solid #001e63;
  height: 11px;
  left: 5px;
  opacity: 0;
  top: 4px;
  transform: rotate(45deg);
  transition: opacity 0.3s;
  width: 7px;
}

.contact-form__privacy-input:checked + .contact-form__privacy-text::after,
.contact-form__privacy-input:checked + .wpcf7-list-item-label .contact-form__privacy-text::after,
.contact-form__privacy-label label:has(.contact-form__privacy-input:checked) .contact-form__privacy-text::after {
  opacity: 1;
}

.contact-form__privacy-input:focus-visible + .contact-form__privacy-text::before,
.contact-form__privacy-input:focus-visible + .wpcf7-list-item-label .contact-form__privacy-text::before,
.contact-form__privacy-label label:has(.contact-form__privacy-input:focus-visible) .contact-form__privacy-text::before,
.contact-form__privacy-label:hover .contact-form__privacy-text::before {
  border-color: #001e63;
  box-shadow: 0 0 0 2px rgba(0, 30, 99, 0.12);
}

.wpcf7-list-item label {
  position: relative;
}

.wpcf7-list-item .contact-form__privacy-text::before,
.wpcf7-list-item .contact-form__privacy-text::after {
  content: none;
}

.wpcf7-list-item label::before,
.wpcf7-list-item label::after {
  content: "";
  left: 0;
  position: absolute;
}

.wpcf7-list-item label::before {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  height: 17px;
  top: 1px;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 17px;
}

.wpcf7-list-item label::after {
  border-bottom: 2px solid #001e63;
  border-right: 2px solid #001e63;
  height: 11px;
  left: 5px;
  opacity: 0;
  top: 4px;
  transform: rotate(45deg);
  transition: opacity 0.3s;
  width: 7px;
}

.wpcf7-list-item label:has(.contact-form__privacy-input:checked)::after {
  opacity: 1;
}

.wpcf7-list-item label.is-checked::after {
  opacity: 1;
}

.wpcf7-list-item label:has(.contact-form__privacy-input:focus-visible)::before,
.contact-form__privacy-label:hover .wpcf7-list-item label::before {
  border-color: #001e63;
  box-shadow: 0 0 0 2px rgba(0, 30, 99, 0.12);
}

.contact-form__actions {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .contact-form__actions {
    margin-top: 40px;
  }
}

.contact-form__submit,
.contact-confirm__submit,
.contact-confirm__back,
.contact-thanks__button {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 500;
  justify-content: center;
  transition: opacity 0.3s;
}

.contact-form__submit {
  background: #001e63;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  min-height: 66px;
  width: min(100%, 446px);
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    font-size: 14px;
    min-height: 44px;
    width: min(100%, 258px);
  }
}

.contact-form__submit:hover,
.contact-confirm__submit:hover,
.contact-confirm__back:hover {
  opacity: 0.75;
}

/***************************************************
// contact-confirm
***************************************************/
.contact-confirm {
  padding-bottom: 120px;
  padding-top: 59px;
}
@media screen and (max-width: 768px) {
  .contact-confirm {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}

.contact-confirm__lead {
  font-size: 16px;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .contact-confirm__lead {
    font-size: 14px;
  }
}

.contact-confirm__list {
  display: grid;
  grid-gap: 44px;
  gap: 44px;
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .contact-confirm__list {
    gap: 34px;
    margin-top: 43px;
  }
}

.contact-confirm__list div {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-width: 0;
  grid-gap: 32px;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact-confirm__list div {
    gap: 13px;
    grid-template-columns: 1fr;
  }
}

.contact-confirm dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-confirm dd {
  min-width: 0;
  word-wrap: anywhere;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2142857143;
}

section.contact-confirm .contact-confirm__list div:last-child dd {
  line-height: 2.2857142857;
}

.contact-confirm__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: start;
  grid-gap: 81px;
  gap: 81px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .contact-confirm__actions {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 38px auto 0;
    width: min(100%, 327px);
  }
}

.contact-confirm__actions > p {
  display: contents;
  margin: 0;
}

.contact-confirm__actions br {
  display: none;
}

.contact-confirm__actions .wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.contact-confirm__back,
.contact-confirm__submit {
  min-height: 66px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  padding: 0;
  text-align: center;
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact-confirm__back,
  .contact-confirm__submit {
    font-size: 14px;
    min-height: 44px;
  }
}

.contact-confirm__back {
  border: 1px solid #001e63;
  color: #001e63;
}

.contact-confirm__submit {
  background: #001e63;
  border: 0;
  color: #ffffff;
}

/***************************************************
// contact-thanks
***************************************************/
.contact-thanks {
  padding-bottom: 120px;
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .contact-thanks {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}

.contact-thanks__title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.46875;
}
@media screen and (max-width: 768px) {
  .contact-thanks__title {
    font-size: 24px;
    line-height: 1.5;
  }
}

.contact-thanks__message {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2222222222;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .contact-thanks__message {
    font-size: 14px;
    line-height: 1.2142857143;
    margin-top: 12px;
  }
}

.contact-thanks__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .contact-thanks__text {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 31px;
  }
}

.contact-thanks__button {
  background: #001e63;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2222222222;
  margin: 39px auto 0;
  min-height: 66px;
  width: min(100%, 457px);
}
@media screen and (max-width: 768px) {
  .contact-thanks__button {
    font-size: 14px;
    line-height: 1.2142857143;
    min-height: 44px;
    width: min(100%, 277px);
  }
}

.contact-thanks__button-label {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-thanks__button-label {
    align-items: center;
    display: inline-flex;
    gap: 10px;
  }
}

.contact-thanks__button-label::before {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  flex-shrink: 0;
  height: 6px;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .contact-thanks__button-label::before {
    position: static;
    right: auto;
    top: auto;
    transform: rotate(45deg);
  }
}

.contact-thanks__button:hover .contact-thanks__button-label::before {
  transform: translate(-5px, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .contact-thanks__button:hover .contact-thanks__button-label::before {
    transform: translateX(-5px) rotate(45deg);
  }
}

.error-page {
  padding-top: 80px;
}

.error-hero {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: max(0px, (100vw - 1440px) / 2);
  margin-top: 250px;
  max-width: 1270px;
  position: relative;
  width: 88.1944444444%;
}
@media screen and (max-width: 768px) {
  .error-hero {
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 40px;
    max-width: none;
    width: calc(100% - 10px);
  }
}

.error-hero__visual {
  position: relative;
}

.error-hero__media {
  aspect-ratio: 1270/600;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .error-hero__media {
    aspect-ratio: 365/243;
  }
}

.error-hero__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-hero__title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  left: 43.7007874016%;
  line-height: 1.4857142857;
  position: absolute;
  top: 28%;
}
@media screen and (max-width: 768px) {
  .error-hero__title {
    align-items: center;
    bottom: 0;
    display: grid;
    font-size: 35px;
    justify-items: center;
    left: 0;
    line-height: 1.4857142857;
    place-items: center;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
}

.error-hero__body {
  color: #ffffff;
  left: 43.7007874016%;
  position: absolute;
  top: 48.6666666667%;
  width: 40.0787401575%;
}
@media screen and (max-width: 768px) {
  .error-hero__body {
    color: #000000;
    margin-left: 8px;
    margin-right: 20px;
    margin-top: 40px;
    max-width: 335px;
    position: static;
    width: calc(100% - 30px);
  }
}

.error-hero__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .error-hero__text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.error-hero__button {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  min-height: 44px;
  min-width: 145px;
}
@media screen and (max-width: 768px) {
  .error-hero__button {
    border-color: #011950;
    color: #011950;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    min-width: 0;
    width: 145px;
  }
}

.error-hero__button::before {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  height: 6px;
  left: 0;
  position: relative;
  transform: rotate(45deg);
  transition: left 0.3s;
  width: 6px;
}

.error-hero__button:hover::before {
  left: -5px;
}

/****************************************/
/* news archive */
/****************************************/
.news-page {
  padding-top: 80px;
}

.news-archive {
  padding-bottom: 124px;
  padding-top: 61px;
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding-bottom: 63px;
    padding-top: 29px;
  }
}

@media screen and (max-width: 1280px) {
  .news-list.news-archive__list {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-list.news-archive__list {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .news-list.news-archive__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-archive__filter {
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .news-archive .archive-filter__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 7px 36px;
    gap: 7px 36px;
  }
}
@media screen and (max-width: 600px) {
  .news-archive .archive-filter__list {
    gap: 7px 20px;
  }
}
@media screen and (max-width: 375px) {
  .news-archive .archive-filter__list {
    grid-template-columns: max-content max-content;
  }
}

.news-archive .news-list__body {
  border-left: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .news-archive .news-list__body {
    border-top: 1px solid #d9d9d9;
    margin-top: 38px;
    padding-top: 20px;
  }
}

.news-archive .news-list__items {
  gap: 0;
}

.news-archive .news-list__item {
  overflow: hidden;
  padding-bottom: 26px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .news-archive .news-list__item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.news-archive .news-list__item:first-child {
  padding-top: 0;
}

.news-archive .news-list__title {
  line-height: 1.875;
  margin-top: 23px;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-archive .news-list__title {
    line-height: 2;
    margin-top: 21px;
  }
}

.news-archive .news-list__link {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-archive .news-list__link {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.news-archive__pagination {
  margin-top: 56px;
}

/****************************************/
/* news detail */
/****************************************/
.news-detail-page {
  padding-top: 80px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 803px) 300px;
  grid-gap: 96px;
  gap: 96px;
  max-width: 1290px;
  padding-bottom: 120px;
  padding-top: 58px;
}
@media screen and (max-width: 1280px) {
  .news-detail-layout {
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-layout {
    display: block;
    padding-bottom: 80px;
    padding-top: 31px;
  }
}

.news-detail {
  min-width: 0;
  padding-left: 42px;
  padding-right: 42px;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .news-detail__tags {
    gap: 8px;
  }
}

.news-detail__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.9230769231;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-top: 11px;
  }
}

.news-detail__date {
  color: #a9a9a9;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4545454545;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 11px;
  }
}

.news-detail__media {
  aspect-ratio: 718/380;
  display: block;
  margin-top: 41px;
  max-width: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-detail__media {
    aspect-ratio: 315/176;
    margin-top: 40px;
    max-width: none;
  }
}

.news-detail__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail__media--noimage img {
  -o-object-fit: contain;
     object-fit: contain;
}

.news-detail__content {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .news-detail__content {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 39px;
    max-width: none;
  }
}

.news-detail__content p + p,
.news-detail__content ul + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .news-detail__content p + p,
  .news-detail__content ul + p {
    margin-top: 31px;
  }
}

.news-detail__content h2 {
  background: #f8f8f8;
  border-left: 3px solid #001e63;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1818181818;
  padding: 10px 10px 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail__content h2 {
    font-size: 16px;
    line-height: 1.1875;
    padding: 10px 8px;
  }
}

.news-detail__content h2 + p,
.news-detail__content h3 + p {
  margin-top: 40px;
}
.news-detail__content h3 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 72px;
  padding-bottom: 8px;
  padding-left: 14px;
  position: relative;
}
.news-detail__content h3::after {
  background: #001e63;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: min(40%, 285px);
}
@media screen and (max-width: 768px) {
  .news-detail__content h3 {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 39px;
  }
}

.news-detail__content ul {
  display: grid;
  grid-gap: 0;
  color: #242424;
  gap: 0;
  line-height: 1.5;
  list-style: disc;
  margin-top: 70px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .news-detail__content ul {
    margin-top: 27px;
  }
}

.news-detail__pager {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  grid-gap: 22px;
  border-top: 1px solid #d9d9d9;
  gap: 22px;
  margin-top: 40px;
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .news-detail__pager {
    border-top: 0;
    gap: 16px;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    margin: 40px 0 0;
    padding-top: 0;
    width: 100%;
  }
}

.news-detail__pager-link {
  align-items: center;
  border: 1px solid #001e63;
  border-radius: 4px;
  color: #001e63;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.2142857143;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news-detail__pager-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.news-detail__pager-link::before,
.news-detail__pager-link::after {
  border-color: currentColor;
  content: "";
  height: 6px;
  transition: transform 0.3s;
  width: 6px;
}

.news-detail__pager-link--prev::before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
}

.news-detail__pager-link--next::after {
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
}

.news-detail__pager-link--prev:hover::before {
  transform: translateX(-5px) rotate(45deg);
}

.news-detail__pager-link--next:hover::after {
  transform: translateX(5px) rotate(45deg);
}

.news-sidebar {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .news-sidebar {
    margin-top: 58px;
  }
}

.news-sidebar__section + .news-sidebar__section {
  margin-top: 38px;
}

.news-sidebar__heading {
  align-items: center;
  background: #001135;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  min-height: 50px;
  padding: 14px 18px;
}
@media screen and (max-width: 768px) {
  .news-sidebar__heading {
    padding: 14px 13px;
  }
}

.news-sidebar__latest {
  background: #ffffff;
  display: grid;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .news-sidebar__latest {
    padding: 0 13px;
  }
}

.news-sidebar__latest-link {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 18px;
  align-items: start;
  font-size: 12px;
  gap: 18px;
  line-height: 2;
  min-height: 136px;
  padding-bottom: 18px;
  padding-top: 18px;
}

.news-sidebar__latest-item + .news-sidebar__latest-item {
  border-top: 1px solid #d9d9d9;
}

.news-sidebar__latest-media {
  aspect-ratio: 1;
  display: block;
  width: 100px;
}

.news-sidebar__latest-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-sidebar__latest-media--noimage img {
  -o-object-fit: contain;
     object-fit: contain;
}

.news-sidebar__latest-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 98px;
}

.news-sidebar__latest-title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .news-sidebar__latest-title {
    line-height: 2.3333333333;
  }
}

.news-sidebar__latest-date {
  color: #a9a9a9;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.news-sidebar__links {
  background: #ffffff;
  color: #000000;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2142857143;
  padding: 0 18px;
}

.news-sidebar__links li + li {
  border-top: 1px solid #d9d9d9;
}

.news-sidebar__links a {
  display: block;
  padding-bottom: 18px;
  padding-top: 20px;
}

/****************************************/
/* service page */
/****************************************/
.service-page {
  padding-top: 80px;
}

.service-list {
  display: grid;
  grid-gap: 81px;
  gap: 81px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 83px;
  width: min(100% - 240px, 1200px);
}
@media screen and (max-width: 1280px) {
  .service-list {
    width: min(100% - 80px, 1200px);
  }
}
@media screen and (max-width: 1024px) {
  .service-list {
    width: min(100% - 40px, 960px);
  }
}
@media screen and (max-width: 768px) {
  .service-list {
    gap: 0;
    padding-bottom: 27px;
    width: 100%;
  }
}

.service-list .service-card {
  width: 100%;
}

.service-list .service-card__main {
  align-items: stretch;
  background: #f8f8f8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(640px, 58%));
}
@media screen and (max-width: 1024px) {
  .service-list .service-card__main {
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .service-list .service-card__main {
    display: block;
  }
}

.service-list .service-card__body {
  min-width: 0;
  padding: 111px 50px;
}
@media screen and (max-width: 1024px) {
  .service-list .service-card__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-list .service-card__body {
    padding: 60px 20px 20px;
  }
}

.service-list .service-card__number {
  align-items: center;
  color: #001e63;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  gap: 20px;
  line-height: 1.475;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__number {
    font-size: 32px;
    gap: 13px;
    line-height: 1.46875;
  }
}

.service-list .service-card__number::after {
  background: #000000;
  content: "";
  height: 34px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__number::after {
    height: 30px;
  }
}

.service-list .service-card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__title {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 23px;
  }
}

.service-list .service-card__lead {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.0909090909;
  margin-top: 21px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__lead {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 22px;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .service-list .service-card__media-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-list .service-card__media {
  display: block;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__media {
    aspect-ratio: 335/220;
    height: auto;
  }
}

.service-list .service-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-list .service-card__features {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 38px;
  padding-top: 14px;
  width: min(100%, 1100px);
}
@media screen and (max-width: 1280px) {
  .service-list .service-card__features {
    width: min(100% - 80px, 1100px);
  }
}
@media screen and (max-width: 1024px) {
  .service-list .service-card__features {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .service-list .service-card__features {
    padding-bottom: 51px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    width: 100%;
  }
}

.service-list .service-card__features h3 {
  align-items: center;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  gap: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__features h3 {
    font-size: 18px;
    gap: 28px;
    line-height: 1.5;
  }
}

.service-list .service-card__features h3 span {
  color: #626262;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__features h3 span {
    font-size: 10px;
    line-height: 1.2;
  }
}

.service-list .service-card__features p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service-list .service-card__features p {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 18px;
  }
}

#top {
  background: #ffffff;
}

.mv,
.about,
.service {
  background: #ffffff;
}

.works,
.top-news {
  background: #f8f8f8;
}

/****************************************/
/* mv */
/****************************************/
.mv {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 0;
  }
}

.mv__inner {
  --mv-padding-inline: 80px;
  flex: 1 1 auto;
  height: auto;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 0;
  padding-left: 80px;
  padding-left: var(--mv-padding-inline);
  padding-right: 80px;
  padding-right: var(--mv-padding-inline);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    --mv-padding-inline: 0px;
    display: flex;
    flex-direction: column;
  }
}

.mv__slider {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__slider {
    height: auto;
    margin-left: 10px;
    margin-right: 0;
    max-width: 760px;
    width: calc(100vw - 20px);
  }
}

.mv__slider-track {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.8s ease;
  width: 100%;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .mv__slider-track {
    display: block;
  }
}

.mv__slide {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__slide {
    height: 100%;
  }
}

.mv__image,
.mv__slide img {
  display: block;
  height: 100%;
  width: 1034px;
}
@media screen and (max-width: 1280px) {
  .mv__image,
  .mv__slide img {
    max-width: 1034px;
    min-width: 640px;
    width: calc(100% - 246px);
  }
}
@media screen and (max-width: 768px) {
  .mv__image,
  .mv__slide img {
    height: 100%;
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}

.mv__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__copy {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  position: absolute;
  right: var(--mv-padding-inline);
  top: 196px;
}
@media screen and (max-width: 768px) {
  .mv__copy {
    display: block;
    margin: 26px auto 0;
    position: static;
    width: calc(100vw - 40px);
  }
}

.mv__copy-main,
.mv__copy-sub {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.06;
  text-orientation: upright;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .mv__copy-main,
  .mv__copy-sub {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1.2941176471;
    text-orientation: mixed;
    writing-mode: horizontal-tb;
  }
}

.mv__scroll {
  flex: 0 0 auto;
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    margin-top: 35px;
  }
}

.mv__scroll-text {
  animation: mv-marquee 24s linear infinite;
  color: #011950;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .mv__scroll-text {
    font-size: max(54px, min(22.4vw, 84px));
    line-height: 1.2023809524;
  }
}

body.is-qa-mode .mv__scroll-text {
  animation: none;
  transform: translateX(0);
}
body.is-qa-mode .js-inview {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes mv-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/****************************************/
/* about */
/****************************************/
.about {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 28px;
  }
}

.about__inner {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 60px;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .about__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.about__media {
  aspect-ratio: 550/480;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .about__media {
    width: 100%;
  }
}

.about__image,
.about__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.about__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.about__body {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about__body {
    margin-top: 30px;
  }
}

.about__title {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.about__text {
  margin-top: 40px;
  width: 490px;
}
@media screen and (max-width: 1280px) {
  .about__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 30px;
    max-width: none;
    width: 100%;
    word-wrap: anywhere;
  }
}

.about .read-more {
  align-self: flex-end;
  margin-top: 40px;
}

/****************************************/
/* service */
/****************************************/
.service {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.service__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  grid-gap: 17px;
  gap: 17px;
}
@media screen and (max-width: 1440px) {
  .service__cards {
    gap: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .service__cards {
    gap: 40px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .service__cards {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 560px;
  }
}

.service__card {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 20px;
  gap: 20px;
  height: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .service__card {
    gap: 20px;
    max-width: none;
    width: 100%;
  }
}

.top-service-card__media {
  position: relative;
}

.top-service-card__image {
  aspect-ratio: 355/170;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service-card__image {
    aspect-ratio: 335/170;
  }
}

.top-service-card__image::after {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.top-service-card__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-service-card__heading {
  color: #ffffff;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.top-service-card__label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.top-service-card__title {
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1923076923;
  margin-top: 10px;
}

.top-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  width: 94.6478873239%;
}
@media screen and (max-width: 768px) {
  .top-service-card__body {
    max-width: none;
    width: 100%;
  }
}

.top-service-card__text {
  word-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .top-service-card__text {
    word-wrap: anywhere;
  }
}

.top-service-card__button-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

/****************************************/
/* works */
/****************************************/
.works {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 61px;
  }
}

.works__content {
  background: #ffffff;
  margin-top: 40px;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .works__content {
    margin-left: calc(20px * -1);
    margin-right: calc(20px * -1);
    margin-top: 21px;
    padding: 30px 40px 79px;
    width: calc(100% + 20px * 2);
  }
}

.works__list {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .works__list {
    gap: 30px;
  }
}

.works__more {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .works__more {
    margin-top: 40px;
  }
}

/****************************************/
/* top-news */
/****************************************/
.top-news {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-bottom: 72px;
    padding-top: 81px;
  }
}

.top-news__list {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .top-news__list .news-list__filter,
  .top-news__list .news-list__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-news__more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-news__more {
    margin-top: 47px;
  }
}

/****************************************/
/* works archive */
/****************************************/
.works-page {
  padding-top: 80px;
}

.works-archive {
  padding-bottom: 120px;
  padding-top: 61px;
}
@media screen and (max-width: 768px) {
  .works-archive {
    padding-bottom: 59px;
    padding-top: 30px;
  }
}

.works-archive__inner {
  display: grid;
  grid-template-columns: 264px 1fr;
}
@media screen and (max-width: 1280px) {
  .works-archive__inner {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .works-archive__inner {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.works-archive__filter {
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .works-archive .archive-filter__list {
    gap: 7px 34px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.works-archive__body {
  min-width: 0;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .works-archive__body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-archive__body {
    margin-top: 37px;
    padding-left: 0;
  }
}

.works-archive__items {
  display: grid;
}

.works-archive .works-card--archive {
  border-bottom-color: #d9d9d9;
  gap: 30px;
  grid-template-columns: 160px 1fr;
  padding: 31px 0 28px;
}
@media screen and (max-width: 768px) {
  .works-archive .works-card--archive {
    gap: 15px;
    grid-template-columns: 130px 1fr;
    padding: 17px 0 20px;
  }
}

.works-archive__item:first-child .works-card--archive {
  padding-top: 0;
}

.works-card--archive .works-card__media {
  aspect-ratio: 1;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .works-card--archive .works-card__media {
    aspect-ratio: 130/100;
    width: 130px;
  }
}

.works-card--archive .works-card__body {
  padding-top: 0;
}

.works-card--archive .works-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.works-card--archive .works-card__title {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .works-card--archive .works-card__title {
    display: -webkit-box;
    margin-top: 11px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 2;
  }
}

.works-card--archive .works-card__date {
  font-size: 10px;
  line-height: 1.4;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .works-card--archive .works-card__date {
    padding-top: 11px;
  }
}

.works-archive__pagination {
  margin-top: 61px;
}

/****************************************/
/* works detail */
/****************************************/
.works-detail-page {
  padding-top: 80px;
}

.works-detail {
  padding-bottom: 120px;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding-bottom: 80px;
    padding-top: 28px;
  }
}

.works-detail__inner {
  max-width: 890px;
}

@media screen and (max-width: 768px) {
  .works-detail__inner.inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.works-detail__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4615384615;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .works-detail__title {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-top: 10px;
  }
}

.works-detail__date {
  color: #a9a9a9;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4545454545;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .works-detail__date {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.works-detail__media {
  aspect-ratio: 840/471;
  display: block;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-detail__media {
    aspect-ratio: 315/176;
    margin-top: 34px;
  }
}

.works-detail__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail__content {
  font-size: 16px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 41px;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .works-detail__content {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 42px;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .works-detail__content p + p {
    margin-top: 32px;
  }
}

.works-detail__back {
  align-items: center;
  border: 1px solid #001e63;
  border-radius: 4px;
  color: #001e63;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.2142857143;
  margin: 60px auto 0;
  min-height: 44px;
  width: 283px;
}
@media screen and (max-width: 768px) {
  .works-detail__back {
    margin-top: 40px;
    width: min(100%, 279px);
  }
}

.works-detail__back::before {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  width: 6px;
}

.works-detail__back:hover::before {
  transform: translateX(-5px) rotate(45deg);
}

.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    max-width: none;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
  }
}

.breadcrumb--gutter-sm {
  max-width: calc(1320px + 80px);
  width: calc(100% - 40px);
}

.breadcrumb--under-fv {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb--under-fv {
    margin-top: 10px;
  }
}

.breadcrumb--detail {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .breadcrumb--detail {
    margin-top: 10px;
  }
}

.breadcrumb__list {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  gap: 11px;
  justify-content: flex-end;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 10px;
    line-height: 1.2;
  }
}

.breadcrumb__item,
.breadcrumb__list > li {
  color: #242424;
}

.breadcrumb__item a,
.breadcrumb__list > li a {
  color: #a9a9a9;
}

.breadcrumb__current,
.breadcrumb__list > li:last-child > span,
.breadcrumb__list > li:last-child > span > span {
  display: inline-block;
  max-width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.breadcrumb__item + .breadcrumb__item::before,
.breadcrumb__list > li + li::before {
  background-color: #a9a9a9;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

.button {
  --button-bg: transparent;
  --button-color: #011950;
  --button-border-color: #011950;
  --button-hover-bg: #011950;
  --button-hover-color: #ffffff;
  align-items: center;
  background-color: transparent;
  background-color: var(--button-bg);
  border: 1px solid #011950;
  border: 1px solid var(--button-border-color);
  border-radius: 4px;
  color: #011950;
  color: var(--button-color);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 12.5px 24px;
  position: relative;
  transition: color 0.3s ease;
  z-index: 0;
}

.button::before {
  background-color: var(--button-hover-bg);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}

.button:hover {
  color: var(--button-hover-color);
}

.button:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.button__label,
.button__icon,
.button--icon-arrow::after {
  position: relative;
  z-index: 1;
}

.button--outline {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.2142857143;
  width: 141px;
}

.button--fill {
  --button-bg: #011950;
  --button-color: #ffffff;
  --button-border-color: #011950;
  --button-hover-bg: #ffffff;
  --button-hover-color: #011950;
  border: 0;
  border-radius: 0;
  line-height: 1.1875;
  padding: 29px 30px;
}

.button--contact {
  --button-color: #ffffff;
  --button-border-color: #ffffff;
  --button-hover-bg: #ffffff;
  --button-hover-color: #011950;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .button--contact {
    width: 100%;
  }
}

.button--icon-arrow::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
}

.button--icon-arrow::after {
  background-image: url("../images/common/icon-arrow-right.svg");
  height: 12px;
  transition: transform 0.3s;
  width: 12px;
}

.button--icon-arrow:hover::after {
  transform: translateX(5px);
}

.button__icon {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
}

.pagination,
.nav-links {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.pagination__page,
.pagination__prev,
.pagination__next,
.page-numbers {
  align-items: center;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1.5;
  width: 40px;
}

.pagination__page {
  background: #f0f3f5;
}

.pagination__page.is-current,
.page-numbers.current {
  background: #011950;
  color: #ffffff;
}

.pagination__arrow {
  display: block;
  height: 18px;
  width: 11px;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.read-more {
  align-items: center;
  color: #001e63;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.1428571429;
}

.read-more--button {
  border: 1px solid #011950;
  border-radius: 4px;
  color: #011950;
  min-height: 44px;
  min-width: 141px;
  overflow: hidden;
  padding: 12px 24px;
  position: relative;
  transition: color 0.3s ease;
  z-index: 0;
}

.read-more--right {
  display: flex;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.read-more--button::before {
  background-color: #011950;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}

.read-more::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 7px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  width: 7px;
}

.read-more__label {
  position: relative;
}

.read-more__label::after {
  background-color: currentColor;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  width: 100%;
}

.read-more:hover .read-more__label::after {
  transform: scaleX(1);
}

.read-more--button:hover {
  color: #ffffff;
}

.read-more--button:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.read-more--button .read-more__label::after {
  content: none;
}

.read-more:hover::after {
  transform: translateX(5px) rotate(45deg);
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.4857142857;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 38px;
    line-height: 1.4736842105;
  }
}

.section-title--right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section-title--right {
    text-align: left;
  }
}

.tag {
  background: #f3f3f3;
  color: #626262;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1818181818;
  padding: 5px 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tag[href] {
  transition: opacity 0.3s;
}
.tag[href]:hover, .tag[href]:focus-visible {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .tag {
    font-size: 10px;
    line-height: 1.2;
    padding: 5px 15px;
  }
}

.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.archive-filter {
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .archive-filter {
    border-right: 0;
  }
}

.archive-filter__list {
  display: grid;
  position: sticky;
  top: 120px;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .archive-filter__list {
    position: static;
  }
}

.archive-filter__item a {
  color: #a9a9a9;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-filter__item a {
    font-size: 12px;
    line-height: 1.1666666667;
    padding-left: 14px;
  }
}

.archive-filter__item.is-active a {
  color: #000000;
}

.archive-filter__item.is-active a::before {
  background: #001e63;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 8px;
}
@media screen and (max-width: 768px) {
  .archive-filter__item.is-active a::before {
    left: 0;
    top: 3px;
  }
}

/****************************************/
/* contact-cta */
/****************************************/
.contact-cta {
  background: #011950;
}

.contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
}
@media screen and (max-width: 1280px) {
  .contact-cta__inner {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }
}
@media screen and (max-width: 768px) {
  .contact-cta__inner {
    grid-template-columns: 1fr;
  }
}

.contact-cta__media {
  min-width: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-cta__media {
    aspect-ratio: 375/240;
  }
}

.contact-cta__image,
.contact-cta__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.contact-cta__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-cta__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-cta__body {
  align-items: flex-start;
  background: #011950;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 81px;
  padding-left: max(40px, min(12vw, 175px));
  padding-right: 40px;
  padding-top: 81px;
}
@media screen and (max-width: 1280px) {
  .contact-cta__body {
    padding-bottom: 64px;
    padding-left: max(40px, min(8vw, 96px));
    padding-right: 40px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .contact-cta__body {
    align-items: center;
    gap: 0;
    order: -1;
    padding: 80px 20px 80px;
  }
}

.contact-cta__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666666667;
  max-width: 275px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .contact-cta__text {
    max-width: 275px;
  }
}
@media screen and (max-width: 768px) {
  .contact-cta__text {
    font-size: 14px;
    line-height: 2;
    max-width: 215px;
  }
}

.contact-cta__text + .button--contact {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .contact-cta__text + .button--contact {
    margin-top: 32px;
  }
}

.button--contact + .button--contact {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .button--contact + .button--contact {
    margin-top: 20px;
  }
}

.contact-cta .button {
  border-radius: 3px;
  font-size: 22px;
  font-weight: 400;
  gap: 16px;
  justify-content: center;
  line-height: 1.1818181818;
  max-width: 235px;
  padding: 20px 0;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .contact-cta .button {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .contact-cta .button {
    font-size: 16px;
    line-height: 1.1875;
    max-width: 226px;
    padding: 18.5px 0;
  }
}

.contact-cta .button__icon {
  text-align: center;
  width: 30px;
}

.contact-cta .button__label {
  min-width: 6.5em;
  text-align: left;
}

.contact-cta__hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2142857143;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-cta__hours {
    font-size: 12px;
    line-height: 1.1666666667;
    margin-top: 10px;
    text-align: center;
  }
}

.news-list {
  display: grid;
  grid-template-columns: 264px 1fr;
}
@media screen and (max-width: 1280px) {
  .news-list {
    gap: 24px;
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .news-list {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}

.news-list__side {
  display: flex;
  flex-direction: column;
}

.news-list__body {
  border-left: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .news-list__body {
    border-left: 0;
    border-top: 1px solid #d9d9d9;
    padding-left: 0;
    padding-top: 20px;
  }
}

.news-list__filter {
  align-content: start;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .news-list__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 35px;
  }
}

.news-list__filter-item a {
  color: #a9a9a9;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list__filter-item a {
    font-size: 12px;
    line-height: 1.1666666667;
    padding-left: 14px;
  }
}

.news-list__filter-item.is-active a {
  color: #000000;
}

.news-list__filter-item.is-active a::before {
  background: #001e63;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 8px;
}
@media screen and (max-width: 768px) {
  .news-list__filter-item.is-active a::before {
    left: 0;
    top: 3px;
  }
}

.news-list__items {
  display: grid;
  grid-gap: 31px;
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .news-list__items {
    gap: 20px;
  }
}

.news-list__item {
  border-bottom: 1px solid #d9d9d9;
}

.top-news .news-list__item {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-news .news-list__item {
    padding-bottom: 18px;
  }
}

.news-list__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .news-list__meta {
    gap: 12px;
  }
}

.news-list__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news-list__tags {
    gap: 6px;
  }
}

.news-list__date {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  .news-list__date {
    font-size: 10px;
    line-height: 1.2;
  }
}

.news-list__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    word-wrap: anywhere;
  }
}

.top-news .news-list__title {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .top-news .news-list__title {
    margin-top: 21px;
  }
}

.news-list__link {
  display: inline-block;
  position: relative;
}

.news-list__link::after {
  background: currentcolor;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s;
  width: 0;
}

.news-list__link:hover::after {
  width: 100%;
}

.page-anchor {
  margin-left: auto;
  margin-right: auto;
}

.page-anchor--about {
  margin-top: 60px;
  width: min(100% - 40px, 489px);
}
@media screen and (max-width: 768px) {
  .page-anchor--about {
    margin-top: 30px;
    width: min(100% - 40px, 270px);
  }
}

.page-anchor--service {
  margin-top: 60px;
  width: min(100% - 40px, 552px);
}
@media screen and (max-width: 768px) {
  .page-anchor--service {
    margin-top: 30px;
    width: min(100% - 40px, 317px);
  }
}

.page-anchor__list {
  color: #011950;
  display: flex;
  font-size: 16px;
  gap: 40px;
  justify-content: space-between;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .page-anchor__list {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

@media screen and (max-width: 768px) {
  .page-anchor--about .page-anchor__list {
    gap: 38px;
  }
}

@media screen and (max-width: 768px) {
  .page-anchor--service .page-anchor__list {
    gap: 34px;
  }
}

.page-anchor__list a {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}

.page-anchor__list a::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 7px;
  transform: translateY(-2px) rotate(45deg);
  width: 7px;
}

.page-lead__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-lead__title {
    font-size: 18px;
    line-height: 2.0555555556;
  }
}

.page-lead__text {
  font-size: 16px;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .page-lead__text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.page-lead--about {
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-lead--about {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}

.page-lead--about .page-lead__inner {
  max-width: 890px;
}

.page-lead--about .page-lead__text {
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-lead--about .page-lead__text {
    margin-top: 30px;
  }
}

.page-lead--service {
  padding-bottom: 119px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-lead--service {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.page-lead--service .page-lead__inner {
  max-width: 890px;
}

.page-lead--service .page-lead__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-lead--service .page-lead__text {
    margin-top: 30px;
  }
}

.sub-fv {
  margin-left: auto;
  margin-right: max(0px, (100vw - 1440px) / 2);
  margin-top: 156px;
  max-width: 1270px;
  position: relative;
  width: 88.1944444444%;
}
@media screen and (max-width: 768px) {
  .sub-fv {
    margin-top: 30px;
    width: calc(100% - 10px);
  }
}

.sub-fv__image {
  aspect-ratio: 1270/514;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub-fv__image {
    aspect-ratio: 365/280;
  }
}

.sub-fv__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-fv__title {
  background: #ffffff;
  left: -1px;
  min-width: 360px;
  padding: 16px 50px 53px;
  position: absolute;
  top: -1px;
  width: 39.3700787402%;
}
@media screen and (max-width: 768px) {
  .sub-fv__title {
    min-width: 0;
    padding: 18px 18px 40px;
    width: 190px;
  }
}

.sub-fv__heading {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.48;
}
@media screen and (max-width: 768px) {
  .sub-fv__heading {
    font-size: 44px;
    line-height: 1.4772727273;
  }
}

.sub-fv__subheading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .sub-fv__subheading {
    font-size: 12px;
    line-height: 1.1666666667;
    margin-top: -3px;
  }
}

.works-card {
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-gap: 50px;
  border-bottom: 1px solid #e2e2e2;
  color: inherit;
  gap: 50px;
  min-width: 0;
  padding-bottom: 50px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .works-card {
    gap: 30px;
    grid-template-columns: minmax(240px, 32%) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .works-card {
    gap: 24px;
    grid-template-columns: minmax(200px, 32%) minmax(0, 1fr);
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-card {
    gap: 18px;
    grid-template-columns: minmax(120px, 40%) 1fr;
    max-width: none;
    padding-bottom: 32px;
    width: 100%;
  }
}

.works-card__media {
  aspect-ratio: 290/229;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-card__media {
    aspect-ratio: 120/90;
  }
}

.works-card__image,
.works-card__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.works-card__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.works-card__body {
  display: flex;
  flex-direction: column;
  margin-top: -4px;
  min-width: 0;
}

.works-card__title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2083333333;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .works-card__title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .works-card__title {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 13px;
    word-wrap: anywhere;
  }
}

.works-card__title-text:not(.is-line-split),
.works-card__title-line {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size 0.3s;
}

.works-card__title-line {
  transition-delay: 0s;
}

.works-card:hover .works-card__title-text:not(.is-line-split),
.works-card:hover .works-card__title-line {
  background-size: 100% 1px;
}

.works-card:hover .works-card__title-line {
  transition-delay: calc(0 * 0.18s);
  transition-delay: calc(var(--works-card-line-index, 0) * 0.18s);
}

.works-card__text {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .works-card__text {
    word-wrap: anywhere;
  }
}
@media screen and (max-width: 1024px) {
  .works-card__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .works-card__text {
    display: none;
  }
}

.works-card__date {
  color: #a9a9a9;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-top: auto;
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .works-card__date {
    font-size: 10px;
    line-height: 1.2;
    padding-top: 12px;
  }
}

.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-inview--from-right {
  transform: translateX(30px);
}
@media screen and (max-width: 768px) {
  .js-inview--from-right {
    transform: translateY(30px);
  }
}

.js-inview--from-left {
  transform: translateX(-30px);
}
@media screen and (max-width: 768px) {
  .js-inview--from-left {
    transform: translateY(30px);
  }
}

.js-inview--from-top {
  transform: translateY(-30px);
}

.js-inview.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

/*# sourceMappingURL=style.css.map */