@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans CJK JP";
  src: url(../fonts/NotoSansCJKjp-VF.ttf) format("truetype");
  font-style: normal;
}
html {
  font-size: clamp(0.300390625rem, 0rem + 0.625vw, 0.75rem);
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: clamp(0.625rem, 0rem + 2.6667vw, 1.28rem);
  }
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body.lower-page main {
  margin-top: 0;
}

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

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

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

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", sans-serif;
}

.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/opening-animation-bg.webp) no-repeat center center/cover;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.opening-animation.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.opening-animation__earth {
  position: relative;
  width: 10rem;
  height: 10rem;
  z-index: 1;
}
.opening-animation__earth img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .opening-animation__earth {
    width: 8rem;
    height: 8rem;
  }
}
.opening-animation__plane {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  transform-origin: center;
  animation: rotate-plane 10s linear infinite;
  z-index: 2;
}
.opening-animation__plane img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .opening-animation__plane {
    width: 4rem;
    height: 4rem;
    animation: rotate-plane-sp 10s linear infinite;
  }
}

@keyframes rotate-plane {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(8rem) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(8rem) rotate(90deg);
  }
}
@keyframes rotate-plane-sp {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(6.5rem) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(6.5rem) rotate(90deg);
  }
}
.scroll-title-animation {
  position: relative;
}
.scroll-title-animation__plane {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, 50%);
  z-index: 0;
  pointer-events: none;
}
.scroll-title-animation__plane img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.scroll-title-animation__title {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.scroll-title-animation__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(3rem);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up[data-fade-duration] {
  transition-duration: var(--fade-up-duration, 0.8s);
}
.fade-up[data-fade-delay] {
  transition-delay: var(--fade-up-delay, 0s);
}

.slide-fade-left,
.slide-fade-right {
  opacity: 0;
  transform: translateX(var(--slide-fade-distance, 3rem));
  transition-property: opacity, transform;
  transition-duration: var(--slide-fade-duration, 1.2s);
  transition-delay: var(--slide-fade-delay, 0s);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.slide-fade-left {
  --slide-fade-distance: -3rem;
}

.slide-fade-right {
  --slide-fade-distance: 3rem;
}

.slide-fade-left.is-visible,
.slide-fade-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5% 2.3125% 2.5% 2.5%;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  .header__inner {
    margin-left: 0;
    padding: 1.92% 0 1.92% 1.92%;
    justify-content: flex-start;
  }
}
.header__title {
  width: 200px;
}
@media (max-width: 767px) {
  .header__title {
    width: 40%;
    position: relative;
    z-index: 102;
  }
}
.header__nav-btn {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    position: fixed;
    top: 0;
    right: 0;
    width: 14.934%;
    height: auto;
    aspect-ratio: 1/1;
    background-color: #000;
    cursor: pointer;
    z-index: 102;
    transition: background-color 0.3s ease;
  }
  .header__nav-btn:hover {
    background-color: #333;
  }
  .header__nav-btn-line {
    width: 41.08%;
    height: 0.3rem;
    background-color: #fff;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  .header__nav-btn.active .header__nav-btn-line:nth-child(1) {
    transform: translateY(0.75rem) rotate(45deg);
  }
  .header__nav-btn.active .header__nav-btn-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .header__nav-btn.active .header__nav-btn-line:nth-child(3) {
    transform: translateY(-0.75rem) rotate(-45deg);
  }
}
.header__nav {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: stretch;
}
@media (max-width: 767px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #0047ce 0%, #0036a3 100%);
    gap: 0;
    align-items: center;
    justify-content: center;
    transform: translateX(100vw);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 101;
    overflow: hidden;
  }
}
.header__nav.active {
  transform: translateX(0);
}
.header__nav-list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav-list {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .header__nav-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .header__nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .header__nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .header__nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header__nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .header__nav-item:nth-child(5) {
    transition-delay: 0.5s;
  }
}
.header__nav-item:last-child .header__nav-link::after {
  display: none;
}
.header__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 1em;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header__nav-link {
    font-size: 2rem;
    font-weight: 500;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .header__nav-link:active {
    transform: translateY(-2px);
  }
}
.header__nav-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .header__nav-link::after {
    display: none;
  }
}
.header__nav.active .header__nav-item {
  opacity: 1;
  transform: translateY(0);
}

.lower-page .header__inner {
  padding: 2.25% 2.3125% 2.25% 2.5%;
}
@media (max-width: 767px) {
  .lower-page .header__inner {
    padding: 2.934% 2.934% 5.334%;
  }
}
.lower-page .header__nav-link {
  color: #000;
}
@media (max-width: 767px) {
  .lower-page .header__nav-link {
    color: #fff;
  }
}
.lower-page .header__nav-link::after {
  background-color: #000;
}

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

.footer {
  background-color: #0047ce;
  padding: 4.3125% 0 1.6875%;
}
@media (max-width: 767px) {
  .footer {
    padding: 10.67% 0 11.2%;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    width: 94.934%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 10.5%;
  }
}
.footer__logo {
  width: 250px;
  margin: 0 auto 4.75%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 100px;
    margin: initial;
  }
}
.footer__nav {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-bottom: 0;
    height: 105px;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 35px;
    height: 100%;
  }
}
.footer__nav-item:nth-last-of-type(2) .footer__nav-link::after {
  display: none;
}
.footer__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 1em;
  position: relative;
}
@media (max-width: 767px) {
  .footer__nav-link {
    display: block;
    font-size: 13px;
    padding: 0;
  }
}
.footer__nav-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer__nav-link::after {
    display: none;
  }
}
.footer__privacy-policy {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin-right: 34px;
}
@media (max-width: 767px) {
  .footer__privacy-policy {
    display: none;
  }
}

