@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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%; /* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

main {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
body.is-fixed {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/* 共通：表示前 */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

/* 下から（今までの） */
.js-fadeUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 右から */
.js-fadeRight {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* 左から */
.js-fadeLeft {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* 表示後（共通） */
.js-fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  width: 130px;
}
@media screen and (max-width: 1160px) {
  .l-header__logo {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 60px;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  height: 84px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 70px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__nav {
  padding: 0 50px 0 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1160px) {
  .l-header__nav {
    gap: 20px;
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: unset;
  }
}
.l-header__nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  .l-header__nav a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav a {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: rgba(255, 255, 255, .45) 1px solid;
    width: 100%;
    text-align: center;
  }
}
.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 48px;
}
@media screen and (max-width: 1160px) {
  .l-header__link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: rgba(255, 255, 255, .45) 1px solid;
  }
}
.l-header__link::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 47px;
  background-color: rgba(255, 255, 255, .45);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__link::after {
    content: none;
    position: unset;
  }
}
.l-header__link .-en {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #0468B7;
}
@media screen and (max-width: 768px) {
  .l-header__link .-en {
    font-size: 16px;
  }
}
.l-header__link .-ja {
  font-size: 9px;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__link .-ja {
    font-size: 12px;
  }
}

.l-footer {
  padding: 247px 20px 80px;
}
@media screen and (max-width: 805px) {
  .l-footer {
    padding: 100px 20px 40px;
  }
}
.l-footer__inner {
  max-width: 1208px;
  margin: 0 auto;
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 805px) {
  .l-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo {
  max-width: 157px;
  display: block;
}
@media screen and (max-width: 805px) {
  .l-footer__logo {
    max-width: 100px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  padding: 43px 5px 0 0;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 805px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-footer__list a {
  color: #fff;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.l-footer__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: rgba(255, 255, 255, .25) 1px solid;
  padding-bottom: 20px;
  width: 240px;
  margin-left: auto;
}
@media screen and (max-width: 805px) {
  .l-footer__link {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__link:first-of-type {
  margin-top: 60px;
  gap: 17px;
}
.l-footer__link:last-of-type {
  margin-top: 30px;
  gap: 30px;
}
.l-footer__link .-en {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
.l-footer__link .-ja {
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0.03em;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 805px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 805px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__info .-lg {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.l-footer__info .-sm {
  font-size: 10px;
  line-height: 2.2;
}
.l-footer__copy {
  font-size: 10px;
  line-height: 2.2;
}

.l-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-bg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/kv-grade.webp);
  background-size: cover;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-bg::after {
    height: 36%;
  }
}
.l-bg__img {
  width: 100%;
  height: 100vh;
}
.l-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-title {
    gap: 10px;
  }
}
.c-title .-en {
  font-size: 20px;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title .-en {
    font-size: 14px;
  }
}
.c-title .-en::after {
  position: absolute;
  content: "";
  background-color: #004D89;
  width: 40px;
  height: 3px;
  left: 0;
  bottom: 0;
}
.c-title .-ja {
  font-size: 30px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-title .-ja {
    font-size: 18px;
  }
}
.c-title.-color {
  color: #000000;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-burger {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .c-burger__border {
    display: block;
    background-color: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 20px;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    bottom: 20px;
  }
  .c-burger.is-active .c-burger__border--top {
    rotate: 45deg;
    top: 40px;
  }
  .c-burger.is-active .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-active .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 40px;
  }
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 166px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px 0 17px;
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-links__item {
  width: calc(33.33333% - 26.66667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: rgba(0, 77, 137, .26) 1px solid;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c-links__item {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-links__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-links__item.-out .c-links__head {
  position: relative;
}
.c-links__item.-out .c-links__head::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/outlink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  right: -2px;
  bottom: 2px;
}
.c-links__head {
  width: calc(60% - 20px);
  padding-top: 1px;
}
@media screen and (max-width: 450px) {
  .c-links__head {
    width: 100%;
  }
}
.c-links__subtitle {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  color: rgba(51, 50, 50, .6);
  display: block;
}
.c-links__title {
  font-size: 20px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-top: 46px;
  display: block;
  color: #333232;
}
@media screen and (max-width: 1025px) {
  .c-links__title {
    font-size: 16px;
    margin-top: 20px;
  }
}
.c-links__img {
  width: 40%;
}
@media screen and (max-width: 450px) {
  .c-links__img {
    width: 100%;
  }
}
.c-links__img img {
  width: 100%;
  height: auto;
}

.c-page {
  height: 116vh;
  padding: 220px 0 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-page {
    height: 100vh;
    padding: 10vh 0;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .c-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.c-page.-service {
  padding: 222px 0 234px;
}
@media screen and (max-width: 768px) {
  .c-page.-service {
    height: 100vh;
    padding: 10vh 0;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .c-page.-service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.c-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .c-page__title {
    gap: 20px;
  }
}
.c-page__title .-sm {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  position: relative;
  padding-bottom: 11px;
}
@media screen and (max-width: 450px) {
  .c-page__title .-sm {
    font-size: 14px;
  }
}
.c-page__title .-sm::after {
  position: absolute;
  content: "";
  background-color: #004D89;
  width: 40px;
  height: 3px;
  border-radius: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.c-page__title .-lg {
  font-size: 50px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .c-page__title .-lg {
    font-size: 25px;
  }
}
.c-page__lead {
  font-size: 26px;
  line-height: 1.6923076923;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .c-page__lead {
    font-size: 16px;
  }
}
.c-page__text {
  font-size: 15px;
  line-height: 2.2;
  color: #fff;
  max-width: 840px;
  margin: 37px auto 0;
}
@media screen and (max-width: 768px) {
  .c-page__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 450px) {
  .c-page__text {
    font-size: 12px;
    margin: 20px auto 0;
  }
}

.c-features {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 181px;
}
@media screen and (max-width: 768px) {
  .c-features {
    gap: 50px;
  }
}
.c-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-features__item > .c-features__point {
    display: none;
  }
}
.c-features__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-features__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-features__item:nth-of-type(even) .c-features__point {
  right: unset;
  left: -40px;
}
@media screen and (max-width: 1290px) {
  .c-features__item:nth-of-type(even) .c-features__point {
    left: 0;
  }
}
.c-features__item:nth-of-type(even) .c-features__body {
  padding: 62px 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .c-features__item:nth-of-type(even) .c-features__body {
    padding: 0 0 0 0;
  }
}
.c-features__point {
  position: absolute;
  right: -40px;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: #0468B7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
@media screen and (max-width: 1290px) {
  .c-features__point {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-features__point {
    position: unset;
    width: 50px;
    height: 50px;
  }
}
.c-features__point .-en {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-features__point .-en {
    font-size: 10px;
  }
}
.c-features__point .-number {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-features__point .-number {
    font-size: 10px;
  }
}
.c-features__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-features__img {
    width: 100%;
  }
}
.c-features__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.c-features__body {
  width: 53.5%;
  padding: 57px 40px 0 39px;
}
@media screen and (max-width: 768px) {
  .c-features__body {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.c-features__title {
  font-size: 30px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-features__title {
    margin-left: unset;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}
.c-features__title .c-features__point {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-features__title .c-features__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-features__text {
  font-size: 15px;
  line-height: 2.2;
  max-width: 520px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .c-features__text {
    font-size: 12px;
    margin-top: 20px;
  }
}

.p-top__bg {
  margin: 0 calc(50% - 50vw);
  padding: 232px calc(50vw - 50%) 246px;
  width: 100vw;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .p-top__bg {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-top__link {
  max-width: 1275px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1025px) {
  .p-top__link {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.p-top__link--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 40px);
  padding-bottom: 20px;
  border-bottom: #004D89 1px solid;
}
@media screen and (max-width: 1025px) {
  .p-top__link--item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__link--item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 10px;
  }
}
.p-top__link--item.-out .p-top__link--title {
  padding-top: 0px;
  padding-bottom: 5px;
}
.p-top__link--item.-out .p-top__link--title .-en {
  color: rgba(0, 0, 0, .6);
}
.p-top__link--item.-out .p-top__link--title .-ja {
  color: #000000;
  padding-right: 25px;
}
.p-top__link--item.-out .p-top__link--title .-ja::after {
  background-image: url("../images/common/outlink.svg");
  width: 14px;
  height: 14px;
  top: 55%;
}
.p-top__link--title {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-top__link--title {
    width: 100%;
  }
}
.p-top__link--title .-en {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, .6);
}
.p-top__link--title .-ja {
  font-size: 22px;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}
@media screen and (max-width: 1025px) {
  .p-top__link--title .-ja {
    font-size: 16px;
  }
}
.p-top__link--title .-ja::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top__link figure {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-top__link figure {
    width: 100%;
  }
}
.p-top__link figure img {
  width: 100%;
  height: auto;
}
.p-top-mv {
  height: 100vh;
}
.p-top-mv__contents {
  position: absolute;
  z-index: 2;
  bottom: 62px;
  right: 97px;
  max-width: 383px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__contents {
    right: 20px;
    max-width: 75%;
  }
}
.p-top-mv__title img {
  width: 100%;
  height: auto;
}
.p-top-mv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 36px;
}
.p-top-mv__logo .-sm {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
.p-top-mv__logo .-lg {
  max-width: 274px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo .-lg {
    max-width: unset;
    width: calc(100% - 110px);
  }
}
.p-top-mv__logo .-lg img {
  width: 100%;
  height: auto;
}
.p-top-mv__text {
  font-size: 17px;
  line-height: 2.3529411765;
  letter-spacing: 0.07em;
  color: #fff;
}
.p-top-about {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/top/about-bg.webp);
  background-size: cover;
  position: relative;
}
.p-top-about__inner {
  max-width: 1149px;
  margin: 0 auto;
  padding-top: 689px;
  padding-bottom: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-top: 520px;
    padding-bottom: 255px;
  }
}
.p-top-about__title {
  padding: 12px 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    padding: unset;
  }
}
.p-top-about__title .-lg {
  max-width: 440px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-about__title .-lg {
    max-width: 300px;
  }
}
.p-top-about__title .-lg img {
  width: 100%;
  height: auto;
}
.p-top-about__title .-sm {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
.p-top-about__text {
  font-size: 17px;
  line-height: 2.3529411765;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 12px;
  }
}
.p-top-about__object1, .p-top-about__object2, .p-top-about__object3, .p-top-about__object4, .p-top-about__object5 {
  position: absolute;
  width: 100%;
}
.p-top-about__object1 img, .p-top-about__object2 img, .p-top-about__object3 img, .p-top-about__object4 img, .p-top-about__object5 img {
  width: 100%;
  height: auto;
}
.p-top-about__object1 {
  top: 384px;
  left: -6px;
  max-width: 743px;
}
@media screen and (max-width: 768px) {
  .p-top-about__object1 {
    max-width: 100%;
    top: 414px;
  }
}
.p-top-about__object2 {
  bottom: 30px;
  right: 0;
  max-width: 125px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about__object2 {
    max-width: 20%;
  }
}
.p-top-about__object3 {
  top: 153px;
  right: 20px;
  max-width: 379px;
}
@media screen and (max-width: 768px) {
  .p-top-about__object3 {
    max-width: 60%;
  }
}
.p-top-about__object4 {
  bottom: 40px;
  left: 0px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-top-about__object4 {
    max-width: 50%;
  }
}
.p-top-about__object5 {
  bottom: -70px;
  left: 260px;
  max-width: 257px;
}
@media screen and (max-width: 768px) {
  .p-top-about__object5 {
    max-width: 35%;
    left: 40%;
    bottom: -3%;
  }
}
.p-top-store {
  margin: 0 calc(50% - 50vw);
  padding: 237px calc(50vw - 50%) 210px;
  width: 100vw;
  background-image: url(../images/top/store-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-store {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-top-store__inner {
  max-width: 1360px;
  margin: 0 auto;
}
.p-top-store__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
  padding: 0 0 135px 0;
}
@media screen and (max-width: 768px) {
  .p-top-store__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding: 0 0 100px 0;
  }
}
.p-top-store .c-title .-ja {
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .p-top-store .c-title .-ja {
    max-width: unset;
  }
}
.p-top-store__head {
  width: 40%;
  padding: 42px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-top-store__head {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.p-top-store__text {
  font-size: 15px;
  line-height: 2.2;
  color: #fff;
  margin-top: 74px;
  max-width: 402px;
}
@media screen and (max-width: 768px) {
  .p-top-store__text {
    font-size: 12px;
    margin-top: 50px;
  }
}
.p-top-store__body {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .p-top-store__body {
    width: 100%;
  }
}
.p-top-store__list {
  position: relative;
  padding-right: 5.6%;
  height: 548px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 150px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, #000 70%, transparent);
}
@media screen and (max-width: 768px) {
  .p-top-store__list {
    height: 250px;
    padding-bottom: 60px;
  }
}
.p-top-store__item {
  width: calc(25% - 7.5px);
}
.p-top-store__item a {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-store__item img {
  width: 100%;
  height: auto;
}
.p-top-store .ps__rail-y {
  width: 4px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .21);
  opacity: 1 !important;
  right: 1px !important;
}
.p-top-store .ps__thumb-y {
  background-color: #fff;
  width: 6px;
  border-radius: 2px;
  right: -1px;
}
.p-top-store .c-button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top-store .c-button {
    margin-top: unset;
    margin: 0 auto;
  }
}
.p-top-service {
  max-width: 1280px;
  margin: 0 auto 128px;
  background-image: url(../images/top/hotel-banner.webp);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    margin: 0 auto 100px;
  }
}
.p-top-service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 34px 100px 8px 37px;
  min-height: 376px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service a {
    padding: 20px 20px 50px 20px;
  }
}
.p-top-service .c-title {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-service .c-title {
    gap: 10px;
  }
}
.p-top-service__text {
  font-size: 15px;
  line-height: 1.8666666667;
  color: #fff;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 12px;
  }
}
.p-top-service__arrow {
  position: absolute;
  bottom: 35px;
  right: 37px;
}
@media screen and (max-width: 768px) {
  .p-top-service__arrow {
    right: 20px;
    bottom: 0px;
    width: 30px;
  }
}

.p-operating {
  margin: 0 calc(50% - 50vw);
  padding: 79px calc(50vw - 50%) 114px;
  width: 100vw;
  background-image: url(../images/common/operating-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-operating {
    padding: 79px calc(50vw - 50%) 100px;
  }
}
.p-operating .c-title .-en::after {
  background-color: #C60043;
}
.p-operating__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-operating__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-operating__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.p-operating__lead {
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  .p-operating__lead {
    max-width: 300px;
  }
}
.p-operating__lead img {
  width: 100%;
  height: auto;
}
.p-operating__text {
  margin-top: 73px;
  font-size: 15px;
  line-height: 1.9333333333;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-operating__text {
    margin-top: 50px;
    font-size: 12px;
    text-align: left;
  }
}
.p-operating .c-button {
  margin: 60px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-operating .c-button {
    margin: 50px auto 0;
  }
}
.p-operating__object {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1395px;
  width: 100%;
  opacity: 0.08;
}
.p-operating__object img {
  width: 100%;
  height: auto;
}

.p-about-features {
  margin: 0 calc(50% - 50vw);
  padding: 230px calc(50vw - 50%) 308px;
  width: 100vw;
  background-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 768px) {
  .p-about-features {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-about-features__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-about-features .c-features {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-features .c-features {
    margin-top: 50px;
  }
}
.p-about-group {
  margin: 0 calc(50% - 50vw);
  padding: 219px calc(50vw - 50%) 202px;
  width: 100vw;
  background-color: rgba(82, 82, 82, .7);
}
@media screen and (max-width: 768px) {
  .p-about-group {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-about-group__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-about-group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-group__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-about-group__title .-lg {
  font-size: 25px;
  line-height: 1.92;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  padding-top: 5px;
  position: relative;
}
.p-about-group__title .-lg::after {
  position: absolute;
  content: "";
  background-color: #0468B7;
  left: 0;
  top: 0;
  width: 40px;
  height: 3px;
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .p-about-group__title .-lg {
    font-size: 18px;
  }
}
.p-about-group__title .-sm {
  font-size: 13px;
  line-height: 1.3076923077;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  padding-top: 5px;
}
.p-about-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-about-group__list {
    margin-top: 50px;
  }
}
.p-about-group__item {
  width: calc(14.28571% - 6.85714px);
}
@media screen and (max-width: 768px) {
  .p-about-group__item {
    width: calc(25% - 6px);
  }
}
.p-about-group__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about-group__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 177/178;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.p-about-links {
  margin: 0 calc(50% - 50vw);
  padding: 196px calc(50vw - 50%) 179px;
  width: 100vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-links {
    padding: 100px calc(50vw - 50%) 100px;
  }
}

.p-service-lineup {
  margin: 0 calc(50% - 50vw);
  padding: 300px calc(50vw - 50%) 272px;
  width: 100vw;
  background-color: rgba(0, 0, 0, .7);
}
@media screen and (max-width: 768px) {
  .p-service-lineup {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-service-lineup__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-service-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 37px 40px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-service-lineup__list {
    margin-top: 50px;
    gap: 37px 20px;
  }
}
.p-service-lineup__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-service-lineup__item {
    width: 100%;
  }
}
.p-service-lineup__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.p-service-lineup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.p-service-lineup__title .-lg {
  font-size: 20px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-service-lineup__title .-lg {
    font-size: 16px;
  }
}
.p-service-lineup__title .-sm {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #fff;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-service-lineup__title .-sm {
    font-size: 10px;
    margin-top: 0;
  }
}
.p-service-features {
  margin: 0 calc(50% - 50vw);
  padding: 200px calc(50vw - 50%) 210px;
  width: 100vw;
  background-color: rgba(255, 255, 255, .95);
}
@media screen and (max-width: 768px) {
  .p-service-features {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-service-features__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-service-features .c-features {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .p-service-features .c-features {
    margin-top: 50px;
  }
}
.p-service-case {
  margin: 0 calc(50% - 50vw);
  padding: 135px calc(50vw - 50%) 155px;
  width: 100vw;
  background-color: #E5E5E5;
}
@media screen and (max-width: 768px) {
  .p-service-case {
    padding: 100px calc(50vw - 50%) 100px;
  }
}
.p-service-case__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-service-case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-case__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-service-case__title .-lg {
  font-size: 25px;
  line-height: 1.92;
  font-family: "Zen Old Mincho", serif;
  padding-top: 10px;
  position: relative;
}
.p-service-case__title .-lg::after {
  position: absolute;
  content: "";
  background-color: #0468B7;
  left: 0;
  top: 0;
  width: 40px;
  height: 3px;
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .p-service-case__title .-lg {
    font-size: 18px;
  }
}
.p-service-case__title .-sm {
  font-size: 13px;
  line-height: 1.3076923077;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 6px;
}
.p-service-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-service-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.p-service-case__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-service-case__item {
    width: 100%;
  }
}
.p-service-case__img img {
  width: 100%;
  height: auto;
}
.p-service-case__itemtitle {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-service-case__itemtitle {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-service-case__disc {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-top: 36px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service-case__disc {
    margin-top: 20px;
    font-size: 12px;
  }
}
.p-service-links {
  margin: 0 calc(50% - 50vw);
  padding: 192px calc(50vw - 50%) 210px;
  width: 100vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-links {
    padding: 100px calc(50vw - 50%) 100px;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1480px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1480px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1276px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1276px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}