<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* foundation
   -------------------------------------------------------------------------- */
/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * 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 &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  color: #3D5865;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

img,
object,
svg {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
}

img[src*=".svg"] {
  display: block;
}

th {
  font-weight: normal;
}

/* layout
   -------------------------------------------------------------------------- */
.l-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* component
   -------------------------------------------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-down {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-down {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-right {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-right {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-left {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-left {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fade-in,
.fade-in-first,
.fade-up,
.fade-up-first,
.fade-down,
.fade-down-first,
.fade-right,
.fade-right-first,
.fade-left,
.fade-left-first {
  opacity: 0;
}

.fade-in.is-show,
.fade-in-first,
.fade-up.is-show,
.fade-up-first,
.fade-down.is-show,
.fade-down-first,
.fade-right.is-show,
.fade-right-first,
.fade-left.is-show,
.fade-left-first {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in.is-show,
.fade-up.is-show,
.fade-down.is-show,
.fade-right.is-show,
.fade-left.is-show {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.fade-in-first {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.fade-up-first {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.fade-down-first {
  -webkit-animation-name: fade-down;
          animation-name: fade-down;
}

.fade-right-first {
  -webkit-animation-name: fade-right;
          animation-name: fade-right;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.fade-left-first {
  -webkit-animation-name: fade-left;
          animation-name: fade-left;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.fade-in.is-show {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.fade-up.is-show {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
}

.fade-right.is-show {
  -webkit-animation-name: fade-right;
          animation-name: fade-right;
}

.fade-left.is-show {
  -webkit-animation-name: fade-left;
          animation-name: fade-left;
}

.fade-down.is-show {
  -webkit-animation-name: fade-down;
          animation-name: fade-down;
}

.anime-duration-02 {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.anime-duration-04 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.anime-duration-06 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.anime-duration-08 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.anime-duration-10 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.anime-duration-12 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.anime-duration-14 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.anime-duration-16 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

.anime-duration-18 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.anime-duration-20 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.anime-delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.anime-delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.anime-delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anime-delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.anime-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.anime-delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.anime-delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.anime-delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.anime-delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.anime-delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.anime-delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.anime-delay-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.anime-delay-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.anime-delay-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.anime-delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.c-col__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-col__1 {
  width: 8.33%;
}

.c-col__2 {
  width: 16.66%;
}

.c-col__3 {
  width: 25%;
}

.c-col__4 {
  width: 33.33%;
}

.c-col__5 {
  width: 41.66%;
}

.c-col__6 {
  width: 50%;
}

.c-col__7 {
  width: 58.33%;
}

.c-col__8 {
  width: 66.66%;
}

.c-col__9 {
  width: 75%;
}

.c-col__10 {
  width: 83.33%;
}

.c-col__11 {
  width: 91.66%;
}

.c-col__12 {
  width: 100%;
}

.c-col__1of5 {
  width: 20%;
}
.c-container {
  max-width: 1300px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.c-container--sm {
  max-width: 1080px;
}

.c-gutter--2xs {
  margin: -0.25rem;
  margin: -0.25rem;
}
.c-gutter--2xs &gt; [class*=c-col__] {
  padding: 0.25rem;
  padding: 0.25rem;
}

.c-gutter--xs {
  margin: -0.5rem;
  margin: -0.5rem;
}
.c-gutter--xs &gt; [class*=c-col__] {
  padding: 0.5rem;
  padding: 0.5rem;
}

.c-gutter--sm {
  margin: -1rem;
  margin: -1rem;
}
.c-gutter--sm &gt; [class*=c-col__] {
  padding: 1rem;
  padding: 1rem;
}

.c-gutter--md {
  margin: -1.5rem;
  margin: -1.5rem;
}
.c-gutter--md &gt; [class*=c-col__] {
  padding: 1.5rem;
  padding: 1.5rem;
}

.c-gutter--lg {
  margin: -2rem;
  margin: -2rem;
}
.c-gutter--lg &gt; [class*=c-col__] {
  padding: 2rem;
  padding: 2rem;
}

.c-gutter--xl {
  margin: -3.5rem;
  margin: -3.5rem;
}
.c-gutter--xl &gt; [class*=c-col__] {
  padding: 3.5rem;
  padding: 3.5rem;
}

.c-gutter--2xl {
  margin: -6rem;
  margin: -6rem;
}
.c-gutter--2xl &gt; [class*=c-col__] {
  padding: 6rem;
  padding: 6rem;
}

.c-gutter--3xl {
  margin: -9rem;
  margin: -9rem;
}
.c-gutter--3xl &gt; [class*=c-col__] {
  padding: 9rem;
  padding: 9rem;
}

.c-gutter--4xl {
  margin: -12rem;
  margin: -12rem;
}
.c-gutter--4xl &gt; [class*=c-col__] {
  padding: 12rem;
  padding: 12rem;
}
.c-section {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.c-underline-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe456), to(#ffe456));
  background-image: linear-gradient(90deg, #ffe456, #ffe456);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 10%;
}
.c-underline-text.is-show {
  -webkit-animation-name: text-underline;
          animation-name: text-underline;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes text-underline {
  0% {
    background-size: 0% 20%;
  }
  100% {
    background-size: 100% 20%;
  }
}

@keyframes text-underline {
  0% {
    background-size: 0% 20%;
  }
  100% {
    background-size: 100% 20%;
  }
}
.c-typography--black {
  color: #000000;
}

.c-typography--black02 {
  color: #050000;
}

.c-typography--white {
  color: #ffffff;
}

.c-typography--ivory {
  color: #F7F9FA;
}

.c-typography--gray {
  color: #969799;
}

.c-typography--lightgray {
  color: #C3D2D9;
}

.c-typography--blue {
  color: #86A4B3;
}

.c-typography--lightblue {
  color: #4BC4E0;
}

.c-typography--darkblue {
  color: #86A4B3;
}

.c-typography--lightgreen {
  color: #80FFBF;
}

.c-typography--paleblue {
  color: #E6FBFF;
}

.c-typography--paleblue02 {
  color: #DAEEF2;
}

.c-typography--palegreen {
  color: #E6FFF2;
}

.c-typography--paleyellow {
  color: #F9FFE6;
}

.c-typography--yellow {
  color: #ECFFB3;
}

.c-typography--pink {
  color: #FF668C;
}

.c-typography--2xs {
  font-size: 1rem;
}

.c-typography--xs {
  font-size: 1.2rem;
}

.c-typography--sm {
  font-size: 1.4rem;
}

.c-typography--normal {
  font-size: 1.6rem;
}

.c-typography--lg {
  font-size: 2rem;
}

.c-typography--xl {
  font-size: 2.4rem;
}

.c-typography--2xl {
  font-size: 3.2rem;
}

.c-typography--3xl {
  font-size: 3.8rem;
}

.c-typography--4xl {
  font-size: 4.8rem;
}

/* project
   -------------------------------------------------------------------------- */
.p-firstview {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 750px;
  padding-top: 140px;
  background-image: url(../images/bg_firstview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.p-firstview__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-firstview__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 830px;
}
.p-firstview__textarea__content {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.p-firstview__textarea__content__inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-firstview__textarea__logo {
  width: 40%;
  max-width: 174px;
  margin-right: auto;
  margin-left: auto;
}
.p-firstview__textarea__open {
  width: 60%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 28px;
}
.p-firstview__textarea__catch {
  max-width: 664px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 28px;
}

.p-footer {
  background-color: #293033;
  color: #ffffff;
  text-align: center;
}
.p-footer__cont {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/bg_footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-footer__bunner__item--dx {
  width: 90%;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.p-footer__operation__link {
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ffffff;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 700;
  font-size: 24px;
}
.p-footer__operation__link:hover {
  border-color: transparent;
}

.p-nav.is-active .p-nav__toggle__lines:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.p-nav.is-active .p-nav__toggle__lines:nth-child(2) {
  opacity: 0;
}
.p-nav.is-active .p-nav__toggle__lines:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(30deg);
          transform: translate(-50%, 50%) rotate(30deg);
}
.p-nav.is-active .p-nav__modal {
  visibility: visible;
  height: 100vh;
  opacity: 1;
}
.p-nav.is-active .p-nav__modal__photo {
  visibility: visible;
  opacity: 1;
}
.p-nav__list__item {
  margin-bottom: 5vh;
}
.p-nav__list__item:nth-of-type(1) &gt; .p-nav__list__item__number::before {
  content: "01 -";
}
.p-nav__list__item:nth-of-type(2) &gt; .p-nav__list__item__number::before {
  content: "02 -";
}
.p-nav__list__item:nth-of-type(3) &gt; .p-nav__list__item__number::before {
  content: "03 -";
}
.p-nav__list__item:nth-of-type(4) &gt; .p-nav__list__item__number::before {
  content: "04 -";
}
.p-nav__list__item:nth-of-type(5) &gt; .p-nav__list__item__number::before {
  content: "05 -";
}
.p-nav__list__item__number {
  position: relative;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
.p-nav__list__item__number::before {
  display: block;
}
.p-nav__list__item__number::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.p-nav__link {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}
.p-nav__toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  display: block;
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 1000;
  background: linear-gradient(45deg, #8AC8E6, #F2FFB3);
  border-radius: 50%;
}
.p-nav__toggle__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
  height: 25%;
}
.p-nav__toggle__lines {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-nav__toggle__lines:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-nav__toggle__lines:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-nav__toggle__lines:nth-child(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-nav__modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 980;
  width: 100vw;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  background-color: #86A4B3;
  background-image: url(../images/bg_gradation02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-nav__modal__photo {
  width: 100%;
  height: 80%;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  visibility: hidden;
  opacity: 0;
}
.p-nav__modal__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-nav__modal__content {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #ffffff;
}
.p-nav__modal__content__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-nav__modal__content__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
}
.p-nav__operation__link {
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ffffff;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.6rem;
}
.p-nav__operation__link:hover {
  border-color: transparent;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 140px;
  z-index: 990;
}
.p-header__cont {
  width: 100%;
  height: 100%;
}
.p-header__title {
  position: relative;
  background-color: #ffffff;
  width: 40%;
  max-width: 312px;
  height: 100%;
  border-bottom-right-radius: 20px;
  z-index: 990;
}
.p-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 200px;
}

.p-home__section__title {
  margin-bottom: 6rem;
}
.p-home__section__title__number {
  position: relative;
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.p-home__section__title__number::before {
  display: block;
}
.p-home__section__title__number::after {
  position: absolute;
  top: 50%;
  right: -180px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 140px;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.p-home__section__title__text {
  width: 100%;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 700;
}
.p-home__section__description__text {
  letter-spacing: 0.2rem;
  line-height: 2;
  font-weight: 600;
}
.p-home__catch {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-color: #F0F2F2;
}
.p-home__catch::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_object01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.p-home__catch__text--01, .p-home__catch__text--03 {
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
  opacity: 0;
}
.p-home__catch__text--01.is-show, .p-home__catch__text--03.is-show {
  -webkit-animation-name: slide-skew;
          animation-name: slide-skew;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.p-home__catch__text--02 {
  margin-top: 8rem;
  margin-bottom: 8rem;
  max-width: 555px;
  margin-right: auto;
  margin-left: auto;
}
.p-home__concept {
  background-color: #F0F2F2;
  padding-bottom: 16rem;
  position: relative;
  color: #ffffff;
}
.p-home__concept__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 16rem;
}
.p-home__concept__inner::before {
  position: absolute;
  top: 120px;
  right: 0;
  width: 98%;
  height: calc(100% - 120px);
  background-color: #86A4B3;
  background-image: url(../images/bg_gradation02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  content: "";
  z-index: 0;
}
.p-home__concept__photo {
  border-top-left-radius: 40px;
  overflow: hidden;
}
.p-home__concept__title__number::before {
  content: "01 -";
}
.p-home__concept__description {
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-home__concept__description__text {
  font-size: 2rem;
}
.p-home__concept__description__illust {
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.p-home__concept__description__illust svg .circle {
  stroke: #ffffff;
  stroke-width: 2;
}
.p-home__concept__description__illust svg .circle-stroke {
  stroke-dasharray: 0 879;
}
.p-home__concept__description__illust.is-show svg .circle-stroke {
  -webkit-animation-name: circle;
          animation-name: circle;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.p-home__space {
  position: relative;
  background-color: #E6EEF2;
  margin-top: 560px;
  padding-bottom: 16rem;
}
.p-home__space::after {
  position: absolute;
  top: -560px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/bg_space.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  content: "";
  z-index: -1;
}
.p-home__space__head {
  position: relative;
  z-index: 1;
}
.p-home__space__head::before {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 60%;
  height: calc(100% + 100px + 100px);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #ffffff;
  content: "";
}
.p-home__space__head__inner {
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}
.p-home__space__title__number::before {
  content: "02 -";
}
.p-home__space__title__number::after {
  background-color: #000000;
}
.p-home__space__title__text {
  text-align: left;
}
.p-home__space__description__text {
  font-size: 1.8rem;
}
.p-home__space__list {
  margin: -1.5rem;
  margin-bottom: 16rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home__space__list__item {
  padding: 1.5rem;
  width: 400px;
}
.p-home__space__list__item__card {
  position: relative;
  padding-top: 140px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  text-align: center;
  z-index: 3;
  background-image: url(../images/card_space.png);
}
.p-home__space__list__item__card::before, .p-home__space__list__item__card::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 4;
}
.p-home__space__list__item__card::before {
  top: -40px;
  width: 1px;
  height: 80px;
  background-color: #000000;
  content: "";
}
.p-home__space__list__item__card::after {
  top: 0;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 700;
}
.p-home__space__list__item__card--01::after {
  content: "01";
}
.p-home__space__list__item__card--02::after {
  content: "02";
}
.p-home__space__list__item__card--03::after {
  content: "03";
}
.p-home__space__list__item__card__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
.p-home__space__list__item__slide {
  position: static !important;
  width: 85%;
  max-width: 350px;
  border-radius: 20px;
}
.p-home__space__list__item__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__space__list__item__slide .swiper-button-prev, .p-home__space__list__item__slide .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #86A4B3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  z-index: 4;
}
.p-home__space__list__item__slide .swiper-button-prev::after, .p-home__space__list__item__slide .swiper-button-next::after {
  color: #ffffff;
  font-size: 18px;
}
.p-home__space__list__item__slide .swiper-button-prev {
  right: 110px;
}
.p-home__space__list__item__slide .swiper-button-next {
  right: 40px;
}
.p-home__space__slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-home__space__slide__image {
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
}
.p-home__space__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__guide {
  background-image: url(../images/bg_gradation.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home__guide__head {
  color: #ffffff;
}
.p-home__guide__title__number::before {
  content: "03 -";
}
.p-home__guide__content {
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.p-home__guide__content__inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-home__guide__table {
  width: 100%;
}
.p-home__guide__table tr:first-of-type th {
  border-top-left-radius: 30px;
}
.p-home__guide__table tr:last-of-type td {
  border-bottom-right-radius: 30px;
}
.p-home__guide__table tr:not(:last-of-type) th {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
.p-home__guide__table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #86A4B3;
}
.p-home__guide__table th, .p-home__guide__table td {
  padding: 3rem;
}
.p-home__guide__table th {
  width: 40%;
  background-color: rgba(134, 164, 179, 0.5);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.p-home__guide__table td {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}
.p-home__guide__note {
  font-size: 2rem;
  padding-left: 2rem;
  text-indent: -2rem;
}
.p-home__guide__note__mail {
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #68B7DD;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #68B7DD;
}
.p-home__guide__note__mail:hover {
  border-color: transparent;
}
.p-home__case {
  position: relative;
}
.p-home__case::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  background-attachment: fixed;
  background-image: url(../images/bg_case.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 0;
}
.p-home__case__head {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.p-home__case__title__number::before {
  content: "04 -";
}
.p-home__case__body {
  position: relative;
  z-index: 1;
}
.p-home__case__list__item {
  color: #ffffff;
}
.p-home__case__list__item:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-home__case__list__item:nth-of-type(even) .p-home__case__list__item__card__grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-home__case__list__item__card {
  background-image: url(../images/bg_gradation.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.p-home__case__list__item__card__inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-home__case__list__item__card__heading {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 3.8rem;
}
.p-home__case__list__item__card__heading span {
  line-height: 1;
  font-size: 7rem;
  font-weight: 400;
  vertical-align: sub;
}
.p-home__case__list__item__card__description {
  font-weight: 700;
  margin-bottom: 8rem;
  font-size: 2rem;
}
.p-home__case__list__item__card__table {
  width: 100%;
}
.p-home__case__list__item__card__table tr {
  display: inline-block;
  width: 100%;
}
.p-home__case__list__item__card__table tr:first-of-type {
  margin-bottom: 1rem;
}
.p-home__case__list__item__card__table th, .p-home__case__list__item__card__table td {
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
.p-home__case__list__item__card__table th {
  width: 222px;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-home__case__list__item__card__table td {
  width: 369px;
  border-left-width: 0;
  font-size: 1.8rem;
}
.p-home__case__list__item__card__photo {
  height: 440px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
.p-home__case__list__item__card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__access__head {
  position: relative;
  padding-top: 120px;
  background-color: #86A4B3;
  color: #ffffff;
  overflow: hidden;
}
.p-home__access__head__looptext {
  will-change: transform;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-40%, 0%);
          transform: translate(-40%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation-name: loop-text;
          animation-name: loop-text;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-home__access__head__looptext__text {
  display: block;
  padding-right: 0.5em;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 160px;
  color: #8FAFBF;
}
.p-home__access__title__number::before {
  content: "04 -";
}
.p-home__access address {
  text-align: center;
}

@-webkit-keyframes slide-skew {
  0% {
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slide-skew {
  0% {
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 879;
  }
  100% {
    stroke-dasharray: 879 879;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 879;
  }
  100% {
    stroke-dasharray: 879 879;
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}
/* utility
   -------------------------------------------------------------------------- */
.none {
  display: none !important;
}
.block {
  display: block !important;
}

.mt-md {
  margin-top: 1.5rem;
}

.mt-2xl {
  margin-top: 6rem;
}

.mb-xl {
  margin-bottom: 3.5rem;
}

.pt-xl {
  padding-top: 3.5rem;
}

.pt-2xl {
  padding-top: 6rem;
}

.pb-xl {
  padding-bottom: 3.5rem;
}

.outfit {
  font-family: "Outfit", sans-serif !important;
}

@media screen and (max-width: 1800px) {
  .lg\:c-col__1 {
    width: 8.33%;
  }

  .lg\:c-col__2 {
    width: 16.66%;
  }

  .lg\:c-col__3 {
    width: 25%;
  }

  .lg\:c-col__4 {
    width: 33.33%;
  }

  .lg\:c-col__5 {
    width: 41.66%;
  }

  .lg\:c-col__6 {
    width: 50%;
  }

  .lg\:c-col__7 {
    width: 58.33%;
  }

  .lg\:c-col__8 {
    width: 66.66%;
  }

  .lg\:c-col__9 {
    width: 75%;
  }

  .lg\:c-col__10 {
    width: 83.33%;
  }

  .lg\:c-col__11 {
    width: 91.66%;
  }

  .lg\:c-col__12 {
    width: 100%;
  }

  .lg\:c-col__1of5 {
    width: 20%;
  }
  .lg\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .lg\:c-gutter--2xs &gt; [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }

  .lg\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .lg\:c-gutter--xs &gt; [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }

  .lg\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .lg\:c-gutter--sm &gt; [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }

  .lg\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .lg\:c-gutter--md &gt; [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }

  .lg\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .lg\:c-gutter--lg &gt; [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }

  .lg\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .lg\:c-gutter--xl &gt; [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }

  .lg\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .lg\:c-gutter--2xl &gt; [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }

  .lg\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .lg\:c-gutter--3xl &gt; [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }

  .lg\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .lg\:c-gutter--4xl &gt; [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
  .lg\:none {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  .md\:c-col__1 {
    width: 8.33%;
  }

  .md\:c-col__2 {
    width: 16.66%;
  }

  .md\:c-col__3 {
    width: 25%;
  }

  .md\:c-col__4 {
    width: 33.33%;
  }

  .md\:c-col__5 {
    width: 41.66%;
  }

  .md\:c-col__6 {
    width: 50%;
  }

  .md\:c-col__7 {
    width: 58.33%;
  }

  .md\:c-col__8 {
    width: 66.66%;
  }

  .md\:c-col__9 {
    width: 75%;
  }

  .md\:c-col__10 {
    width: 83.33%;
  }

  .md\:c-col__11 {
    width: 91.66%;
  }

  .md\:c-col__12 {
    width: 100%;
  }

  .md\:c-col__1of5 {
    width: 20%;
  }
  .md\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .md\:c-gutter--2xs &gt; [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }

  .md\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .md\:c-gutter--xs &gt; [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }

  .md\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .md\:c-gutter--sm &gt; [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }

  .md\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .md\:c-gutter--md &gt; [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }

  .md\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .md\:c-gutter--lg &gt; [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }

  .md\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .md\:c-gutter--xl &gt; [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }

  .md\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .md\:c-gutter--2xl &gt; [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }

  .md\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .md\:c-gutter--3xl &gt; [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }

  .md\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .md\:c-gutter--4xl &gt; [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
  .c-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-home__concept__inner::before {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-home__space__head::before {
    width: 95%;
  }
  .p-home__space__list__item__card::before {
    display: none;
  }
  .p-home__space__slide__image {
    height: 300px;
  }
  .p-home__case__list__item__card__textarea {
    text-align: center;
  }
  .p-home__case__list__item__card__description {
    margin-bottom: 4rem;
  }
  .p-home__case__list__item__card__table th {
    display: block;
    width: 100%;
    min-height: auto;
  }
  .p-home__case__list__item__card__table td {
    display: block;
    width: 100%;
    border-top-width: 0;
    border-left-width: 1px;
    text-align: center;
  }
  .md\:none {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  body {
    letter-spacing: 0.05rem;
  }
  .sm\:c-col__1 {
    width: 8.33%;
  }

  .sm\:c-col__2 {
    width: 16.66%;
  }

  .sm\:c-col__3 {
    width: 25%;
  }

  .sm\:c-col__4 {
    width: 33.33%;
  }

  .sm\:c-col__5 {
    width: 41.66%;
  }

  .sm\:c-col__6 {
    width: 50%;
  }

  .sm\:c-col__7 {
    width: 58.33%;
  }

  .sm\:c-col__8 {
    width: 66.66%;
  }

  .sm\:c-col__9 {
    width: 75%;
  }

  .sm\:c-col__10 {
    width: 83.33%;
  }

  .sm\:c-col__11 {
    width: 91.66%;
  }

  .sm\:c-col__12 {
    width: 100%;
  }

  .sm\:c-col__1of5 {
    width: 20%;
  }
  .sm\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .sm\:c-gutter--2xs &gt; [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }

  .sm\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .sm\:c-gutter--xs &gt; [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }

  .sm\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .sm\:c-gutter--sm &gt; [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }

  .sm\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .sm\:c-gutter--md &gt; [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }

  .sm\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .sm\:c-gutter--lg &gt; [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }

  .sm\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .sm\:c-gutter--xl &gt; [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }

  .sm\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .sm\:c-gutter--2xl &gt; [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }

  .sm\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .sm\:c-gutter--3xl &gt; [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }

  .sm\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .sm\:c-gutter--4xl &gt; [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
  .c-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-typography--2xs {
    font-size: 0.8rem;
  }
  .c-typography--xs {
    font-size: 1rem;
  }
  .c-typography--sm {
    font-size: 1.2rem;
  }
  .c-typography--normal {
    font-size: 1.4rem;
  }
  .c-typography--lg {
    font-size: 1.8rem;
  }
  .c-typography--xl {
    font-size: 2rem;
  }
  .c-typography--2xl {
    font-size: 2.4rem;
  }
  .c-typography--3xl {
    font-size: 2.8rem;
  }
  .c-typography--4xl {
    font-size: 3.2rem;
  }
  .p-firstview {
    padding-top: 80px;
    min-height: 400px;
  }
  .p-firstview__textarea__content {
    min-height: 300px;
  }
  .p-firstview__textarea__content__inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-footer__cont {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-nav__list__item {
    margin-bottom: 2vh;
  }
  .p-nav__list__item__number {
    font-size: 12px;
  }
  .p-nav__list__item__number::before {
    display: inline-block;
  }
  .p-nav__list__item__number::after {
    width: 40%;
  }
  .p-nav__link {
    font-size: 20px;
  }
  .p-nav__toggle {
    width: 48px;
    height: 48px;
    right: 20px;
  }
  .p-nav__modal__content__inner {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: calc(80px + 10vh);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-nav__modal__content__foot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-nav__operation {
    width: 100%;
    text-align: center;
  }
  .p-nav__operation__link {
    font-size: 1.4rem;
  }
  .p-header {
    height: 80px;
  }
  .p-home__section__title__text {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
  .p-home__catch {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .p-home__catch__text--02 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-home__concept__description__text {
    font-size: 1.8rem;
  }
  .p-home__space {
    margin-top: 300px;
    padding-bottom: 6rem;
  }
  .p-home__space::after {
    top: -300px;
  }
  .p-home__space__head__inner {
    padding-bottom: 50px;
  }
  .p-home__space__list {
    margin-bottom: 6rem;
  }
  .p-home__space__list__item {
    max-width: 400px;
    width: 100%;
  }
  .p-home__space__list__item__card {
    padding-top: 120px;
  }
  .p-home__space__list__item__card::after {
    font-size: 60px;
  }
  .p-home__space__list__item__card__heading {
    font-size: 2rem;
  }
  .p-home__space__list__item__slide .swiper-button-prev, .p-home__space__list__item__slide .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .p-home__space__list__item__slide .swiper-button-prev {
    right: 90px;
  }
  .p-home__space__list__item__slide .swiper-button-next {
    right: 30px;
  }
  .p-home__space__slide__image {
    height: 150px;
  }
  .p-home__guide__content__inner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-home__guide__table th, .p-home__guide__table td {
    padding: 1.5rem;
  }
  .p-home__guide__table th {
    font-size: 1.8rem;
  }
  .p-home__guide__table td {
    font-size: 1.8rem;
  }
  .p-home__guide__note {
    font-size: 1.8rem;
  }
  .p-home__case::after {
    height: 300px;
  }
  .p-home__case__list__item__card__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-home__case__list__item__card__heading {
    font-size: 2.8rem;
  }
  .p-home__case__list__item__card__heading {
    text-align: center;
  }
  .p-home__case__list__item__card__description {
    font-size: 1.8rem;
  }
  .p-home__case__list__item__card__table th {
    font-size: 1.8rem;
  }
  .p-home__case__list__item__card__table td {
    font-size: 1.6rem;
  }
  .p-home__case__list__item__card__photo {
    height: 300px;
  }
  .p-home__access__head__looptext {
    top: -20px;
  }
  .p-home__access__head__looptext__text {
    font-size: 80px;
  }
  .sm\:none {
    display: none !important;
  }
  .sm\:block {
    display: block !important;
  }
}

/*# sourceMappingURL=sourcemaps/style.css.map */</pre></body></html>