.top .fv {
  aspect-ratio: 1600/1085;
  position: relative;
}
@media (max-width: 767px) {
  .top .fv {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top .fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top .fv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.top .fv__title {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.375;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .top .fv__title {
    font-size: 2.8rem;
  }
}
.top .collage {
  margin-top: -5.1%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1600/1537;
  background-color: #0047ce;
}
@media (max-width: 767px) {
  .top .collage {
    margin-top: 0;
    aspect-ratio: initial;
    width: 100%;
    height: 100vh;
  }
}
.top .collage__img {
  position: absolute;
}
.top .collage__img--1 {
  width: 80.4rem;
  top: -9.4rem;
  left: 3.48rem;
}
@media (max-width: 767px) {
  .top .collage__img--1 {
    width: 20rem;
    top: -2rem;
    left: -1.1rem;
  }
}
.top .collage__img--2 {
  width: 59.3rem;
  top: 12.3rem;
  right: 4.5rem;
}
@media (max-width: 767px) {
  .top .collage__img--2 {
    width: 18.7rem;
    top: 8.35rem;
    right: 0.85rem;
  }
}
.top .collage__img--3 {
  width: 45rem;
  top: 54rem;
  left: 13.8rem;
}
@media (max-width: 767px) {
  .top .collage__img--3 {
    width: 18.15rem;
    top: 18.7rem;
    left: 1.5rem;
  }
}
.top .collage__img--4 {
  width: 107.7rem;
  bottom: 17.9rem;
  right: -31.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .collage__img--4 {
    width: 26.7rem;
    bottom: 17.2rem;
    right: -8.05rem;
  }
}
.top .collage__img--5 {
  width: 51.7rem;
  bottom: -3.8rem;
  left: -4.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .collage__img--5 {
    width: 12.8rem;
    bottom: 0;
    left: -2.98rem;
  }
}
.top .collage__img--6 {
  width: 73.9rem;
  bottom: 13rem;
  left: 18.3rem;
}
@media (max-width: 767px) {
  .top .collage__img--6 {
    width: 18.35rem;
    bottom: 10.2rem;
    left: 2.55rem;
  }
}
.top .vision {
  padding-bottom: 5.625%;
}
@media (max-width: 767px) {
  .top .vision {
    padding-bottom: 9.334%;
  }
}
.top .vision__title {
  font-size: 27.7rem;
  font-weight: 500;
  line-height: 1;
  color: #0047ce;
  text-align: center;
}
@media (max-width: 767px) {
  .top .vision__title {
    font-size: 6.4rem;
  }
}
.top .vision__inner {
  max-width: 910px;
  width: 90%;
  margin: 4% auto;
}
@media (max-width: 767px) {
  .top .vision__inner {
    width: 94.934%;
    margin: 10.67% auto 0;
  }
}
.top .vision__subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 7.523%;
}
@media (max-width: 767px) {
  .top .vision__subtitle {
    font-size: 25px;
    margin-bottom: 12.08%;
  }
}
.top .vision__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.5%;
}
@media (max-width: 767px) {
  .top .vision__content {
    flex-direction: column-reverse;
    gap: 12.08%;
  }
}
.top .vision__content__img {
  width: 23.54%;
}
@media (max-width: 767px) {
  .top .vision__content__img {
    width: 44.103%;
    margin: 9.976% auto 0;
  }
}
.top .vision__content__text {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .top .vision__content__text {
    font-size: 13px;
  }
}
.top .mission__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 1600/517;
  background: url(../img/top/mission-title-bg.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top .mission__title-wrapper {
    aspect-ratio: 750/339;
  }
}
.top .mission__title {
  font-size: 27.7rem;
  font-weight: 500;
  line-height: 0.9;
  color: #0047ce;
  text-align: center;
}
@media (max-width: 767px) {
  .top .mission__title {
    font-size: 8.9rem;
  }
}
.top .mission__inner {
  background: url(../img/top/mission-bg.webp) no-repeat center center/cover;
  padding: 7% 0 10.75%;
}
@media (max-width: 767px) {
  .top .mission__inner {
    padding: 8.534% 0 29.07%;
    background: #fbfbfd;
    position: relative;
  }
}
.top .mission__subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 5.938%;
}
@media (max-width: 767px) {
  .top .mission__subtitle {
    font-size: 25px;
    margin-bottom: 13.87%;
    position: relative;
    z-index: 1;
  }
}
.top .mission__content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.5%;
}
@media (max-width: 767px) {
  .top .mission__content {
    width: 76.27%;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
}
.top .mission__content__item {
  position: relative;
  width: 46.6rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .top .mission__content__item {
    width: 100%;
    padding-top: 11.19%;
  }
}
.top .mission__content__item::before {
  content: "";
  background: url(../img/top/mission-item-bg.webp) no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  aspect-ratio: 353/134;
}
@media (max-width: 767px) {
  .top .mission__content__item::before {
    width: 100%;
  }
}
.top .mission__content__item__number {
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  color: #0047ce;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top .mission__content__item__number {
    font-size: 82px;
    margin-bottom: 0;
  }
}
.top .mission__content__item__title {
  font-size: 4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-feature-settings: "palt";
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .mission__content__item__title {
    font-size: 23px;
    padding-bottom: 5.945%;
    margin-bottom: 5.945%;
  }
}
.top .mission__content__item__title::after {
  content: "";
  background-color: #000;
  width: 5.7rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top .mission__content__item__title::after {
    width: 4.6rem;
  }
}
.top .mission__content__item__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .top .mission__content__item__text {
    font-size: 13px;
  }
}
.top .mission__content__item:nth-child(1) .mission__content__item__title {
  margin-left: -2%;
}
@media (max-width: 767px) {
  .top .mission__content__item:nth-child(1) .mission__content__item__title {
    margin-left: 0;
  }
}
.top .mission__content__item:nth-child(1) .mission__content__item__title::after {
  left: 57%;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .top .mission__content__item:nth-child(1) .mission__content__item__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top .mission__content__item:nth-child(2) {
  margin-top: 25.3rem;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .top .mission__content__item:nth-child(2) {
    margin-top: 10.49%;
    margin-left: 0;
  }
}
.top .mission__content__item:nth-child(3) {
  margin-top: 45rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .top .mission__content__item:nth-child(3) {
    margin-top: 10.49%;
    margin-left: 0;
  }
}
.top .mission__deco {
  display: none;
}
@media (max-width: 767px) {
  .top .mission__deco {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
.top .mission__deco-1 {
  top: 0;
  left: 0;
}
.top .mission__deco-2 {
  bottom: 0;
  left: 0;
}
.top .news {
  background-color: #0047ce;
  padding: 5.495% 0;
}
@media (max-width: 767px) {
  .top .news {
    padding: 13.87% 0;
  }
}
.top .news__inner {
  max-width: 1130px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22rem;
}
@media (max-width: 767px) {
  .top .news__inner {
    width: 94.934%;
    flex-direction: column;
    gap: 3.8rem;
  }
}
.top .news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .top .news__header {
    gap: 3.7rem;
  }
}
.top .news__title {
  font-size: 7.16rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .top .news__title {
    font-size: 5.8rem;
  }
}
.top .news__more {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
}
@media (max-width: 767px) {
  .top .news__more {
    font-size: 15px;
    gap: 1.4rem;
  }
}
.top .news__more img {
  width: 1.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .top .news__more img {
    width: 1rem;
  }
}
.top .news__more:hover {
  opacity: 0.7;
}
.top .news__content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.4rem 9.9rem;
}
@media (max-width: 767px) {
  .top .news__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1rem 5.6rem;
  }
}
.top .news__item {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s ease;
}
.top .news__item:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
.top .news__item:hover .news__item__img img {
  transform: scale(1.05);
}
.top .news__item__img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .top .news__item__img {
    margin-bottom: 10px;
  }
}
.top .news__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.top .news__item__date {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 7.8px;
}
@media (max-width: 767px) {
  .top .news__item__date {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
}
.top .news__item__title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .news__item__title {
    font-size: 1.3rem;
  }
}
.top .news__no-posts {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .top .service {
    padding: 8% 0;
  }
}
.top .service__title {
  font-size: 27.7rem;
  font-weight: 500;
  color: #0047ce;
  text-align: center;
}
@media (max-width: 767px) {
  .top .service__title {
    font-size: 9.2rem;
    margin-bottom: 8%;
  }
}
.top .service__subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 7.418%;
}
@media (max-width: 767px) {
  .top .service__subtitle {
    font-size: 25px;
    margin-bottom: 8.8%;
  }
}
.top .service__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 4.5%;
}
.top .service__item {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.8%;
  position: relative;
}
@media (max-width: 767px) {
  .top .service__item {
    width: 100%;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.top .service__item__content {
  width: 40%;
}
@media (max-width: 767px) {
  .top .service__item__content {
    width: 94.934%;
    margin: 0 auto;
  }
}
.top .service__item__img {
  width: 53.82%;
  max-width: 775px;
}
@media (max-width: 767px) {
  .top .service__item__img {
    width: 100%;
  }
}
.top .service__item__title {
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 0.86;
  color: #f6f6f6;
  margin-bottom: 7.3%;
}
@media (max-width: 767px) {
  .top .service__item__title {
    font-size: 5.8rem;
    margin-bottom: 9.834%;
  }
}
.top .service__item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  margin-bottom: 9.5343%;
}
@media (max-width: 767px) {
  .top .service__item__text {
    font-size: 13px;
    margin-bottom: 7.867%;
    font-feature-settings: "palt";
  }
}
.top .service__item__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0047ce;
  margin-left: 10%;
  padding: 2.7% 13.017% 2.7% 10.51%;
  border-radius: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .service__item__link {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 4.7% 17.135% 4.7% 14.33%;
  }
}
.top .service__item__link::after {
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
  width: 1.3rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 10.77%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .service__item__link::after {
    width: 1rem;
    height: 2rem;
    right: 10.77%;
  }
}
.top .service__item__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-45%);
  width: 100vw;
  z-index: -1;
  top: 50%;
}
@media (max-width: 767px) {
  .top .service__item__bg {
    top: initial;
    bottom: -21%;
    transform: translateX(-50%);
  }
}
.top .service__item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: end;
  margin: 8% 0 8% auto;
  gap: 2.7%;
}
@media (max-width: 767px) {
  .top .service__item:nth-child(even) {
    margin: 12.27% 0 12.27% auto;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.top .service__item:nth-child(even) .service__item__content {
  width: 42%;
}
@media (max-width: 767px) {
  .top .service__item:nth-child(even) .service__item__content {
    width: 94.934%;
  }
}
@media (max-width: 767px) {
  .top .service__item:nth-child(even) .service__item__title {
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .top .service__item:nth-child(3) .service__item__title {
    font-size: 5.3rem;
  }
}
.top .service__item:nth-child(4) {
  margin: 8% 0 5.188% auto;
}
@media (max-width: 767px) {
  .top .service__item:nth-child(4) {
    margin: 12.27% 0 5.6% auto;
  }
}
.top .service__item:nth-child(4) .service__item__content {
  width: 37%;
}
@media (max-width: 767px) {
  .top .service__item:nth-child(4) .service__item__content {
    width: 94.934%;
  }
}
@media (max-width: 767px) {
  .top .service__item:nth-child(4) .service__item__title {
    font-size: 5.3rem;
  }
}
.top .partner {
  background: url(../img/top/partner-bg.webp) no-repeat center center/cover;
  padding: 4.375% 0 7.125%;
}
@media (max-width: 767px) {
  .top .partner {
    padding: 4% 0 8%;
  }
}
.top .partner__title {
  font-size: 14.7rem;
  font-weight: 500;
  color: #0047ce;
  text-align: center;
  margin-bottom: 2.813%;
}
@media (max-width: 767px) {
  .top .partner__title {
    font-size: 6.3rem;
    text-align: left;
    line-height: 0.9;
    padding-left: 2%;
    margin-bottom: 9.334%;
  }
}
.top .partner__subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  padding: 17px 52px 17px 0;
  width: 28.625%;
  color: #fff;
  background-color: #0047ce;
  margin-bottom: 4.375%;
}
@media (max-width: 767px) {
  .top .partner__subtitle {
    font-size: 13px;
    padding: 13px 43px 13px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    width: 46.134%;
    margin-bottom: 5.334%;
  }
}
.top .partner__slider {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto 5.625%;
}
@media (max-width: 767px) {
  .top .partner__slider {
    width: 94.934%;
    margin-bottom: 5.334%;
  }
}
.top .partner__slider .slick-track {
  display: flex;
  align-items: center;
}
.top .partner__slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .top .partner__slider .slick-slide {
    padding: 0 1.6rem;
  }
}
.top .partner__slider .slick-slide img {
  display: block;
  width: auto;
}
.top .partner__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}
@media (max-width: 767px) {
  .top .partner__slide {
    min-width: 120px;
  }
}
.top .partner__slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.top .partner__slider--reverse, .top .partner__slider--reverse .slick-track {
  direction: rtl;
}
.top .partner__slider--reverse .partner__slide {
  direction: ltr;
}
.top .partner__list {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto 5.625%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .top .partner__list {
    width: 94.934%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.top .partner__list:nth-of-type(2) {
  margin-bottom: 0;
}
.top .partner__list__item {
  width: 17%;
}
@media (max-width: 767px) {
  .top .partner__list__item {
    width: 33.334%;
  }
}
.top .products {
  background-color: #333;
  padding: 6.25% 0 7.1876%;
}
@media (max-width: 767px) {
  .top .products {
    padding: 11.334% 0 11.067%;
  }
}
.top .products__title {
  font-size: 14.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 5.5%;
}
@media (max-width: 767px) {
  .top .products__title {
    font-size: 6.4rem;
    margin-bottom: 7.2%;
  }
}
.top .products__subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 6.125%;
}
@media (max-width: 767px) {
  .top .products__subtitle {
    font-size: 25px;
    margin-bottom: 11.067%;
  }
}
.top .products__item:first-of-type {
  margin-bottom: 10.4376%;
}
@media (max-width: 767px) {
  .top .products__item:first-of-type {
    margin-bottom: 9.867%;
  }
}
.top .products__item__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5.7%;
  margin-bottom: 2.125%;
  max-width: 1252px;
  width: 78.25%;
}
@media (max-width: 767px) {
  .top .products__item__content {
    width: 94.667%;
    max-width: initial;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
  }
}
.top .products__item__content__img {
  width: 61.901%;
}
@media (max-width: 767px) {
  .top .products__item__content__img {
    width: 100%;
    margin-bottom: 3.381%;
  }
}
.top .products__item__content__text {
  flex: 1;
}
@media (max-width: 767px) {
  .top .products__item__content__text.pc {
    display: none;
  }
}
.top .products__item__content__text.sp {
  display: none;
}
@media (max-width: 767px) {
  .top .products__item__content__text.sp {
    display: block;
  }
}
.top .products__item__content__text__detail {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 17.997%;
}
@media (max-width: 767px) {
  .top .products__item__content__text__detail {
    font-size: 13px;
    width: 94.667%;
    margin: 0 auto 8.267%;
  }
}
.top .products__item__content__text__link {
  font-size: 18px;
  font-weight: 700;
  color: #0047ce;
  padding: 6.904% 19.23% 6.904% 15.286%;
  background-color: #fff;
  border-radius: 38px;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .top .products__item__content__text__link {
    font-size: 14.5px;
    padding: 5.867% 16.267% 5.867% 13.6%;
    border-radius: 60px;
  }
}
.top .products__item__content__text__link::after {
  content: "";
  background: url(../img/common/arrow-right-color.svg) no-repeat center center/contain;
  width: 1.3rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 10.77%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .products__item__content__text__link::after {
    width: 1rem;
    height: 4.1rem;
    right: 10.77%;
  }
}
.top .products__item__example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.7%;
  max-width: 1400px;
  width: 87.5;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .products__item__example {
    width: 94.667%;
    max-width: initial;
    flex-wrap: wrap;
    margin: 0 auto 8.8%;
    row-gap: 1.6rem;
  }
}
.top .products__item__example img {
  width: 23.43%;
}
@media (max-width: 767px) {
  .top .products__item__example img {
    width: 47.889%;
  }
}
.top .products__item:last-of-type .products__item__content {
  margin: 0 0 0 auto;
  margin-bottom: 2.125%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top .products__item:last-of-type .products__item__content {
    margin: 0 auto;
  }
}
.top .contact {
  background-color: #f6f6f6;
  padding: 6.875% 0 5.625%;
}
@media (max-width: 767px) {
  .top .contact {
    padding: 14.134% 0 12.8%;
  }
}
.top .contact__title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 2.75%;
}
@media (max-width: 767px) {
  .top .contact__title {
    font-size: 24px;
    margin-bottom: 9.334%;
  }
}
.top .contact__text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 4.813%;
}
@media (max-width: 767px) {
  .top .contact__text {
    font-size: 13px;
    margin-bottom: 17.334%;
  }
}
.top .contact__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .contact__inner {
    width: 94.934%;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 3.2%;
  gap: 22px;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-row {
    flex-direction: column;
    margin-bottom: 10.395%;
    gap: 12px;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-row label {
  font-size: 16px;
  font-weight: 500;
  width: 130px;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-row label {
    font-size: 13px;
    width: 100%;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-textarea {
  align-items: flex-start;
}
.top .contact .wpcf7 .wpcf7-form .form-textarea label {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-textarea label {
    margin-top: 0;
  }
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding: 1.5rem;
  font-size: 16px;
  background-color: #fff;
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  outline: none;
  border-color: #0047ce;
  box-shadow: 0 0 0 2px rgba(0, 71, 206, 0.1);
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
  margin-bottom: 9.3%;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    min-height: 100px;
    margin-bottom: 3.934%;
  }
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 4px;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-submit {
  position: relative;
  width: 43.2%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-submit {
    width: 100%;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-submit::after {
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
  width: 1.3rem;
  height: 2.5rem;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-submit::after {
    width: 1rem;
    height: 2rem;
  }
}
.top .contact .wpcf7 .wpcf7-form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .contact .wpcf7 .wpcf7-form .form-submit .wpcf7-spinner {
    top: initial;
    bottom: -40%;
    transform: translateY(0);
    right: 0;
  }
}
.top .contact .wpcf7 .wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0047ce;
  color: #fff;
  width: 100%;
  padding: 6.485% 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.top .contact .wpcf7 .wpcf7-response-output {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}
.top .contact .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.top .contact .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.top .company__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 1600/610;
  background: url(../img/top/company-title-bg.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top .company__title-wrapper {
    aspect-ratio: 750/446;
  }
}
.top .company__title {
  font-size: 16.2rem;
  line-height: 0.8;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top .company__title {
    font-size: 6.4rem;
    line-height: 0.9;
    text-align: left;
    width: 94.934%;
    margin: 0 auto 4%;
  }
}
.top .company__inner {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5.625% 0 6.875%;
}
@media (max-width: 767px) {
  .top .company__inner {
    width: 94.934%;
    padding: 7.47% 0 9.334%;
  }
}
.top .company__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.3%;
  padding-bottom: 2.2%;
  margin-bottom: 2.5%;
  border-bottom: 1px dashed #000;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .top .company__text {
    font-size: 13px;
    padding-bottom: 5.34%;
    margin-bottom: 5.06%;
    gap: 18px;
  }
}
.top .company__text:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top .company__text span:first-of-type {
  width: 70px;
}
@media (max-width: 767px) {
  .top .company__text span:first-of-type {
    width: 50px;
  }
}
.top .company__text span:last-of-type {
  flex: 1;
}
.top .map {
  aspect-ratio: 1600/590;
}
@media (max-width: 767px) {
  .top .map {
    aspect-ratio: 750/565;
  }
}
.top .map__iframe {
  width: 100%;
  height: 100%;
}

.business__fv__title {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__content {
  padding: 8% 0;
}
@media (max-width: 767px) {
  .business__content {
    padding: 10.402% 0;
  }
}
.business__content__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5%;
  margin-left: 2%;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .business__content__title {
    flex-wrap: wrap;
    margin-bottom: 9.734%;
  }
}
.business__content__title__number {
  font-size: 27.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0047ce;
}
@media (max-width: 767px) {
  .business__content__title__number {
    font-size: 7.9rem;
    line-height: 0.86;
    margin-right: 2%;
  }
}
.business__content__title__text {
  flex: 1;
}
.business__content__title__text__subTitle {
  font-size: 7.5rem;
  line-height: 0.9;
  font-weight: 500;
  color: #efefef;
  padding-bottom: 1.5%;
  margin-bottom: 2%;
  border-bottom: 1px solid #0047ce;
}
@media (max-width: 767px) {
  .business__content__title__text__subTitle {
    font-size: 2.5rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.business__content__title__text__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 0.86;
  color: #0047ce;
}
@media (max-width: 767px) {
  .business__content__title__text__title {
    display: none;
  }
}
.business__content__title__title {
  display: none;
}
@media (max-width: 767px) {
  .business__content__title__title {
    display: block;
    width: 100%;
    border-top: 1px solid #0047ce;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0047ce;
    padding-top: 4.083%;
    margin-top: 4.083%;
  }
}
.business__content__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.063%;
}
@media (max-width: 767px) {
  .business__content__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.334%;
  }
}
.business__content__item__text {
  flex: 1;
  margin-top: 4%;
}
@media (max-width: 767px) {
  .business__content__item__text {
    width: 100%;
    margin-top: 0;
  }
}
.business__content__item__text__title {
  font-size: 3rem;
  font-weight: 500;
  font-feature-settings: "palt";
  padding: 14px;
  padding-right: 8.5%;
  margin-bottom: 5.876%;
  background-color: #0047ce;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  .business__content__item__text__title {
    font-size: 2rem;
    text-align: center;
    padding: 4% 0;
    padding-right: 0;
    margin-bottom: 4.934%;
  }
}
.business__content__item__text__title--left {
  text-align: left;
  padding-left: 37.5%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .business__content__item__text__title--left {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.business__content__item__text__text {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 2;
  color: #606060;
  width: 85%;
  max-width: 430px;
  margin: 0 8.75% 0 auto;
}
@media (max-width: 767px) {
  .business__content__item__text__text {
    width: 95.067%;
    max-width: none;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
  }
}
.business__content__item__text__list {
  margin: 3.75% auto 0 8.75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .business__content__item__text__list {
    width: 95.067%;
    margin: 4% auto 0;
  }
}
.business__content__item__text__list__item {
  font-size: 23px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #0047ce;
  padding: 4px;
  background-color: #e5ecfa;
}
@media (max-width: 767px) {
  .business__content__item__text__list__item {
    font-size: 19px;
    padding: 6px;
  }
}
.business__content__item__img {
  width: 50%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .business__content__item__img {
    width: 100%;
    max-width: none;
    margin: 0 auto 6.667%;
  }
}
.business__content__item--reverse {
  flex-direction: row-reverse;
  justify-content: end;
}
@media (max-width: 767px) {
  .business__content__item--reverse {
    flex-direction: column;
    align-items: center;
  }
}
.business__content__item--reverse .business__content__item__text__title {
  text-align: left;
  padding: 14px;
  padding-left: 8.5%;
  margin-bottom: 5.876%;
}
@media (max-width: 767px) {
  .business__content__item--reverse .business__content__item__text__title {
    text-align: center;
    padding: 4% 0;
    margin-bottom: 4.934%;
  }
}
.business__content__item--reverse .business__content__item__text__text {
  margin: 0 auto 0 8.75%;
}
@media (max-width: 767px) {
  .business__content__item--reverse .business__content__item__text__text {
    margin: 0 auto;
  }
}
.business__content__slider {
  width: 100%;
  margin: 0 auto 8.313%;
  overflow: hidden;
  position: relative;
}
.business__content__grid__img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 9.625%;
}
@media (max-width: 767px) {
  .business__content__grid__img {
    width: 95.067%;
    max-width: none;
    margin: 0 auto 11.567%;
  }
}
.business__content__grid__img img {
  width: 31.6%;
}
@media (max-width: 767px) {
  .business__content__grid__img img {
    width: 48.389%;
  }
}
.business__content__grid__img img:nth-child(1), .business__content__grid__img img:nth-child(2), .business__content__grid__img img:nth-child(3) {
  margin-bottom: 2.6%;
}
@media (max-width: 767px) {
  .business__content__grid__img img:nth-child(1), .business__content__grid__img img:nth-child(2), .business__content__grid__img img:nth-child(3) {
    margin-bottom: 2.245%;
  }
}
.business__content__achievement {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business__content__achievement {
    width: 95.067%;
    max-width: none;
    flex-direction: column;
  }
}
.business__content__achievement__item {
  width: 47.9%;
}
@media (max-width: 767px) {
  .business__content__achievement__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .business__content__achievement__item:first-of-type {
    margin-bottom: 5.892%;
  }
}
.business__content__achievement__item__img {
  margin-bottom: 5.43%;
}
@media (max-width: 767px) {
  .business__content__achievement__item__img {
    margin-bottom: 2.53%;
  }
}
.business__content__achievement__item__title {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #0047ce;
  margin-bottom: 4.804%;
}
@media (max-width: 767px) {
  .business__content__achievement__item__title {
    font-size: 16px;
    margin-bottom: 2.385%;
  }
}
.business__content__achievement__item__text {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #606060;
  line-height: 2;
}
@media (max-width: 767px) {
  .business__content__achievement__item__text {
    font-size: 13px;
  }
}
.business__content__achievement-list {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 6.25%;
}
@media (max-width: 767px) {
  .business__content__achievement-list {
    width: 95.067%;
    max-width: none;
    flex-direction: column;
    margin: 0 auto 15.067%;
  }
}
.business__content__achievement-list__item {
  width: 46.3%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .business__content__achievement-list__item:first-of-type {
    margin-bottom: 7.575%;
  }
}
.business__content__achievement-list__item__title {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #0047ce;
  margin-bottom: 2.81%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__title {
    font-size: 16px;
    margin-bottom: 2.245%;
  }
}
.business__content__achievement-list__item__text1 {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #606060;
  margin-bottom: 5.616%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__text1 {
    font-size: 13px;
    margin-bottom: 2.946%;
  }
}
.business__content__achievement-list__item__subTitle {
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #606060;
  background-color: #efefef;
  padding: 1.458% 2.16%;
  margin-bottom: 3.456%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__subTitle {
    font-size: 13px;
    padding: 1.544% 1.965%;
    margin-bottom: 2.946%;
  }
}
.business__content__achievement-list__item__list {
  margin-bottom: 6.48%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__list {
    margin-bottom: 4%;
  }
}
.business__content__achievement-list__item__list__item {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #606060;
  display: flex;
  margin-bottom: 2.16%;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__list__item {
    font-size: 13px;
    margin-bottom: 2%;
  }
}
.business__content__achievement-list__item__list__item:last-of-type {
  margin-bottom: 0;
}
.business__content__achievement-list__item__list__item::before {
  content: "・";
  color: #0047ce;
}
.business__content__achievement-list__item__text2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  font-feature-settings: "palt";
  color: #606060;
}
@media (max-width: 767px) {
  .business__content__achievement-list__item__text2 {
    font-size: 13px;
  }
}
.business__content--1 {
  padding-bottom: 0;
}
.business__content--2 {
  padding-top: 5.563%;
  padding-bottom: 0;
}
.business__content--3 {
  padding-top: 0;
}
.business__content--4 {
  padding-top: 2%;
  padding-bottom: 3.75%;
}
.business__content--4 .business__content__achievement {
  margin-bottom: 6.25%;
}

.business-slider {
  width: 100%;
  margin: 0 auto 8.313%;
}
.business-slider__item {
  padding: 0 5px;
}
.business-slider__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-slider .slick-slide {
  margin: 0;
}
.business-slider .slick-list {
  margin: 0 -5px;
}
.business-slider .slick-track {
  display: flex;
  align-items: center;
}

.news-detail {
  padding: 4.625% 0 8.625%;
}
@media (max-width: 767px) {
  .news-detail {
    padding: 8.267% 0 15.734%;
  }
}
.news-detail__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-detail__inner {
    width: 94.934%;
  }
}
.news-detail__title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 7.7%;
}
@media (max-width: 767px) {
  .news-detail__title {
    font-size: 25px;
    margin-bottom: 12.642%;
  }
}
.news-detail__filter {
  margin-bottom: 6.5%;
}
@media (max-width: 767px) {
  .news-detail__filter {
    margin-bottom: 12.22%;
  }
}
.news-detail__filter-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.4%;
}
@media (max-width: 767px) {
  .news-detail__filter-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.8rem;
    margin-bottom: 11.94%;
  }
}
.news-detail__filter-tab {
  padding: 1.1rem 0;
  background-color: #c9d8f5;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease;
  width: 13.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .news-detail__filter-tab {
    width: 31.743%;
    padding: 2.44% 0;
    font-size: 14px;
  }
}
.news-detail__filter-tab:hover {
  background-color: #0047ce;
  color: #fff;
}
.news-detail__filter-tab.active {
  background-color: #0047ce;
  color: #fff;
}
.news-detail__article {
  width: 100%;
}
.news-detail__header {
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  .news-detail__header {
    margin-bottom: 3.512%;
  }
}
.news-detail__thumbnail {
  margin-bottom: 4.4%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-detail__thumbnail {
    margin-bottom: 5.057%;
  }
}
.news-detail__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail__meta {
  margin-bottom: 1%;
}
@media (max-width: 767px) {
  .news-detail__meta {
    margin-bottom: 0;
  }
}
.news-detail__date {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-detail__date {
    font-size: 11px;
  }
}
.news-detail__article-title {
  font-size: 30px;
  line-height: 1.75;
  font-weight: 500;
  color: #0047ce;
}
@media (max-width: 767px) {
  .news-detail__article-title {
    font-size: 16.5px;
  }
}
.news-detail__content {
  font-size: 16px;
  line-height: 2;
  color: #606060;
  margin-bottom: 12%;
}
@media (max-width: 768px) {
  .news-detail__content {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 16.855%;
  }
}
.news-detail__content h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 48px 0 24px;
  padding-bottom: 12px;
}
.news-detail__content h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .news-detail__content h2 {
    font-size: 22px;
    margin: 40px 0 20px;
  }
}
.news-detail__content h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
  color: #1f2937;
  position: relative;
  padding-left: 16px;
}
.news-detail__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #0047ce;
}
@media (max-width: 768px) {
  .news-detail__content h3 {
    font-size: 19px;
    margin: 32px 0 16px;
  }
}
.news-detail__content h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 32px 0 16px;
  color: #374151;
}
@media (max-width: 768px) {
  .news-detail__content h4 {
    font-size: 17px;
    margin: 28px 0 14px;
  }
}
.news-detail__content p {
  margin-bottom: 24px;
}
.news-detail__content p:last-child {
  margin-bottom: 0;
}
.news-detail__content a {
  color: #0047ce;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.news-detail__content a:hover {
  opacity: 0.7;
}
.news-detail__content ul,
.news-detail__content ol {
  margin: 24px 0;
  padding-left: 1.5em;
}
.news-detail__content ul li,
.news-detail__content ol li {
  margin-bottom: 12px;
}
.news-detail__content ul li:last-child,
.news-detail__content ol li:last-child {
  margin-bottom: 0;
}
.news-detail__content ul {
  list-style-type: disc;
}
.news-detail__content ol {
  list-style-type: decimal;
}
.news-detail__content blockquote {
  margin: 32px 0;
  padding: 24px;
  background-color: #f8f9fa;
  border-left: 4px solid #0047ce;
  font-style: italic;
  color: #4b5563;
}
@media (max-width: 768px) {
  .news-detail__content blockquote {
    margin: 24px 0;
    padding: 20px;
  }
}
.news-detail__content img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .news-detail__content img {
    margin: 24px 0;
  }
}
.news-detail__content figure {
  margin: 32px 0;
}
.news-detail__content figure img {
  margin: 0;
}
.news-detail__content figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}
@media (max-width: 768px) {
  .news-detail__content figure {
    margin: 24px 0;
  }
}
.news-detail__content table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 15px;
}
.news-detail__content table th,
.news-detail__content table td {
  padding: 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
}
.news-detail__content table th {
  background-color: #f3f4f6;
  font-weight: 600;
  color: #1f2937;
}
@media (max-width: 768px) {
  .news-detail__content table {
    font-size: 14px;
    margin: 24px 0;
  }
  .news-detail__content table th,
  .news-detail__content table td {
    padding: 10px 8px;
  }
}
.news-detail__content code {
  padding: 2px 6px;
  background-color: #f3f4f6;
  color: #0047ce;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  border-radius: 3px;
}
.news-detail__content pre {
  margin: 32px 0;
  padding: 20px;
  background-color: #1f2937;
  color: #f9fafb;
  border-radius: 6px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
}
.news-detail__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
}
@media (max-width: 768px) {
  .news-detail__content pre {
    margin: 24px 0;
    padding: 16px;
    font-size: 13px;
  }
}
.news-detail__content hr {
  margin: 48px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .news-detail__content hr {
    margin: 36px 0;
  }
}
.news-detail__content .wp-block-embed {
  margin: 32px 0;
}
.news-detail__content .wp-block-embed iframe {
  max-width: 100%;
}
.news-detail__navigation {
  text-align: center;
}
.news-detail__back {
  display: inline-flex;
  align-items: center;
  padding: 13px 30px;
  background-color: #0047ce;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 23px;
  transition: all 0.3s ease;
}
.news-detail__back:hover {
  background-color: #0047ce;
  color: #fff;
}
@media (max-width: 768px) {
  .news-detail__back {
    padding: 10px 26px;
    font-size: 15px;
  }
}

