html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

/*! destyle.css v3.0.2 | 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;
}

/* 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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0; /* 1 */
  -webkit-appearance: none;
          appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
          appearance: radio;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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;
}

/**
 * 1. 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;
          appearance: none;
}

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

/**
 * 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 {
  padding: 0;
  vertical-align: top;
}

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

.c-section-titles {
  margin-bottom: 10.6666666667vw;
  color: #077999;
}
@media (min-width: 52.1875em) {
  .c-section-titles {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .c-section-titles {
    margin-bottom: 60px;
  }
}
.c-section-titles .c-section-titles__title {
  margin-bottom: 1.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media (min-width: 52.1875em) {
  .c-section-titles .c-section-titles__title {
    margin-bottom: 0.3472222222vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-section-titles .c-section-titles__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.c-section-titles .c-section-titles__subtitle {
  font-size: 11.2vw;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-section-titles .c-section-titles__subtitle {
    font-size: 5vw;
  }
}
@media (min-width: 90em) {
  .c-section-titles .c-section-titles__subtitle {
    font-size: 72px;
  }
}
.c-section-titles .c-section-titles__subtitle,
.c-section-titles .c-section-titles__title {
  overflow: hidden;
}
.c-section-titles .c-section-titles__subtitle span,
.c-section-titles .c-section-titles__title span {
  display: inline-block;
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0, 1);
  transform: translate3d(0, 250%, 0) rotate(5deg);
  will-change: transform;
}
.c-section-titles .c-section-titles__subtitle.is-on span,
.c-section-titles .c-section-titles__title.is-on span {
  transform: translate3d(0, 0, 0) rotate(0);
}
.c-section-titles.is-on .fv-label span,
.c-section-titles.is-on .fv__title span,
.c-section-titles.is-on .fv__subtitle span,
.c-section-titles.is-on .fv__en span {
  transform: translate3d(0, 0, 0) rotate(0);
}

.c-primary-btn a, .c-primary-btn--white a,
.c-primary-btn .service-btn__contents,
.c-primary-btn--white .service-btn__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 66.6666666667vw;
  padding: 5.3333333333vw 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.3;
  color: #077999;
  letter-spacing: 0.03em;
  border: 1px solid #077999;
}
@media (min-width: 52.1875em) {
  .c-primary-btn a, .c-primary-btn--white a,
  .c-primary-btn .service-btn__contents,
  .c-primary-btn--white .service-btn__contents {
    width: 17.3611111111vw;
    padding: 1.3888888889vw 1.3888888889vw;
    font-size: 1.25vw;
    transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .c-primary-btn a:hover, .c-primary-btn--white a:hover,
  .c-primary-btn .service-btn__contents:hover,
  .c-primary-btn--white .service-btn__contents:hover {
    color: #fff;
    background-color: #077999;
  }
  .c-primary-btn a:hover .c-primary-btn__image img.first, .c-primary-btn--white a:hover .c-primary-btn__image img.first,
  .c-primary-btn .service-btn__contents:hover .c-primary-btn__image img.first,
  .c-primary-btn--white .service-btn__contents:hover .c-primary-btn__image img.first {
    opacity: 0;
  }
  .c-primary-btn a:hover .c-primary-btn__image img.last, .c-primary-btn--white a:hover .c-primary-btn__image img.last,
  .c-primary-btn .service-btn__contents:hover .c-primary-btn__image img.last,
  .c-primary-btn--white .service-btn__contents:hover .c-primary-btn__image img.last {
    opacity: 1;
  }
}
@media (min-width: 90em) {
  .c-primary-btn a, .c-primary-btn--white a,
  .c-primary-btn .service-btn__contents,
  .c-primary-btn--white .service-btn__contents {
    width: 250px;
    padding: 20px;
    font-size: 18px;
  }
}
.c-primary-btn a .c-primary-btn__image, .c-primary-btn--white a .c-primary-btn__image,
.c-primary-btn .service-btn__contents .c-primary-btn__image,
.c-primary-btn--white .service-btn__contents .c-primary-btn__image {
  position: relative;
  width: 6.4vw;
  height: 3.2vw;
}
@media (min-width: 52.1875em) {
  .c-primary-btn a .c-primary-btn__image, .c-primary-btn--white a .c-primary-btn__image,
  .c-primary-btn .service-btn__contents .c-primary-btn__image,
  .c-primary-btn--white .service-btn__contents .c-primary-btn__image {
    width: 1.6666666667vw;
    height: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-primary-btn a .c-primary-btn__image, .c-primary-btn--white a .c-primary-btn__image,
  .c-primary-btn .service-btn__contents .c-primary-btn__image,
  .c-primary-btn--white .service-btn__contents .c-primary-btn__image {
    width: 24px;
    height: 12px;
  }
}
.c-primary-btn a .c-primary-btn__image img, .c-primary-btn--white a .c-primary-btn__image img,
.c-primary-btn .service-btn__contents .c-primary-btn__image img,
.c-primary-btn--white .service-btn__contents .c-primary-btn__image img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (min-width: 52.1875em) {
  .c-primary-btn a .c-primary-btn__image img, .c-primary-btn--white a .c-primary-btn__image img,
  .c-primary-btn .service-btn__contents .c-primary-btn__image img,
  .c-primary-btn--white .service-btn__contents .c-primary-btn__image img {
    width: 1.6666666667vw;
    height: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-primary-btn a .c-primary-btn__image img, .c-primary-btn--white a .c-primary-btn__image img,
  .c-primary-btn .service-btn__contents .c-primary-btn__image img,
  .c-primary-btn--white .service-btn__contents .c-primary-btn__image img {
    width: 24px;
    height: 12px;
  }
}
.c-primary-btn a .c-primary-btn__image img.first, .c-primary-btn--white a .c-primary-btn__image img.first,
.c-primary-btn .service-btn__contents .c-primary-btn__image img.first,
.c-primary-btn--white .service-btn__contents .c-primary-btn__image img.first {
  opacity: 1;
}
.c-primary-btn a .c-primary-btn__image img.last, .c-primary-btn--white a .c-primary-btn__image img.last,
.c-primary-btn .service-btn__contents .c-primary-btn__image img.last,
.c-primary-btn--white .service-btn__contents .c-primary-btn__image img.last {
  opacity: 0;
}

.c-primary-btn--white a,
.c-primary-btn--white .service-btn__contents {
  color: #fff;
  border-color: #fff;
}
@media (min-width: 52.1875em) {
  .c-primary-btn--white a:hover,
  .c-primary-btn--white .service-btn__contents:hover {
    color: #077999;
    background-color: #fff;
  }
  .c-primary-btn--white a:hover .c-primary-btn__image img.first,
  .c-primary-btn--white .service-btn__contents:hover .c-primary-btn__image img.first {
    opacity: 0;
  }
  .c-primary-btn--white a:hover .c-primary-btn__image img.last,
  .c-primary-btn--white .service-btn__contents:hover .c-primary-btn__image img.last {
    opacity: 1;
  }
}

.c-page-contact {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-page-contact {
    margin-top: 13.8888888889vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact {
    margin-top: 200px;
  }
}
.c-page-contact__inner {
  width: 90.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner {
    width: 83.3333333333vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner {
    width: 1200px;
  }
}
.c-page-contact__inner .c-page-contact__box a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10.6666666667vw 8vw;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background-color: #077999;
  border-radius: 2.6666666667vw;
  transition: all 0.3s;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a {
    padding: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
  .c-page-contact__inner .c-page-contact__box a:hover .c-page-contact-box__imagearea {
    transform: scale(1.5);
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a {
    padding: 100px;
    border-radius: 10px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__title {
  display: block;
  margin-bottom: 1.3333333333vw;
  font-size: 12.8vw;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__title {
    margin-bottom: 2.0833333333vw;
    font-size: 5.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__title {
    margin-bottom: 30px;
    font-size: 84px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__subtitle {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__subtitle {
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__titles .c-page-contact-box__subtitle {
    font-size: 28px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea {
  position: relative;
  z-index: 2;
  font-size: 6.9333333333vw;
  font-weight: 900;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea {
    font-size: 32px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea .c-page-contact-box__title {
  display: block;
  margin-bottom: 1.3333333333vw;
  font-size: 10.1333333333vw;
  font-weight: 900;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea .c-page-contact-box__title {
    margin-bottom: 0.6944444444vw;
    font-size: 5.6944444444vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea .c-page-contact-box__title {
    margin-bottom: 10px;
    font-size: 82px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea span {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-page-contact__inner .c-page-contact__box a .c-page-contact-box__textarea span {
    font-size: 24px;
  }
}
.c-page-contact__inner .c-page-contact__box a .c-primary-btn--white {
  margin-top: 8vw;
}
@media (min-width: 52.1875em) {
  .c-page-contact__inner .c-page-contact__box a .c-primary-btn--white {
    margin-top: 0;
  }
}

.c-footer .c-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16vw 5.3333333333vw 5.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner {
    flex-direction: row;
    align-items: flex-end;
    padding: 6.9444444444vw 5.7638888889vw 6.9444444444vw;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner {
    padding: 100px 83px;
  }
}
.c-footer .c-footer__inner .c-footer__logo {
  width: 32vw;
  height: 10.9333333333vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer__logo {
    width: 15.1388888889vw;
    height: 4.2361111111vw;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer__logo {
    width: 218px;
    height: 61px;
  }
}
.c-footer .c-footer__inner .c-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-footer .c-footer__inner .c-footer-menu {
  display: flex;
  gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer-menu {
    gap: 1.6666666667vw;
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer-menu {
    gap: 24px;
    margin-top: 80px;
  }
}
.c-footer .c-footer__inner .c-footer-menu .c-footer-navigation {
  display: flex;
  gap: 4vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer-menu .c-footer-navigation {
    gap: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer-menu .c-footer-navigation {
    gap: 24px;
  }
}
.c-footer .c-footer__inner .c-footer-menu li {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer-menu li {
    font-size: 1.3888888889vw;
    transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .c-footer .c-footer__inner .c-footer-menu li:hover {
    color: #077999;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer-menu li {
    font-size: 20px;
  }
}
.c-footer .c-footer__inner .c-footer__sub-nav {
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer__sub-nav {
    margin-top: 0;
    text-align: left;
  }
}
.c-footer .c-footer__inner .c-footer__sub-nav ul {
  display: flex;
  gap: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer__sub-nav ul {
    gap: 1.3888888889vw;
    justify-content: flex-start;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer__sub-nav ul {
    gap: 20px;
  }
}
.c-footer .c-footer__inner .c-footer__sub-nav li a {
  font-size: 2.6666666667vw;
  color: #888;
  text-decoration: underline;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer__sub-nav li a {
    font-size: 0.6944444444vw;
  }
  .c-footer .c-footer__inner .c-footer__sub-nav li a:hover {
    color: #333;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer__sub-nav li a {
    font-size: 10px;
  }
}
.c-footer .c-footer__inner .c-footer__copy {
  margin-top: 3.2vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner .c-footer__copy {
    margin-top: 0.5555555556vw;
    font-size: 1.1111111111vw;
    text-align: left;
  }
}
@media (min-width: 90em) {
  .c-footer .c-footer__inner .c-footer__copy {
    margin-top: 8px;
    font-size: 16px;
  }
}

.c-page-header {
  position: relative;
  padding-top: 32vw;
  padding-bottom: 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .c-page-header {
    padding-top: 15.9722222222vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .c-page-header {
    padding-top: 230px;
    padding-bottom: 120px;
  }
}
.c-page-header__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 90.6666666667vw;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner {
    flex-direction: row;
    align-items: flex-end;
    max-width: 83.3333333333vw;
  }
}
@media (min-width: 90em) {
  .c-page-header__inner {
    max-width: 1200px;
  }
}
.c-page-header__inner .c-page-header__title, .c-page-header__inner .c-page-header__subtitle {
  overflow: hidden;
}
.c-page-header__inner .c-page-header__title span, .c-page-header__inner .c-page-header__subtitle span {
  display: inline-block;
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0, 1);
  transform: translate3d(0, 250%, 0) rotate(5deg);
  will-change: transform;
}
.c-page-header__inner .c-page-header__title.is-on span, .c-page-header__inner .c-page-header__subtitle.is-on span {
  transform: translate3d(0, 0, 0) rotate(0);
}
.c-page-header__inner .c-page-header__title {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__title {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-page-header__inner .c-page-header__title {
    font-size: 24px;
  }
}
.c-page-header__inner .c-page-header__subtitle {
  display: block;
  font-size: 16vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__subtitle {
    font-size: 5.5555555556vw;
  }
}
@media (min-width: 90em) {
  .c-page-header__inner .c-page-header__subtitle {
    font-size: 80px;
  }
}
.c-page-header__inner .c-page-header__breadcrumbs ul {
  display: flex;
  align-items: center;
  margin-top: 8vw;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.c-page-header__inner .c-page-header__breadcrumbs ul li {
  position: relative;
  display: inline;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li {
    font-size: 12px;
  }
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li a {
    transition: color 0.5s;
  }
}
.c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child) {
  margin-right: 6.1333333333vw;
  color: #A3A3A3;
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child) {
    margin-right: 1.5972222222vw;
  }
}
@media (min-width: 90em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child) {
    margin-right: 23px;
  }
}
.c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2.6666666667vw;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  content: "";
  background-image: url("../img/common/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(100%, calc(-50% + 0.2666666667vw));
  transform: translate(100%, -50%);
}
@media (min-width: 52.1875em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child)::after {
    right: -0.6944444444vw;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    transform: translate(100%, calc(-50% + 0.0694444444vw));
  }
}
@media (min-width: 90em) {
  .c-page-header__inner .c-page-header__breadcrumbs ul li:not(:last-child)::after {
    right: -10px;
    width: 5px;
    height: 8px;
    transform: translate(100%, calc(-50% + 1px));
  }
}

.c-header {
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 100;
  width: 100vw;
  padding: 5.3333333333vw 2.6666666667vw;
  transform: translateX(50%);
}
@media (min-width: 52.1875em) {
  .c-header {
    padding: 2.7777777778vw 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .c-header {
    padding: 40px 120px;
  }
}
.c-header.is-open .c-header__logo img.first {
  opacity: 0;
}
.c-header.is-open .c-header__logo img.last {
  opacity: 1;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__inner .c-header__logo {
  position: relative;
  width: 32vw;
  height: 8.2666666667vw;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header__logo {
    width: 9.7222222222vw;
    height: 2.8472222222vw;
  }
}
@media (min-width: 90em) {
  .c-header__inner .c-header__logo {
    width: 140px;
    height: 41px;
  }
}
.c-header__inner .c-header__logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-header__inner .c-header__logo a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.c-header__inner .c-header__logo a img.first {
  opacity: 1;
}
.c-header__inner .c-header__logo a img.last {
  opacity: 0;
}
.c-header__inner .c-header-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  padding: 32vw 0 10.6666666667vw;
  pointer-events: none;
  background-color: #077999;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header-menu {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    display: flex;
    gap: 1.6666666667vw;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    height: 100%;
    padding: 0;
    pointer-events: all;
    background-color: transparent;
    opacity: 1;
  }
}
@media (min-width: 90em) {
  .c-header__inner .c-header-menu {
    gap: 24px;
  }
}
.c-header__inner .c-header-menu.is-open {
  pointer-events: all;
  opacity: 1;
}
.c-header__inner .c-header-menu.is-open::before {
  pointer-events: all;
  opacity: 0.4;
}
.c-header__inner .c-header-drawer {
  position: relative;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background-color: #077999;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.c-header__inner .c-header-drawer.is-open {
  background-color: #fff;
}
.c-header__inner .c-header-drawer.is-open span {
  background-color: #077999;
}
.c-header__inner .c-header-drawer.is-open span:first-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-header__inner .c-header-drawer.is-open span:nth-of-type(2) {
  opacity: 0;
}
.c-header__inner .c-header-drawer.is-open span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-header__inner .c-header-drawer span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background-color: #fff;
  transition: opacity 0.3s, transform 0.3s;
  transform: translate(-50%, -50%);
}
.c-header__inner .c-header-drawer span:first-of-type {
  transform: translate(-50%, calc(-50% - 1.0666666667vw));
}
.c-header__inner .c-header-drawer span:last-of-type {
  transform: translate(-50%, calc(-50% + 1.0666666667vw));
}

.c-global-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 52.1875em) {
  .c-global-navigation {
    flex-direction: row;
    gap: 1.6666666667vw;
    align-items: center;
  }
}
@media (min-width: 90em) {
  .c-global-navigation {
    gap: 24px;
  }
}
.c-global-navigation li {
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-global-navigation li {
    font-size: 1.3888888889vw;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
}
@media (min-width: 90em) {
  .c-global-navigation li {
    font-size: 20px;
  }
}
.c-global-navigation li:first-child a {
  border-top: 1px solid #fff;
}
@media (min-width: 52.1875em) {
  .c-global-navigation li:first-child a {
    border-top: none;
  }
}
.c-global-navigation li a {
  display: block;
  padding: 5.3333333333vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (min-width: 52.1875em) {
  .c-global-navigation li a {
    padding: 0;
    color: #333;
    border-bottom: none;
  }
}
.c-global-navigation li a:hover {
  color: #077999;
}

.c-works-item {
  width: 90.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-works-item {
    width: 36.8055555556vw;
  }
}
@media (min-width: 90em) {
  .c-works-item {
    width: 530px;
  }
}
.c-works-item a {
  position: relative;
  display: block;
}
@media (min-width: 52.1875em) {
  .c-works-item a:hover .c-works-item__thumbnail img {
    transform: scale(1.05);
  }
  .c-works-item a:hover .c-works-item__textarea {
    color: #077999;
  }
}
.c-works-item a .c-works-item__thumbnail {
  width: 100%;
  height: 53.3333333333vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__thumbnail {
    height: 25vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__thumbnail {
    height: 360px;
  }
}
.c-works-item a .c-works-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-works-item a .c-works-item__textarea {
  margin: 0 auto;
  margin-top: 4vw;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__textarea {
    width: 34.0277777778vw;
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__textarea {
    width: 490px;
    margin-top: 20px;
  }
}
.c-works-item a .c-works-item__textarea .c-works-item__subcontents {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  justify-content: space-between;
  margin-bottom: 4vw;
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents {
    gap: 0.6944444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__cat {
  font-size: 3.7333333333vw;
  line-height: 1.3;
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__cat {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__cat {
    font-size: 16px;
  }
}
.c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__company {
  font-size: 3.7333333333vw;
  line-height: 1.3;
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__company {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__textarea .c-works-item__subcontents .c-works-item__company {
    font-size: 16px;
  }
}
.c-works-item a .c-works-item__textarea .c-works-item__title {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-works-item a .c-works-item__textarea .c-works-item__title {
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .c-works-item a .c-works-item__textarea .c-works-item__title {
    font-size: 18px;
  }
}

.c-blog-item {
  width: 90.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-blog-item {
    width: 25vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item {
    width: 360px;
  }
}
.c-blog-item a {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .c-blog-item a:hover .c-blog-item__thumbnail img {
    transform: scale(1.05);
  }
  .c-blog-item a:hover .c-blog-item__textarea {
    color: #077999;
  }
}
.c-blog-item a .c-blog-item__thumbnail {
  width: 100%;
  height: 58.6666666667vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__thumbnail {
    height: 16.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__thumbnail {
    height: 240px;
  }
}
.c-blog-item a .c-blog-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-blog-item a .c-blog-item__textarea {
  margin: 0 auto;
  margin-top: 4vw;
  transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__textarea {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__textarea {
    margin-top: 15px;
  }
}
.c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  justify-content: space-between;
  margin-bottom: 4vw;
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents {
    gap: 0.6944444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__cat {
  font-size: 3.7333333333vw;
  line-height: 1.3;
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__cat {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__cat {
    font-size: 16px;
  }
}
.c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__date {
  font-size: 3.7333333333vw;
  line-height: 1.3;
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__date {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__subcontents .c-blog-item__date {
    font-size: 16px;
  }
}
.c-blog-item a .c-blog-item__textarea .c-blog-item__title {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__title {
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .c-blog-item a .c-blog-item__textarea .c-blog-item__title {
    font-size: 18px;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
  transform: translateY(30px);
}
.fade-in.is-on {
  opacity: 1;
  transform: translateY(0);
}

.js-slidein-text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.js-slidein-text.is-view {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
}
.c-loader.is-complete {
  pointer-events: none;
}
.c-loader.is-complete .c-loader__curtain--top {
  transform: translateY(-100%);
}
.c-loader.is-complete .c-loader__curtain--bottom {
  transform: translateY(100%);
}
.c-loader.is-complete .c-loader__content {
  opacity: 0;
  transition: opacity 0.3s;
}
.c-loader__curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0d0d0d;
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
.c-loader__curtain--top {
  top: 0;
}
.c-loader__curtain--bottom {
  bottom: 0;
}
.c-loader__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.4s;
}
.c-loader__logo {
  overflow: hidden;
  font-size: 19.2vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.18em;
}
@media (min-width: 52.1875em) {
  .c-loader__logo {
    font-size: 9.0277777778vw;
  }
}
@media (min-width: 90em) {
  .c-loader__logo {
    font-size: 130px;
  }
}
.c-loader__logo span {
  display: block;
  animation: loader-slide-up 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both;
}
.c-loader__tagline {
  margin-top: 2.6666666667vw;
  overflow: hidden;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #077999;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (min-width: 52.1875em) {
  .c-loader__tagline {
    margin-top: 0.9722222222vw;
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 90em) {
  .c-loader__tagline {
    margin-top: 14px;
    font-size: 13px;
  }
}
.c-loader__tagline span {
  display: block;
  animation: loader-slide-up 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.35s both;
}
.c-loader__progress {
  position: absolute;
  bottom: 12.8vw;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw;
  transform: translateX(-50%);
  animation: loader-fade-in 0.6s ease 0.5s both;
}
@media (min-width: 52.1875em) {
  .c-loader__progress {
    bottom: 4.4444444444vw;
    gap: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .c-loader__progress {
    bottom: 64px;
    gap: 10px;
  }
}
.c-loader__bar-wrap {
  width: 53.3333333333vw;
  height: 1px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 52.1875em) {
  .c-loader__bar-wrap {
    width: 16.6666666667vw;
  }
}
@media (min-width: 90em) {
  .c-loader__bar-wrap {
    width: 240px;
  }
}
.c-loader__bar {
  width: 100%;
  height: 100%;
  background-color: #077999;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.c-loader__count {
  font-family: "Barlow", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
}
@media (min-width: 52.1875em) {
  .c-loader__count {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-loader__count {
    font-size: 12px;
  }
}

@keyframes loader-slide-up {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes loader-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-custom-cursor *,
.has-custom-cursor *::before,
.has-custom-cursor *::after {
  cursor: none !important;
}

.c-cursor-dot,
.c-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}
@media (max-width: 52.1775em) {
  .c-cursor-dot,
  .c-cursor-ring {
    display: none;
  }
}

.c-cursor-dot {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #077999;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.c-cursor-ring {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 1.5px solid rgba(7, 121, 153, 0.7);
  border-radius: 50%;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), height 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.c-cursor-ring.is-hovering {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background-color: rgba(7, 121, 153, 0.08);
  border-color: rgba(7, 121, 153, 0.4);
}

.c-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.c-scroll-progress__bar {
  width: 100%;
  height: 100%;
  background-color: #077999;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.js-tilt {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.js-tilt.is-tilting {
  transition: none;
}

.c-cat .c-cat__inner .c-cat__list {
  display: flex;
  gap: 2.6666666667vw;
  padding: 0 4.5333333333vw;
  overflow-x: scroll;
}
@media (min-width: 52.1875em) {
  .c-cat .c-cat__inner .c-cat__list {
    gap: 0.5555555556vw 0.6944444444vw;
    padding: 0;
    overflow-x: visible;
  }
}
@media (min-width: 90em) {
  .c-cat .c-cat__inner .c-cat__list {
    gap: 8px 10px;
  }
}
.c-cat .c-cat__inner .c-cat__list li {
  flex-shrink: 0;
}
.c-cat .c-cat__inner .c-cat__list li a {
  display: block;
  padding: 1.3333333333vw 4vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.75;
  color: #077999;
  border: 1px solid #077999;
}
@media (min-width: 52.1875em) {
  .c-cat .c-cat__inner .c-cat__list li a {
    padding: 0.5555555556vw 1.6666666667vw;
    font-size: 1.1111111111vw;
    transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .c-cat .c-cat__inner .c-cat__list li a:hover {
    color: #fff;
    background-color: #077999;
  }
}
@media (min-width: 90em) {
  .c-cat .c-cat__inner .c-cat__list li a {
    padding: 8px 24px;
    font-size: 16px;
  }
}
.c-cat .c-cat__inner .c-cat__list li a.current {
  color: #fff;
  background-color: #077999;
}

.c-pagination {
  margin-top: 16vw;
}
@media (min-width: 52.1875em) {
  .c-pagination {
    margin-top: 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .c-pagination {
    margin-top: 120px;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  font-size: 3.4666666667vw;
  color: #077999;
  letter-spacing: 0;
  background-color: transparent;
  border: 1px solid #077999;
}
@media (min-width: 52.1875em) {
  .c-pagination__list .page-numbers {
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    padding-bottom: 0;
    font-size: 1.25vw;
    transition: all 0.3s;
  }
}
@media (min-width: 90em) {
  .c-pagination__list .page-numbers {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}
@media (min-width: 52.1875em) {
  .c-pagination__list .page-numbers:not(.current, .dots) {
    transition: background-color 0.3s, color 0.3s;
  }
}
.c-pagination__list .page-numbers.current {
  color: #fff;
  background-color: #077999;
}
.c-pagination__list .page-numbers:not(:last-child) {
  margin-right: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-pagination__list .page-numbers:not(:last-child) {
    margin-right: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .c-pagination__list .page-numbers:not(:last-child) {
    margin-right: 12px;
  }
}
.c-pagination__list .page-numbers.dots {
  width: auto;
  color: #333 !important;
  background-color: transparent;
  border: none;
}
.c-pagination__list .page-numbers.prev, .c-pagination__list .page-numbers.next {
  display: none;
}

/* stylelint-disable-next-line scss/at-rule-no-unknown */
.fixed {
  position: fixed !important;
}
.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.size-full {
  width: 100% !important;
  height: 100% !important;
}
.border {
  border-width: 1px !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.italic {
  font-style: italic !important;
}
.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.line-through {
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

@media (min-width: 835px) {

  .desktop\:block {
    display: block !important;
  }

  .desktop\:hidden {
    display: none !important;
  }
}

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