.lower-page .news-archive {
  padding: 4.625% 0 6.125%;
}
@media (max-width: 767px) {
  .lower-page .news-archive {
    padding: 8.267% 0 12.667%;
  }
}
.lower-page .news-archive__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lower-page .news-archive__inner {
    width: 94.934%;
  }
}
.lower-page .news-archive__title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 7.7%;
}
@media (max-width: 767px) {
  .lower-page .news-archive__title {
    font-size: 25px;
    margin-bottom: 12.642%;
  }
}
.lower-page .news-archive__filter {
  margin-bottom: 6.5%;
}
@media (max-width: 767px) {
  .lower-page .news-archive__filter {
    margin-bottom: 11.236%;
  }
}
.lower-page .news-archive__filter-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.4%;
}
@media (max-width: 767px) {
  .lower-page .news-archive__filter-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.8rem;
    margin-bottom: 11.94%;
  }
}
.lower-page .news-archive__filter-tab {
  padding: 1.1rem 0;
  background-color: #c9d8f5;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease;
  width: 13.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .lower-page .news-archive__filter-tab {
    width: 31.743%;
    padding: 2.44% 0;
    font-size: 14px;
  }
}
.lower-page .news-archive__filter-tab:hover {
  background-color: #0047ce;
  color: #fff;
}
.lower-page .news-archive__filter-tab.active {
  background-color: #0047ce;
  color: #fff;
}
.lower-page .news-archive__filter-current {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #3c3c3c;
  position: relative;
}
@media (max-width: 767px) {
  .lower-page .news-archive__filter-current {
    font-size: 19.5px;
  }
}
.lower-page .news-archive__filter-current span {
  background-color: #fff;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .lower-page .news-archive__filter-current span {
    padding: 0 1.45rem;
  }
}
.lower-page .news-archive__filter-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #0047ce;
  z-index: -1;
}
.lower-page .news-archive__item:first-child .news-archive__item-link {
  padding-top: 0;
}
.lower-page .news-archive__item:last-child .news-archive__item-link {
  border-bottom: none;
}
@media (max-width: 767px) {
  .lower-page .news-archive__item:last-child .news-archive__item-link {
    border-bottom: 1px dashed #999;
  }
}
.lower-page .news-archive__item-link {
  display: flex;
  align-items: flex-start;
  gap: 2.6%;
  padding: 2.5% 0;
  border-bottom: 1px dashed #999;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .lower-page .news-archive__item-link {
    gap: 5.7%;
    padding: 6.603% 0px;
  }
}
.lower-page .news-archive__item-link:hover {
  background-color: rgba(0, 71, 206, 0.02);
}
.lower-page .news-archive__item-img {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-page .news-archive__item-img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.lower-page .news-archive__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-page .news-archive__item-content {
  flex: 1;
  min-width: 0;
}
.lower-page .news-archive__item-meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .lower-page .news-archive__item-meta {
    align-items: flex-start;
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.lower-page .news-archive__item-title {
  font-size: 18px;
  color: #000;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .lower-page .news-archive__item-title {
    font-size: 14px;
    line-height: 2;
  }
}
.lower-page .news-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.3%;
  margin-top: 6.5%;
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination {
    margin-top: 15.17%;
    gap: 0;
    flex-wrap: wrap;
  }
}
.lower-page .news-archive__pagination-btn {
  padding: 13px 21px 13px 43px;
  background-color: #0047ce;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 23px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-btn {
    order: 2;
    padding: 1rem 3.5rem;
    border-radius: 3.7rem;
    font-size: 1.5rem;
  }
}
.lower-page .news-archive__pagination-btn:hover:not(.disabled) {
  background-color: #0036a3;
}
.lower-page .news-archive__pagination-btn.disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.lower-page .news-archive__pagination-btn.prev::before {
  content: "";
  background: url(../img/common/arrow-left.svg) no-repeat center center/contain;
  width: 0.9rem;
  height: 1.8rem;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-btn.prev::before {
    width: 0.7rem;
    height: 1.4rem;
    left: 11.7%;
  }
}
.lower-page .news-archive__pagination-btn.next {
  padding: 13px 43px 13px 21px;
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-btn.next {
    padding: 1rem 3.5rem;
    order: 3;
    margin-left: 11.7%;
  }
}
.lower-page .news-archive__pagination-btn.next::after {
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
  width: 0.9rem;
  height: 1.8rem;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-btn.next::after {
    width: 0.7rem;
    height: 1.4rem;
    right: 11.7%;
  }
}
.lower-page .news-archive__pagination-numbers {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-numbers {
    width: 100%;
    order: 1;
    justify-content: center;
    gap: 3.7%;
    margin-bottom: 14.045%;
  }
}
.lower-page .news-archive__pagination-number {
  width: 33.5px;
  height: 33.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c9d8f5;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .lower-page .news-archive__pagination-number {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.45rem;
  }
}
.lower-page .news-archive__pagination-number:hover {
  border-color: #0047ce;
  color: #0047ce;
}
.lower-page .news-archive__pagination-number.active {
  background-color: #0047ce;
  color: #fff;
}
.lower-page .news-archive__no-posts {
  text-align: center;
  padding: 4rem 0;
  color: #666;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .lower-page .news-archive__no-posts {
    padding: 3rem 0;
    font-size: 1.4rem;
  }
}

.privacy-policy-container {
  padding: 4.625% 0 11.625%;
}
.privacy-policy-container__title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 6.25%;
}
@media (max-width: 767px) {
  .privacy-policy-container__title {
    font-size: 25px;
    margin-bottom: 12.4%;
  }
}
.privacy-policy-container__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .privacy-policy-container__inner {
    width: 94.934%;
    font-size: 13px;
    line-height: 2;
  }
}/*# sourceMappingURL=style.css.map */